/* ========== GLOBAL STYLES ========== */
body {
	margin: 0px auto;
	margin-top: 15px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	background-color: #999;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
}

h1, h2, h3, h4, h5 , h6, p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0099cc;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .8em;
}

h2 {
	font-size: .9em;
}

p {
	font-size: .8em;
	margin-bottom: 1em;
}

/* ========= HEADER STYLES ========== */
#header {
	height: 105px;
	position: relative;
}

#logo {
	float: left;
}

#logo img {
	border-style: none;
}

#navigation {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#navigation ul li {
	display: inline;
	color: #fff;
	padding: 0 0 0 20px;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #999;
}

#navigation ul li a.current {
	color: #333;
	background-color: #fff;
	padding: 10px 10px 12px 10px;
}

/* ========== CONTENT STYLES ========== */
#content {
	background-color: #fff;
	margin-top: 15px;
}

#banner {
	margin: 0px;
	padding: 0px;
}

#contentBody {
	padding: 15px 30px;
	min-height: 300px;
}

#contentBody ul li {
	font-size: .8em;
}

#contentBody a {
	color: #0099cc;
}

#contentBody a:hover {
	color: #666;
}

/* --- Classes --- */

.home {
	float: right;
	padding-left: 20px;
}

.product {
	float: left;
	padding-right: 20px;
}

.lightbox {
	border-style: none;
	border: 1px solid #333;
}

.shop {
	border-style: none;
}
/* ========== FOOTER STYLES ========== */
#footer {
	margin-top: 15px;
	text-align: center;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
}

#footer p a {
	color: #333;
}

#footer p a:hover {
	color: #ccc;
}