/* Reset
---------------------------------------------------------- */
@import 'reset.css';
/* Main Styles
---------------------------------------------------------- */
html {
	background: #fff;
	font-size: 100.1%;
	height: 100%;
}

body {
	background: url(./i/head.jpg) top right no-repeat;
	font-family: Tahoma;
	font-size: 62.5%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	max-width: 1280px;
	min-width: 1000px;
	width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px': "auto");
	width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1280?'1280px': "auto");
}

#wrap {
	margin: 0px 56px;
}

/* Header
---------------------------------------------------------- */
#header {
	height: 69px;
	padding-top: 55px;
	position: relative;
}

.logo {
	background: url(./i/logo.png) no-repeat;
	height: 41px;
	width: 261px;
}

.logo h1 a {
	display: block;
	height: 41px;
	text-indent: -1999em;
	width: 261px;
}

.logo strong {
	display: block;
	text-indent: -1999em;
}

h2.free {
	background: url(./i/free.png) no-repeat;
	color: #81a594;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 180%;
	height: 39px;
	padding: 2px 0px 0px 56px;
	position: absolute;
	right: 0px;
	top: 55px;
	width: 250px;
}

/* Menu
---------------------------------------------------------- */
#menu {
	background: #e6e6dc url(./i/menu-l.png) left no-repeat;
	height: 56px;
	position: relative;
	padding: 0px 15px 0px -10px;
}

ul.menu {
	background: url(./i/menu-r.png) right no-repeat;
	font-weight: bold;
	height: 56px;
	
}

ul.menu li {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 140%;
	height: 34px;
	margin-left: 13px;
	padding-bottom: 3px;
	padding-top: 19px;
	text-align: center;
}
ul.menu li.active {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 140%;
	padding: 0px;
	height: 24px;
	margin-top: 12px;
	text-align: center;
	margin-right: -8px;
	background: #00628b url(./i/menu-al.png) left no-repeat;
	position: relative;
	padding-top: 7px;
	padding-bottom: 1px;
}
ul.menu li.active a {
	padding: 6px 8px 10px 8px;
	background:url(./i/menu-ar.png) right no-repeat;
}
ul.menu li.active a {color:#fff;}
.menu li a {
	color: #00628b;
}

.menu  li a:hover {
	color: #000;
}

.active-b {
	background: url(./i/repaire-b.png) center 12px no-repeat;
	height: 34px;
	margin-left: 0px;
	position: relative;
}

.menu .active-b a {
	color: #fff;
}

.menu .active-b a:hover {
	color: #fff;
}

.active-l {
	background: url(./i/repaire-l.png) center 12px no-repeat;
	height: 34px;
	position: relative;
}

.menu .active-l a {
	color: #00628b;
}

.menu .active-l a:hover {
	color: #00628b;
}

/*li.main {width: 55px;}
li.about {width: 80px;}*/
#menu li.repair {
	margin: 0px -8px 0px 8px;
	width: 171px;
}
/*
li.price {width: 140;}
li.delivery {width: 65px;}
li.garanty {width: 65px;}
li.contacts {width: 65px;}
li.info {width: 150px;}*/
#add-menu-b {
	background: url(./i/add-menu.png) no-repeat;
	font-weight: normal;
	height: 70px;
	left: 4px;
	padding-top: 4px;
	position: absolute;
	top: 46px;
	width: 236px;
}

#add-menu-b li{
	background: url(./i/li-b.gif) 10px 4px no-repeat;
	clear: both;
	font-family: Tahoma;
	font-size: 80%;
	height: auto;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 3px 19px;
	text-align: left;
	width: 210px;
}

#add-menu-b a {
	color: #fff;
}

#add-menu-b li a:hover {
	color: #9ab7a9;
}

#add-menu-b li a.active {
	color: #9ab7a9;
	text-decoration: none;
}

#add-menu-l {
	background: url(./i/add-menu-l.png) no-repeat;
	height: 70px;
	left: 4px;
	padding-top: 4px;
	position: absolute;
	top: 46px;
	width: 236px;
}

#add-menu-l li{
	background: url(./i/li-l.gif) 10px 4px no-repeat;
	clear: both;
	font-family: Tahoma;
	font-size: 80%;
	height: auto;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 3px 19px;
	text-align: left;
	width: 210px;
}

#add-menu-l a {
	color: #00628b;
}



a {
	color: #00628b;
}

a:hover {
	color: #000;
}




/* Content
---------------------------------------------------------- */
#container {
	float: left;
	margin-right: -290px;
	width: 100%;
}

#content {
	margin-right: 346px;
	margin-top: 40px;
	padding-top: 40px;
}

#content {
}

#content h2 {
	color: #54806b;
	font-family: "Trebuchet MS";
	font-size: 200%;
	font-weight: bold;
}
#content table { font-size: 120%; width: 100%; margin: 20px 0px 0px 0px; }

