* {
	padding:0;
	margin:0;
}

body {
	font:0.7em Tahoma;
	color:#000;
	background:#fff;
}

/* Основные элементы */

h1 {
	height:38px;
	line-height:38px;
	padding-left:20px;
	color:#8C212A;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px dashed #AEACAC;
	border-right:none;
	background:#D6D6D6;
	margin-bottom:5px;
	text-align: center;
}




h1 span {
	background:url("images/arrow.gif") no-repeat left center;
	padding-left:19px;
}

.htit {
	height:38px;
	line-height:38px;
	background:url("images/title.gif") repeat-x top;
	font-size:1.7em;
	text-align:center;
	border-bottom:1px dashed #AEACAC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	color:#fff;
	margin:0 -10px 10px;
}

h2 {
	height:38px;
	line-height:38px;
	background:url("images/title.gif") repeat-x top;
	font-size:1.7em;
	text-align:center;
	border:1px dashed #AEACAC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	color:#fff;
	margin:0 0 10px;
}

h2 span {
	background:url("images/arrow.gif") no-repeat left center;
	padding-left:19px;
}

h3 {
	height:38px;
	line-height:38px;
	padding-left:30px;
	color:#8C212A;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px dashed #AEACAC;
	border-right:none;
	background:#D6D6D6 url("images/basket.gif") no-repeat left center;
	margin-bottom:5px;
}

h4 {
	height:38px;
	line-height:38px;
	padding-left:20px;
	color:#8C212A;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px dashed #AEACAC;
	border-right:none;
	background:#D6D6D6;
	margin-bottom:5px;
}

.h4 {
	height:38px;
	line-height:38px;
	padding-left:20px;
	color:#8C212A;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px dashed #AEACAC;
	border-right:none;
	background:#D6D6D6;
	margin-bottom:5px;
	font-weight: bold;
}

h5 {
	font-size:1em;
	font-weight:bold;
	margin:0 0 3px 15px;
}

a {
	color:#696969;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

/* Структура сайта */

#wrapper {
	min-width:1150px;
	width:100%;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1150)? "1150px" : "100%");
}

#container {
	width:100%;
	float:left;
	margin-right:-275px;
}

/* Основное содержимое */

#content {
	margin-right:275px;
}

#content .right {
	height:30px;
	padding-top:10px;
}

/* Стили для внутренней страницы */

#content h4 {
	height:38px;
	line-height:38px;
	padding-left:20px;
	color:#8C212A;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px dashed #AEACAC;
	border-left:none;
	background:#D6D6D6;
	margin-bottom:5px;
	text-align:center;
}

#content h5 {
	font-size:1.3em;
}

.center {
	text-align:center;
	margin-bottom:15px;
}

#content .table1 {
	width:98%;
	margin-left:1%;
	border:1px solid #000;
	border-bottom:none;
	background:#000;
}

#content .table2 {
	width:98%;
	margin-left:1%;
	border:1px solid #000;
	border-top:none;
	background:#000;
	margin-bottom:15px;
}

#content td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
}

.textform {
	width:50px;
	border:1px solid #333;
	background:#fff;
}

.red {
	color:#8C212A;
}

#content table .gray {
	background:#D6D6D6;
}

.cell_width {
	width:9%;
}

.const_left {
	border:1px dashed #AEACAC;
	width:46%;
	float:left;
	margin-left:1% !important;
	margin-left:0.5%;
	padding:1%;
	min-height:100px;
	margin-bottom:10px;
}

.const_right {
	border:1px dashed #AEACAC;
	width:46%;
	float:right;
	padding:1%;
	min-height:100px;
	margin-bottom:10px;
}

.const_left img, .const_right img {
	border:1px solid #8C212A;
	float:left;
	margin-right:5px;
}

/* Шапка сайта */

#header {
	background:url("images/header_bg.png") repeat-x top;
	color:#fff;
	font-weight:bold;
}

#header .inside1 {
	background:url("images/header_left.png") no-repeat left top;
}

#header .inside2 {
	background:url("images/header_right.png") no-repeat right top;
	height:201px;
	text-align:right;
	padding:0 25px;
}

#header p {
	padding-top:118px;
}

/* Навигация в шапке */

#header ul {
	list-style:none;
	position:relative;
	background:#fff;
	width:80px;
	height:14px;
	text-align:right;
	padding:8px 0;
	float:right;
	top:20px;
}

#header li {
	display:inline;
	padding:0 6px;
}

/* Логотип */

#logo {
	text-align:center;
	padding:26px 0 40px;
}

/* Меню */

