@import 'reset.css';
@import 'tabs.css';
html{
	height: 100%;
	}
body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat;
	}
a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	}
a:visited{
	color: #FFFFFF;
	}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
#top_fon {
	background-image: url(../images/bg_fon.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 517px;
	position: absolute;
	top: 0;
	left: 0;
	}
#track_fon{
	background-image: url(../images/bg_track.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 357px;
	height: 609px;
	position: absolute;
	top:0;
	left: 0;
	}
#page{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 129px;
	height: 148px;
	}
#main_text{
	position: absolute;
	top: 20px;
	right: 10px;
	width: 750px;
	height: auto;
	font-size: 1.5em;
	}
/******************************************************************************/
#content{
	margin-bottom:200px;
	top:200px;
	position:relative;
	right:-50px;
	}
#content #t20 {
	color: #FFFFFF;
	font-size: 1.3em;
	width: 336px;
	padding: 3px 10px 3px 10px;
	position: relative;
	}
#content #t10 {
	color: #FFFFFF;
	font-size: 1.3em;
	width: 336px;
	padding: 3px 10px 3px 10px;
	position: relative;
	}
#content #t10m {
	color: #FFFFFF;
	font-size: 1.3em;
	width: 336px;
	padding: 3px 10px 3px 10px;
	position: relative;
	}
#content #t5 {
	color: #FFFFFF;
	font-size: 1.3em;
	width: 336px;
	padding: 3px 10px 3px 10px;
	position: relative;
	}
#content .diz {
	height: 77px;
	background: url(../images/bg_punkt_diz.png) no-repeat top left;
	}
#content .active {
	height: 158px;
	background: url(../images/bg_punkt_active.png) no-repeat top left;
	}
#content .auto_type{
	font-style: italic;
	}
#content .header{
	width: 315px;
	cursor: pointer;
	}
.header .arow.top{
	position: absolute;
	width: 49px;
	height: 26px;
	right: 30px;
	top: 25px;
	background: url(../images/arrow_top.png) no-repeat right;
	}
.header .arow.bottom{
	position: absolute;
	width: 49px;
	height: 26px;
	right: 30px;
	top: 25px;
	background: url(../images/arrow_bottom.png) no-repeat right;
	}
#content .price{
	font-size: 0.8em;
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	margin-top: 5px;
	width: 315px;
	}
#content .hide{
	display: none;
	}
#content .viz{
	display: block;
	}
#contacts #call{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 2.5em;
	color: #FFFFFF;
	}
#contacts #mail{
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 2.5em;
	color: #FFFFFF;
	}
#contacts #call span, #contacts #mail span{
	display: block;
	font-size: 0.5em;
	/*margin-bottom: -0.4em;
	padding-bottom: -0.4em;*/
	color: #FFFFFF;
	}
/******************************************************************************/