@charset "UTF-8";

body {
	padding: 0 10px;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*background: black url(images/body_bg2.jpg) scroll repeat-y 50% 0%;*/
}
#container {
	width: 990px;
	margin: 0 auto;
	/*background-color: #FFFFFF;*/
}
#header {
	height: 150px;
	background: #fff url(images/header_bg.jpg) scroll repeat-y 50% 0%;
	border-bottom: 2px solid #fff;
}
#header a.logo {
	padding: 0;
	float: left;
	margin: 20px 30px 0 30px;
}

h1, h2 {
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999;
	font-weight: lighter;
	margin: 0;
	padding: 0.5em 0 0.5em 40px;
}
h2 {
	font-size: 30px;
}
h1.header {
	color: white;
	width: 960px;
	padding: 75px 15px 15px 15px;
	margin: 0;
}

/* global nav ---------------------------------------------- */

ul#global {
	padding: 0;
	margin: 0;
	/*line-height: 150px;*/
	line-height: 50px;
	padding: 25px 0;
}
#global li {
	float: left;
	list-style-type: none;
}
#global li a {
	font-size: 16px;
	padding: 5px 20px;
}
#global li a:link {
	color: white;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-decoration: none;
}
#global li a:visited {
	color: white;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-decoration: none;
}
#global li a:hover {
	color: #FF3300;
	border-bottom: 1px solid #FF3300;
	border-top: 1px solid #FF3300;
	text-decoration: underline;
}
#global li.active a {
	color: #FF3300;
}
#global li.active a:hover {
	text-decoration: none;
	border: none;
}

/* content area ------------------------------------------ */

#leftcol {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#content {
	clear: both;
	padding: 0 0px 40px 0px;
	min-height: 400px;
	font-size: 0.9em;
	background: transparent url(images/white_20.png) scroll repeat 0% 0%;
}
#content p {
	padding: 0 10px;
}
#content img.right {
	float: right;
	padding: 10px 0 10px 10px;
}
.shop-item p {
	font-size: 0.8em;
}
.cover {
	float: left;
	padding: 0 10px 10px 0;
}
.intro {
	font-size: 1.2em;
	color: #666666;
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}
#header .intro {
	margin: 0;
	padding: 0;
	margin-left: 300px;
	padding-top: 50px;
	color: #aaa;
}
.reel {
	font-size: 1.5em;
	font-weight: bold;
}

/* footer --------------------------------------------- */

#footer {
	clear: left;
	border-top: 1px solid #999;
	padding-bottom: 0.5em;
	background-color: white;
}
#footer p {
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}