body {
	margin: 0;
	padding: 0;
	background: #E5D7CC url(/uploads/site/5/skin/img02.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #F6B300;
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: 1px;
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #C25900;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header-wrapper {
}

#header {
	clear: both;
	width: 1100px;
	margin: 0px auto;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	margin-top: 10px;
	color: #000000;
	overflow: hidden;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 7em;
	font-family: 'Yesteryear', cursive;
	font-weight: 400;
	color: #323030;
	margin-top: -10px;
}

#logo h1 a:hover {
	text-decoration: none;
}

#logo h1 span {
	color: #F6B300;
}

#logo p {
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	color: #3B3B3B;
	margin: 0;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	color: #323030;
}

/* Search */

#search {
	width: 250px;
	padding: 0px;
	margin-bottom: 15px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
}

#menu {
	width: 1100px;
	margin: 0px auto;
	padding: 0px;
	background: #F6E8D9;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #C2AD97;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	line-height: 55px;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #000;
}

/* Page */

#wrapper
{
	overflow: hidden;
	padding-bottom: 40px;
}

#page {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
}

#subpage {
	overflow: hidden;
	width: 1100px;
	margin: 0px auto;
	min-height: 600px;
	background: #fff;
}

/* Content */

#content {
	float: left;
	width: 790px;
	background: #FFFFFF;
}

.post {
	padding: 30px 40px;
	overflow: hidden;
}

.post-alt
{
	background: #F0F0F0;
	overflow: hidden;
}

.ad-bg {
	background: #F3F3F3;
	overflow: hidden;
	 padding-top: 40px;
}

.post h2 {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 32px;
	border: none;
	color: #3D2729;
}

.btn
{
	padding: 10px 25px;
	background: #525e54;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.btn:hover
{
	opacity: 0.8;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width:250px;
	margin: 0px;
	padding: 40px 30px 0px 30px;
	background: #F4E2CF;
}

#sidebar p
{
	color: #3B3B3B;
}


#sidebar ul {
	margin: 0px 0px;
	padding: 0 0 30px 0;
	list-style: none;
}

#sidebar ul li {
	border-bottom: 1px solid #D8AD06;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar ul li a {
	color: #3B3B3B;
}

#sidebar ul li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 15px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 15px 0;
	background: #B29D8C;
	border-top: 1px solid #A59282;
	font-family: 'Arvo', serif;
}

#footer p {
	margin: 0;
	padding: 5px 0px;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#banner {
	width: 1100px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}







#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-right: 30px;
}
#footer ul li a:hover, #footer ul li.active>a {
	text-decoration: underline;
}

#sub_tbox1
	{
		width: 250px;
		float: left;
		padding: 25px;
	}

	#sub_tbox2
	{
		width: 740px;
		float: right;
		padding: 25px;
	}
.sub_left_col {
}
.sub_left_col ul {
	list-style-type: none;
	margin: 0;
	padding: 4px;
	margin-bottom: 10px;
}

.sub_left_col h1 {
	font-size: 18px;
}
.sub_left_col ul a {
	display: block;
	padding: 5px 5px 5px 15px;
	color: #000;
}
.sub_left_col ul a:hover, .sub_left_col ul .active>a {
	background-color: #868E87;
	color: #ffffff;
	text-decoration: none;
}
.sub_left_col ul ul {
	margin: 5px 0;
	margin-left: 25px;
}
.sub_left_col ul li {
	padding: 1px;
}
.sub_left_col ul ul a {
	background: none;
	padding: 0;
	color: #000;
}
.sub_left_col ul ul a:hover, .sub_left_col ul ul .active>a {
	background: none;
	text-decoration: underline;
	color: #000;
}

.posted {
line-height: 100%;
margin-top: 4px;
}


#results {
	font-size: 12px;
}

.blogpost {
	margin-bottom: 20px;
}

.blogpost .date {
	margin-bottom: 5px;
}

.blogpost .img {
	float: left;
	margin-right: 15px;
}

.blogh1 {
	margin-bottom: 10px;
}

.blogs .row {
	margin-bottom: 30px;
}


#results #result_table .product {
    margin: 0px 25px;
}