/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GLOBAL ELEMENTS***********/
html, body {
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	min-width: 900px;
	padding: 0;
	text-align: center;
	background:url(../images/rugged_bg.jpg) no-repeat top center #e7e7e8;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
sup {
	vertical-align: text-top;
	font-size: 90%;
}





/*END GLOBAL ELEMENTS**********/

/*DIVS****/
#wrapper{
	background:url(../images/repeat_wrapper_bg.jpg) repeat-x;
	width:100%;
}
#container {
	text-align:left;
	margin:0 auto;
	width: 900px;
	height:auto;
	
}
	#top_header {
		height:48px;
		margin-bottom:21px;
		
	}
		#top_header #welcome{
			float:left;
			display:inline;
			width:369px;
		}
		#top_header #insiders{
			float:left;
			width:278px;
			height:48px;
			display:block;
			background:url(../images/insiders_bg.jpg) no-repeat;
			
		}
		.texter{
			float:left;
			background: none;
			width:140px;
			height:22px;
			border: 0;
			margin-left:70px;
			margin-top:24px;
			
		}
		input.insiders_sub{
			float:right;
			display:block;
			width:60px;
			height:48px;
			background:url(../images/go_btn.png) no-repeat;
			border:0;
			border-style:none;
			
		}
		input:hover.insiders_sub{
			background:url(../images/go_btn_over.png) no-repeat;
		}
		#top_header #store_locator{
			float:left;
			width:252px;
			height:48px;
			display:block;
			background:url(../images/locator_bg.jpg) no-repeat;
		}
		.texter2{
			float:left;
			background: none;
			width:77px;
			height:22px;
			border: 0;
			margin-left:110px;
			margin-top:24px;
			
		}
		input.locator_sub{
			background:url(../images/go_btn.png) no-repeat;
			display:block;
			width:60px;
			float:right;
			height:48px;
			border:0;
			border-style:none;
			
		}
		input:hover.locator_sub{
			background:url(../images/go_btn_over.png) no-repeat;
		}
	#header{
		height:94px;
	}
		#logo{
			float:left;
			display:inline;
			width:180px;
			height:83px;
			margin-right:22px;
		}
		#big_name{
			float:left;
			display:inline;
			width:698px;
			height:60px;
			clear:right;
		}
		#main_nav{
			text-align:right;
			float:right;
			width:628px;
			border-bottom:1px #bfd8e1 solid;
			color:#004566;
		}	
			#main_nav p{
				margin-bottom:3px;
			}
			#main_nav a{
				text-decoration:overline;
				color:#004566;
				text-transform:uppercase;
			}
			#main_nav a:hover{
				text-decoration:underline;
			}
			#main_nav a.active{
				text-decoration:underline;
			}
		#save_up_to{
			float:left;
			display:inline;
			margin-right:6px;
		}
		#banner{
			float:left;
			display:inline;
			width:637px;
		}

		#ad_space{
			float:left;
			width:900px;
			margin:12px 0 14px 0;
		}
		#ad_space img{
			float:left;
			display:inline;
			margin-right:4px;
		}
		#ad_space img.lastimg{
			margin-right:-4px;
		}
		#feed_just_in{
			background:#500015;
			height:20px;
			font:13px Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-weight:bold;
			padding: 8px 0 0 5px;
		}
		#hr_bar{
			height:5px;
			margin:6px 0;
			background:#715065;
		}
		#network_media{
			color:#5abfe9;
			margin-bottom:15px;	
		}
			#network_media a{
				color:#5abfe9;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
			}
			#network_media a:hover{
				text-decoration:underline;
			}
		#gabes_rugged_ad{
			text-align:center;
			margin-bottom:30px;
		}
		#footer{
			text-align:center;
			color:#666666;
			margin-bottom:15px;
		}
		#footer a{
			text-align:center;
			color:#666666;
			text-decoration:none;
		}
		#footer a:hover{
			text-decoration:underline;
			
		}
		#footer p{
			margin-bottom:10px;
		}
		#footer .foot_small{
			font:9px Arial, Helvetica, sans-serif;
			color:#999999;
			margin:0 50px 10px 50px;
		}