* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
/*	color: #394242;*/
}

img {
	border: none;
	border-width: 0px;
	bottom:0px;
	display: block; 
}

html, body {
	height: 100%;
	background-color: #fff;
/*	color: #394242;*/
}

* html #container {
	height: 100%;
}

.red {
	color: #f30f0f;
}

.center {
	text-align: center;
}
/*-----------------------------------------------------------------------------------------
	Контейнер
----------------------------------------------------------------------------------------- */
#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	background: #fff url('../images/content_bkg.png') 13px 305px no-repeat;
}

/*-----------------------------------------------------------------------------------------
	Заголовок
----------------------------------------------------------------------------------------- */
#header {
    position: relative;
    height: 86px;
    background: #e8e8e8 url('../images/header_bkg.jpg') left top no-repeat;
}

#header .logo {
	position: absolute;
	top: 17px;
	left: 316px;
}
#header .lang {	position: absolute;	top: 15px;	left: 850px;}
#header a{
	color: #009a3b; 	font-size: 13px;
}
/*-----------------------------------------------------------------------------------------
	Подзаголовок
----------------------------------------------------------------------------------------- */
#bread {
	height: 221px;
/*	border-bottom: 5px solid #3e3c3c;*/
}

#bread ul{
	list-style: none;
}

#bread ul li {
	display: inline;
	line-height: 70px;
	padding: 0px 0px 0px 45px;
}

#bread ul li  a {
	font-size: 15px;	color: #626261;
/*	color: #f30f0f;*/
}

.active {
	color: #f30f0f !important;
	font-weight: bolder;
	text-decoration: none;} 

.indexBread {
	background: transparent url('../images/main_bread_bkg.jpg') left top no-repeat;
}

.aboutBread {
	background: transparent url('../images/about_bread_bkg.jpg') left top no-repeat;
}

.newsBread {
	background: transparent url('../images/news_bread_bkg.jpg') left top no-repeat;
}

.exclusiveBread {
	background: transparent url('../images/exclusive_bread_bkg.jpg') left top no-repeat;
}

.priceBread {
	background: transparent url('../images/price_bread_bkg.jpg') left top no-repeat;
}

.partnersBread {
	background: transparent url('../images/partners_bread_bkg.jpg') left top no-repeat;
}

.contactsBread {
	background: transparent url('../images/contacts_bread_bkg.jpg') left top no-repeat;
}
/*-----------------------------------------------------------------------------------------
	Содержание
-----------------------------------------------------------------------------------------*/
.red {
	color: #e41a21;
}

.gray {
	color: #86989d;
}

.blue {
	color: #4e9cc8;
}

.green, #instruction a  {
	color: #009939;
}
.bold {
  font-weight: bold;
 }
 
#content {
	padding: 5px 25px 60px 25px;
/*	width: 970px;*/
}

#messageform {
	border: dashed 1px #8a979f;
	margin-left: auto;
  margin-right: auto;
	padding: 10px 10px 10px 10px;
  margin-top: 100px;
  margin-bottom: 15px;
  width: 590px;
  background-color: #f2f6f9;
}

#messageform .address {
  border: solid 1px #8a979f;
  margin-top: 3px;
}

#messageform input {
  display: inline;  
}

#messageform img {  
  cursor: pointer;
  
}

#messageform table {
  position: relative;
}

#messageform table tr td {
  vertical-align: top;
}

.padding {
  padding-left: 10px;
}

#content h1 {
	font-size: 25px;
	padding: 0px 0px 5px 15px;	font-weight: normal;	font-family: Trebuchet MS, Tahoma;
}

.allnews {
  margin-right: 23px;
}

#content p {
	padding-bottom: 5px;
	font-size: 13px;
  text-align: justify;  
}

.centralTable td {
	width: 50%;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

.lastReceipt {
	color: #009939;
	background: transparent url('../images/last_bkg.png') left top no-repeat;
	line-height: 50px;
}

.priceList {
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	align: center;
	margin: 0 auto;
}

.priceList td, .priceList th {
	padding: 0;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}

.priceList .column1 {
	width: 75%;
	padding-left: 5px;
}

.priceList .column3{
	width: 5%;
	text-align: center;
}

.priceList .lastRow td{
	padding-top: 10px;
}

#fullPrice {
	width: 100%;
}

#fullPrice .column1{
	width: 85%
}

.grayBkg {
	background-color: #e4e4e4;
}

#instruction {
	padding-top: 50px;
	margin: 0 auto;
}

#instruction  a {
	color: #009939;
	font-size: 14px;
}

.contacts  a {
	color: #b41818;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

.contacts td {
	vertical-align: top;
	padding-right: 30px;
	font-size: 13px;
}

.exclusiveList a, .exclusiveList h2{
	font-size: 13px;
}

.exclusiveList td {
	padding: 10px 10px 20px 10px;
}

.news p {
	padding-left: 15px;
}

.newsHeader, .newsHeader span {
	font-size: 13px !important;
	font-weight: bold !important;
}

.newsHeader {
	position: relative;
	width: 95%;
	background: transparent url('../images/news_header_bkg.png') left top repeat-x;	
	line-height: 23px;
	padding: 0px 0px 0px 10px !important;
	margin: 10px 0px 5px 15px;
}

.newsHeader span {
	position: absolute;
	top: 0px;
	right: 10px;	
}

#emailSubscribe {
	margin-top: 50px;
}

#subscribe input {
	width: 150px;
}

#services {
	margin-top: 20px;
}

.news a {
	font-size: 13px;
	font-weight: bold;
}

.about p {
	text-indent: 15px;
	padding-bottom: 0px !important;
}

.partners h2 {
	padding-top: 15px;
	font-size: 16px;
}

.partners ul {
	padding-left: 20px;
}

.partners li{
	font-size: 13px;
}

.partners a {
	color:#009939;
}

.partner img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
/*	padding-top: 15px;*/
}

.partner {
	clear: both;
}
/*-----------------------------------------------------------------------------------------
	Подвал
----------------------------------------------------------------------------------------- */
#footer {
  position: relative;
  height: 50px;
  width: 970px;
  margin-top: -50px;
  left: 50%;
  margin-left: -485px;
  background: transparent url('../images/footer_bkg.png') left top repeat-x;
}

#footer img {
  position: absolute;
  top: 12px;
  right: 10px;
}

#footer p {
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}

#footer  .leftCorner {
	position: absolute;
	top: 1px;
	left: -1px;
}

#footer  .rightCorner {
	position: absolute;
	top: 1px;
	right: 0px;
}