#content tr.main td {
	background: #E6E6DC;
	border-bottom: 1px solid #E6E6DC;
	color: #00628B;
}

#content td{ border-bottom: 1px solid #E6E6DC; padding: 14px; }

#content ul{
	list-style-type: disc;
	font-size: 12px;
	margin: 15px 0px 15px 14px;
}
#content ul li {
	line-height: 160%;
}
#content ul ul {
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content ol{
	list-style-type: 1;
	font-size: 12px;
	margin: 15px 0px 15px 18px
}
#content ol li {
	line-height: 160%;
}
#content ol ol {
	list-style-type: default;
	margin-top: 0px;
	margin-bottom: 0px;
}
.repair {
}

.repair h2 {
	font-weight: bold;
	margin-bottom: 22px;
}

.repair p {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 15px;
}

.news {
	margin-top: 60px;
	overflow: hidden;
}

.news h2 {
	font-weight: bold;
	margin-bottom: 15px;
}
#content .news ul {
	list-style: none;
	font-size: 100%;
	margin: 0px;
}
.news ul li {
	float: left;
	font-size: 120%;
	margin-left: -14px;
	padding-right: 5%;
	width: 30%;
}

.news ul li strong{
	display: block;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 14px;
}

.news ul li p{
	border-left: 1px solid #e6e6dc;
	line-height: 150%;
	padding-left: 14px;
}

.news li p a {
	color: #00628b;
}

.news li p a:hover {
	color: #000;
}

/* Zayavka
---------------------------------------------------------- */
.zayavka h2 {
	margin-bottom: 20px;
}
.zayavka p{
	font-size: 120%;
	line-height: 190%;
	margin-bottom: 10px;
}

.zayavka input {
	background: #fafafa;
	border: 1px solid #81a594;
	height: 21px;
	width: 213px;
}

.zayavka textarea {
	background: #fafafa;
	border: 1px solid #81a594;
	height: 131px;
	width: 530px;
}

.zayavka .button {
	background: #81a594;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	height: 43px;
	padding: 0px;
	text-transform: uppercase;
	width: 167px;
}

/* Sidebar
---------------------------------------------------------- */
#sidebar {
	float: right;
	margin-top: 40px;
	width: 290px;
}
#sidebar h2 {
	color: #54806b;
	font-family: "Trebuchet MS";
	font-size: 180%;
	font-weight: bold;
}
.phone {
	background: url(./i/phone.png) no-repeat;
	color: #287895;
	display: block;
	font-family: Arial;
	font-size: 260%;
	height: 34px;
	margin-left: 0px;
	padding: 2px 0px 0px 50px;
	width: 185px;
}

.tv-block {
	background: url(./i/tv.jpg) no-repeat;
	height: 250px;
	margin-top: 36px;
	width: 290px;
}

.foto-block {
	background: url(./i/repair_foto.png) no-repeat;
	height: 117px;
	margin-top: 36px;
	width: 290px;
}

.on-line {
	background: url(./i/on-line.png) no-repeat;
	height: 145px;
	margin-top: 27px;
	padding: 25px 0px 0px 35px;
	width: 254px;
}

.on-line h2 {
	margin-bottom: 20px;
}

.on-line p {
	margin-bottom: 4px;
}

.on-line .in {
	border: 1px solid #d7d5c9;
	font-size: 110%;
	height: 17px;
	padding: 4px 2px 0px 2px;
	width: 209px;
}

.on-line .button {
	background: #81a594;
	border: 0px;
	color: #fff;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

/* Useful
---------------------------------------------------------- */
.useful {
	clear: both;
	margin-top: 55px;
}

.useful h2 {
	color: #54806b;
	font-family: "Trebuchet MS";
	font-size: 200%;
	margin-bottom: 25px;
	font-weight: bold;
}

.useful .info {
	background: #287895 url(./i/useful.png) left no-repeat;
}

.useful .info table{
	background: url(./i/useful-f.png) right no-repeat;
	height: 91px;
	width: 100%;
}

.useful .info table td {
	background: url(./i/useful-t.gif) right center no-repeat;
	font-size: 120%;
	line-height: 150%;
	padding: 0px 3% 0px 5%;
	vertical-align: middle;
}

.useful .info table td.no {
	background: none;
}

.useful .info a {
	color: #fff;
}

.useful .info a:hover {
	color: #9ab7a9;
}

/* Footer
---------------------------------------------------------- */
.footer {
	height: 88px;
	margin-top: 57px;
}

.footer .count {
}

.footer .count li{
	background: #e1dfce;
	float: left;
	height: 31px;
	margin-right: 12px;
	width: 88px;
}

.footer .copy {
	float: right;
	font-size: 120%;
	line-height: 140%;
}
