* {
	font-size:1em;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,label, legend,caption {
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}

html,body {	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

html {
	overflow-y:scroll;
}

body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:16px;
	line-height:28px;
	color:#505050;
	background:#e5e5e5;
}

a:link, a:visited, a:active {
	color:#597387;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

article p {
	margin-bottom:10px;
}

article ul,article ol {
	margin-left:20px;
	margin-bottom:10px;
}

article h1,article h3 {
	color:#254560;
	line-height:1.2em;}

article h2 {
color:#0000cd;
	line-height:1.2em;
}

article h1 {
	font-size:22px;
}

article h2 {
	font-size:20px;
}

article h3 {
	font-size:18px;
}
ol{
	padding-left: 30px;
}
.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.after:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.mess_err, .req {
	color:#e03c42;
	font-weight:bold;
}

.mess_ok{
	color:#4fad51;
	font-weight:bold;
}

.wrap {
	width:1200px;
	margin:0 auto;
}

#body{
	width:100%;
}

#top{
	height:264px;
	background:url('../images/head.jpg') #3b5264 no-repeat top left;
	position:relative;	
}

#logo {
	display:block;
	width:240px;
	height:240px;
	position:absolute;
	top:20px;
	left:104px;
}
.header {
	background:url('../images/header_bg.png') repeat-x center;
	height:264px;
	color:#ffffff;
}
.header a{
	color:#ffffff;
}
.header_wrap {
	width:1265px;
	margin:0 auto;
	font-size:22px;
}
.header_contacts {
	padding:20px 0px;
}
.header_phones {
	float:left;
	padding-left:20px;
}
.header_phones span{
	padding-right:20px;
}
.header_mails {
	float:right;
	padding-right:20px;
}
.header_mails a{
	padding-left:20px;
}
.head1,.head2 {
	float:left;
	margin-right:15px;
}
.head3,.head4 {
	float:right;
	margin-left:15px;
}
.logo {
	float:left;
	margin-left:20px;
}
#top-menu{
	background:url('../images/menu.jpg');
	position:relative;
	height:42px;
}

#top-menu ul{
	list-style:none;
	float:left;
}

#top-menu ul li{
	float:left;
	line-height:42px;
	font-size:20px;
	padding:0 18px;
}

#top-menu ul li a{
	text-shadow:#052b45 0px -1px 0px;
	color:#ffffff;
	text-decoration:none;
}

#top-menu ul li a:hover{
	text-decoration:underline;
}

#middle{
	position:relative;
}

#middle .container{
	background:#f2f4f3;
	padding:0 10px 40px 10px;
}

#left{
	float:left;
	width:200px;
}

#content{
	float:right;
	width:950px;
	position:relative;
	overflow:hidden;
	padding-top:20px;
}

#content .content{}

#content .content ul li div a img{
	display: block;
	margin: auto;
	margin-bottom: 15px;
}


#content .content .catalog_detail_photo{
	display: block;
	float:left;
	width: 350px;
}

#content .content .sing_photo,
#content .content .catalog_detail_photo .sing_photo{
	width: 315px;
	height: 230px;
	background: #fff;

}


#content .content .sing_photo a,
#content .content .catalog_detail_photo .sing_photo a{
/*	width: 600px;
	height: 450px;
	background: #fff;
*/
	display:block;height:230px;width:315px;text-align:center;

}

#content .content .sing_photo a div,
#content .content .catalog_detail_photo .sing_photo a div{
	display:inline-block;
	/*height:225px;*/
	width:1px;
}

#content .content .sing_photo a img,
#content .content .catalog_detail_photo .sing_photo a img{

}

#content .content .catalog_detail_photo .thisimg{

	display:inline-block;
	vertical-align:middle;
/*
	height: 450px;
	width: 600px;
	height: 230px;
	width: 315px;
*/
	max-height: 230px;
	max-width: 315px;
}

#content .content .carousel,
#content .content .catalog_detail_photo .carousel{


	position: relative;
	width: 315px;
	margin-top: 10px;
	margin-bottom: 20px;

}
#content .content .carousel .carousel-wrap,
#content .content .catalog_detail_photo .carousel .carousel-wrap{

	margin: auto;
	width: 295px;


}

#content .content .carousel .carousel-wrap #mycarousel li a.small_photo{
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;

}

#content .content .carousel .carousel-wrap ul li a img,
#content .content .catalog_detail_photo .carousel .carousel-wrap ul li a img{
	border: 1px solid #000000;
	width: 96px;
	height: 50px;
}

