/*- Main CSS --------------------------- */
@font-face {
font-family: avantgardegothicc-book; /* имя шрифта для CSS правил */
src: local("avantgardegothicc-book"), /* проверяем наличие шрифта в ОС пользователя */
url(/docs/avantgardegothicc-book.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
*{
	margin: 0;
	padding: 0;
    font-family: avantgardegothicc-book, arial;
	}
body{
    font-family: Verdana, Geneva, Arial, sans-serif;
	background:#1A1A1A;
	color: black;
	margin: 0px
	}
#content{
	border: solid 1px #b4b4b4;
	background-color: #f1f1f1;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	width: 1000px;
	}
#header{
	background: url(images/logo_bg.gif) repeat-x;
}
#header_title{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 225px;
	margin: 0;
	}
#header span{
	display: none;
	}
	
#abs{
	position:absolute;
	left: 420px;
	width: 220px;
	height: 199px;;
	background-image:url(images/discount_workday.png);
}
#abs:hover{
	position:absolute;
	left: 420px;
	width: 220px;
	height: 199px;;
	background-image:url(images/discount_workday_hover.png);
}
#abs{
	position:absolute;
	left: 420px;
}
#post{
	font-size: 0.8em;
	line-height: 1.5;
	float: left;
	width: 95%;
	background-color:#FBFBFB;
	border: 1px dotted #7e8699;
	text-align: justify;
	padding: 0px 15px 4px;
}
#post ul{
    padding: 8px 0 8px 20px; 
}
#post p{
    margin-bottom: 0;
	padding-top: 10px;
	text-indent: 0.7em;
}
#post span.bold{
	font-weight: bold;
}
#post h1{
     padding-top: 4px;
     padding-bottom: 4px;
     font-size: 1.6em;
     font-weight: lighter;
     text-shadow: 2px 2px 3px #bbbbbb;
}
#post h2{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 4px;
       text-shadow: 2px 2px 3px #bbbbbb;
}
#post h3{
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
#post .image{ 
	border: 1px solid black;
	margin: 8px 5px 8px;
}
#post .end{
margin: 10px 0 5px;
}
#columnRight{
	float: left;
	width: 74%;
	background: #f1f1f1;
	margin-left: 18px;
	margin-top: -25px;
}
#columnRight_price{
	float: left;
	width: 98%;
	background: #f1f1f1;
	margin-left: 18px;
	margin-top: 20px;
}
#menu_sidebar{
	padding-top: 5px;
    float: left;
	width: 225px;
    background-color:#FBFBFB;
	border: 1px dotted #7e8699;
}
#columnLeft ul{
	margin-left: 20px;
}
#columnLeft li{
	margin-bottom: 5px;
}
#columnLeft{
	font-size: 0.9em;
	padding: 45px 10px 0;
    background: #f1f1f1;
}
#columnLeft .up_ul{
	list-style-type: disc;
	list-style-image: url(/images/list.gif);
}
#columnLeft .cat_ul{
	list-style: square;
	padding-left: 8px;
}
a:link,a:visited{
	color:#DF5B2F;
	text-decoration: underline;
}
a:visited{
    color: #C99;
	text-decoration: underline;
}
a:hover,a:active{
	text-decoration: none;
}

#enter_link{
	text-decoration: underline;
	color:#000;
}
#footer{
	clear:both;
	margin-top: 20px;
	height: 115px;
	background-image: url(/images/footer_bg.png);
	background-repeat:repeat-x;
}
#footer_copy{
	font-size: 0.7em;
	text-align: center;
	padding-top: 95px;
	padding-left: 150px;
}
#footer .copyright{
font-size: 0.5em;
text-align:center;
}

/*=10/04/2011=*/
.red{
	color: #F00;
}

/*======================FORMS==========================*/
#wrapper_calc { float: left; width: 900px; }
.smallBox { float: left; width: 400px; padding: 10px; margin-right: 30px; }
#result{
	font-size: 18px;
	position: relative;
	clear:both;
	background:#FF9;
    left: 150px;
	margin: 10px 0;
	padding: 7px;
	width: 600px;
	border: 2px dashed #F90;
}
.result_string{
	color:#F00;
	text-decoration: blink;
}

.form_table td{
	text-align:left;
	padding: 5px 5px;
}

.first_calc{
width: 400px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
}

.first_calc legend{
	font-size:14px;
	font-weight: bold;
	padding: 0 10px;
	color:#F30;
}

.first_calc select{
	font-weight: 600;
	font-size:14px;
}
.first_calc .enter{
	font-size: 1em;
}

.comment{
	text-align: right;
	color:#666;
	font-size: 9px;
}
	
