@charset "utf-8";
img, div, a { behavior: url(iepngfix.htc) }

body {
	font: 100%/1.4 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
	background:#2b2b2b;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

}

.header img{
	border-bottom:#fff solid 1px;
	margin-top:30px;

}
.content {
	width:960px;
	margin:0;
	padding:0;
	background:url(../images/homepage_content_bkg.jpg) repeat-x;
		height:100%;

}
.content div.top_nav{
	height:80px;
}
.content ul.top_nav{
	padding:0;
	margin:0;
	width:960px;
}
.content ul.top_nav li{
	float:left;
	list-style-type:none;
	width:191px;
	height:80px;
	border-top:solid #000 15px;
	border-right:solid #ccc 1px;
	
}
.content ul.top_nav li#home{
	background:url(../images/home.gif) no-repeat;
}
.content ul.top_nav li#home a{
	text-decoration:none;
	width:191px;
	height:80px;
	display:block;
}
.content ul.top_nav li#products{
	background:url(../images/products.gif) no-repeat;
	border-top:solid #f7c305 15px;

}
.content ul.top_nav li#products a{
	text-decoration:none;
	width:191px;
	height:80px;
	display:block;
}
.content ul.top_nav li#catalog{
	background:url(../images/catalog.gif) no-repeat;
}
.content ul.top_nav li#catalog a{
	text-decoration:none;
	width:191px;
	height:80px;
	display:block;
}
.content ul.top_nav li#order{
	background:url(../images/order.gif) no-repeat;
}
.content ul.top_nav li#order a{
	text-decoration:none;
	width:191px;
	height:80px;
	display:block;
}
.content ul.top_nav li#contact{
	background:url(../images/contact.gif) no-repeat;
}
.content ul.top_nav li#contact a{
	text-decoration:none;
	width:191px;
	height:80px;
	display:block;
}
.content ul.top_nav li:link,
.content ul.top_nav li:visited{
	border-top-color:#f7c305;
}
.content ul.top_nav li:hover{
	border-top-color:#f7c305;
}
.content .homepage_left{
	width:150px;
	font-weight:bold;
	font-size:16px;
	padding:200px 0 0 50px;
	float:left;
}

.content .homepage_left div.login{
	padding:0;
	margin:10px 0 0 0;
	font-size:12px;
	width:120px;
}


.content .homepage_left div.login table#login td.input input{
	width:120px;
	
}

.content .homepage_left div.login table#login td.button input{
	width:120px;
	height:34px;
	background:url(../images/homepage_register_bt.gif);
	margin-top:10px;

}
.content .homepage_right{
	float:right;
	width:600px;
	margin:50px 110px 0 0;
}
.content div.footer{
	margin:50px 0 0 200px;
	color:#3d3d3d;
}
.content .footer span.footer{
	font-weight:normal;
	font-size:10px;
}
	
.content h1{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.content p{
	color:#3d3d3d;
	font-size:14px;
	font-weight:bold;
}
.content .products_content{
	padding:0;
	margin:30px 0 0 30px;

}
.content table#products{
	text-align:center;
	font-weight:bold;
}
.content table#products{
	color:#3d3d3d;
}
.content table#products td a:link,
.content table#products td a:visited{
	text-decoration:none;
	color:#3d3d3d;
}
.content table#products td a:hover{
	cursor:pointer;	
	color:#9e241b;
	
}
.content span.yellow{
	color:#f7c305;
}
.content img.subpage{
	margin:30px 0;
}
.content a.pdf{
	color:#3d3d3d;
	font-size:16px;
}
.cleaner{
	clear:both;
}