html, body{ 	
	color: black;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#page{
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#top{
	width:950px; 
	height:295px;
	text-align: center;
	top: 0;
	}
#topmenu{
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
	width: 875px;
	height: 54px;
	text-align: left;
	position: relative	
}
#flashmenu{
	float: left;
	width: 622px;
	height: 18px;
	position: relative;
}
#flashmenu1{
	float: left;
	width: 622px;
	height: 18px;
	position: relative;
}
#banner1{
	width: 123px;
	height: 39px;
	float: right;
	position: relative;
	text-align: left;
	top: 0;
	right: 75px;
	padding-top: 15px;
	padding-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	font-weight: bold;
}
#banner1 a{
	color: white;
	text-decoration: none;
}
#banner1 a:hover{
	color: white;
	text-decoration: underline;
}
#header{	
	width: 149px;
	height: 20px;
	position: relative;
	left: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #e30f27;
	text-transform: uppercase;
	padding-top: 11px;
	padding-left: 15px;
}
#dir{
	width: 450px;
	height: 18px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
	padding-top: 13px;
	float: left;
}
#dir a{
	color: gray;
	text-decoration: none;
}
#dir a:hover{
	color: red;
	text-decoration: none;
}
#content{
	width: 800px;
	margin: 0 auto;
}
#leftmenu{
	list-style: none;
	list-style-type: none;
	background-image: url(images/bg-leftmenu.gif);
	width: 164px; 
	float: left;
	text-align: left;
	position: relative;
	padding: 15px 0 0 0 ;
	margin: 0;
	font-weight: 900;
	color: Maroon;
}
#leftmenu ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding-left:0px;
}
#subcontent{
	float: right;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	line-height:12pt;
	background-color: #ffffff;
	min-height: 400px;
	text-align: left;
	width: 616px;
}
#search{
	float: left;
	color: #8b0e13;
	height: 20px;
	width: 600px;
	position: relative;	
}
#search0{
	color: gray;
	margin-right: 15px;
	float: left;
	padding-top: 3px;
}
#search1{
	text-transform: uppercase;
	font-size: 6pt;
	margin-right: 5px;
	float: left;
	padding-top: 6px;
}
#search2{
	margin-right: 5px;
	float: left;
}
#search2 input{
	border: 1px solid silver;
	height: 15px;
}
#search3{	
	float: left;
	padding-top: 2px;
	position: relative;
}
#product{
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.product{
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.prod-header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: black;
}
.prod-select{
	width: 140px;
	text-align: right;
	position: relative;
}
#footer{
	clear: both;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 18px;
	bottom: 0;
	padding-left: 240px;
	vertical-align: bottom;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: gray;
	padding-top: 5px;
}
#footer a{
	text-decoration: none;
	color: gray;
}
#footer a:hover{
	text-decoration: none;
	color: black;
}
img, img a {
	border: 0; vertical-align: bottom;
}
object {
	border: 0; vertical-align: bottom;
}
#title {
	font-size: 12px;
	font-weight: bold;
}
.hide{display: none;}
.show{display: block;}
