/* FOR ALL */
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #fff;
	color: #363636;
	font: 12px Tahoma;
}
.hFloat:after {
    content: ".";
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
    display: block;
    clear: both;
}

.fl_left {
	float: left;
	display: inline;
}
.fl_right {
	float: right;
	display: inline;
}

h1 {
	font-size: 18px;
	color: #000;
	padding: 0px 0px 14px 0px;
}
h2 {
	font-size: 14px;
	color: #fff;
}
h4 {
	font-size: 14px;
	color: #363636;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}

a {
	color: #fbd281;
}

div.center {
	width: 900px;
	margin: auto;
}

/* HEADER */
div.header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 388px;
	background-color: #f2f2f2;
}
	div.header div.center {
		height: 388px;
		background: url(../images/header_left_bg.jpg) no-repeat left top;
		position: relative;
	}
	a.main_logo_href {
		display: block;
		width: 136px;
		height: 110px;
		position: absolute;
		top: 6px;
		right: 54px;
	}
	ul.menu {
		position: absolute;
		top: 145px;
		left: 670px;
	}
		ul.menu li {
			margin-bottom: 9px;
			padding-left: 37px;
			background: url(../images/menu_arrow.gif) no-repeat left top;
		}
		ul.menu li a {
			color: #fff;
		}
	div.logo_phone {
		position: absolute;
		right: 100px;
		bottom: 0px;
		font-size: 24px;
		color: #ff9000;
	}
		div.logo_phone span {
			font-size: 12px;
			font-weight: bolder;
			color: #363636;
			position: relative;
			bottom: -4px;
		}
/* HEADER - end */
	
	
/* CONTENT */
div.content {
	height: 100%;
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}
html>body div.content {
	height: auto;
}
	div.content div.center {
		padding: 410px 0px 130px;
		position: relative;
	}
	div.txt {
		padding: 0px 270px 0px 55px;
	}
		div.txt p {
			margin-bottom: 14px; 
		}
		div.pic {
			float: left;
			display: inline;
			margin: 3px 15px 0px 0px;
		}
			div.pic img {
				border: 2px solid #245213;
			}
		div.models {
			margin: 20px 0px 0px 0px;
		}
			div.models div.elem {
				float: left;
				display: inline;
				margin: 0px 10px 10px 0px;
				font-size: 0px;
			}
				div.models div.elem img {
					margin-bottom: 1px;
					border: 2px solid #e0e0e0;
				}
				div.models div.elem p {
					background-color: #643001;
					font-size: 10px;
					text-align: center;
					text-transform: uppercase;
					padding: 2px 3px 3px;
					margin: 0px;
				}
				p.read_more {
					padding: 0px 0px 30px;
				}
	div.right_col {
		width: 235px;
		margin: 0px 0px 0px -235px;
	}
		div.news_block {
			margin: 0px 0px 20px 0px;
		}
			div.news_block img {
				display: inline;
				float: left;
				border: 1px solid #484747;
				margin: 3px 7px 0px 0px;
			}
			div.news_block p {
				margin-bottom: 4px;
			}
			span.news_date {
				color: #ff9000;
				font-weight: bold;
			}
/* CONTENT - end */

	
/* FOOTER */
div.footer {
	height: 100px;
	color: #fff;
	position: relative;
	background: url(../images/bg_gray.gif) left top;
}
	div.footer div.center {
		position: relative;
		background: url(../images/bot_logo.gif) no-repeat 55px 20px;
		height: 73px;
	}
	div.footer_txt {
		color: #fff;
		padding: 45px 0px 0px 0px;
		text-align: right;
	}
/* FOOTER - end */

/* Darkbox */
.darkbox-frame {
	position:fixed;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:99999;
	}
.darkbox-frame-on {
	display:block;
	}

/* Shadow */
.darkbox-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	}

/* Canvas */
.darkbox-canvas {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(../images/spinner.gif) 50% 50% no-repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	opacity:.5;
	}
	.darkbox-canvas IMG {
		display:block;
		visibility:hidden;
		}
.darkbox-canvas-load {
	background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
.darkbox-canvas-done {
	overflow:visible;
	opacity:1;
	}
	.darkbox-canvas-done IMG {
		visibility:visible;
		opacity:0;
		}

/* Button */
.darkbox-button {
	position:absolute;
	top:-13px;
	display:none;
	width:30px;
	height:30px;
	background:url(../images/button.png) no-repeat;
	cursor:pointer;
	z-index:1;
	}
.darkbox-button-on {
	display:block;
	}
.darkbox-button-left {
	left:-16px;
	}
.darkbox-button-right {
	right:-16px;
	}
		.cnt_img {
  float: left;
  padding: 3px;
  
  }
	
	#link_left {
width: 150px;
margin-bottom: 10px;
}


.sp2 {
font-size: 9px;
color: #000000;
}

div.txt h2 {
color: #000000;
font-weight: bold;
}

div.txt ul {
margin: 5px 0px 5px 0px;
}
a.zas, p.zas {
font-size: 9px;
color: #cccccc;
}
