body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #C5C4C0;
	margin: 0px;
	padding: 10px;
}

div, form, fieldset, label, img, table, th, td, a, p, cite, li, span, pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: auto;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: none; 
	margin: 4px 0px;
	margin-left: 15px;
	padding: 0px;
	line-height: 1.3;
}

A, a.mouseover .link {
	color: #0000CC;
	text-decoration: none;
}

A:hover, a.mouseover:hover .link {
	color: #0066FF;
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	font-size: 22px;
	color: #FE0000;
	font-weight: bold;
	margin: 5px 0px 3px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	color: #EE1111;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {	
	font-size: 15px;
	color: #EE1111;
	margin: 10px 0px 3px;
	display: block;
	padding: 0px;
}

h5 {
	color: #EE1111;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

fieldset {
	width: 716px;
	margin: 4px 0px;
	display: block;
}

fieldset.feedback, fieldset.refer {
	margin: 8px 0px;
	display: block;
}

legend {
	color: #000000;
	margin: 3px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

legend span {
	font-weight: normal;
	font-size: 10px;
	position: relative;
	right: -15px;
}

label {
	font-variant: small-caps;
	margin: 0px 5px;
	display: inline;
}

.required {
	font-variant: small-caps;
	margin: 0px 5px;
	color: #EE1111;
}

input, textarea, select {
	margin: 1px;
	padding: 1px;
	font-size: 12px;
	border: #C5C4C0 1px solid;
	font-family: verdana, sans-serif;
	line-height: 1.3;
}

input {
	height: 14px;
	width: 190px;
}

input.short {
	width: 135px;
}

input.int {
	width: 4em;
}

input.radio {
	border: 0px;
	height: 15px;
	width: 15px;
}

input.file {
	height: 18px;
	width: 190px;
}

textarea {
	height: 80px;
	width: 277px;
	overflow: auto;
}

textarea.tall {
	height: 200px;
}

textarea#feedback, textarea#message {
	height: 130px;
	width: 350px;
}

input.formbutton {
	margin: 0px 5px;
	padding: 0px 5px;
	height: 22px;
	width: auto;
	display: inline;
	font-size: 11px;
	font-weight: 500;
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	color: #FFFFCC;
	background: #FE0000;
	border: black .5px solid;
}

input.formbutton:hover {
	color: #FFFFFF;
	background: #FF5959;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

td {
	line-height: 1.3
}

#all {
	width: 750px;
	margin: auto;
}

#header {
	width: 748px;
	height: 135px;
	background: url(images/background.jpg) repeat-x;
	border: black 1px solid;
	border-bottom: 0px;
}

#logo {
	border: 0px;
	width: 248px;
	float: left;
	margin: 5px;
}

#logo a, #logo img {
	height: 56px;
	width: 248px;
}

#maintitle {
	width: 485px;
	float: right;
	text-align: center;
}

#subtitle {
	width: 485px;
	float: right;
	text-align: center;
}

#nav {
	position: relative;
	clear: both;
	width: 738px;
	margin: 0px 5px;
}

.button {
	text-align: center;
	float: left;
}

.button a {
	width: 81px;
	height: 27px;
	display: block;
	font-size: 12px;
	line-height: 2.3;
	font-weight: 500;
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	color: #FFFFCC;
	background-color: #FE0000;
	border: 0px;
	border-right: 1px #003466 solid;
}

/* IE 5 hack */
.button a {
	overflow: hidden;
} 
/* end hack */ 

.button a:hover {
	color: #FFFFFF;
	background-color: #FF5959;
	text-decoration: none;
}

#loginbar {
	width: 738px;
	margin: 0px 5px 5px;
	line-height: 2;
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	position: relative;
	top: 15px;
	clear: both;
}

#loginbar.formbutton {
	position: relative;
	top: -3px;
}

#content {
	position: relative;
	width: 748px;
	display: block;
	padding: 6px 0px 8px;
	border: black 1px solid;
	background: #FFFFFF;
}

#page {
	position: relative;
	width: 718px;
	display: block;
	padding: 0px 15px;
	background: #FFFFFF;
}

#answers {
	float: left;
	width: 453px;
	padding-left: 10px;	
	padding-right: 11px;
}

#questions {
	float: right;
	width: 263px;
	padding-right: 5px;
	padding-left: 6px;
}

#answers h4 {
	font-size: 13px;
}

#questions h4 {
	font-size: 12px;
}

#questions a {
	font-size: 11px;
}

#questions h5, #answers h5 {
	margin: 6px 0px 0px;
	color: #000000;
}

#questions h5 a, #answers h5 a, #questions h4 a, #answers h4 a {
	font-weight: normal;
	font-size: 10px;
}

#questions span, #answers span {
	font-size: 11px;
	line-height: 1.2;
	margin: 4px 0px 4px 10px;
	display: block;
}

#title {
	width: 748px;
	text-align: center;
	margin-bottom: 6px;
}

#title h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#examples {
	float: left;
	width: 255px;
}

#examples table {
	margin-left: 10px;
	width: 245px;
}

#examples td, #examples a, #examples a:hover {
	font-size: 9px;
	padding-left: 5px;
}

#examples a.mouseover:hover .answer {
	display: block;
	border: #C5C4C0 1px solid;
	position: absolute;
	top: 30px;
	right: 167px;
	width: 275px;
	height: auto;
	background: #FFFFFF;
	padding: 5px;
}

#picdata {
	float: right;
	margin: 0px 0px 7px;
	width: 445px;
}

#picdata h4, #quote h4 {
	text-align: center;
}

#morelink {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
	height: 14px;
	width: 300px;
}

#larrow, #rarrow {
	margin: 0px 2px;
	display: inline;
	width: 15px;
	height: 14px;
}