#menu {
	height:52px;
	text-align:center;
	background:url("images/menu.gif") repeat-x;
	margin-bottom:21px;
}

#menu ul {
	width:1000px;
}

#menu li {

	list-style:none;
	float:left;
	display:block;
	height:52px;
	line-height:52px;

	padding-left:15px;
	padding-right: 3px;
}

#menu li.first {

	list-style:none;
	float:left;
	display:block;
	height:52px;
	line-height:52px;
}

#menu li a {
	color:#fff;
	font-size:1.7em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing:-1px;
	background:url("images/arrow.gif") no-repeat left center;
	padding-left:17px;
        text-transform: uppercase;
}

#menu li a:hover {
	text-decoration:underline;
}

/* Центральная колонка */

#main {
	margin-left:258px;
}

#main p {
	margin-bottom:7px;
}

/* Специальное предложение */

#special {
	border:1px dashed #8C222B;
	padding:0 10px 10px;
	min-height:220px;
	height:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 220)? "220px" : "100%");
	margin-bottom:10px;
}

#special_in {
	padding:0 10px 10px;
	height:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 220)? "220px" : "100%");
	margin-bottom:10px;
}

#special img {
	float:left;
	margin-right:10px;
}

/* Продукты */

#prod_left {
	float:left;
	width:48%;
	margin-left:0 !important;
	margin-left:2px;
}

#prod_right {
	float:right;
	width:48%;
}

.product {
	text-align:center;
	border:1px dashed #AEACAC;
	margin-bottom:10px;
	height:250px;
	background:url("images/product.gif") repeat-x bottom;
}

.product p {
	padding:15px 10px 0;
}

.product a {
	color:#8C212A;
	font-weight:bold;
}

/* Левая колонка */

#left {
	width:202px;
	margin:0 0 0 16px !important;
	margin:0 0 0 8px;
	float:left;
	border:1px dashed #AEACAC;
	background:#D6D6D6 url("images/left_bg.gif") no-repeat left top;
	padding:25px 12px;
	text-align:justify;
}

#left p {
	margin-bottom:10px;
}

/* Правая колонка */

#sidebar {
	width:259px;
	float:right;
	padding-left:16px;
}

#sidebar p {
	margin:0 10px 10px 15px;
	text-align:justify;
}

#sidebar ul {
	font-size:1.2em;
	margin:0 10px 15px 15px;
}

#sidebar li {
	list-style:none;
	background:url("images/arw.gif") no-repeat left top;
	line-height:20px;
}

#sidebar li a {
	padding-left:8px;
	font-weight:bold;
}

.right {
	text-align:right;
	padding-right:16px;
	color:#7C7C7C;
	font-size:1.25em;
	font-weight:bold;
}

#sidebar .right {
	height:70px;
	margin-bottom:10px;
}

/* Стиль для телефона */

.phone {
	color:#8C212A;
	font-size:1.9em;
	font-weight:normal;
}

/* Мини галерея */

#gallery {
	border:1px dashed #AEACAC;
	margin:10px;
	padding:5px;
}

#gallery a img {
	margin:2px;
}

#gallery a:hover img {
	margin:0;
	border:2px solid #8C212A;
}

/* Подвал сайта */

#footer {
	color:#777;
	padding:0 20px 10px;
}

/* Меню в подвале */

#footer ul {
	text-align:center;
	background:#8C212A;
	padding:3px 0;
	margin:0 -20px 10px;
}

#footer li {
	display:inline;
	list-style:none;
}

#footer li a {
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
	margin:0 3%;
}

/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
	font-size:0;
}

#main1 {
margin-left:1%;
margin-top:1%;
font-size: 12px;
}

#main1 td{
margin-left:1%;
margin-top:1%;
font-size: 12px;
text-align:left;
}

#main2 {
margin-left:2%;
margin-top:2%;

}

#main2 td{
text-align: left;
}



/* Выпадающее меню */

#nav1 {
	list-style:none;
	text-align:left;
	padding-top: 0px;
	position: relative;
	z-index: 15;
	top: 17px;
}



#nav1 li {
	background: url('/images/nav1.png');

	padding-left: 0px;
	width: 200px;
	margin-bottom: 0px;
	border-bottom: solid 1px #ab667a;
}



#nav1 a {
	color:#ffffff;
	font-size: 13px;
	display:block;
	font-weight:normal;
	padding: 5px;
	margin-left: 5px;
}



.popfirst{
	position:absolute;
	visibility:hidden;
	z-index:120;
	display:none;
	margin-top: -5px;
}