#content .content .carousel a.arrow-left,
#content .content .catalog_detail_photo .carousel a.arrow-left{
	width: 10px;
	height: 52px;
	background: url(../images/arrow-left.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#content .content .carousel a.arrow-right,
#content .content .catalog_detail_photo .carousel a.arrow-right{
	width: 10px;
	height: 52px;
	background: url(../images/arrow-right.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}


/*
.carousel_containter{

	position: relative;
	width: 820px;
	height: 628px;
	margin-top: 10px;
	margin-bottom: 20px;

}
.carousel_containter .single-popup,
.carousel_containter .carousel-popup{

	margin: auto;
	width: 800px;

}

.carousel_containter .carousel-popup #mycarousel li a.photo{*/
/*
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
*/
/*}

.carousel_containter .single-popup a img,
.carousel_containter .carousel-popup ul li a img{*/
/*
	border: 1px solid #000000;
	width: 800px;
	height: 600px;
*/
/*	max-width: 800px;
	max-height: 600px;
}

.carousel_containter .carousel-popup .note-carousel-popup{

}

.carousel_containter .carousel-popup .carousel-popup-prev{
	left: 15px;
	background-position: 3px 115px;
}

.carousel_containter .carousel-popup .carousel-popup-next{
	right: 15px;
	background-position: 3px 80px;
}

.carousel_containter .carousel-popup .carousel-popup-prev,
.carousel_containter .carousel-popup .carousel-popup-next{
	position: absolute;
	bottom: 0px;
	background-image:url('../images/popup.png');
	top: 50%;
	width:36px;
	height:36px;
	cursor: pointer;
	z-index: 8040;
}
*/
/*
.carousel_containter .carousel-popup .carousel-popup-next{
	position: absolute;
	bottom: 0px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: black;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	-moz-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
	z-index: 99999;
}
*/

#bottom{
	background:url('../images/footer.jpg') repeat-x center;
	height:57px;
	width:100%;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
}

#bottom a{
	color:#ffffff;
}

.copy {
	float:left;
	padding-top:10px;
}

.fwds {
	float:right;
	padding-top:7px;
}

.counters {
	position: relative;
	margin-left:20px;
	padding-top:10px;
	float:left;
	line-height:0.9em;
}
.counters a{
	text-decoration: none;
}
.counters div{
	display:inline-block;
}

.counters img{
	margin-right:10px;
	margin-top:4px;	
}

.pages {
	margin-top:20px;
}

.pages ul{
	list-style:none;
}

.pages ul li{
	float:left;
	margin-right:5px;
}

.mk, .mn {
	height:36px;
	line-height:36px;
	margin:7px 0px;
}

.mn {
	background:url('../images/h-white-end.png') no-repeat center right;
}

.mn h2,.mk h5{
	line-height:36px;
	padding-left:10px;
}

.mn h2{
	background:url('../images/h-white.png') repeat-x center;
	margin-right:27px;
}

.mk h5 {
	background:url('../images/h-blue-end.png') no-repeat center right;
}

.mn h2 a,.mk h5 a{
	text-decoration:none;
	color:#597387;
}

.mn h2 a:hover,.mk h5 a:hover{
	text-decoration:underline;
}

.news_item {
	margin-bottom:20px;
	font-size:14px;
	line-height:22px;
}

.news_item .date{
	font-size:12px;
	margin-bottom:7px;
}

.phones {
	color:#f5f5f5;
	text-shadow:#4d4d4d 2px 2px 3px;
	float:right;
}

.bc {
	margin-bottom:20px;
}

.bc a{
	text-decoration:none;
}

.bc a:hover{
	text-decoration:underline;
}

.pageh1 h1{
	margin-bottom:20px;
	color:#000000;
	font-size:22px;
	text-align: center;
}

.main_block {
	width:360px;
	height:176px;
	background:url('../images/main-block-2.jpg') repeat-x center bottom;
	border-top:3px solid #44596e;
	float:left;
	margin-bottom:20px;
	margin-right:40px;
}

.main_block_cnt {
	width:360px;
	height:176px;
	background:url('../images/main-block-end-2.jpg') no-repeat right bottom;
}

.main_block h4{
	padding-left:12px;
	padding-top:2px;
	font-weight:normal;
}

.main_block_pic {
	background:url('../images/ramka.png') no-repeat;
	width:125px;
	height:101px;
	float:left;	margin-left:10px;
	margin-top:20px;
	text-align:center;
}

.main_block_pic img{	margin-top:4px;
}

.main_block_text {
	float:right;
	margin-top:45px;
	margin-right:40px;
	line-height:28px;
}

.main_block_list {
	display:inline-block;
	background:url('../images/triangle.png') no-repeat right center;
	padding-right:14px;
	border-bottom:1px dashed #254560;	color:#000000;
}

.main_block_ul {	position:absolute;
	display:none;
	background:#354b5d;
	padding:10px;
	width:255px;
}

.main_block:hover .main_block_ul{
	display:block;
}

.main_block_ul ul{
	list-style:none;
}

.main_block_ul ul li{
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-bottom:7px;
}

.main_block_ul ul li a{
	color:#ffffff;
}

.search {
	background:url('../images/search1.png') no-repeat;
	float:left;
	width:224px;
	height:27px;
	margin-top:7px;
}

.search_btn {
	float:left;
	width:22px;
	height:22px;
	background:url('../images/lupa.png') no-repeat;
	overflow:hidden;
	display:inline-block;
	text-indent:-1000px;
	margin-top:4px;
}

