/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:#F4CE67;
}

h1, h2, h3, h4, h5, h6, h7, h8 { margin:0;}

a, a img, img {border:none;}
a:link, a:visited { color:DarkGreen; text-decoration:underline;}
a:hover, a:active { color:#000;}

.u {
	text-decoration:underline;
}

blockquote {
	font-style:italic;
	font-size:.85em;
	background-color:#FFFFCC;
	padding:3px;
}

#main_wrapper {
	padding:0;
	margin:0 auto;
	width:920px;
	min-height:600px;
	border:1px solid DarkSlateGray;
	background-color:#F7B505;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12pt;
	color:black;
}
#header {
	width:920px;
	height:120px;
	padding:0;
	margin:0;
	overflow:hidden;
}
#top_nav {
	width:900px;
	height:24pt;
	padding:0;
	margin:10px;
	background:#096A02;
	overflow:hidden;
	text-align:center;
}
#top_nav ul { 
	list-style-type:none;
	margin:0 auto;
	margin-left:3em;
	padding:0;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:14px;
}
#top_nav ul li { list-style-image:none; float:left;}
#top_nav ul li a {padding:1.4em; margin:0; line-height:24pt; height:24pt;}
#top_nav ul li a:link, #top_nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#top_nav ul li a:hover, #top_nav ul li a:active, #top_nav ul li:hover {
	background:#F77D05;
}
#main_content {
	margin:10pt;
	padding:8pt;
	background:white;
	color:black;
	background-image:url(../img/900_grad.jpg);
	background-repeat:no-repeat;
	min-height:435pt;!important
	

}

/* Fun id styles */

 #products {
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

/* products page stuff*/
 #products img { display:block; float:left;}
 #products .snapshot {
	width:200px;
	float:right;
	margin:0;
	padding:1em;
	font-size:9pt;
}
 #products .snapshot h3 {
 	color:#990000;
}
 
.products {
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

/* products page stuff*/
 .products img { display:block; float:left;}
 .products .snapshot {
	width:200px;
	float:right;
	margin:0;
	padding:1em;
	font-size:9pt;
}
 .products .snapshot h3 {
 	color:#990000;
}
 

#footer {
	margin:8px;
	text-align:center;
	font-size:9pt;
	
}

#footer_nav {
	width:900px;
	height:16pt;
	padding:0;
	margin:10px;
	background:#F77D05;
	overflow:hidden;
	text-align:center;
}

#footer_nav ul { 
	list-style-type:none;
	margin:0 auto;
	margin-left:.5em;
	padding:0;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:8pt;
}

#footer_nav ul li { list-style-image:none; float:left;}
#footer_nav ul li a {padding:.9em; margin:0; line-height:16pt; height:16pt;}
#footer_nav ul li a:link, #footer_nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#footer_nav ul li a:hover, #footer_nav ul li a:active, #footer_nav ul li:hover {
	background:#096A02;
}

/* Fun classes */

.date {
	font-size:10px; color:#110066; text-align:left;
}

.price {
	width:96px;
	/*text-align:center;*/
	padding:4px;
	font-weight:bold;
	line-height:1.2em;
}

.buy_button {
	/*width:86px;
	text-align:center;
	padding:4px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	overflow:hidden;*/
}

.buy_button a {
	width:100%;
	height:100%;
	line-height:1.2em;
	padding:.5em .85em;
	border:1px dashed black;
	text-decoration:none;
	font-weight:bold;
}

.buy_button a:link, .buy_button a:visited {
	
	background-color:#F77D05; color:black;
}

.buy_button a:hover, .buy_button a:active {
	background-color:#096A02;
	color:white;
	border-color:#F77D05;
	
}

.disclaimer {
	font-size:.75em;
	margin:4px;
	padding:6px;
	border:1px dotted #990000;
}