@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
}
 #header {
	background: #fff; 
	text-align: left;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index: 8;
}
 #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #666;
}

#mainContent a:link { 
	color: #415ba4; 
	text-decoration: underline; 
	}
	
#mainContent a:visited { 
	color: #415ba4; 
	text-decoration: underline;  	
	}
	
#mainContent a:hover { 
	color: #ff0000; 
	text-decoration: underline; 	
	}
	
#mainContent a:active { 
	color: #ff0000; 
	text-decoration: underline; 
	}
	
		
#mainContent ul li{
list-style-image: url(../images/goldbtn.gif);
padding-bottom: 5px;
padding-top: 5px;
padding-right: 20px;
border-bottom: 1px solid #ccc;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #787878;
	font-size: 90%;
}

#footer a:link { 
	color: #787878; 
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px; 
	}
	
#footer a:visited { 
	color: #ccc; 
	text-decoration: none; 
	padding-left: 10px;
	padding-right: 10px; 
	}
	
#footer a:hover { 
	color: #415ba4; 
	text-decoration: underline; 
	padding-left: 10px;
	padding-right: 10px;
	}
	
#footer a:active { 
	color: #cc3333; 
	text-decoration: underline; 
	padding-left: 10px;
	padding-right: 10px;
	}

#leftnav { 
	text-align: left;
	background-color: #fff;
	visibility: visible;
	z-index: 5;
 
	}
	
	#leftnav a:link { 
	color: #333; 
	text-decoration: none; 
	text-align: left;
	}
	
	#leftnav a:visited { 
	color: #333; 
	text-decoration: none; 
	text-align: left;

	}
	
	#leftnav a:hover { 
	color: #cc3333; 
	text-decoration: none; 
	text-align: left;
	}
	
	#leftnav a:active { 
	color: #cc3333; 
	text-decoration: none; 
	text-align: left;
	}
	
	#padleft {
	padding-right: 40px;
	}
	
	#search {
	background-color: #fff;
	vertical-align: top;
	width: 400px;
	position: relative;
	visibility: visible;
	text-align: left;
	z-index: 2;
	float: right;
	}
	.caption {
	font-size: 90%;
	font-style: italic;
	color:#666666;
	}
	
	.clicktozoom {
	font-size: 90%;
	color: #666;
	padding-bottom: 4px;
	}
	
	.designer {
	color: #663300;
	}
	
	.floatl {
	float: left;
	padding-right: 20px;	
	}
	
	.indent190 {
	padding-left:180px;
	}
	
	.insidesubhead {
	color: #824e3c;
	font-size: 130%;	
	}
	
	.productblurb {
	font-size: 90%;
	color: #666;
	}
	
	.productnumber {
	font-size: 90%;
	font-weight: 700;
	}
	.view {
	font-style: italic;
	color: #666666;
	}
	
	.ninetypercent {
	text-size: 80%;
	color: #666;
	}
	
	.urhere {
	color: #ff0000;
	font-weight: 700;
	}
	
	