body { margin: 0px; font-family: Arial; }
			
#master {
	margin: 10px auto;
	width: 780px;
	padding: 0px 5px 5px 5px; 
	text-align: left; 
	border: 0px solid #DD9E27; 
}

#header { 
	height: 150px;
	border-bottom: 3px solid #DD9E27;
	margin-bottom: 15px; 
	color: #DD9E27; 
}

#header #logo {
	float: left; 	
}

#header #contactus {
	float: right; 	
	text-align: right; 
	font-weight: bold;
	font-size: 12pt; 
	margin-top: 70px
}

#leftnav { width: 5px; float: left; clear: left; }
#leftnav .link { width: 5px; margin: 0px 0px 5px 10px; }
#leftnav .link img { border: 0px;}

#main { font-size: 12pt; float: left; width: 525px; }

#breadcrumbs { font-size: 11px; border-bottom: 1px solid #DD9E27; padding-bottom: 3px; color: #DD9E27; }
#breadcrumbs a { color: #DD9E27; text-decoration: none; }

#content { color: block; }
#content h1 { font-size: 18pt; margin: 10px 0px 20px 0px; color: #DD9E27; }
#content strong { color: #333399; }
#content p { font-size: 10pt; margin: 0px 0px 15px 0px; width: 95%}
#content ol { font-size: 8pt; padding-right: 50px}

#footer { clear: both; border-top: 3px solid #DD9E27; padding-top: 10px; text-align: center; }
#footer #tagline { font-size: 22px; font-style: italic; font-weight: bold; color: #333399; }
#footer #credits { font-size: 10px; border-top: 3px solid #DD9E27; margin-top: 10px; padding-top: 10px; }

/* Products */
.product { width: 510px; margin-top: 25px; padding-bottom: 25px; margin-bottom: 10px; border-bottom: 1px solid #DD9E27}
.nobottom { border: 0px }
.product .caption { font-weight: bold; font-size: 12px}
.product .show { float: left; width: 250px; text-align: center; }
.product .show img { border: 1px solid black; }
.product .details { float: left; width: 250px; text-align: left; font-size: 12px; }

