@charset "utf-8";
/* CSS Document */

/************* BEGIN BODY STYLE **************/
body {
	margin: 0 auto;
	padding:0;
	font-family: Georgia;
	background:#ededed;
	}
img a {
	border:0px;
	}
#wrapper {
	margin: 0 auto;
	padding:0px;
	width:800px;
	background:#fff;
	}
#logo {
	width:200px;
	float:left;
	height:130px;
	}
#headerwrap {
	width:800px;
	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:80px;
}
#nav1 a{
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#272a2b;
	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:#272a2b;
	}
#nav2 {
	width:100%;
	height:55px;
	}
#nav2 td {
	width:33%;
	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=272a2b&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:#3aa6cc;
}
#nav3bar a{
	background:#3aa6cc;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#252525;
	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:#272a2b;
	background-image:url(/DistSite/Templates/29/images/nav3-bullet-over.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
.nav3title {
	background:#3aa6cc;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#252525;
	padding-left:30px;
	line-height:18px;
	border-bottom:1px dotted #252525;
	}
	

/************* END NAV3 **************/

#footer {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background:#272a2b;
	height:25px;
	line-height:12px;
	font-weight:bold;
	}



