/*
Constructive Visual CSS Template
Cascading Style Sheet
http://www.constructivevisual.com.au
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg01.jpg);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 2.2;
}

/* removes dots around links */
a {
   outline: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #4A3E29;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background: url(images/bg02.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 211px;
	background: url(images/bg04.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 308px;
	height: 211px;
}

#logo h1, #logo p {
	line-height: 1;
}

#logo h1 {
	padding: 110px 0 0 60px;
	letter-spacing: -2px;
	font-size: 54px;
	color: #000000;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 10px 0 0 65px;
	margin: 0;
	font-size: 22px;
	color: #000000;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#logo h1 a {
	color: #000000;
}

#logo p a {
	color: #000000;
}

/* Banner */

#banner {
	float: left;
	height: 118px;
	padding: 93px 0 0 0;
}

/* Menu */

#menu {
	height: 76px;
	background: url(images/bg04.jpg) no-repeat 0 -211px;
}

#menu ul {
	height: 67px;
	margin: 0 25px;
	padding: 9px 0 0 14px;
	background: url(images/bg05.jpg);
	list-style: none;
	line-height: 1
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 20px 0 20px;
}

#current {
	background: url(images/bg06.jpg) repeat;
	margin-top: 20px;
	padding: 20px;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Bar */

.bar {
	height: 280px;
	margin: 0 25px;
	background: #647251;
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background: url(images/topbg.jpg) no-repeat 0 -287px;
}

/* Header Picture */

#header-pic1 {
	background: url(images/banner1.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic2 {
	background: url(images/banner2.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic3 {
	background: url(images/banner3.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic4 {
	background: url(images/banner4.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic5 {
	background: url(images/banner5.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic6 {
	background: url(images/banner6.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic7 {
	background: url(images/banner7.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic8 {
	background: url(images/banner8.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic9 {
	background: url(images/banner9.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic10 {
	background: url(images/banner10.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

/* Page */

#page {
	background: url(images/bg03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 650px;
}

#pages {
	float: left;
	width: 920px;
	padding: 0 24px 0 25px;
}


/* Post */

.post {
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}

.post .title a {
	text-decoration: none;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: none;
}


.post .entry {
	margin: 0 25px;
	padding: 0;
	border-top: 1px solid #E5E1D8;
}

.post .meta {
	height: 53px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat 0 50%;
}

/* Sidebar Related Info Button */

.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
	margin-left: 45px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 246px;
	padding: 24px 50px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
	border-left: 1px solid #E5E1D8;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	line-height: 3.5;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 15px 35px 0 35px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #FFFFFF;
}

.two-cols .col1 {
	float: left;
	width: 880px;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 55px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}