/* Great Outdoor Store */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
 	height: 100%; /* -- You can change this to 100.2 to force a scrollbar in  Firefox -- */
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
	}

/* ------------------------------------------------------------------- */

body {
	background:url(images/bckgrnd.gif) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.wrapper {
	background:url(images/clouds.gif) no-repeat top right;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5.3em;
	min-height: 100%;
	}

.push {
	height: 5.3em;
	}
	
.browserbottom {
	background:url(images/browser_bot.gif) repeat-x;
	height: 5.3em;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#837e71;
	font-weight:bold;
	font-size:20px;
	}
	
h1 em {
	color:#77acbd;
	font-style:normal;
	}
	
h2 {
	color:#a8805d;
	font-size:13px;
	}
	
h2 a {
	color:#a8805d;
	text-decoration:none;
	}
	
h2 a:hover {
	text-decoration:underline;
	}
	
h3 {
	font-size:13px;
	}	
	
#header_wrap {
	position:relative;
	height:210px;
	}
	
#header {
	background:url(images/header.jpg) no-repeat center;
	height:210px;
	position:absolute;
	width:100%;
	min-width:990px;
	z-index:100;
	}
	
#header_content {
	width:990px;
	margin:0 auto;
	}
	
#header_l {
	background:url(images/header_bck.jpg) repeat-x right;
	width:50%;
	height:210px;
	float:left;
	left:0px;
	position:absolute;
	}
	
#header_r {
	background:url(images/header_bck.jpg) repeat-x left;
	width:50%;
	height:210px;
	float:right;
	right:0px;
	position:absolute;
	}
	
#secondary {
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#afaea7;
	font-weight:bold;
	margin-top:5px;
	}
	
#secondary a {
	text-decoration:none;
	color:#afaea7;
	margin:0 5px 0 0;
	}
	
#secondary a:hover {
	text-decoration:underline;
	}
	
#secondary ul {
	list-style:none;
	}
	
#secondary ul li {
	display:inline;
	margin:0 0 0 5px;
	}
	
#secondary ul li.last {
	margin: 0 0 0 5px;
	}
	
#secondary input {
	border:1px solid #d2d4d3;
	margin-left:5px;
	color:#999;
	width:125px;
	font-size:11px;
	}
	
#secondary .bttn {
	background:#fff;
	border:solid 1px #d2d4d3;
	color:#afaea7;
	font-weight:bold;
	cursor:pointer;
	width:auto;
	}
	
#logo {
	margin:104px 0 0 40px;
	float:left; 
	}
	
#nav {
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:136px;
	text-transform:uppercase;
	}
	
#nav a {
	text-decoration:none;
	color:#e9e7dd;
	padding:4px 7px 2px 7px;
	}
	
#nav a.current {
	background:#005948;
	}
	
#nav a:hover {
	background:#005948;
	}
	
#nav ul {
	list-style:none;
	}
	
#nav ul li {
	display:inline;
	margin-left:0px;
	}
	

#content {
	margin:0 auto;
	width:950px;
	padding:5px 20px;
	background:url(images/content_bck.gif) repeat-y;
	}
	
#left_col {
	float:left;
	width:556px;
	padding-right:10px;
	border-right:1px solid #d1d0cd;
	}
	
h1.welcome {
	letter-spacing:3.2px;
	margin:15px 0 10px 0;
	}
	
h1.welcome em {
	text-transform:uppercase;
	}
	
#left_col p {
	color:#b0ada4;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1.2px;
	line-height:18px;
	}
	
#left_col p a {
	color:#868174;
	text-decoration:underline;
	}
	
#left_col p a:hover {
	text-decoration:none;
	}
	
#right_col {
	float:left;
	padding:0 0 0 15px;
	}
	
h1.specials {
	letter-spacing:.09em;
	}
	
#right_col ul li {
	margin-top:10px;
	width:368px;
	}
	
.special_txt {
	float:left;
	width:285px;
	font-size:13px;
	color:#757470;
	letter-spacing:1px;
	line-height:16px;
	padding-top:5px;
	}
	
h3.price {
	color:#77acbd;
	}
	
.special_pic {
	float:right;
	border:6px solid #e6e4dc;
	}
	
#brand_list {
	background:url(images/brandList_bck.gif) no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:15px 0 15px 0;
	margin-top:10px;
	letter-spacing:1.5px;
	width:368px;
	}
	
#brand_list a {
	color:#a8815e;
	text-decoration:none;
	}
	
#brand_list a:hover {
	text-decoration:underline;
	}
	
#content_bottom {
	background:url(images/content_bottom.gif) no-repeat;
	height:28px;
	width:990px;
	margin:0 auto;
	}
	
#footer {
	width:990px;
	margin:10px auto 40px;
	}
	
.quick {
	float:left;
	background:url(images/email_bck.gif) repeat-y;
	width:290px;
	}
	
.quick img {
	float:left;
	}
	
.quick h1 {
	padding:5px 10px 5px 15px;
	letter-spacing:2px;
	float:left;
	}
	
.quick img.icon {
	float:right;
	margin:1px 15px 0 0;
	}

.quick p {
	border-top:1px solid #e2e1dd;
	clear:both;
	color:#a8805d;
	font-size:13px;
	width:260px;
	margin:0 auto;
	padding:10px 0;
	line-height:16px;
	letter-spacing:1px;
	}	
	
.quick input {
	float:left;
	font-size:11px;
	border:1px solid #cfcfcc;
	margin:10px 0 0 15px;
	width:185px;
	color:#8d8c86;
	}
	
.quick .button {
	float:right;
	font-size:11px;
	width:auto;
	margin:10px 15px 0 0;
	background:#fff;
	cursor:pointer;
	}

#hours {
	margin-left:5px;
	}
	
#hours p {
	padding:10px 0 6px 0;
	}
	
#hours_menu {
	width: 260px;
	margin-left: 15px;
	}
	
.menu {
  list-style: none;
  font-size: 13px;
	}

.menu li {
  clear: both;
  margin: 0;
  padding: 0;
  height:18px;
  position: relative;
  border-bottom: dotted 2px #80a5af;
	}
	
.menu strong {
  background: #f8f8f5;
  color:#80a5af;
  padding: 0 5px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.3em;
  left: 0;
	}
	
.menu em {
  background: #f8f8f5;
  color:#6f614a;
  padding: 0 0 1px 5px;
  position: absolute;
  font-style:normal;
  bottom: -.3em;
  right: 0;
	}

.menu em a {
	color:#a8805d;
	text-decoration:none;
	}
	
.menu em a:hover{
	text-decoration:underline;
	}

#contact {
	float:right;
	width:400px;
	background:url(images/contact_bck.gif) repeat-y;
	}
	
#contact_menu {
	border-top:1px solid #e2e1dd;
	width:370px;
	margin:0 0 0 15px;
	padding-top:11px;
	clear:both;
	}
	
#copyright {
	background:url(images/copyright_bck.gif) no-repeat;
	height:2.3em;
	width:990px;
	margin:0 auto;
	text-align:right;
	padding-top:4.3em;
	color:#c8c6c0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	}
