body
{
	background-image: url(/img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

#bottom_bg
{
	display: block;
	position: absolute;
	width: 100%;
	height: 190px;
	bottom: 0px;
	left: 0px;
	background-color: #cfcfcf;
	background-image: url(/img/body_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer
{
	padding-top: 20px;
}

div.main div.vModelsLayout{
	height: 260px;
	width: 920px;
	position: absolute;
/*	left: 19px;*/
	background-color: #ffffff;
	overflow: hidden;
	zoom: 1;
	display: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 ?? */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8;
	z-index: 10;
}

div.main div.vModels{
	height: 170px;
/*	top: 240px;
	left: 19px;*/
	position: absolute;
	overflow: hidden;
	zoom: 1;
	display: none;
	margin: auto;
	z-index: 20;
	padding: 20px;
}


div.main div.vModels div.mMenu{
	float: left;
/*	width: 200px;*/
	width: 170px;
	text-align: center;
	padding: 0px 5px;
}

div.main div.vModels div.mMenu div.name{font-size: 16px; font-weight: bold;}
div.main div.vModels div.mMenu img{display: block; padding: 5px 0px; margin: auto;}
/*div.main div.vModels div.mMenu img{display: block; padding: 5px 0px; margin: auto; width:170px;}*/
div.main div.vModels div.mMenu a{color: #030398; display: block;}
div.main div.vModels div.mMenu a:hover{color: #f99239;}


/*Shade on body*/
.body_shade 
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	background: #000000;
	z-index: 1100;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display: block;
}

* html .body_shade 
{
	position: absolute;
	width: 100%;
	top: expression(fixed(this, 0));
}

.body_shade a
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
/*/Shade on body*/

/*Popup banner*/
.popup_banner
{
	text-align: left;
	position: fixed;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -280px;
	width: 560px;
	height: 320px;
	z-index: 1100;
	overflow: hidden;
}

* html .popup_banner
{
	position: absolute;
	top: 400px;
	top: expression(fixed(this, 400));
}

.popup_banner .close
{
	background-repeat: no-repeat;
	background-image: url(/img/popup_close.png);
	//background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/popup_close.png",sizingMethod="crop");
	display: block;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 1102;
}

.popup_banner .img
{
	background-repeat: no-repeat;
	background-image: url(/img/action_popup.png);
	//background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/action_popup.png",sizingMethod="crop");
	display: block;
	width: 560px;
	height: 320px;
	position: absolute;
	top: 5px;
	left: 0px;
	cursor: pointer;
	z-index: 1101;
}
/*/Popup banner*/

/*Specprices slider*/
.main_slider
{
	margin-bottom: 39px;
}

.main_slider h3
{
	margin: 20px 0px 6px 0px;
	text-align: center;
}

.spec_slider
{
	width: 100%;
	text-align: center;
	position: relative;
	height: 102px;
}

.spec_slider a.left_btn
{
	float: left;
	display: block;
	width: 21px;
	height: 34px;
	margin: 30px 13px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(/img/spec_left_btn.gif);
	cursor: pointer;
}

.spec_slider a.right_btn
{
	float: left;
	display: block;
	width: 21px;
	height: 34px;
	margin: 30px 0px 0px 15px;
	background-repeat: no-repeat;
	background-image: url(/img/spec_right_btn.gif);
	cursor: pointer;
}

.spec_slider .static_block
{
	float: left;
	width: 838px;
	overflow: hidden;
	position: relative;
}

.spec_slider .static_block .hidden
{
	display: none;
}

.spec_slider .dynamic_block
{
	position: relative;
	width: 100000px;
	height: 102px;
}

.spec_slider .dynamic_block .item
{
	float: left;
	width: 172px;
	overflow: hidden;
	text-align: left;
}
/*/Specprices slider*/

.main_banners
{
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 8px;
}

.main_banners img
{
	border: 1px solid #afafaf;
}

.seo_text
{
	margin-top: 36px; 
	text-align: center; 
	position: relative; 
	left: -10px; 
	_left: 0px; 
	width: 940px; 
	padding-bottom: 55px; 
	background: url(/img/frame2.gif) no-repeat; 
	padding-top: 9px;
}

.seo_text h1
{
	font-size: 24px; 
	margin: 13px 0px 0px 0px;
}

.seo_text p
{
	padding: 0px 20px 0px 27px; 
	text-align: left; 
	line-height: 1.3em;
}

.seo_text a, .seo_text a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content .borders
{
	display: none;
}

.content_inner
{
	overflow: visible;
}
