/* Containers */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font: 70% Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
}

#wrapper {
	text-align: left;
	width: 966px;
	margin:0 auto;
	padding: 0;
	background: #fff url(images/wrapper_bg.gif) repeat-y;
}
#wrap_bottom {
	background: transparent url(images/footer_gradient.gif) no-repeat bottom;
	width: 966px;
	margin:0 auto;
	padding: 0 0 65px 0;	
	
}
#header {
	background: #fff url(images/cart_header.gif) no-repeat;
	height:76px;
	width:962px;
	margin:0 auto;
	padding:0;
}

#content {
	margin: 0 372px 0 0;
/*	border-right: solid 1px #b3d040;*/
}
#store #content {
	margin: 45px 272px 0 0;
	width:650px;
/*	border-right: solid 1px #b3d040;*/
}
#content .inner {
	padding-top: 1px;
	margin: 0 10px 10px 20px;
}

#side {
	float: right;
	clear:both;
	width: 210px;
	margin: 0 10px 0 0;
}
#side .inner {
	padding-top: 1px;
	margin: 0 10px 10px 10px;
}
/*sidebar specific to the secondary page layout (none homepage)*/
#secondary #side {
	float: right;
	width: 321px;
	margin: -124px 15px 0 0;
	
}
#secondary #side .inner {
	padding: 0px;
	margin: 0;
	
}

.side_nav_top {
	background: transparent url('images/side_bg.gif') no-repeat bottom;
	
}

.side_nav {
	background: transparent url('images/side_top.gif') no-repeat top;
	padding:10px;	
	min-height:180px;
}
.side_nav2 {
	background: transparent url('images/side_cap.gif') no-repeat top;
	padding:10px;

}
/*sidebar specific to the store*/
#store #side {
	float: right;
	width: 230px;
	margin: 15px 15px 0 0;
	
}
#store #side .inner {
	padding: 0px;
	margin: 0;
	
}
#store .side_nav_top {
	background: transparent url('images/side_bg2.gif') no-repeat bottom;
	
}
#store .side_nav2 {
	background: transparent url('images/side_cap2.gif') no-repeat top;
	padding:10px;

}

#left_side {
	
}
#footer {
	margin-top: 10px;
	clear: both;
	padding:0 0 10px 0;
}

#footer .inner {
	margin: 10px 0 10px 0px;
}
#logo {
	float:left;
	position:absolute;
	margin:5px 0 0 25px;
	z-index:10;
	background: transparent url('images/logo.png') no-repeat;
	width:210px;
	height:109px;
	padding:0;
}
/*#feature_img {
	margin:37px 0 0 8px;
	padding:0;
	background:transparent url('images/hiker_img.jpg') no-repeat ;
	height:124px;
	width:615px;
	
}*/
#feature_panel {
	background-color:#fff;
	border:solid 8px #b3d040;
	margin:16px 8px 0 0;
	padding:5px 10px 0 10px;
	width:327px;
	height:265px;
	float:right;
	overflow:auto;
}
#brands_container {
	background: transparent url('images/brands_bg.gif') no-repeat scroll bottom center;
	margin:0;
	padding:10px 0px 10px 20px;
	overflow:auto;
}
.brands {
	float:left;
	width:220px;
	border:solid 1px #f00;
	margin:0 5px;
}
.container {
	border-bottom:solid 1px #ccc;
	overflow:auto;
	padding:0 0 10px 0;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}
/* ========================= */
/* = Navigation Containers = */
/* ========================= */
#nav {
	padding:18px 0 0 250px;
	font-size:105%;
}
#nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#nav li {
	display:inline;
	padding:0 10px;
}
/* =============== */
/* = list styles = */
/* =============== */
.brands ul {
	margin:0;
	padding:5px;
	list-style:none;
}
/* ============== */
/* = Typography = */
/* ============== */
#logo p {
	margin:47px 0 0 10px;
}
#content h1, #content h2, h3 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", sans-serif;
}
#content h1 {
	font-size:175%;
}
#content h2 {
	font-size:150%;
}
#content h3 {
	font-size:125%;
}
#footer h3 {
	background: transparent url('images/brands_top.gif') no-repeat scroll bottom center;
	margin:0;
	padding:0 0 5px 20px;
	font-size:125%;
}
#side h2 {
	color:#f26522;
	font-weight:normal;
	font-size:150%;
	margin:13px 0 0 0;
	padding:0 0 0 32px;
}
#secondary #side h2 {
	margin:13px 10px 0 10px;
	padding:0 0 0 5px;
	border-bottom:solid 1px #ccc;	
}
#side h3 {
	color:#333;
	font-weight:normal;
	font-size:110%;
	margin:-8px 0 0 0;
	padding:0 0 0 32px;
	border-bottom:solid 1px #ccc;
}
#news {
	background: url('images/megaphone.gif') no-repeat scroll bottom left;
	width: 28px;
	height: 25px;
}
#conditions {
	background: url('images/umbrella.gif') no-repeat scroll bottom left;
	width: 28px;
	height: 25px;
}
#feature_panel h1 {
	font-size:120%;
	margin:7px 0;
}
#feature_panel p {
	margin:5px;
}
TD.DialogTitle {
	font-weight:bold;
	font-size:110%;
	display:block;
	margin:5px 0;
}
/* =============== */
/* = link styles = */
/* =============== */
#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
	padding:9px 5px;
}
#nav a:hover, #nav a:active {
	color:#b3d040;
	background:transparent url('images/down_tri.gif') no-repeat top center;	
}
#nav a.current_link  {
	color:#b3d040;
	background:transparent url('images/down_tri.gif') no-repeat top center;	
}
#content a:link, #content a:visited {
	color:#f26522;
}
#content a:hover, #content a:active {
	color:#4e80c1;
}
ul#sec_nav {
	list-style-type:none;
	padding:10px 0 0 15px;
	margin:0;
}
#sec_nav li {
	background:transparent url('images/nav_bullet.gif') no-repeat  bottom left;
	padding:0 0 0 14px;
	margin:4px 0 0 0;	
}
#sec_nav a {
	width:200px;
	display: block;
}
#side a:link, #side a:visited {
	color:#f26522;
}
#side a:hover, #side a:active {
	color:#252525;
	text-decoration:none;
}

/* ================ */
/* = image styles = */
/* ================ */
.img_right {
	float:right;
	margin:3px;
}
.container p {
	margin:10px 0 0 0;
}
#secondary .side_nav_top p {
	margin:10px 5px 0 15px;
}
#side .img_left {
	float:left;
	margin:10px 10px 0 0; 
}
#content .img_left {
	float:left;
	margin:0 7px 0 0; 
}
.green_border {
	border:solid 4px #b3d040;
}
img {
	border:none;
}
/* ================ */
/* = flash styles = */
/* ================ */

#flashcontent {
	padding:0;
	margin:18px 0 5px 0;
	position: absolute;
	width:591px;
	height:285px;
}
/* ================ */
/* = table styles = */
/* ================ */

td {
	vertical-align:top;
}
