@charset "windows-1251";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} 
body {line-height:1;} 
ol, ul {list-style:none;} 
blockquote, q {quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after {content:'';} 
table {border-collapse:collapse; border-spacing:0;} 

html {
	height:100%;
}
body {
	height:100%;
	background:#323232;
}
.clear {
	clear:both;
}
#container {
	min-height:100%;
	width:1000px;
	background:#491b30;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;
	position:relative;
}
#header {
	background:url(/images/header.jpg) no-repeat;
	position:relative;
	height:486px;
}
.sitename {
	text-indent:-9999px;
	background:url(/images/sitename.png) no-repeat left bottom;
	float:right;
	width:329px;
	height:140px;
}
#footer {
	background:#000 url(/images/footer.png) repeat-x;
	height:106px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#content {
	padding:21px 0 120px 0;
	font:12px/16px Arial;
	color:#f9bed8;
}
#content .leftcol {
	width:212px;
	text-align:center;
	float:left;
	margin:0 14px 0 24px;
}
#content .leftcol img {
	width:194px;
	border:1px solid #fff;
	margin-bottom:20px;
}
#content .leftcol a img {
	border:1px solid #fff;
}
#content .rightcol {
	width:720px;
	float:left;
}
#content .rightcol p {
	margin-bottom:15px;
}
#content .rightcol blockquote {
	margin:0 15px 10px;
	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;
	color:#fed875;
}

/* Главное меню */
#mmenu {
	clear:both;
	position:absolute;
	right:0;
	top:150px;
	padding:0 38px 0 0;
	z-index:2;
}
ul#menu, ul#menu ul {
	text-align:right;
}
ul#menu a {
  display: block;
  text-decoration: none;	
}
ul#menu li a {
	font:15px/24px Arial;
	color: #ffbd63;
	text-transform:lowercase;
}
ul#menu li a:hover {
	color:#b2306e;
}
ul#menu li ul li a {
	font:13px/20px Arial;
	color:#ffe9b0;
	text-transform:none;
}
ul#menu li ul li a:hover {
	color:#de5c94;
}
/* ====================== */

div.phone {
	width:390px;
	height:250px;
	background:url(/images/phone.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	right:38px;
	text-align:right;
	z-index:1;
}
div.phone h2 {
	margin-top:140px;
	font:16px Arial;
	color:#c04d80;
}
div.phone h2 span {
	color:#fff;
}
div.phone p.num {
	font:30px Arial;
	color:#c04d80;
	margin-bottom:5px;
}
div.phone p.num strong {
	color:#ef7eb0;
}
div.phone p {
	font:15px Arial;
	color:#c04d80;
}

/* Услуги */ 
div.service {
	background:#1b1b1b url(/images/bg.png) repeat-x;
	height:253px;
	text-align:center;
	position:relative;
}
div.service .free {
	background:url(/images/free.png) no-repeat;
	width:148px;
	height:86px;
	position:absolute;
	top:0;
	left:0;
}
div.service .free h2 {
	text-indent:-9999px;
}
div.service img {
	margin:35px 40px 0;
}
#footer .adr {
	padding:25px 0 0 260px;
	background:url(/images/sitename2.png) no-repeat 30px 40px;
	position:absolute;
	top:0;
	left:0;
	font:12px/18px Arial;
	color:#6c6c6c;
	z-index:1;
}
#footer .validador {
	position:absolute;
	top:35px;
	right:20px;
}
#footer .validador a {
	margin-left:10px;
}
a {color: #FFA500;}

