@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}
body {
	position:relative;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h3{
	font-size:16px;
	font-weight:bold;
	}
a:link {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	text-decoration: underline;
	color: #4d4d4d;
}
a:active {
	text-decoration: none;
	color: #4d4d4d;
	outline: none;
}
a:focus {
	outline:none;
}

/* DIVS */

div#container{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}
div#header{
	position:relative;
	width:1024px;
	height:67px;
	overflow:hidden;
}
div#textnav{
	position:absolute;
	right:0px;
	top:0px;
	float:right;
	height:40px;
	width:749px;
	background-color:#8d0404;
}
div#footer{
	clear:both;
	margin:0px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	width:964px;
	background: url(../images/dkgray_bg.png) right repeat-y;
	}

/* CLASSES */

a.logo_home{
	margin:0;
	height:67px;
	width:275px;
	display:block;
	background:url(../images/logo_large.jpg) top no-repeat;
	text-indent:-9999px;
}

/* NAVIGATION */


/* FOOTER NAV */

#footer ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #footer ul li {
     display: inline;
     padding-right: .75em;
	 padding-left: .75em;
	 height:10px;
	 border-right: #8d0404 1px solid;
 }
 
 #footer ul li.last {
     display: inline;
     padding-right:0;
	 padding-left: .75em;
	 height:10px;
	 border-right: none;
 }
 
 #footer a{
 	font-size:10px;
	font-weight:bold;
	color:#4d4d4d;
	text-decoration:none;
 }

#sitemap_footer{
	position:absolute;
	right:30px;
	top:10px;
 }
 
 /* HEADER NAV */
 
 #header ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #header ul li {
     display: inline;
 }
 
 #header ul li a{
     display: inline;
     padding-right: 10px;
	 padding-left: 10px;
	 height:14px;
	 border-right: #c07575 1px solid;
 }
 
 ul#nav_header{
 	position:absolute;
	right:20px;
	top:13px;
 }
 
a.nav_about{
 	display: block;
	float:left;
	width:103px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/nav_about.png) top center no-repeat;
}
a.nav_about:hover{
	background:url(../images/nav_about_over.png) top center no-repeat;
}
a.nav_products{
 	display: block;
	float:left;
	width:96px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/nav_products.png) top center no-repeat;}
a.nav_products:hover{
	background:url(../images/nav_products_over.png) top center no-repeat;}
a.nav_info{
 	display: block;
	float:left;
	width:147px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/nav_info.png) top center no-repeat;
}
a.nav_info:hover{
	background:url(../images/nav_info_over.png) top center no-repeat;
}
#header ul li a.nav_contact{
 	display: block;
	float:left;
	width:121px;
	height:14px;
	border:none;
	text-indent:-9999px;
	background:url(../images/nav_contact.png) top center no-repeat;
}
#header ul li a.nav_contact:hover{
	background:url(../images/nav_contact_over.png) top center no-repeat;
}
/*Strive Tag*/
#bug{
	clear:both;
	position:relative;
	width:1024px;
	height:49px;
}
a.strivetag{
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:122px;
	height:49px;
	background:url(../images/strive1.jpg) top no-repeat;
	right:0px;
	top:0px;
}
a.strivetag:hover{
background:url(../images/strive2.jpg) top no-repeat;
}