* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/img01.jpg) repeat-x top left;
	background-color:#927B51;
}
body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
span.codedirection {
	unicode-bidi:bidi-override;
	direction: rtl;
}
form {
}
fieldset {
}
input, textarea {
	font-weight: bold;
}
input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}
input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin-top: 1.5em;
	color: #222E0A;
}
h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}
h2 {
	letter-spacing: -0.05em;
	text-transform: capitalize;
	font-size: 1.1em;
	font-weight: bold;
	color: #222E0A;
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	margin-top: 1em;
	line-height: 1.5em;
	font-size: 1.1em;
}

ul ul {
font-size:inherit;}
ul ol {
font-size:inherit;}
ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a {
	border: none;
	text-decoration:underline;
	color: #222E0A;
}
a:hover {
	text-decoration: none;
	color: #445C12;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #222E0A;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #222E0A;
	text-decoration:underline;
}
hr {
	display: none;
}
/* Wrapper */

#wrapper {
}
/* Header */

#header {
	width: 976px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat top left;
}
#menu {
	height: 60px;
	width: 976px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 30px;
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 22px;
	color: #FFFFFF;
}
#menu a:hover {
	color: #E6E6E6;
	background: url(images/img05.gif) no-repeat bottom center;
}
#menu .current_page_item a {
	color: #FFFFFF;
	background: url(images/img05.gif) no-repeat bottom center;
}









.preload1 {
	background: url(three_1.gif);
}
.preload2 {
	background: url(three_1a.gif);
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:60px;
	position:relative;
	z-index:500;
}
#nav li.top {
	display:block;
	float:left;
	height:25px;
}
#nav li a.top_link {
	display: block;
	float: left;
	height: 25px;
	padding: 15px 20px;
	margin-right: 1px;
	margin-top:5px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	color: #FFFFFF;

}
#nav li a.top_link span {
	float:left;
	display:block;
    
	height:25px;

}
#nav li a.top_link span.down {
	float:left;
	display:block;

	height:25px;

}
#nav li:hover a.top_link {
	color:#fff;
	background: url(images/img05.gif) no-repeat bottom center;
}
#nav li:hover a.top_link span {
	background:url(three_1.gif) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(three_1a.gif) no-repeat right top;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	left:20px;
	top:60px;
	background: #927B51;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:160px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:160px;
	line-height:18px;
	text-indent:5px;
	color:#000;
	text-decoration:none;

}
#nav li ul.sub li a.fly {
	background:#927B51 url(arrow.gif) 150px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background:#6a812c;
	color:#fff;

}
#nav li:hover ul.sub li a.fly:hover {
	background:#6a812c url(arrow_over.gif) 150px 6px no-repeat;
	color:#fff;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left:160px;
	top:-4px;
	background: #927B51;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:160px;
	z-index:400;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:#6a812c url(arrow_over.gif) 150px 6px no-repeat;
	color:#fff;
	
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background:#bbd37e url(arrow.gif) 150px 6px no-repeat;
	color:#000;

}





















#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}
#search fieldset {
	border: none;
}
#search #s {
	width: 160px;
}
#search #x {
	width: 80px;
}
/* Logo */

#logo {
	width: 976px;
	height: 315px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}
#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
#logo h1 {
	padding: 90px 5px 0 115px;
	font-size: 48px;
	color:#222E0A;
}
#logo h2 {
	padding: 0px 0 0 115px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #222E0A;
}
#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}
#logo a {
	color:#222E0A;
}
/* images */

#inset_left {
	float: left;
	margin: 8px 10px 10px 0;
}
#inset_right {
	float: right;
	margin: 8px 10px 0px 10px;
}
/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #927B51;
	border-top: none;
}
/* Content */

#content {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 20px;
}
#content_wide {
	float: left;
	width: 675px;
	padding: 0px 0px 0px 20px;
}
#content_widest {
	float: left;
	width: 925px;
	padding: 0px 0px 0px 20px;
}
#content_full {
	width: 850px;
	padding: 0px 0px 0px 20px;
}
.post {
}
.post .title {
	margin: 0;
	font-weight: normal;
	background: url(images/img07.gif) no-repeat left -20%;
}
.post h1.title {
	padding: 5px 0 0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: capitalize;
	border-bottom: 2px dashed #222E0A;
}
.subtitle {
    font: 1.3em "Lucida Handwriting";
    font-weight: bold;

}
.post .entry {
	padding: 0 10px 30px 15px;
}
.post .meta {
	margin: 0;
	padding: 0px 0px 0px 50px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	color: #CFCFCF;
}
.post .meta a {
	color: #222E0A;
}
.post .links {
	margin: 0;
}
.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}
.post .links a, .post .tags a {
	border: none;
}
/* Recent Posts */

#recent-posts {
}
#recent-posts h2 {
	margin: 0;
	border-bottom: 2px dashed #222E0A;
	background: url(images/img06.gif) no-repeat left 80%;
	padding: 20px 0 0 30px;
	height: 25px;
	color: #222E0A;
}
#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0 0 15px;
	background: url(images/img04.gif) repeat-x left bottom;
}
#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0 0 15px;
	line-height: 1.5em;
	font-size: 13px;
}
/* Sidebars */

.sidebar {
	float: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	margin-bottom: 2em;
}
.sidebar li ul {
}
.sidebar li li {
	margin: 0;
}
.sidebar li h2 {
	margin: 0 0 1em 0;
	color: #222E0A;
}
#sidebar1 {
	width: 250px;
	padding: 0px 0px 0px 20px;
}
#sidebar1 li h2 {
	margin: 0 0 1em 0;
	background: url(images/img06.gif) no-repeat left 80%;
	padding: 15px 0 0 30px;
	border-bottom: 2px dashed #222E0A;
	height: 30px;
}
#sidebar2 {
	width: 250px;
	padding: 0px 0px 0px 20px;
}
#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(images/img06.gif) no-repeat left 80%;
	padding: 15px 0 0 30px;
	border-bottom: 2px dashed #222E0A;
	height: 30px;
}
#sidebar2 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}
#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	
}
#sidebar2 li a {
	border: none;
	padding-left: 10px;
	font-weight:bold;
}
#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}
#widebar {
	width: 950px;
	padding: 0px 0px 0px 20px;
}
#widebar li h2 {
	margin: 0 0 1em 0;
	background: url(images/img06.gif) no-repeat left 80%;
	padding: 15px 0 0 30px;
	border-bottom: 2px dashed #222E0A;
	height: 30px;
}
#widebar li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}
#widebar li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}
/* Calendar */

#calendar {
	margin: 0 auto;
}
#calendar caption {
	font-weight: bold;
}
#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}
#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}
#calendar tbody td {
	background: #EEEEEE;
}
#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}
#calendar a {
	font-weight: bold;
}
#calendar #prev {
	text-align: left;
}
#calendar #next {
	text-align: right;
}
/* Footer */


#footer {
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin-right:auto;
	margin-left:auto;
		background: url(images/img04.jpg) repeat-x top left;

}
#footer a {
	color: #3A2905;
}
#centered_footer {
	margin-right:auto;
	margin-left:auto;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
#coupon {
	width:300px;
	height:200px;
	border:dashed #000000;
	background:#FFFFFF;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.coupon_big {
	font-size:36px;
}
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	background: url(images/img05.gif) no-repeat bottom center;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #927B51;
	width: 250px; /* default width for menu */
}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover { /*hover background color*/
	background: black;
	color: white;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
}
.anylinkcsscols .column {
	width: 130px;
	float: left;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcsscols li {
	padding-bottom: 3px;
}
/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
