@charset "UTF-8";

/* CLASSES */

.proddesc{
	margin:0px;
	margin-bottom:10px;
	display:block;
	width:636px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/proddescription.png) left no-repeat;
	border-bottom: #8d0404 2px solid;
}
.prodfeat{
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	width:636px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/prodfeatures.png) left no-repeat;
	border-bottom: #8d0404 2px solid;
}

/* DIVS */
div#header{
	background:#cecece;
}
div#bigbox{
	position:relative;
	width:964px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#cecece;
	margin:0px;
}
div#toolnav{
	width:177px;
	background-color:#b3b3b3;
	margin:0px;
	padding:10px;
}
div#flash_box{
	position:absolute;
	width:738px;
	height:324px;
	right:30px;
	top:20px;
	background:#ece1d0;
}
	
div#data_container{
	position:relative;
	width:964px;
	margin:0px;
	padding-top:25px;
}
div#data_left{
	width:646px;
	padding:20px;
	background-color:#9c9c9c;
}
div#data_right{
	position:absolute;
	width:248px;
	right:0px;
	top:25px;
	bottom:0px;
	background-color:#8d0404;
}
/* TEXT STYLES */

div#data_left p{
	margin:0px;
	line-height:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}
div#data_right h1{
	display:block;
	font-size:16px;
	margin:0px;
	width:248px;
	height:35px;
	background-color:#8d0404;
	text-indent:-9999px;
	background: url(../images/prodlinks.png) left no-repeat;
	border-bottom: #cecece 3px solid;
}

/* NAVIGATION */
 #toolnav ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 #toolnav ul li a{
    display:block;
	margin:0px;
	width:157px;
	padding:10px;
	color:#626161;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-bottom: #8a8a8a thin dashed;
 }
  #toolnav ul li a:hover{
	color:#FFF;
 }
  #toolnav ul li a.lasttool{
	border-bottom: none;
 }

 #data_right ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 #data_right ul li a{
    display:block;
	margin:0px;
	width:228px;
	padding:10px;
	color:#626161;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	background-color:#b3b3b3;
	border-bottom: #cecece 3px solid;
 }
  #data_right ul li a:hover{
	color:#FFF;
	background-color:#626161;
 }

/* MAKE PRODUCTS SELECTED */

a.nav_products{
	background:url(../images/nav_products_over.png) top center no-repeat;}
a.nav_products:hover{
	background:url(../images/nav_products_over.png) top center no-repeat;}
a.nav_products:visited{
	background:url(../images/nav_products_over.png) top center no-repeat;}
a.nav_products:active{
	background:url(../images/nav_products_over.png) top center no-repeat;}
