/* general 
________________________________________________________________________________________________________________________*/

* { margin: 0; padding: 0; }

img { border: 0; }

.clear { clear: both; }

body { font: 13px "Futura", "Arial Black", "Gadget", sans-serif; background-color: #E4E3E2;	color: #291D15; }

#container { min-width:900px; height: auto; position: relative;}

a.bard {position:absolute; bottom:0px; right:0px;
  background:#291D15 url('/images/bard.gif') no-repeat left; height: 24px; width: 18px;}
a.bard:hover {background-position: right;}

/* type
________________________________________________________________________________________________________________________*/

a { text-decoration: none; color: #948E8A; }

a:hover, #global a:hover, #sec_nav a:hover, #footer a:hover, #login a:hover { color: #FFC81F; text-decoration: none; }

h2 { font-weight: 200; font-size: 20px; }
h3 { font-weight: 200; letter-spacing: -1px; font-size: 18px; }
h4 { color: #6C874A; letter-spacing: -1px; font-size: 20px; }
h5 { letter-spacing: -1px; font-size: 12px; margin: 6px 0 0 0;}

/* lines
________________________________________________________________________________________________________________________*/

.color_line {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #6C874A;
}

.hr_line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #291D15;
}

.rss {
	display: block;
	width: 100%;
	min-height:3px;
	background-color: white;
	border-bottom: thin solid #E4E3E2;
	border-top: thin solid #E4E3E2;
	
}

/* login
________________________________________________________________________________________________________________________*/

#login_bg {
	display: block;
	width: 100%;
	height: 22px;
}

#login {
	display: block;
	width: 100%;
	height:20px;
	padding: 2px 0 0 0;
	font-size: 13px;
	color: #948E8A;
}

.cart {
	background: transparent url('/images/cart.gif') no-repeat;
}

#login a {
	display: inline;
	padding: 0 20px;
	color: #948E8A;
}

#login span {
	padding: 0 0 0 30px;
	color: #948E8A;
}

#login em {
	padding: 0 20px 0 0;
	color: #948E8A;
}


/* header
________________________________________________________________________________________________________________________*/

#header_bg {
	display: block;
	width: 100%;
	background: #291D15 url('/images/header.jpg') no-repeat center;
}

#header {
	display: block;
	width: 900px;
	height: 108px;
	margin: 0 auto;
}

#title {
	float:left;
	display: block;
	margin: 7px 0 0 20px;
	
}

#global {
	display: block;
	float: left;
	margin: 62px 0 0 25px;
}

#global a {
	float: left;
	display: block;
	padding:0 20px;
	font-size: 32px;
	color: #FFFBDD;
	text-decoration: none;
}

#global a.current {
	display: block;
	color: #6C874A;
	height: 46px;
	background: transparent url('/images/current.png') no-repeat bottom center;
}

#js_flash_notice, #js_flash_error {
  font-size: 14px;
  opacity: 0.95;
  padding: 2px 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
}
#js_flash_notice, #js_flash_error {
  background: #6C874A none repeat scroll 0 0;
  border-bottom: 5px solid #291D15;
  border-top: 2px solid #291D15;
  color: #291D15;
}
#js_flash_error {
  background: #8b2520 none repeat scroll 0 0;
  border-bottom: 5px solid #291D15;
  border-top: 2px solid #291D15;
  font-weight: bold;
  color: white;
}

/* footer
________________________________________________________________________________________________________________________*/

#footer_bg {
	display: block;
	width: 100%;
	background: #291D15 url('/images/footer.jpg') no-repeat center;

}

#footer {
	display: block;
	width: 900px;
	height:72px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}

#sec_nav a {
	float: left;
	padding: 0 20px 0 0;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight:100;
}

#footer p {
	display: inline;
	color: #C3C3C2;
	font-size: 12px;
	font-weight:100;
}

#footer a {
	display: inline;
	color: white;
	font-size: 12px;
}

