@charset "utf-8";
/* main.css */

/***** Content *****/
					
#content { min-width: 950px;  background: #f4f4f4; height: 100%; border-top: 1px solid #ccc; }
#content .wrap { color: #333333; padding: 24px 0; text-align: left; border-bottom: 1px solid #ccc; }
	
#header { min-width: 950px; display: block; background: #000000 url(/images_pres/background_header.jpg) repeat-x top left scroll; height: 35px; z-index: 1; border-bottom: 1px solid #2b2b2b; overflow: visible; }
#header .wrap { overflow: visible; position: relative; }
#header img#logo  { position: relative; z-index: 1; left: 0px; }

#mainNav a { font-size: 11px; color: #ccc; line-height: 35px; letter-spacing: .075em; text-transform: uppercase; float: left; padding: 0 18px; text-decoration: none; }
#mainNav a.on { color: #545454; }
#mainNav a:hover { color: #a6bf4f; text-decoration: none; }
	
#livesearch.span-3 { position: relative; width: 170px; text-align: right; height: 35px; }
#livesearch #search-results { text-align: left; }
#livesearch input#txt1 { 
	background: #1a1a1a url(/images/header_search_bg.jpg) no-repeat right; 
	border-color: #444;
	border-radius: 0; 
	height: 15px;
	padding: 3px 25px 2px 4px;
	margin-top: 6px;
	width: 135px; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	-khtml-border-radius: 0; 
	}
	
#livesearch input#txt1:focus, #livesearch input#txt1.on {
	background-color: #fff;
	background-image: url(/images/header_search_bg_focus.jpg);
	border-color: #ccc;
	}
	
#livesearch a h5#heading:hover, #livesearch a h5#heading:focus, #livesearch a h5#heading:active { background: #009999; color: #FFFFFF; }

#cart-link { width: auto; position: absolute; right: 0; top: 36px; border: 1px solid #bbb; border-top: none; }
#cart-link h5 { background: #eee url(/images_pres/cart_button_bg.jpg) no-repeat right top; padding: 4px 30px 3px 5px; }
#cart-link h5:hover { background-position: right -30px; }	

#pageHeader { min-width: 950px; color: #ddd; background: #000; z-index:1; border-bottom: 10px solid #e3e3e3; margin-top: 0px; }
#pageHeader .wrap { background: url(/images_pres/background_pageHeaders.jpg) no-repeat center center; padding-top: 30px; padding-bottom: 12px; }
#pageHeader h1 { font-size: 50px; font-weight: bold; line-height: 60px; letter-spacing: .03em; color: #d7d7d7; width: 100%; margin-bottom: 0; text-indent: -9999px; }
#pageHeader h2 { margin-bottom: 10px; }

/* SUBNAV */
#subNav { 
	background: #f4f4f4 url(/images_pres/button-30_bg.jpg) repeat-x left -30px; 
	border: 1px solid #ccc; 
	padding: 0px 1px;
	}
#subNav .wrap { padding: 0; border: 0; } 
#subNav h6 {
	color: #333;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 20px;
	padding: 4px 28px 6px; 
	}
	#subNav h6.first-one { padding-left: 0; }
#subNav a h6 { font-weight: bold; color: #545454; }
#subNav a h6:hover { color:#72a407; cursor: pointer; }
#subNav h6.noborder { border: none; }

#subNav #pagination h6 { padding: 4px 15px 6px; border-right: 1px solid #ccc; }
#subNav #pagination h6.white { color: #999; }
#subNav #pagination h6.firstOne { padding-left: 0; }
#subNav #pagination h6.on, #subNav #pagination a h6 { font-size: 14px; }
#subNav #pagination h6.on { color: #009999; font-weight: bold; }

/* FOOTER */
#footer { min-width: 950px; font-size: 10px; line-height: 16px; color: #888; }
	#footer_inner { background: url(../images_pres/color_white_trans10_1x1.png) repeat-x top; padding: 12px 0; text-align: center; }
		#footer_inner a { font-size: 1em; }


/***** PAGINATION ****/
					
#paginationControl {  }
#paginationControl h5.span-11 a, #paginationControl h5.span-11 span { padding: 3px 7px; background: #eeeeee; border: 1px solid #ccc; } 
#paginationControl h5.span-11 a { background: #e3edcd; border-color: #72a407; }
#paginationControl h5.span-11 a:hover, #paginationControl h5.span-11 a:focus, #paginationControl h5.span-11 a:active { background-color: #ccebeb; border-color: #009999; }

/****** ERROR PAGES *****/
#pageHeader.missing-view h1 {
	background: url(../images/missing-view_subheader_text.png) no-repeat top left;
	}

#pageHeader.missing-view img {
	bottom: 0;
	right: -11px;
	}
	
#logo {
	border: 0px;
	padding: 0px;
}