.search_inp {
	width:175px;
	height:17px;
	float:right;
	margin-right:7px;
	margin-top:4px;
	display:inline-block;
	border:0px;
	color:#999999;
	font-size:12px;
}

.brands {
}

.brands h2 {
	background:url('../images/h-white.png') repeat-x center;
	color:#254560;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	height:36px;
	padding-top:5px;
	text-shadow:#ffffff 0px -1px 0px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}

.brand {
	float:left;
	height:215px;
	margin-right:20px;
	margin-bottom:20px;
}

.brand_item {
	border:1px solid #fff;
	margin:15px;
	padding:10px;
	text-align:center;
	width:200px;
	height:240px;
	float:left;
}

.brand_item_photo {
	height:140px;
}

.form {
	width:400px;
}

.form input[type=text], .form textarea{
	border:1px solid #a3a3a3;
	resize:none;
	width:90%;
}

.form input[type=submit] {
	cursor:pointer;
	color:#ffffff;
	background:#254560;
	font-size:12px;
	text-transform:uppercase;
	border:0px;
}

.vert {
	margin-top:14px;
}

.vert ul {
	list-style:none;
}

.vert ul li{
	font-size:14px;
	line-height:16px;
	margin:2px 0px;
}

.vert ul li a{
	border:1px solid #597387;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	display:block;
}

.vert ul li.active a, .vert ul li a:hover{
	color:#000000;
	background:#ddd;
}

.vert ul li.active ul li a {
	text-decoration:none;
}

.vert ul li ul li{
	margin-bottom:7px;
	margin-left:10px;
}

.vert ul li.active ul li a{
	color:#597387;
	border:0px;
	font-weight:normal;
	padding:0px;
	display:inline;
	background:none;
}

.vert ul li.active ul li.active a{
	text-decoration:underline;
}

.main_r1 {
	background: #e3e6e9;
	margin:10px;
	padding: 15px;
	width: 900px;
	overflow: hidden;
	border-top: 3px solid #44596e;
	border-bottom: 1px solid #c4c6c9;
}
	.main_r1 .main_r_cnt {
		height: auto;
		padding: 0px;
	}
	.main_r1 .main_r_pic {
		background:url('../images/ramka.png') no-repeat;
		width:125px;
		height:101px;
		margin-right:10px;
		text-align:center;
	}
		.main_r1 .h4 a{
			color: #44596e;
			text-decoration: none;
			font-weight: bold;
			font-size: 18px;
		}
		.main_r1 .h4 a:hover{
			text-decoration: underline;
		}
.main_r {
	background:url('../images/main-block-2.jpg') repeat-x center bottom;
	float:left;
	margin:10px;
	width:280px;
	height:auto;
}

.main_r_cnt {
	background:url('../images/main-block-end-2.jpg') no-repeat right bottom;
	height:127px;
	padding-top:4px;
}

.main_r_pic {
	background:url('../images/ramka.png') no-repeat;
	width:125px;
	height:101px;
	margin-left:10px;
	text-align:center;
}

.main_r_pic img{
	margin-top:5px;
}

.main_r .h4{
	border-top:3px solid #44596e;
	height:55px;
	background:#ffffff;
	padding-left:10px;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	display:table-cell;
	vertical-align:middle;
	width:270px;
}

.main_r .h4 a{
	text-decoration:none;
}
.main_r .h4 a:hover{
	text-decoration:underline;
}

.vert_sub {
	margin-bottom:10px;
}

.vert_sub div.vert_sub_item{
	float:left;
	width:45%;
	margin-right:5%;
	padding:7px 0px;
	font-size:14px;
	line-height:17px;
}

article table {
	width:100%;	
	border: 1px solid #597387;
}

article table th {
	border: 1px solid #F2F4F3;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	background: #597387;
	color: #F2F4F3;
}

article table td {
	border: 1px solid #597387;
	padding:5px 5px;
	font-size:12px;
	line-height: 14px;
	text-align: center;
}

article .table1 {
	width:100%;	
	border: 0px solid #597387;
}

article .table1 td {
	border: 0px solid #597387;
	padding:5px 5px;
	font-size:12px;
	line-height: 14px;
	text-align: center;
}
#content .content .zayavka{
	background: url('../images/zayavka.png') no-repeat;
	width: 189px;
	height: 36px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 9px;
}
#content .content .zayavka:hover{
	background: url('../images/zayavka-hover.png') no-repeat;
}
.ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #343434;
	text-transform: uppercase;
}
#inline .oz .form .snt{
	background: url('../images/zayavka.png') no-repeat;
	width: 189px;
	height: 45px;
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	/*padding-top: 9px;*/
}

.edit_links{
	padding:20px 0 10px;
}
.edit_links a{
	display:inline-block;
	text-decoration:none;
	vertical-align:top;
	margin:0 20px 10px 0;
	line-height:30px;
	border:2px solid red;
	background:red;
	color:white;
	font-size:12px;
	font-weight:400;
	padding:0 20px;
	.border_radius(5px);
	text-decoration:none;
}
.edit_links a:hover{
	color:red;
	background:white;
}
