html,body {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
}
body {
	background: rgb(235,235,236) url('i/grad.png') repeat-x;
	color: rgb(34,34,34);
	position: relative;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
a {
	text-decoration: underline;
	color: rgb(196,20,25);
}
a:hover {
	text-decoration: none;
}
h1 {
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0;
	margin: 20px 0 10px 0;;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	color: rgb(196,20,25);
	padding: 0;
	margin: 20px 0 10px 0;;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	color: rgb(32,32,32);
	padding: 0;
	margin: 20px 0 10px 0;
}
p {
	margin: 5px 0px 12px 0px;
	line-height: 19px;
}
p.right {
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.right {
	float: right;
}
.red {
	color: rgb(193,0,0);
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border: 1px solid rgb(88,76,68);
}
table tr td, table tr th {
	border: 1px solid rgb(88,76,68);
	padding: 2px;	
	vertical-align: top;
}
table tr th {
	padding: 5px;
	background: rgb(245,244,232);
}


table.price {
	border-collapse: collapse;
	border: 0px;
}
table.price tr td, table.price tr th {
	border: 0px;
	padding: 2px;	
	vertical-align: top;
}
table.price tr th {
	padding: 5px;
	background: rgb(245,244,232);
}



.photol {
	float: left;
	margin: 12px 12px 12px 0;
}
ul, ol {
	margin: 6px 0 12px 0;
	padding: 0 0 0 20px;
}
ul {
	padding: 0;
	margin: 0 0 0 15px;
}
ul li {
	background: url('i/menu.png') no-repeat 0 4px;
	list-style: none;
	padding: 0 0 6px 15px;
}
input {
	border: 1px solid rgb(159,159,159);
	background: rgb(249,249,249);
}
textarea {
	border: 1px solid rgb(159,159,159);
	background: rgb(249,249,249);
}
form table, form table tr td {
	border: none;
}
form table tr td {
	padding: 5px 2px 14px 0;;
}
#main {
	min-width:1000px;
	position: relative;
}
#fancy_outer table, #fancy_outer table tr td {
	border: none;
}
/* === Top Head ===  */
#head {
	height: 137px;
}
.logo {
	position: absolute;
	left: 27px;
	top: 25px;
}
.ico {
	position: absolute;
	top: 114px;
	left: 3px;
}
.ico a {
	margin: 0 10px 0 10px;
}

.banner {
	width:470px;
	height:60px;
	margin:10px auto;
}

#head p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 235px;
	height: 27px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: rgb(255,255,255);
	text-align: center;
	background: url('i/plashka.png') no-repeat;
}
.phones {
	position: absolute;
	top: 43px;
	right: 33px;
}
#head ul {
	width:800px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center
}
#head ul li {
	display:inline-block;
	zoom:1;
	*display:inline;
	padding: 4px 14px 4px 21px;
	margin: 0;
	background: none;
}
#head ul li.act {
	background: url('i/actmenu.png') repeat-x;
}
#head ul li.act a {
	color: rgb(255,255,255);
	text-decoration: none;
}
#head ul li a {
	color: rgb(116,0,3);
}

/* === Promo ===  */
#promo {
	width: 892px;
	height: 360px;
	background: url('i/promo_border.png') no-repeat;
	padding: 6px 0 0 6px;
	margin: 4px auto;
}
#mini_promo {
	width: 892px;
	height: 311px;
	background: url('i/promo_border2.png') no-repeat;
	padding: 4px 0 0 6px;
	margin: 4px auto;
}

/* === Content ===  */
#content1
{
margin-left:240px;
margin-right:220px;
}

