/* 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: 40px 0 0px 127px;
	font-family: "Times new roman";
	font-size: 24px;
	color: #fff;
	width: 600px;
	font-style: italic;
	text-indent: 40px;
}
.header .big_button_lt {
	display: block;
	text-indent: -9999px;
	width: 170px;
	height: 30px;
	background: url(../images/flowerdelivery_lt.jpg) no-repeat;
	float: right;
	margin: 3px 205px 0 0;
}
.header .big_button_en {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 30px;
	background: url(../images/flowerdelivery_en.jpg) no-repeat;
	float: right;
	margin: 3px 205px 0 0;
}
.header .big_button_lt.small {
	margin: 20px 205px 0px 0px;
}
.header .big_button_en.small {
	margin: 20px 205px 0px 0px;
}
#small_header #logo {
	margin: 30px 0 0 6px;
}
#small_header #phone {
	margin: 30px 0 0 153px;
}
#small_header #ask {
	margin: 30px 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 h2 a {
	color: #3a8a0b;
	text-decoration: none;
}
#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 h3 a {
	text-decoration: none;
}
#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;
	text-indent: 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;
    width: 130px;
}
#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;
}

#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;
	}
div.languages {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 10px;
    text-align: right;
    color: #E2FEBC;
    font-size: 12px;
    font-family: Tahoma;
}
div.languages a {
    color: #E2FEBC;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    margin-left: 10px; 
}
#small_header div.languages {
    margin-left: 250px;
}
#big_header div.languages {
    margin-left: 100px;
}
table.items {
	width: 100%;
}
table.items td {
	padding-bottom: 30px;
	text-align: center;
}
table.items.news td {
	padding-bottom: 30px;
	text-align: left;
}
table.items td div.image img {
	border: 1px solid #c0c0c0;
}
a, span 				{ font-size: Inherit; font-weight: Inherit; }
div.footer_ads		{ display: block; width: 100%; clear: both; padding-top: 5px; font-size: 11px; color: #4a7d9a; width: 916px; padding: 21px 21px 14px; }
div.footer_ads ul li	{ font-size: 12px; font-family: Tahoma; margin-right: 5px; line-height: 20px; font-size: 11px; }
div.footer_ads a 		{ color: #00569c; font-size: 11px; }
div.block 			{ margin-bottom: 20px; line-height: 26px; font-size: 14px; }
div.block a			{ text-decoration: none; }
div.block a:hover		{ text-decoration: underline; }
a.news_img img		{ float: left; margin-right: 10px; margin-bottom: 10px; }
div.clear			{ clear: both; height: 1px; overflow: hidden; }

table#form2email						{ margin-top: 20px; }
table#form2email th,
table#form2email td					{ padding: 3px 0px; }
table#form2email th 					{ padding-right: 20px; }
table#form2email input[type=text]		{ width: 200px; height: 22px; border: 1px solid #999; }
table#form2email input[type=submit]	{ width: 110px; height: 30px; border: 0px; cursor: pointer; background: url('../images/form_button.jpg') top left no-repeat; font-style: italic; font-family: "Myriad pro"; font-size: 14px; }
table#form2email textarea				{ width: 300px; height: 150px; border: 1px solid #999; }
table#form2email td.messages			{ color: #ff0000; }

div.msg_error			{ color: #ff0000; }
div.msg_notice			{ color: #228b22; }

div.newsletter div.fld input		{ width: 150px; margin-bottom: 5px; padding: 2px; }
div.newsletter div.sbm input		{ width: 72px; height: 22px; background: url('../images/button.jpg') top left no-repeat; cursor: pointer; border: 0px; font-style: italic; font-family: "Myriad pro"; margin-right: 5px; }
div.newsletter div.sbm 			{ font-size: 12px; }

div.comments div.title		{ font-size: 16px; color: #58421E; font-family: "Myriad Pro"; }
div.comments div.comment		{ font-family: Arial; font-size: 14px; margin-bottom: 20px; }
