/* 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: 20px;
	color: #ffd200;
	padding-bottom: 4px;
}

h2{
 font-size: 18px;
 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:960px;
	height:100%;
	position:relative;
	margin:0 auto;
	font-size: 12px;
} 
/************* HEADER AND NAV **************/

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

}



#globalNav{
	width:632px;
	float: right;
}

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

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

#midLt{
	position: relative;
	width: 328px;
	float: left
}

#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: 328px;
	height: 100%;
	background-image: url(images/bg_lt_nav.gif);
	background-repeat: repeat-y;
}
#mid{
	width: 960px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_lt_nav.gif);
	background-repeat: repeat-y;
    background-color: #363636;
}

#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: 630px;
	margin: 0px;
	float: left;
	color: #a6a6a6;
}

#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: 568px;
	margin: 0px;
	float: left;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
}
#mainText a:link{
	color: #fdc504;
	text-decoration:underline;
}

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

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

#packageArea{
	float: left;
	width: 322px;
	margin: 0px;
}

#viewPhoto{
	float: left;
	width: 286px;
	margin: 0px;
	padding-left: 10px;
}


#midNav{
	float: left;
	width: 270px;
	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);
	font-size: 14px;	
}
#midNav a:link{
	color: #b6b6b6;
	text-decoration:none;
}

#midNav a:visited{
	color: #b6b6b6;
	text-decoration:none;
	
}

#midNav a:hover{
    color: #CD5852;
	text-decoration:underline;
}

/************* INSIDE PRODUCT  STYLES ***************/


#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;
}

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

#footer{
	float: left;
	width: 960px;
	margin-top:0px;
	color: #FFFFFF;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}
#footer a:link{
	color: #FFFFFF;
}

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

#footer a:hover{
    color: #FF8359;

}

#footerCall{
	float: left;
	width: 580px;
}

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