body {
	margin: 0;
	padding: 0;
	background: url(../css/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: 24px;
}

h2 {
	font-size: 18px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 1.8;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #4A3E29;
}

a {
	color: #FF6600;
}

a:hover {
	text-decoration: none;
}

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;
}

.basket ul {
}

.basket li {
	border: solid #E5ECDB;
	border-width: 0 0 1px 0;
}

.basket a {
	background: #E5ECDB;
	padding: 0 6px 2px 6px;
	margin: 0 0 0 14px;
	font: 10px;
}

/* Wrapper */

#wrapper {
	background: url(../images/bg01.gif) repeat-x;
	background-color: #141414;
}

.container {
	width: 1024px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 172px;
	background: url(../images/lt_h2a.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 308px;
	height: 211px;
}

#logo h1, #logo p {
	text-transform: lowercase;
	line-height: 1;
}

#logo h1 {
	padding: 137px 0 0 50px;
	letter-spacing: -2px;
	font-size: 34px;
	color: #FFFFFF;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}

/* Banner */

#banner {
	float: right;
	height: 30px;
	padding: 34px 4px 0 45px;
	background: url(../images/tbg01.gif) no-repeat;
}

#banner p {
	color: #FF6600;	
}
/* Menu */

#menu {
	height: 58px;
	background: url(../images/lt_mnav.jpg) no-repeat;
}

#menu ul {
	margin: 0 15px;
	list-style: none;
	line-height: 1
}

#menu li {
	float: right;
	height: 28px;
	margin: 2px 0 0 0;
	padding: 14px 20px 0 20px;
	border-left: 1px solid #333333;
}

#menu li.active {
	background: url(../images/btact.gif);
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(../css/images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background: url(../css/images/bg04.jpg) no-repeat 0 -287px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(../css/images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/* Page */

#page {
	background: url(../images/cbg.gif) repeat-y;
}

/* Content */

#content_left {
	float: left;
	width: 595px;
	padding: 0 24px 0 25px;
	border-right: 1px solid #E5E1D8;
}

#content_right {
	float: right;
	width: 721px;
	padding: 0 25px 0 24px;
	border-left: 1px solid #E5E1D8;
	}

#content_full {
}

.content_ul ul {
}
	
.content_ul li {
	margin: 0 0 0 60px;
	list-style-type: circle;
	line-height: 1.2;
}
/* Post */

.post {
	margin: 0 0 20px 0;
}

.post_alt {
	background: #C4C0BD;
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	font-size: 24px;
	color: #5A5544;
}

.post .title a {
	text-decoration: none;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #E5E1D8;
}

.post .meta {
	height: 28px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 6px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 6px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
}

.post .meta .more {
	padding-left: 17px;
}

/* Sidebar */

#sidebar_right {
	float: right;
	width: 306px;
	padding: 24px 50px 0 0;
}

#sidebar_left {
	float: left;
	width: 170px;
	padding: 0 32px 0 18px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	line-height: 2.6;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;

}

/*		Modifiers			*/

#sidebar_right li.feature {
	padding: 2px 6px 0 6px;
	background: #28241E;
	color: #FFFFFF;
}
#sidebar_right .feature strong{
	color: #FFFFFF;
}

/*		Sub-navigation		*/

.sub_nav{

}
.sub_nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
.sub_nav li{
	background: url(../images/snbg01.gif);
	width: 100%;
	border: solid #000000 1px;
	margin: 0 0 2px 0;
	padding: 0 0 0 30px;
	line-height: 22px;
}
.sub_nav ul li a{
	display: block;
}
.sub_nav a{
	color: #ffffff;
	text-decoration: none;
}
.sub_nav a:hover{
	color: #FF6600;
}
.sub_nav .active{
	background: url(../images/snbg02.gif);
}

/*		left-hand side bar panel 		*/

.sidebar_panel {
	border: solid 1px #666666;
	margin: 20px 0 0 0;
	padding: 4px;
	width: 192px;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(../css/images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	height: 100px;
	background: url(../images/lt_ftr.jpg) no-repeat;
}

#footer p {
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}

/*		Tables		*/

#slideshow .table {
	border: 0;
	margin: 0;
	padding: 0;
}

#VU {
	width: 590px;
	height: 380px;
	}
