@charset "utf-8";
/* CSS Document */

/************* BEGIN BODY STYLE **************/
body {
	margin: 0 auto;
	padding:0;
	font-family: Arial;
	background:#ededed;
	}
img a {
	border:0px;
	}
#wrapper {
	margin: 0 auto;
	padding:0px;
	width:990px;
	background:#fff;
	}
#logo {
	width:200px;
	float:left;
	height:130px;
	}
#headerwrap {
	width:990px;
	height:130px;
	padding:0;
	margin-bottom:5px;
	/*
	background-image: url(images/head-back.png);
	background-repeat: repeat-x;
	background-position:center;
	*/
	}
#navwrap {
	width:90%;
	height:130px;
	float:right;
	}
.crumbs a{
	font-size:10px;
	font-weight:bold;
	color:#252525;
	padding: 5px 0 3px 5px;
	text-decoration:none;
	}
.crumbs a:hover {
	text-decoration:underline;
	}
.content {
	padding:5px;
	color:#252525;
	font-size:12px;
	}
#nav2 #viewcart a {
	color:#252525;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-right:5px;
	line-height:20px;
	text-align:right;
}
#nav2 #viewcart a:hover {
	text-decoration:underline;
	}
#bodycontents {
	width:100%;
	}	
	
/*********** BEGIN NAV 1 *********/
#nav1 {
	width:98%;
	height:55px;
	}
#nav1 td {
	width:123px;
}
#nav1 a{
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#231f20;
	background-image:url(/DistSite/Templates/29/images/nav1-bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:20px;
	padding-left:15px;
	padding-right:5px;
	text-align: left;
		}
#nav1 a:hover {
	background-repeat:no-repeat;
	background-position: top;
	text-decoration:underline;
	}
	
	
/*********** END NAV 1 *********/

/*********** BEGIN NAV 2 *********/
#bar {
	width:100%;
	height:55px;
	background:#231f20;
	}
#nav2 {
	width:100%;
	height:55px;
	}
#nav2 td {
	width:20%;
	color:#FFFFFF;
}
#nav2 a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:13px;
	/*background-image:url(/DistSite/Templates/29/images/nav2-bullet.png);*/
	/*background-repeat:no-repeat;*/
	/*background-position:left center;*/
	margin-right:5px;
	padding-bottom:1px;
	}
#nav2 a:hover {
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	padding:0;
	}

/*********** END NAV 2 *********/

/************ BEGIN QUICK SEARCH *******/

#quicksearch {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	}
#quicksearch a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
		}
#quicksearch a:hover {
	text-decoration:underline;
		}
#quicksearch input{
	width:100px;
	}
	
/************ END QUICK SEARCH *********/


/************* BEGIN NAV3 **************/
#nav3wrap {
	width:170px;
	margin-top: 16px;
	}
#nav3head {
	width:170px;
	height:20px;
	background:url(/we/we.dll/GradientPic?HexEnd=231f20&Percent=40&W=170&H=20&D=V);
	/*background-image:url(/DistSite/Templates/29/images/nav3head.png);*/
	background-position:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom:1px solid #252525;
}
	
#nav3bar {
	width:170px;
	background:#c4942f;
}
/*
#nav3bar a{
	background:#c4942f;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#231f20;
	padding-left:30px;
	line-height:18px;
	background-image:url(/DistSite/Templates/29/images/nav3-bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #252525;
	}
#nav3bar a:hover {
	color:#FFFFFF;
	background:#231f20;
	background-image:url(/DistSite/Templates/29/images/nav3-bullet-over.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
*/
.nav3title {
	background:#c4942f;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#231f20;
	padding-left:30px;
	line-height:18px;
	border-bottom:1px dotted #252525;
	}
	
/* Main side nav (level 1) */
.nav3 ul {padding:0; margin:0; list-style-type: none;}
.nav3 ul li {float:left; width:100%; margin-right:1px; position:relative;  padding:2px 0px 2px 0px;	}
.nav3 ul li a, .nav3 ul li a:visited {
	background:#c4942f;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#231f20;
	padding-left:30px;
	line-height:18px;
	background-image:url(/DistSite/Templates/29/images/nav3-bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #252525;
}
.nav3 ul li:hover a {
	color:#FFFFFF;
	background:#231f20;
	background-image:url(/DistSite/Templates/29/images/nav3-bullet-over.png);
	background-position:right center;
	background-repeat:no-repeat;
}

/* 1st flyout (level 2) */
.nav3 ul li ul {display: none;}
.nav3 ul li ul li {padding:0px;}
.nav3 ul li:hover ul {display:block; position:absolute; top:2px; left:170px; width:150px;}
.nav3 ul li:hover ul li a {display:block; width:150px; color:#FFFFFF; background:#231f20; border-left:0; border-right:1px solid #cacaca; border-top:0; border-bottom:1px dotted #252525; padding:3px 3px 3px 3px;}
.nav3 ul li:hover ul li a:hover {color:#000000;}

/* 2nd flyout (level 3) */
.nav3 ul li:hover ul li ul {display: none;}
.nav3 ul li:hover ul li:hover ul {display:block; position:absolute; left:157px; top:0;}
.nav3 ul li:hover ul li:hover ul li a {display:block; width:150px; color:#FFFFFF; background:#231f20;}
.nav3 ul li:hover ul li:hover ul li a:hover {color:#000000;}

/* 3rd flyout (level 4) */
.nav3 ul li:hover ul li:hover ul li ul {display: none;}
.nav3 ul li:hover ul li:hover ul li:hover ul {display:block; position:absolute; left:157px; top:0;}
.nav3 ul li:hover ul li:hover ul li:hover ul li a {display:block; width:150px; color:#FFFFFF; background:#231f20;}
.nav3 ul li:hover ul li:hover ul li:hover ul li a:hover {color:#000000;}

/************* END NAV3 **************/

#footer {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background:#231f20;
	height:25px;
	line-height:12px;
	font-weight:bold;
	}