#larrow a, #rarrow a {
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	font-size: 11px;
	overflow: hidden;
}

#larrow a {
	background: url(images/arrowl.jpg);
}

#rarrow a {
	background: url(images/arrowr.jpg);
}

/* IE 5 hack */
#rarrow a, #larrow a {
	overflow: hidden;
} 
/* end hack */ 

#larrow a:hover, #rarrow a:hover {
	background-position: 0px -14px;
	text-decoration: none;
}

#larrow a.dead {
	background: url(images/arrowldead.jpg);
	color: #4F4F4F;
	cursor: default;
}

#rarrow a.dead {
	background: url(images/arrowrdead.jpg);
	color: #4F4F4F;
	cursor: default;
}

#pic {
	height: 300px;
	width: 300px;
	text-align: center;
	float: left;
}

#pic a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	margin: auto;
}

/* IE 5 hack */
#pic a {
	overflow: hidden;
} 
/* end hack */ 

#mouseinfo1, #mouseinfo2 {
	font-size: 9px;
	font-style: italic;
	padding-right: 9px;
	padding-left: 1px;
	text-align: left;
}

#mouseinfo1 {
	float: right;
	display: block;
	width: 120px;
}

#mouseinfo2, #mouseinfo1 img, #mouseinfo1 a {
	display: none;
	height: 0px;
	width: 0px;
}

#pic a.mouseover:hover #mouseinfo2 {
	display: block;
	position: absolute;
	right: 15px;
	top: 47px;
	background: #FFFFFF;
	width: 120px;
	height: auto;
}

.picstatus {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #EE1111;
	display: block;
}

.caption { 
	display: inline;
}

.picnonstatus {
	color: #EE1111;
	display: inline;
}

#picdesc {
	font-size: 10px;
	width: 124px;
	border: #C5C4C0 1px solid;
	float: right;
	padding: 3px;
	margin: 7px 0px;
}

#picdesc strong {
	display: block;
}

#discount {
	height: 90px;
	width: 132px;
	position: absolute;
	top: 253px;
	right: 15px;
	margin-top: 3px;
}

#discount a, #discount img {
	height: 90px;
	width: 132px;
}

#discount a.mouseover:hover .answer {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 132px;
	height: 90px;
	background: #FFFFFF;
	padding: 5px;
	padding-top: 20px;
	text-align: center;
}

#testimony {
	font-size: 11px;
	margin: 7px 0px;
	padding: 3px;
	width: 253px;
	float: left;
	border: #C5C4C0 1px solid;
}

#testimony p {
	margin: 0px;
	padding-bottom: 1px;
	width: 249px;
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	display: block;
	line-height: 1.2;
}

#testimony cite {
	font-style: italic;
	font-family: verdana, sans-serif;
	display: block;
	text-align: right;
	font-size: 9px;
}
	
#quote {
	margin: 10px 0px;
	position: relative;
	clear: both;
	width: 716px;
	border: #C5C4C0 1px solid;
}

#customername {
	text-align: right;
	float: left;
	width: 285px;
}

#customercontact, #uploadpics {
	float: right;
	width: 395px;
}

#refer, #usephotos {
	position: relative;
	padding-bottom: 2px;
	clear: both;
}

#referalways {
	border: #C5C4C0 1px solid;
	padding: 3px;
	width: 350px;
}

#referalways strong, #referalways em {
	display: block;
}

#instruct {
	margin-left: 2px;
	float: left;
	width: 290px;
}

#submitdiv {
	margin: 5px 0px 7px;
}

#quotehelp {
	position: relative;
	clear: both;
	margin: 10px 0px;
	width: 718px;
}

#quotehelp ul {
	font-size: 11px;
}

.mouseover {
	color: #000000;
}

.answer {
	display: none;
	height: 0px;
	width: 0px;
}

.answer span {
	margin: 4px 0px;
	display: block;
	line-height: 1.2;
}

#quotehelp li:hover, a.mouseover:hover {
	cursor: default;
	color: #000000;
	text-decoration: none;
}

#quotehelp li:hover .answer, #quotehelp a.mouseover:hover .answer {
	display: block;
	border: #C5C4C0 1px solid;
	background: #FFFFFF;
	position: absolute;
	top: 35px;
	right: 0px;
	width: 393px;
	height: auto;
	padding: 5px;
}

#error {
	height: 250px;
}

#error ul {
	list-style-type: disc;
	list-style-position: inside;
}

#print, #print table, #print th, #print td {
	text-align: center;
	margin: auto;
}

#print table, #print th, #print td {
	border: #C5C4C0 1px solid;
	padding: 2px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	vertical-align: text-top;
}

.disclaimer {
	font-size: 10px;
	display: block;
	margin: 10px;
	margin-right: 0px;
}

img.text {
	position: relative;
	display: inline;
	top: 2px;
}

#relatedlinks {
	text-align: center;
	width: 748px;
	padding-top: 4px;
	position: relative;
	clear: both;
	display: block;
}

#footer {
	width: 748px;
	position: relative;
	clear: both;
	background: #003466;
	color: #FFFFFF;
	padding: 8px 0px;
	border: black 1px solid;
	border-top: 0px;
	font-family: "comic sans ms", "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
}

#footlinks {
	text-align: center;
	width: 748px;
}

#footlinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#footlinks a:hover {
	color: #FFFF33;
	text-decoration: underline;
}

#copyright {
	width: 748px;
	text-align: center;
	color: #FE0000;
}

p, pre, .indent {
	font-family: verdana, sans-serif;
	margin: 3px 0px 6px 10px;
	display: block;
	clear: both;
}

.dblindent {
	margin: 5px 0px 5px 20px;
	display: block;
}