@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: #242e50 url(../images/layout/bg_repeat.jpg) repeat-x fixed center top;
}

#site_wrap {
	background: transparent url(../images/layout/sitewrap_bg.png) center top no-repeat scroll;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}



#site_layout {
	margin: 0 auto;
	position: relative;
	width: 998px;
}

/*#site_layout #cowboy_hat {
	background-image: url(../images/layout/cowboy_hat.png);
	height: 123px;
	left: -40px;
	position: absolute;
	top: 75px;
	width: 131px;
	z-index: 9999;
}*/

#site_layout #site_header {
	height: 171px;
	margin: 0 6px;
	position: relative;
	width: 986px;
	z-index: 200;
}

#site_layout #site_header #logo {
	height: 127px;
	left: 361px;
	margin: 0 auto;
	position: absolute;
	top: 14px;
	width: 209px;
	z-index: 8000;
}

#site_layout #site_header #logo a {
	display: block;
	height: 139px;
	margin: 0 auto;
	width: 158px;
}

#site_layout #site_header #top_of_header {
	/*background: transparent url(../images/layout/site_header.png) center top no-repeat scroll;*/
	height: 129px;
	width: inherit;
	position:absolute;
	z-index:2;
}

#site_layout #site_header #top_of_header #top_left_links {
	color: #f4b350;
	float: left;
	margin: 33px 0 0 22px;
	z-index: 2;
	position: relative;
}

#site_layout #site_header #top_of_header #top_left_links a {
	color: #f4b350;
	font-family: 'Trebuchet MS';
	font-size: .9em;
	text-decoration: none;
}

#site_layout #site_header #top_of_header #top_left_links a:link,
#site_layout #site_header #top_of_header #top_left_links a:visited {
	color: #f4b350;
	text-decoration: none;
}

#site_layout #site_header #top_of_header #top_left_links a:hover,
#site_layout #site_header #top_of_header #top_left_links a:active {
	text-decoration: underline;	
}

#site_layout #site_header #top_of_header #top_right_cart {
	background: transparent url(../images/layout/top_right_cart_under.png) center top no-repeat scroll;
	height: 34px;
	float: right;
	margin: 20px 0 0;
	width: 315px;
	z-index: 2;
	position: relative;
}

#site_layout #site_header #top_of_header #top_right_cart #promo_area {
	color: #f4b350;
	float: left;
	font-family: 'Trebuchet MS';
	font-size: .7em;
	font-weight: bold;
	padding: 6px 0 0 8px;
}

#site_layout #site_header #top_of_header #top_right_cart #promo_area #promo_input_box {
	border: 0px solid #000000;
	height: 13px;
	margin: 0 6px;
	width: 82px;
}

#site_layout #site_header #top_of_header #top_right_cart #promo_area #promo_go_btn {
	cursor: pointer;
}

#site_layout #site_header #top_of_header #top_right_cart #cart_area {
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}

#site_layout #site_header #top_of_header #top_right_cart #cart_area a,
#site_layout #site_header #top_of_header #top_right_cart #cart_area a:link,
#site_layout #site_header #top_of_header #top_right_cart #cart_area a:visited {
	color: #f4b350;
	font-family: 'Trebuchet MS';
	font-size: 0.55em;
	text-decoration: none;
}

#site_layout #site_header #top_of_header #top_right_cart #cart_area a:hover,
#site_layout #site_header #top_of_header #top_right_cart #cart_area a:active {
	text-decoration: underline;
}

#site_layout #site_header #top_of_header #top_right_cart #cart_area a #cart_graphic {
	border: none;
	margin: 0 5px 0 9px;
	vertical-align: -3px;
}

#site_layout #site_header #header_menu {
	height: 29px;
	width: inherit;
}

#site_layout #site_header #under_menu {
	/*background: transparent url(../images/layout/under_menu.png) top left no-repeat scroll;*/
	height: 15px;
	width: inherit;
}

#site_layout #main_header_img {
	margin: 0 6px;
	max-height: 164px;
	overflow: hidden;
	width: 986px;
}

#site_layout #main_header_img span {
	display: block;
}

#site_layout #main_content {
	background: #f2e6d1 url(../images/layout/content_repeat.jpg) top left repeat-x scroll;
	margin: 0 9px;
	min-height: 400px;
	position: relative;
	width: 984px;
	z-index: 100;
}

#site_layout #main_content #main_content_wrap {
	padding: 15px;
}

#site_layout #main_content #main_content_wrap h2 {
	color: #132063;
	font-family: 'Trebuchet MS';
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

#site_layout #main_content #main_content_wrap h3 {
	color: #B82316;
	font-family: 'Trebuchet MS';
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

#site_layout #main_content #main_content_wrap ul li,
#site_layout #main_content #main_content_wrap ol li {
	font-family: 'Trebuchet MS';
	font-size: 0.8em;
	margin-left: 1em;
}

#site_layout #main_content #main_content_wrap p {
	font-family: 'Trebuchet MS';
	font-size: 0.8em;
	margin-top: 8px;
}

#site_layout #main_content #main_content_wrap ul.desc li {
	font-family: 'Trebuchet MS';
	font-size: 0.8em;
	margin-left: 1.6em;
}


#site_layout #site_footer {
	height: 160px;
	margin: 0 8px;
	position: relative;
	width: 986px;
	z-index: 200;
}

#site_layout #site_footer #top_of_footer {
	background: transparent url(../images/layout/sub_top_of_footer.jpg) center top no-repeat scroll;
	height: 49px;
	width: inherit;
}

#site_layout #site_footer #top_of_footer #btm_montage {
	background: transparent url(../images/layout/btm_montage.png) center top no-repeat scroll;
	height: 168px;
	left: 347px;
	position: relative;
	top: -66px;
	width: 241px;
}

#site_layout #site_footer #btm_of_footer {
	background: transparent url(../images/layout/btm_of_footer_shadow.png) center top no-repeat scroll;
	height: 58px;
	width: inherit;
}

#site_layout #site_footer #btm_of_footer #btm_links {
	padding-top: 26px;
	margin: 0 auto;
	text-align: center;
	width: inherit;
}

#site_layout #site_footer #btm_of_footer #btm_links ul {
	margin: 0 auto;
}

#site_layout #site_footer #btm_of_footer #btm_links ul li {
	display: inline;
    list-style: none;
	margin: 0 2px 0 0;
}

#site_layout #site_footer #btm_of_footer #btm_links ul li a {
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-size: .7em;
	line-height: 30px;
	text-decoration: none;
	vertical-align: 10px;
}

#site_layout #site_footer #btm_of_footer #btm_links .first_btm_link_li {
	list-style: none;
}

#site_layout #site_footer #btm_of_footer #btm_links .last_btm_link_li {
	margin: 0;
}

#site_layout #site_footer #btm_of_footer #btm_links a:link,
#site_layout #site_footer #btm_of_footer #btm_links a:visited {
	text-decoration: none;
}

#site_layout #site_footer #btm_of_footer #btm_links a:hover,
#site_layout #site_footer #btm_of_footer #btm_links a:active {
	text-decoration: underline;
}

#site_layout #site_footer #btm_of_footer #btm_links #footer_addr_info {
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-size: 0.7em;
	margin-bottom: 10px;
}



#flash_header {
	width: 986px;
	height: 129px;
	top: 1px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	z-index:1;
}