﻿body {
	width:100%; 
	height:100%; 
	color:black; 
	background:black; 
	font-size:10pt; 
	font-family:Verdana, Geneva, Tahoma, sans-serif; 
	margin:0px;
}

img {
	border-style:none;
}

#menu_shadow {
	width:100%;
	height:11px;
	position:relative;
	float:left;
	background-image: url("../image/menu_shadow.png");
	background-repeat:no-repeat;
	z-index:-1;
}

#content {
	width:100%;
	position:relative;
	float:left;
	vertical-align:top;
	border:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background:white;
	color:black;
	font-size: 8pt;
	z-index:5;
}

#content_body {
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}

#content_body a:link {
	text-decoration:underline;
	color:#FF6600;
}


#content_body td img {
	border-style:none;
	vertical-align:bottom;
}

#content_body td a:link {
	font-size:9.5px;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
	color:#666666;
}

#content_body td a:visited{
	font-size:9.5px;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
	color:#666666;
}

#content_body td a:hover{
	font-size:9.5px;
	font-weight:bold;
	line-height:200%;
	text-decoration:none;
	color:#FF6600;
}

#breadcrumb {
	font-size:10px;
	background:white;
	padding-left:23px;
	text-decoration:none;
	z-index:5;
}

#breadcrumb a:link{
	color:black;
	text-decoration:none;
}

#breadcrumb a:visited {
	color:black;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color:#FF6600;
}

p.main_header {
	font-size:large;
	font-weight:normal;
	color:#FF6600
}

p.product_header {
	font-weight:bold;
	font-size:large;
	color:#FF6600;
}

p.body_text {
	line-height: 180%;
}


#email_mkting_signup {
	width:180px;
	padding:10px;
	float:right;
	position:relative;
}

#product_page_image {
	padding:10px;
	float:right;
	position:relative;
}


#footer {
	position:relative;
	width:100%;
	float:left;
	height:68px;
	color:white;
	font-size:8pt;
	font-weight:normal;
	background-image: url("../image/footer.png");
	background-repeat:no-repeat;
}



