/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
a { cursor: pointer; }

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}

/* BODY */
/* ----------------------------------------- */

a {
	color: #312f2b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	background: #fff;
}
.wrapper {
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

#big_header {
	height: 252px;
	background: url(../images/big_header.jpg) no-repeat center;
}
#small_header {
	height: 142px;
	background: url(../images/small_header.jpg) no-repeat center;
}
.header #logo {
	float: left;
	margin: 12px 0 0 6px;
}
.header #logo a {
	display: block;
}
.header #phone {
	float: left;
	padding-left: 25px;
	background: url(../images/phone.png) no-repeat 0 0;
	margin: 31px 0 0 153px;
	display: inline;
}
.header .info_big {
	font-size: 18px;
	color: #e2febc;
	font-family: "Myriad Pro";
	border-bottom: 1px solid #709831;
}
.header .info_big a {
	font-size: 18px;
	color: #e2febc;
	font-family: "Myriad Pro";
	text-decoration: none;
}
.header .info_small {
	font-size: 11px;
	color: #aad207;
}
.header #ask {
	float: left;
	padding-left: 30px;
	background: url(../images/mail.png) no-repeat 0 2px;
	margin: 31px 0 0 58px;
	display: inline;
}
#header_slogan {
	margin: 30px 0 0 127px;
}
.header .big_button {
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 30px;
	background: url(../images/big_button.jpg) no-repeat;
	float: right;
	margin: 3px 205px 0 0;
}
#small_header #logo {
	margin: 30px 0 0 6px;
}
#small_header #phone {
	margin: 50px 0 0 153px;
}
#small_header #ask {
	margin: 50px 0 0 58px;
}

#navigation {
	height: 37px;
	background: url(../images/navigation_bg.jpg) repeat-x 0 1px;
	margin-top: -1px;
}
#navigation #nav_leaf {
	float: left;
	margin: 1px 0 0 170px;
	display: inline;
}
#navigation #nav {
	float: left;
	margin: 0 0 0 45px;
}
#navigation #nav li {
	float: left;
	height: 37px;
}
#navigation #nav li a {
	float: left;
	height: 37px;
	width: 116px;
	font-size: 16px;
	color: #362d1d;
	text-align: center;
	line-height: 37px;
	text-decoration: none;
	text-shadow: #fff 1px 1px;
}
#navigation #nav li a:hover, #navigation #nav li.current a {
	background: url(../images/nav_hover.jpg) no-repeat;
}

#container {
	background: #fff url(../images/container_bg.jpg) no-repeat top center;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 32px 0 0 19px;
	display: inline;
}
#sidebar h1 {
	font-size: 35px;
	color: #3a8a0b;
	font-family: "Myriad Pro";
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 30px;
	color: #3a8a0b;
	font-family: "Myriad Pro";
	margin-bottom: 20px;
}
#sidebar h3 {
	font-size: 25px;
	color: #3a8a0b;
	font-family: "Myriad Pro";
	margin-bottom: 15px;
}
#sidebar ul {
	margin: 0 0 20px 8px;
}
#sidebar ul li a {
	display: block;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	background: url(../images/list_item2.jpg) no-repeat 0 10px;
	font-size: 14px;
	color: #525557;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li .active {
	font-weight: bold;
	background: url(../images/list_item1.jpg) no-repeat 0 10px;
}
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li a {
	background: none;
	color: #39880b;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 630px;
	margin: 32px 0 50px 70px;
	display: inline;
	font-size: 14px;
	color: #312f2b;
	line-height: 25px;
}
#content h1 {
	font-size: 30px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 20px;
}
#content h2 {
	font-size: 28px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 18px;
}
#content h3 {
	font-size: 26px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 16px;
}
#content h4 {
	font-size: 24px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 12px;
}
#content h5 {
	font-size: 20px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 8px;
}
#content h6 {
	font-size: 16px;
	color: #362d1d;
	font-family: "Myriad Pro";
	margin-bottom: 5px;
}
#content p {
	margin-bottom: 20px;
}
#content a {
	color: #312f2b;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content ul li {
	margin-left: 25px;
	list-style: disc;
}
#content ol li {
	margin-left: 25px;
	list-style: decimal;
}
#content blockquote {
	margin: 10px 20px;
	padding-left: 15px;
	border-left: 3px solid #286407;
}

#footer .wrapper {
	width: 979px;
}
#footer #stores {
	width: 951px;
	height: 138px;
	padding: 21px 0 0 28px;
	background: url(../images/stores_bg.jpg) no-repeat;
	overflow: hidden;
}
#footer #stores .store {
	float: left;
	width: 237px;
}
#footer #stores .store h3 {
	font-size: 18px;
	color: #58421e;
	font-family: "Myriad Pro";
	margin-bottom: 11px;
}
#footer #stores .store a {
	color: #58421e;
}
#footer #stores .store img {
	float: left;
	border: 3px solid #fff;;
}
#footer #stores .store .store_info {
	float: left;
	margin-left: 10px;
	display: inline;
	padding: 4px 0 0 0;
}
#footer #stores .store p {
	font-size: 11px;
	color: #74885c;
}
#footer #stores .store .marg-top {
	margin-top: 8px;
}

#footer_info {
	font-size: 11px;
	color: #4a7d9a;
	width: 916px;
	margin: 0 auto 30px;
	padding: 21px 21px 14px;
	border-bottom: 1px solid #e3ecf4;
}
#footer_info a {
	color: #00569c;
}
#footer_info #foot_left {
	float: left;
}
#footer_info #foot_right {
	float: right;
}

/* module : contacts */
div.contacts_column_left { float: left; width: 280px; }
#contact_form { margin-left: 30px; float: left; width: 320px; }
table.contacts { margin: 10px 0px 30px 0px; }
table.contacts th { text-align: right; padding-right: 5px; }
table.contacts th, table.contacts td {	padding-bottom: 7px;}
table.contacts input.field {	border: 1px solid #777777; width: 200px;	height: 20px;	padding: 0px 5px 0px 5px;	line-height: 20px;	vertical-align: middle;}
table.contacts textarea {	border: 1px solid #777777;	width: 200px;	height: 100px;	padding: 5px;}
table.contacts input.button {	width: 100px;	height: 20px;	line-height: 20px;	vertical-align: middle; background: #70902b; color: #ffffff; border: 0px; }
div.contacts_posted { margin: 10px 0px 30px 100px; }
div.contacts_error { margin: 10px 0px 0px 10px; color: #ff0000; }

#content div.stores {
	margin-bottom: 10px;
}
#content div.stores h3 {
	font-size: 18px;
	color: #58421e;
	font-family: "Myriad Pro";
	margin-bottom: 3px;
	line-height: 20px;
}
#content div.stores a {
	color: #58421e;
}
#content div.stores img {
	border: 3px solid #fafafa;
	margin-right: 10px;
}
#content div.stores p {
	font-size: 11px;
	color: #74885c;
	margin: 5px 0px 2px 5px;
	line-height: 20px;
}
img.stores_big {
	margin: 0px 10px 10px 0px;
	float: left;
}
table.gallery td {
	width: 157px;
	height: 150px;
	text-align: center;
}
table.gallery td img {
	border: 3px solid #fafafa;
}
table.gallery td a {
	display: block;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
