html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, div, p, td {
	font-family: Verdana, Arial;
	font-size: 10px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	margin-bottom: 15px;
}
th {
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #D1D3D4;
	padding: 4px;
}
td {
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	border-left: 1px solid #D1D3D4;
	padding: 4px;
}
td.first {
	border: none;
	padding-right: 5px;
}

#header {
	padding: 0px;
	height: 120px;
	background-color: #a90f14;
	border-bottom: 12px solid #000;
}

#topNav {
	height: 24px;
	width: 100%;
	background: url(../images/nav/topNav_bg.gif) repeat-x;	
}
#topNav_btns {
	width: 900px;
	list-style:none;
	padding: 6px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topNav_btns li{
	display: inline;
	margin-left: 20px;
}
#topNav_btns li.lastChild {
	margin-left:400px;
}
#topNav_btns li a{
	color: #ffffff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#topNav_3 {
	margin-left: 375px;
}

.leftNav {
	float: left;
	padding-top: 5px;
	background: #D1D3D4;
}

/*.leftNav a {
	color: #5F5E5E;
	text-decoration: none;
}

.leftNav ul {
	margin-top: 0;
	padding-top: 0;
	display: none;
}
.leftNav ul.active {
	display: block;
}
.leftNav li {
	margin-top: 5px;
	line-height: 9px;
	list-style-type: none;
}
.leftNav li.active {
	list-style-image: url(../images/nav/list-button.gif);
}

.leftNav img {
	padding-top: 5px;
}
*/
#mainContent {
	
}

.content {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	overflow:visible;
}

.content h2 {
	font-size: 12px;
	font-weight: bold;
}

#contactUsDesc {
	padding-left: 50px;
	padding-top: 30px;
}
#contactUsDesc p {
	font-size: 12px;
	color: #797979;
}
ul.contactlist li{
	margin-bottom: 5px;
}
	
#corpInfoDesc p{
	font-size: 11px;
	line-height:17px;
	color: #797979;
	width: 480px;
	margin: 8px 0px 0px 20px;
	padding-left: 20px;
}

div.content div.description {
	width: 785px;
	height: 600px;
	margin-right: 20px;
	float: left;
	background:url(../images/home_bkg.jpg) no-repeat 35px bottom;
	overflow: visible;
}

div.content div.productPic {
	width: 235px;
	float: left; 
	text-align: right;
	margin-bottom: 10px;
}

div.content div.productPic img{
	border: 1px solid black;
	margin-bottom: 5px;
}

div.content div.productPic a{
	color: #797979;
	text-decoration: none;
}

div.content div.divider {
	clear: both;
	background-color: gray;
	height: 1px;
	width: 535px;
	margin-bottom: 20px;
}

#footer {
	padding-top: 55px;
	clear: both;
	width: 760;
	text-align: right;
	font-size: 11px;
	color: #797979;
}