#content {
	width: 560px;
	padding: 10px 20px 0 20px;
	float: left;
}
#contentr {
	padding: 10px 30px 0 20px;
	margin-left: 210px;
	position: relative;
	text-align: justify;
}
#contents {
	padding: 10px 20px 0 20px;
}
#content img, #contentr img {
	border: 1px solid rgb(102,102,102);
	padding: 4px;
}
#content img.noborder, #contentr img.noborder {
	border: none;
}
/* ===ssss ===  */
#leftcol {
	width: 210px;
	padding: 20px 0 0 20px;
	float:left;

}
#leftcol h3 {
	font-size: 20px;
	font-style: italic;
	margin: 15px 0 25px 0;
	color: rgb(88,0,2);
}
#rightcol1 {
	width: 200px;
	*margin-left: auto;
	padding-top: 20px;
	float:right;
}
#rightcol1 h3 {
	font-size: 20px;
	font-style: italic;
	margin: 20px 0 25px 0;
	color: rgb(88,0,2);
}
#rightcol {
	width: 290px;
	margin-left: 608px;
	*margin-left: auto;
	padding-top: 20px;
}
.secondmenu {
	width: 185px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.secondmenu li ul {
	margin: 0 0 0 5px;
}
.secondmenu li {
	margin: 11px 0 11px 0;
	padding: 0 0 0 16px;
	background: url('i/menu.png') no-repeat 0 6px;
}
.secondmenu a {
	color: rgb(59,59,59);
}
.secondmenu li.act a {
	color: rgb(138,68,70);
	font-weight: bold;
}
.secondmenu li ul li {
	font-size: 12px;
	font-style: normal;
	margin: 6px 0 6px 0;
	padding: 0 0 0 12px;
	background: url('i/smenu.png') no-repeat 0 6px;
}
.secondmenu li ul li a, .secondmenu li.act ul li a {
	font-weight: normal;
	color: rgb(103,48,49);
}
.secondmenu li ul li a.act, .secondmenu li.act ul li a.act {
	color: rgb(166,5,9);
	font-weight: bold;
}
.album {
	width: 171px;
	height: 155px;
	background: url('i/albums.png') no-repeat;
	padding: 12px 0 0 0;
	text-align: center;
	float: left;
	font-size: 12px;
}
.album img {
	margin-bottom: 6px;
}
.album a {
	color: rgb(88,0,2);
}
#content .photos, #contentr .photos {
	border: none;
	margin: 0 5px 20px 0;
}
.map {
	float: right;
	margin: 0 30px 0 0;
}

/* === Footer ===  */
#clearfooter {
	clear: both;
	height: 220px;
}
#footer {
	width: 100%;
	min-width: 950px;
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 896? "896px": "100%");
	height: 204px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
}
#footerin {
	height: 204px;
	background: background: rgb(235,235,236) /*url('i/footer.png') repeat-x;*/
}
.brands {
	margin-top:40px;
	text-align:center;
}
.brands img {
	margin:0 4% 0 4%;
}
.copy, .contacts {
	position: absolute;
	top: 120px;
	left: 23px;
}

.devel {
	position: absolute;
	top: 120px;
	left: 90px;
}

.contacts {
	top: 145px;
	line-height: 16px;
}
.dev {
	position: absolute;
	right: 80px;
	top: 135px;
	line-height: 16px;
	text-align: right;
}

//
.dev1 {
	position: absolute;
	right: 0px;
	top: 135px;
	line-height: 16px;
	text-align: right;
}
//

.dev a {
	text-decoration: none;
	color: rgb(34,34,34);
}
.dev a.link {
	color: rgb(196,20,25);
	text-decoration: underline;
}
.dev a.link:hover {
	text-decoration: none;
}
.design {
	position: absolute;
	right: 28px;
	top: 135px;
}
.inf{
	width:600px;
	text-align:center;
	margin:40px auto
}
.counters {
	width:400px;
	text-align: center;
	margin:40px auto;
}
.counters img {
	margin: 0 20px 0 20px;
}
.footerl, .footerr {
	position: absolute;
	width: 9px;
	height: 104px;
	left: 0;
	bottom: 0;
	background: background: rgb(235,235,236) /*background: url('i/footerl.png') no-repeat;*/
}
.footerr {
	background: background: rgb(235,235,236)   /*url('i/footerr.png') no-repeat;*/
	left: auto;
	right: 0;
}
.line{
	height:1%;
	overflow:hidden;
}
img{ border-style:none;}
.line img{
	display:block;
}
.l-part,.r-part{
	width:300px;
	float:left;
}
.l-part a, .r-part a {
	color: rgb(88,0,2);
}

.sekc{
	float:left;
	text-align: justify;
}
.vyr{
	text-align: right;
	font-size: 10px;
}
