/* HTML TAG*/
/***********************************************/ 
html {
	height:100%;
	margin-bottom:1px;

}
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/bg_grad.jpg);
	background-color: #000000;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 14px;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #ffffff;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.b {
	font-weight: bold;
}

.yellowText{
	color:#fdc504;
	font-weight: bold;
}
			
/***********************************************/
/****** LAYOUT DIVS ******/
/***********************************************/
#divContainer{
	width:759px;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color: #ffffff;
	font-size: 12px;
	background-image: url(images/shadow_container.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
/************* HEADER AND NAV **************/

#header{
	margin: 0;
	width: 759px;
	
}
#header img{
	float: left;

}



#globalNav{
	width:749px;
}

/************* END HEADER AND NAV **************/

/************* MID AREA **************/

#midLt{
	position: relative;
	width: 247px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#midLt a:link{
	color: #333333;
	text-decoration:underline;
}

#midLt a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midLt a:hover{
    color: #b24626;
	text-decoration:underline;
}

#ltMidbox{
	margin: 0;
	width: 247px;
	height: 100%;
	font-size: 12px;
	background-image: url(images/bg_products.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mid{
	width: 749px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}

#mid a:link{
	color: #333333;
	text-decoration:underline;
}

#mid a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#mid a:hover{
    color: #b24626;
	text-decoration:underline;
}

#redTitle{
	position: relative;
	width: 474px;
	height: 29px;
	margin: 0px;
	float: left;
	padding-top: 22px;
	padding-left: 18px;
	background-image: url(images/bg_red_title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#midRt{
	width: 485px;
	margin: 0px;
	float: left;
}

#midRt a:link{
	color: #333333;
	text-decoration:underline;
}

#midRt a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midRt a:hover{
    color: #b24626;
	text-decoration:underline;
}
#mainPhoto{
	width: 462px;
	margin: 0px;
	float: left;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 16px;
}

#mainText{
	width: 462px;
	margin: 0px;
	float: left;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 16px;
}
#mainText a:link{
	color: #FF3300;
	text-decoration:underline;
}

#mainText a:visited{
	color: #FF3300;
	text-decoration:underline;
	
}

#mainText a:hover{
    color: #0A69BA;
	text-decoration:underline;
}
#mainText img{
	float: right;
	padding-left: 4px;	
}

#productsArea{
	width: 490px;
	margin: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#productsTextlt{
	width: 211px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	line-height: 18px;
	list-style-image: url(images/bullet_arrow.gif);
	background-color: #38577c;
	
}
#productsTextlt a:link{
	color: #ffffff;
	text-decoration:underline;
}

#productsTextlt a:visited{
	color: #ffffff;
	text-decoration:underline;
	
}

#productsTextlt a:hover{
    color: #fdc504;
	text-decoration:underline;
}
/************* INSIDE PRODUCT  STYLES ***************/
#productsRow{
	width: 240px;
	margin: 0px;
	float: left;
}

#products{
	width: 220px;
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-left: 22px;
}
#productsImg{  
    margin: 0px;
	width: 84px;
	height: 100%;
	float: left;
}
#productsText{
	width: 110px;
	margin: 0px;
	float: left;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-right: 12px;
	font-size: 10px;
}
#productsText a:link{
	color: #0a69b0;
	text-decoration:underline;
}

#productsText a:visited{
	color: #0a69b0;
	text-decoration:underline;
	
}

#productsText a:hover{
    color: #FF3300;
	text-decoration:underline;
}

/*** PRODUCTS STATS AREA **/

#productsStats{
	width: 462px;
	margin: 0px;
	float: left;
	padding-left: 14px;
}
#productsStats a:link{
	color: #38577C;
	text-decoration:underline;
}

#productsStats a:visited{
	color: #38577C;
	text-decoration:underline;
	
}

#productsStats a:hover{
    color: #FF3300;
	text-decoration:underline;
}

.modelTitle {
    height: 16px;
	color: #0A69BA;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	
}
.modelText {
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
}
.modelLinks{
    height: 16px;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.modelLinks a:link{
	color: #FF3300;
	text-decoration:underline;
}

.modelLinks a:visited{
	color: #FF3300;
	text-decoration:underline;
	
}

.modelLinks a:hover{
    color: #0A69BA;
	text-decoration:underline;
}

/************* BEGIN FOOTER STYLES ***************/

#footer{
	clear: both;
	height:64px;
	width: 719px;
	margin-top:0px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
}
#footer a:link{
	color: #FFFFFF;
}

#footer a:visited{
    color: #FFFFFF;
}

#footer a:hover{
    color: #FF8359;

}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
/************* END FOOTER STYLES ***************/
