/* (c) 2008, Fpps.Ru */
/* Design by Mikeo.Ru */

* {
	margin: 0;
	padding: 0;
}

body {
  	font: 12px Verdana, Arial;
    background: url(images/bg2.jpg) no-repeat left top white;
  	color: black;
}

p, ul, ol, dl {
/*	text-align: justify;	*/
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.clear {
    clear: both;
}

#container {
	height: auto;
	/* ширина страницы */
    /*width: 995px; */
	text-align: left;
    background: url(images/footer-bg.gif) repeat-x left bottom;
    min-width: 900px;
    width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 900 ? "900px": "auto");
}

#logo {
    margin-left: 20px;
    width: 130px;
    height: 70px;
    display: block;
}

h2#siteTitle a {
    position: absolute;
    z-index: 10;
    left: 245px;
    left: 220px;
    left: 12%;
    top: 150px;
    margin: 0;
    padding: 0;
    font: 36px Times;
    text-transform: none;
    color: white;
}

h2#siteTitle span {
    display: block;
    font: 48px Times;
    font-style: italic;
    white-space: nowrap;
    text-transform: none;
    margin-left: 85px;
    margin-top: -15px;
}

ul#topNavigation {
    margin: 0;
    text-align: right;
}

ul#topNavigation li {
    list-style: none;
	height: 1.5em;
	padding: 0.2em 0 0.3em 2%;
	display: inline;
}

#home-href {
    background: url(images/home.gif) no-repeat left center;
    padding-left: 1.7em;
}

#search-href {
    background: url(images/search.gif) no-repeat left center;
    padding-left: 1.7em;
}

#sitemap-href {
    background: url(images/sitemap.gif) no-repeat left center;
    padding-left: 1.7em;
}

#contacts-href {
    background: url(images/contacts.gif) no-repeat left center;
    padding-left: 1.7em;
}

#pageHeader {
}

.leftColumn {
    padding: 35px 0 0 2%;
	width: 200px;
	float: left;
	height: auto;
/*	display: inline; */ 
	display: block;
}

.leftColumn .header {
    height: 238px;
}

.leftColumn a {
    color: white;
}

.leftColumn2 {
    float: left;
    width: 60%;
    padding-right: 4%;
}

.rightColumn {
    margin-left: 290px;
    padding: 35px 5% 0 3%;
	height: auto;
    width: auto 0;
/*	float: left; */
	display: block;
    background: url(images/header-bg-right.gif) no-repeat right top;
}

.rightColumn .header {
    height: 250px;
}

.rightColumn2 {
}

#content {
    padding-top: 7%;
    text-align: justify;
}
*html #content {
    padding-top: 5%;
}

#contactInfo {
  color: white;
}

dl.news {
	list-style: none;
}

dl.news dt {
	float: left;
	width: 77px;
}

dl.news dd {
	margin-bottom: 1em;
	text-align: left;
}

dl.news dd a.selected {
    color: #ff6600;    
}

dl.news dd a.selected:hover {
    color: #ffaf32;    
}

#phone {
    font-size: 24px;
    color: #ffaf32;
}

#phone span.code {
}

#banners {
    margin-top: 80px;
}

#pageFooter {
    height: 243px;
    background: url(images/footer-bg-left.jpg) no-repeat left top;
    color: white;
}

#pageFooter .container {
    height: 243px;
    background: url(images/footer-bg-right.jpg) no-repeat right top;
}

#pageFooter .leftColumn {
    padding-top: 140px;
}

#pageFooter .rightColumn {
    padding-top: 160px;
	text-align: right;     
}

#pageFooter a {
    color: white;    
}

#pageFooter a:hover {
    color: #ffaf32;
}

p , a , div , span , table {
  	font: 12px Verdana, Arial;
    line-height: 130%;  	
}

a {
    color: #f0cb94;
    color: #ad9961;
}

a:hover {
    color: #ffaf32;	
}

ul#menu {
   	list-style: none;
	margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

ul#menu li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	height: 1.5em;
	width: 20%;
	padding: 0 0 0.5em 0;
	margin-right: 2em;
	white-space: nowrap; 
}

#menu a {
	color: #f0cb94;
} 

* html #menu a {
	padding: 0.5em 0 0 0;
}

#menu a:hover , #menu a.selected {
    color: #ffaf32;
/*	background: url(images/strelka_orange_small.gif) no-repeat left center;	*/
}

ul#subMenu {
   	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subMenu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0 0.3em 0;
}

#subMenu a {
	color: #f0cb94;
} 

* html #subMenu a {
	padding: 0.5em 0 0 0;
}

#subMenu a:hover , #subMenu a.selected {
    color: #ffaf32;
}

#path {
}

h1 , h2 , h3 , h4 , h5, h6 {
	text-decoration: none;
/*  	font: 21px Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;  */
  	font: 21px Times, Verdana;
	line-height: normal;
	padding: 0px 0px 5px 0px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #ffcc66;
	color: #ad9961;
}

h1 {
/*	text-transform: uppercase;   */
}

h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
    font: 21px Times, Verdana;
	padding: 0px 0px 5px 0px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-weight: normal;
	color: #ffcc66;
	color: #ad9961;
}

h1 a:hover, h2 a:hover, h3 a:hover {
}

img {
	border: 0;
}

ul , ol {
/*
	margin-left: 10;
	padding-left: 10;
*/
	margin-left: 2em;
/*	list-style: square; */
}

ul li {
	list-style: circle;
}

form {
	padding: 0;
	margin: 0;
}

.submit {
    background: none;
    border: none;
}

input , textarea , select {
	padding: 3px;
  	font: 11px Verdana;
    background: #ad9961;
    border: 2px solid #d6c6ad;
	color: white;
}

textarea {
    height: auto;
}

.selected {
    color: #ffaf32;
}

.radio-button {
    border: none;
}

/* table */

*html .info-table {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	font: 11px Verdana, Arial;
	position: relative;
}

.info-table {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	font: 11px Verdana, Arial;
	position: relative;		
}

.info-table thead, .info-table th {
	background: #ad9961;
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	padding: 11px 5px;
	vertical-align: top;
	text-align: center;
	font: 10px Verdana, Arial;
	font-weight: bold;
    color: white;
}

.info-table td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	font: 11px Verdana, Arial;
}

.required-text {
}
.required {
    border-color: #ffaf32;
}

.sape {
	margin-top: 9px;
    font-size: 10px;
	color: #decea2;
}

.sape a {
    font-size: 10px;
	text-decoration: none;
	color: #f3e8cb;
}

