@charset "utf-8";
/* CSS Document */

body {
	background-color: #171717;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

h1, h2, h3 {
	margin: 0 0 6px 0;
	font-size: 13px;
	color: #bf2e00;
	height: 22px;
	text-indent: -3000px;
}

a:link, a:visited {
	color: #000;
}

p { margin: 0 0 9px 0; }
br { line-height: 9px; }

dl { margin: 0; }
li { margin-left: -15px; }

.logo {
	border: 0;
	margin: 0 0 0 1px;
	float: left;
}
.centerfloat {
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	background: #999 url(../images/backgradient.jpg) top center repeat-y;
	text-align: center;
	padding: 8px 0 6px 0;
	margin-bottom: 8px;
}
.centerfloatimg {
	border: 3px solid #333;
	margin: 0 3px;
}
.centerfloatimg:hover {
	border: 3px solid #a42e00;
}
.caption {
	color: #666;
	text-transform: uppercase;
	font-size: 8px;
}

/* header area styles */
#header_container {
	background-color: #171717;
}
#header {
	width: 760px;
	height: 105px;
	background: #000 url(../images/header_shadows.jpg) top center repeat-y;
	margin: 0 auto;
}
#logo {
	position: relative;
	top: 7px;
	left: 30px;
	float: left;
}
#navigation {
	position: relative;
	float: right;
	top: 10px;
	right: 30px;
	padding: 0;
	width: 620px;
}
#sitemap_btn {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	text-indent: -500px;
	background: #000 url(../images/sitemap2.jpg) top left no-repeat;
	float: right;
}
#sitemap_btn:hover {
	background: #000 url(../images/sitemap2.jpg) bottom left no-repeat;
}
#navlist {
	margin: 44px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#navlist li {
	margin: 0 0 0 10px;
	padding: 0;
	width: 137px;
	height: 22px;
	text-align: right;
	float: right;
	line-height: 22px;
}
#navlist li a:link, #navlist li a:visited { color: #f60; font-weight: bold; text-decoration: none; font-size: 12px; }
#navlist li a:hover { text-decoration: underline; }

/* under header bar styles */
#top_bar_container {
	background: #ff7417 url(../images/top_bar_back.jpg) top left repeat-x;
}
#top_bar {
	width: 760px;
	height: 8px;
	margin: 0 auto;
}

/* Changing Images Styles */
#image_area_container {
	background: #3e3f43 url(../images/image_area_back.jpg) top center no-repeat;
}
#image_area {
	width: 760px;
	height: 188px;
	margin: 0 auto;
}
.main_image { margin-left: 20px; }

/* Latest News Ares Styles */
#latest_news_container {
	background: #ff7417 url(../images/latest_back.jpg) top left repeat-x;
}
#latest_news_container_small {
	background: #ff7417 url(../images/latest_back_small.jpg) bottom left repeat-x;
}
#latest_news {
	background: url(../images/latest.jpg) top center no-repeat;
	width: 760px;
	height: 114px;
	margin: 0 auto;
}
#latest_news_small {
	background: url(../images/latest_small.jpg) bottom center no-repeat;
	width: 760px;
	height: 34px;
	margin: 0 auto;
}
.latest_news_img {
	margin-bottom: 10px;
}
#the_news {
	width: 454px;
	height: 87px;
	margin: 0 0 0 30px;
	padding-top: 11px;
	overflow: hidden;
}

/* Main Ares Styles */
#main_container {
	background-color: #a2a2a2;
}
#main {
	background: url(../images/main_back.jpg) top center repeat-y;
	width: 760px;
	margin: 0 auto;
}
#left_col {
	width: 455px;
	position: relative;
	top: 0px;
	left: 30px;
	float: left;
	padding: 15px 0 0 0;
}
#right_col {
	width: 228px;
	float: right;
	position: relative;
	top: 0px;
	right: 30px;
	padding: 15px 0 0 0;
}
.hours_list {
	font-size: 9px;
	margin: 0;
}
.hours_list dt {
	float: left;
	width: 57px;
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.hours_list dd {
	float: left;
	width: 150px;
	margin: 0 0 0 10px;
}

/* bottom bar styles */
#bottom_bar_container {
	background: #ff7417 url(../images/bottom_bar_back.jpg) top left repeat-x;
}
#bottom_bar {
	width: 760px;
	height: 9px;
	margin: 0 auto;
}

/* footer area styles */
#footer_container {
	background-color: #171717;
}
#footer {
	width: 760px;
	height: 80px;
	background: #000 url(../images/header_shadows.jpg) top center repeat-y;
	margin: 0 auto;
}
#footer_left {
	float: left;
	width: 300px;
	margin: 10px 0 0 30px;
}
#footer_right {
	float: right;
	width: 300px;
	margin: 10px 30px 0 0;
	text-align: right;
	color: #666;
	font-size: 9px;
}
.orange_footer {
	color: #bf2e00;
	font-size: 9px;
}
.address_list {
	color: #666;
	font-size: 9px;
}
.address_list dt {
	float: left;
	width: 130px;
	margin: 10px 0 0 0;
}
.address_list dd {
	float: left;
	width: 130px;
	margin: 10px 0 0 10px;
}
a.zinni_link {
	color: #666;
	text-decoration: none;
}
a.partner_link {
	color: #bf2e00;
	text-decoration: none;
}

/* individual heading classes */
.history { background: url(../images/headings/history.jpg) top left no-repeat; }
.upcoming_news { background: url(../images/headings/upcoming_events.jpg) top left no-repeat; }
.store_hours { background: url(../images/headings/store_hours.jpg) top left no-repeat; }
.sitemap { background: url(../images/headings/sitemap.jpg) top left no-repeat; }
.workboots { background: url(../images/headings/work_boots.jpg) top left no-repeat; }
.brands { background: url(../images/headings/our_brands.jpg) top left no-repeat; }
.westernboots { background: url(../images/headings/western_boots.jpg) top left no-repeat; }
.bikerboots { background: url(../images/headings/biker_boots.jpg) top left no-repeat; }
.location { background: url(../images/headings/our_location.jpg) top left no-repeat; }
.listings { background: url(../images/headings/locations.jpg) top left no-repeat; }
.partnercompanies { background: url(../images/headings/partner_companies.jpg) top left no-repeat; }
.address { background: url(../images/headings/our_address.jpg) top left no-repeat; }
.accessories { background: url(../images/headings/accessories.jpg) top left no-repeat; }
.moccasins { background: url(../images/headings/moccasins.jpg) top left no-repeat; }
.leathers { background: url(../images/headings/leathers.jpg) top left no-repeat; }
.contactus { background: url(../images/headings/contact_us.jpg) top left no-repeat; }
.contactinfo { background: url(../images/headings/contact_info.jpg) top left no-repeat; }
.hats { background: url(../images/headings/hats.jpg) top left no-repeat; }
.businessaccounts { background: url(../images/headings/businessaccounts.jpg) top left no-repeat; }

/* /////////////////////////////////////////////////////   Lightbox Styles   ///////////////////////////////////////////////////// */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

