html{
	background: url(../images/bg-html.gif);
	height:100%;
}
body {
	margin:0;
	color:#464646;
	font:14px/18px  Helvetica, Arial, sans-serif;
	background: url(../images/bg-body.png) no-repeat 50% 0;
	height:100%;
}
img {
	border-style:none;
	display:block;
}
a {
	color:#383f41;
	outline:none;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header, section, footer, nav, article, aside {display: block;}
.wrap{
	width:100%;
	overflow:hidden;
}
.page{
	min-height:100%;
}
#wrapper{
	width:958px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 100px;
}
.main{
	width:947px;
	margin:36px auto 0;
	zoom:1;
	overflow:hidden;
	background: url(../images/bg-main.gif) repeat-y 4px 0;
	padding:0 4px;
}
.twocolumns{
	zoom:1;
	width:947px;
	margin:0 auto;
	background: url(../images/bg-main-b.gif) no-repeat 0 100%;
}
.twocolumns:after{
	content:"";	display:block;	clear:both;
}
.aside{
	float:left;
	width:292px;
}
.aside .logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 299px;
	height: 281px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 -4px;
	display:block;
}
.aside .side-box{
	background: url(../images/bg-side.png) no-repeat;
	padding:11px 10px 33px;
}
.nav{
	list-style:none;	margin:0;	padding:0 0 4px;
	border-bottom:2px solid #ebf3f9;
}
.nav li{
	padding:0 0 10px;
}
.nav a{
	display:block;
	background:#227bbd url(../images/bg-nav.png) repeat-x;
	height: 27px;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding:6px 13px 0;
	border:1px solid #5d9bc9;
	border-radius:4px;
	box-shadow:0 2px 2px rgba(0,0,0,0.3);
	text-shadow:0 2px 2px rgba(0,0,0,0.3);
	font-weight:bold;
}
.nav a:hover,
.nav .active a{
	text-decoration:none;
	border:1px solid #e55b45;
	background:#cd2a18 url(../images/bg-nav-h.png) repeat-x;
}
.brands-list{
	list-style:none;	margin:-5px 0 0;	padding:0;
}
.brands-list li{
	padding:30px 0 0;
}
.brands-list img{
	margin:0 auto;
}
.content{
	float:right;
	width:639px;
}
.main-title{
	background: url(../images/bg-title.png) no-repeat;
	width: 607px;
	height: 45px;
	overflow:hidden;
	margin:0 -3px;
	padding:9px 38px 0 19px;
	line-height:25px;
}
.main-title .slogan{
	float:left;
	color:#fff;
	font-size:18px;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.main-title .phone{
	float:right;
	color:#fff;
	font-size:20px;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
}
.content-box{
	padding:12px 16px 10px;
}
.title-holder{
	border:1px solid #1e79bb;
	box-shadow:0 3px 4px rgba(0,0,0,0.3);
	border-radius:4px;
	background:#65b6f0 url(../images/bg-title02.png) repeat-x;
	line-height:35px;
	height: 38px;
	padding:0 14px;
	margin:0 0 12px;
}
.title-holder h3{
	margin:0;
	color:#fff;
	font-weight:normal;
	font-size:20px;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.content p{
	margin:0 0 19px;
	font-size:14px;
	line-height:18px;
}
.price-table{
	border-collapse:collapse;	padding:0;	margin:15px 0 11px;
	width:100%;
	font-size:13px;
}
.price-table td{
	border:1px solid #b2c5e4;
	padding:10px 17px 11px;
}
.price-table .name{
	width:419px;
	text-align:left;
}
.price-table .price{
	text-align:center;
	color:#4770b2;
}
.table-note{
	display:block;
	color:#f0502f;
	font-size:13px;
	padding:0 10px;
}
.footer{
	width:910px;
	background: url(../images/bg-footer.png) repeat-x;
	height: 49px;
	line-height:49px;
	margin:-81px auto 0;
	border:1px solid #e56145;
	color:#fff;
	border-radius:3px;
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	padding:0 19px 0 16px;
}
.footer address{
	font-style:normal;
	text-shadow:0 1px 2px rgba(0,0,0,0.4);
	font-size:14px;
	float:left;
}
.counters{
	float:right;
	list-style:none;	margin:0;	padding:9px 0 0;
}
.counters li{
	float:left;
	margin:0 0 0 9px;
	background: url(../images/counter.png) no-repeat;
	width: 88px;
	height: 31px;
}























