html,body {
	padding: 0px;
	margin: 0px;
}
html {
}
body {
	color: rgb(34,34,34);
	position: relative;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}
a {
	text-decoration: underline;
	color: rgb(196,20,25);
}
a:hover {
	text-decoration: none;
}
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);
}
.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;
}
ul li {
	list-style: circle;
	padding: 0 0 6px 20px;
}
#main {
	position: relative;
	width: 100%;
}
.ico, #head ul, #promo, #mini_promo, #leftcol, #rightcol, .brands, .dev, .design, .counters, .footerl, .footerr, form {
	display: none;
}


/* === Top Head ===  */
#head {
	width: 100%;
	height: 100px;
}
.logo {
	position: absolute;
	left: 27px;
	top: 25px;
}
#head h1 {
	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(0,0,0);
	text-align: center;
	background: none;
}
.phones {
	position: absolute;
	top: 43px;
	right: 33px;
}

/* === Content ===  */
#content, #contentr, #contents {
	width: 90%;
	margin-left: 10px;
}
#content img, #contentr img {
	border: 1px solid rgb(102,102,102);
	padding: 4px;
}
#content img.noborder, #contentr img.noborder {
	border: none;
}
.album {
	height: 155px;
	padding: 12px 0 0 0;
	text-align: center;
	float: left;
	font-size: 12px;
	background: none;
}
.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;
}

/* === Footer ===  */
#clearfooter {
	clear: both;
	height: 10px;
}
#footer {
	width: 100%;
	height: 50px;
	font-size: 12px;
	position: relative;
}
#footerin {
	width: 90%;
	height: 50px;
	position: relative;
	margin: 0 0 0 20px;
	left: 0;
	background: none;
}
.copy, .contacts {
	position: absolute;
	top: 20px;
	left: 0;
}
.contacts {
	top: 45px;
	line-height: 16px;
}
