@charset "windows-1251";

html, body, div, form, table, tr, td, input, select, p, a, img, ul, li {margin:0; padding:0; border:none;}
ul, li { list-style:none; padding: 0; margin: 0;}

.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

/* ================================================================================*/

body, div, td, input, select, p, a, li {
	font-family: Tahoma;
	font-size: 12px;
	color: #727272;
}

/* header */

.header{
   height: 223px;
	background-image: url(../images/header_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

/* logo_nav */

.logo{
	padding: 13px 0px 0px 18px;	
}

.nav{
   text-align: right;
	height: 63px;
	padding: 0px 34px 0px 0px;	
}

.nav a img{
	margin: 0px;
	padding: 0px;
}

/* //logo_nav */

/* top_menu */

.top_menu{
	padding: 40px 21px 0px 21px;
	text-align: center;
}

.line{
	background-image: url(../images/line_bg.jpg);
	background-position: left -1px;
	background-repeat: no-repeat;
	height: 75px;	
}

/* //top_menu */

/* //header */

.total_content_cell{  
	background-image: url(../images/content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 32px 0px 0px 51px;
}


/* content */

.content{
	padding: 6px 37px 0px 0px;
}

.content h1{
	color: #821415;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.content p{
	padding: 0px 0px 19px 0px;
}

/* //content */

/* contacts */

.contacts{
	background-image: url(../images/contacts_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
   width: 295px;
	padding: 7px 0px 20px 22px;
}

.contacts h3{
	font-size: 15px;
	color: #7E1617;
	margin: 0px;
	padding: 0px 0px 18px 0px;
}

.contacts p{
	font-size: 14px;
	padding: 0px 0px 21px 0px;
}

.contacts h4{
	font-size: 15px;
	color: #7E1617;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.contacts a img{
	border: 1px solid #A90008;
}

.contacts a.mail{
	font-size: 14px;
	text-decoration: none;
}

.contacts a.mail:hover{
	text-decoration: underline;
}

/* contacts */


/* footer */

.footer{
	height: 64px;
	background-image: url(../images/footer_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FCEFBA;	
}

.footer div{
	background-image: url(../images/footer_bg_2.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
	padding: 17px 0px 18px 53px;
}

/* footer */


/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}
