body {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
	background-color:#000000;
}
/*LAYOUT*/
#container {
	width:800px;
	margin:0 auto;
}
/*HEADER SET UP*/
.header {
	width:100%;
	position:fixed;
	height:57px;
	left:0px;
	top:0px;
	background-image:url(../img/design/header_bar.jpg);
	background-repeat:repeat-x;
}
.header_left {
	width:350px;
	height:57px;
	float:left;
}
.header_right {
	text-align:right;
	width:400px;
	height:50px;
	float:right;
	padding-right:10px;
	padding-top:5px;
	font-size:12px;
	color:#CCCCCC;	
}
/*NAV SET UP*/
#navigation {
	width:800px;
	margin-top:80px;
	
}
#nav_bar {
	width:800px;
	height:35px;
	background-image:url(../img/design/nav_bar.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	color:#FFFFFF;
}
.navDrop {
	position:relative;
	padding:10px;
	width:780px;
	height:180px;
	background-repeat:repeat-x;
	z-index:100;
}
#menNav {
	background-image:url(../img/design/nav/green.jpg);
}
#womenNav {
	background-image:url(../img/design/nav/purple.jpg);
}
#juniorNav {
	background-image:url(../img/design/nav/red.jpg);
}
#campingNav {
	background-image:url(../img/design/nav/darkblue.jpg);
}
#walkingNav {
	background-image:url(../img/design/nav/brown.jpg);
}
#skiNav {
	background-image:url(../img/design/nav/iceblue.jpg);
}
/*CONTENT SET UP*/
#body {
	width:800px;
	margin-top:20px;
	background-color:#FFFFFF;
}
.central_body {
	width:780px;
	padding:10px;
	clear:both;
}
.left_body {
	width:315px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
}
.right_body {
	width:465px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:right;
}
.left_50 {
	width:370px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
}
.right_50 {
	width:370px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:right;
}
.left_float {
	width:48%;
	float:left;
}
.right_float {
	width:48%;
	float:right;
}
/*TOP PRODUCTS SET UP*/
.top_product_cell {
	width:435px;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-position:0px -50px;
	background-repeat:repeat-x;
	padding:5px;
}
.top_products_title {
	color:CCCCCC;
	font-size:13px;
	font-weight: bold;
}
.top_products_pic {
	width:200px;
	height:115px;
	float:left;
	border:1px solid #000000;
}
.top_products_desc {
	width:215px;
	height:100px;
	float:right;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
#top_men {
	background-image:url(../img/design/nav/green.jpg);
}
#top_women {
	background-image:url(../img/design/nav/purple.jpg);
}
#top_junior {
	background-image:url(../img/design/nav/red.jpg);
}
#top_kit {
	background-image:url(../img/design/nav/darkblue.jpg);
}
/*NORMAL PRODUCTS SET UP*/
.product_bar_left {
	width:385px;
	float:left;
}
.product_bar_right {
	width:385px;
	float:right;
}
.product_col_a {
	width:186px;
	float:left;
}
.product_col_b {
	width:186px;
	float:right;
}
.mens_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_men.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.womens_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_women.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.junior_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_junior.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.camping_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_camp.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.tent_product_cell {
	width:385px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_camp.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.walking_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_walk.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.kit_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_kit.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.ski_product_cell {
	width:186px;
	height:290px;
	padding-top:5px;
	margin-bottom:15px;
	background-image:url(../img/content/product_pages/cell_ski.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.product_pic {
	width:175px;
	height:175px;
	border:1px solid #000000;
	margin-right:5px;
	margin-left:5px;
}
.product_desc {
	width:175px;
	color:#FFFFFF;
	margin-top:3px;
	margin-right:5px;
	margin-left:5px;
}
.product_pic_tent {
	width:372px;
	height:175px;
	border:1px solid #000000;
	margin-right:5px;
	margin-left:5px;
}
.product_desc_tent {
	width:372px;
	color:#FFFFFF;
	margin-top:3px;
	margin-right:5px;
	margin-left:5px;
}
.product_title_text {
	font-size:13px;
	text-decoration:underline;
	font-weight:bold;
	text-transform: capitalize;
}
.product_price_text {
	font-size:13px;
	font-weight:bold;
}
/*FOOTER SET UP*/
.footer {
	width:800px;
	height:60px;
	font-size:9px;
	color:#FFFFFF;
	background-image: url(../img/design/footer_bar.png);
	background-repeat: repeat-x;
}
.footer_left {
	width:400px;
	margin-top:5px;
	margin-left:5px;
	float:left;
}
.footer_right {
	width:350px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	text-align:right;
}
/*TEXT STYLES*/
.nav_headline {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
}
.nav_desc {
	font-size:12px;
}
.page_title {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.sub_title {
	color:#336600;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
.highlight {
	color:#CCCCCC;
	text-decoration:underline;
}
.emphasize {
	color:#336600;
}
.green_title {
	color:#336600;
	font-size:13px;
}
/*LINK STYLES*/
/*Standard link rollovers*/
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
/*WHITE with Grey Visited*/
.white:link {
	color:#FFFFFF;
}
.white:hover {
	color:#FFFFFF;
}
.white:active {
	color:#FFFFFF;	
}
.white:visited {
	color:#CCCCCC;
}
/*WHITE which stays White*/
.white_stay:link {
	color:#FFFFFF;
}
.white_stay:hover {
	color:#FFFFFF;
}
.white_stay:active {
	color:#FFFFFF;	
}
.white_stay:visited {
	color:#FFFFFF;
}
/*Body Text*/
.body_link:link {
	color:#336600;
}
.body_link:hover {
	color:#666666;
}
.body_link:active {
	color:#666666;	
}
.body_link:visited {
	color:#336600;
}

