@charset "utf-8";




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

a:link {
	color: #DE5135;
	text-decoration: none;
}

a:hover {  color: #000000; text-decoration: none;}

a:active {
	color: #DE5135;
	text-decoration: none;
}



a.whitelinks:visited, #footer_r_innerleft a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
a.whitelinks:link, #footer_r_innerleft a:link {
        color: #FFFFFF;
        text-decoration: none;
}
a.whitelinks:active, #footer_r_innerleft a:active {
        color: #FFFFFF;
        text-decoration: none;
}
a.whitelinks:hover, #footer_r_innerleft a:hover {
        color: #000000;
        text-decoration: none;
}

a.greylinks:visited {
        color: #666666;
        text-decoration: none;
}
a.greylinks:link {
        color: #666666;
        text-decoration: none;
}
a.greylinks:active {
        color: #666666;
        text-decoration: none;
}
a.greylinks:hover {
        color: #000000;
        text-decoration: none;
}



a.redlinks:visited {
        color: #DE5135;
        text-decoration: none;
}
a.redlinks:link {
        color: #DE5135;
        text-decoration: none;
}
a.redlinks:active {
        color: #DE5135;
        text-decoration: none;
}
a.redlinks:hover {
        color: #000000;
        text-decoration: none;
}

#breadcrumbs {
	height: 30px;
	width: 630px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#breadcrumbs a:visited {
        color: #DE5135;
        text-decoration: none;
}

#breadcrumbs a:link {
	color: #DE5135;
	text-decoration: none;
	padding-right: 7px;
}

#breadcrumbs a:active {
        color: #DE5135;
        text-decoration: none;
}

#breadcrumbs a:hover {
        color: #000000;
        text-decoration: none;
}



/* top navigation */


#navcontainer {
	float: left;
	width: 660px;
}


#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
}


#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	width: 83px;
	background-image: url(../images/topnavbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 6px;
	margin-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}


#navlist a:link#vm, #navlist a:visited#vm
{
	width: 140px;
}

#navlist a:link#cm, #navlist a:visited#cm
{
	width: 130px;
}


#navlist a:hover
{
	background-image: url(../images/topnavbgro.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;

}

#navlist a:active
{
	background-image: url(../images/topnavbg.gif);
	background-repeat: no-repeat;
	background-position: right;

}


/* product info red tabs */


#prod_info_container {
	float: left;
	width: 645px;
	padding-top: 20px;
	padding-bottom: 30px;
}


#prodnavlist ul, #prodnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#prodnavlist a:link, #prodnavlist a:visited
{
	float: left;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	width: 150px;
	background-image: url(../images/red_tab_bgro.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 6px;
	margin-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}



#prodnavlist a:hover
{
	background-image: url(../images/red_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;

}

#prodnavlist a:active
{
	background-image: url(../images/red_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;

}

#prodnavlist a:link.selected
{
	background-image: url(../images/red_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;

}




/* leftnav */

#navigationbox {	
	width: 225px;
	padding-top: 18px;
	padding-left: 25px;
}





#menu {

}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/leftnavbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu ul ul a {
	display: block;
	color: #DE5135;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/subnav_minus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menu ul ul ul a {
	display: block;
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/subnav_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
}


#menu a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-image: url(../images/leftnavbgro-red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu ul ul a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-image: url(../images/subnav_minus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul ul ul a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-image: url(../images/subnav_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu a:active {
	background-image: url(../images/leftnavbgro-red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* nav hilights */


#menu .productinfonav {
	background-image: url(../images/leftnavbg-selected.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #DE5135;
}


.home #navlist .homenav {
	background-image: url(../images/topnavbgro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}


.red_tab_links {
	float: left;
	height: 47px;
	width: 145px;
	color: #FFFFFF;
}

.red_tab_links a:link, .red_tab_links a:visited {
	display: block;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/red_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 7px;
	padding-right: 10px;
}

.red_tab_links a:hover {
	display: block;
	color: #FFFFFF;
	background-image: url(../images/red_tab_bgro.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.red_tab_links a:active {
	background-image: url(../images/red_tab_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}

