/* CSS Document */
body { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
h1 { color:#88898B; border:o; padding:0; margin:0; font-size:16pt; font-weight:normal; }
#header_wrapper {
	width:750px;
	margin:auto;
	background-color:#88898B;
	color:#FFFFFF;
	height:101px;
	padding:10px;
}
#logo {
	float:left;
	background-color:#88898B;
	color:#FFFFFF;
}
#contact {
	margin-top:55px;
	float:right;
	background-color:#88898B;
	color:#FFFFFF;
	text-align:right;
}
#contact a {
	background-color:#88898B;
	color:#FFFFFF;
	text-decoration:none;
}
#contact a:hover {
	text-decoration:underline;
}
#spacer {
	height:10px;
}
#page_wrapper {
	width:770px;
	margin:auto;
	background-color:#88898B;
}
#left_menu {
	width:140px;
	padding:10px;
	float:left;
	background-color:#88898B;
	color:#FFFFFF;
}
#left_menu a {
	text-decoration:none;
	color:#FFFFFF;
}
#left_menu a:hover {
	text-decoration:underline;
}
#main_content {
	width:610px;
	min-height:410px;
	float:right;
	background-color:#FFFFFF;
	color:#88898B;
	border-bottom:#88898B solid 1px;
}
/* for Internet Explorer */
/*\*/
* html #main_content {
	width:610px;
	height:410px;
	float:right;
	background-color:#FFFFFF;
	color:#88898B;
	border-bottom:#88898B solid 1px;
}
/**/

#footer_wrapper {
	width:770px;
	margin:auto;
	background-color:#FFFFFF;
	color:#88898B;
}
#footer_left {
	width:159px;
	height:20px;
	float:left;
	background-color:#ffffff;
	color:#88898B;
	border-right:#88898B solid 1px;
}
#footer_content {
	padding:5px;
	width:600px;
	float:right;
	background-color:#FFFFFF;
	color:#CCCCCC;
	text-align:right;
}
#footer_content a {
	text-decoration:none;
	color:#CCCCCC;
}
#footer_content a:hover {
	text-decoration:underline;
}

#homepage_content {
	padding-left:10px;
}
#secondary_content {
	padding-left:10px;
	padding-top:10px;
}
#breadcrumb {
	color:#88898B;
	background:#ffffff;
	height:15px;
	padding:5px;
	border-bottom:#88898B solid 1px;
}
#breadcrumb a {
	color:#88898B;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#section_title {
	color:#88898B;
	background:#ffffff;
	height:25px;
	padding:5px;
	border-bottom:#88898B solid 1px;
}
#section_title a {
	color:#88898B;
	text-decoration:none;
}
#section_title a:hover {
	text-decoration:underline;
}



.homepage_pic {
	border:0;
	margin-right:8px;
	margin-bottom:8px;
}
.item {
	float:left;
	color:#88898B;
	padding:15px;
	text-align:center;
}
.item a {
	color:#88898B;
}
.item a:hover {
	text-decoration:none;
}
.varient_wrapper {
	margin-left:184px;
}
.varient {	
	padding-top:5px;
	padding-bottom:10px;
	margin-left:5px;
	border-bottom:#88898B solid 1px;
	font-size:14pt;
}
.test {
	float:left;
	height:110px;
}
.product_image {
	float:left;
	padding:10px;
	padding-right:30px;
	background-color:#FFFFFF;
}
.product_divider {
	clear:both;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}