@charset "utf-8";

/*  Main styles by Dmitry Maximov (Jeen)
    ©2009 www.artkerosin.ru
    --------------- */

@media screen {

body {
	font:normal 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background:#5d6a7a;
	color:#2c1b1d;

}

a:link, a:active, a:visited {
	color: #299ecc;
	text-decoration:underline;
}

a:hover {
	color: #299ecc;
	text-decoration:none;
}

h1 {
  font:36px 'Times New Roman',Times,Georgia,serif;
  margin-bottom:30px;
  font-style:italic;
  overflow:hidden;
}

h2 {
  font:18px 'Times New Roman',Times,Georgia,serif;
  margin-bottom:5px;
  font-style:italic;
  overflow:hidden;
}

h3 {
  font:24px 'Times New Roman',Times,Georgia,serif;
  margin-bottom:5px;
  color:#00a651;
  font-style:italic;
  overflow:hidden;
}

#Wrapper {
  width:1000px;
  margin:0 auto;

}

#Header {
  background:#ebf7fe url("../img/head_bg.gif") repeat-x bottom;
  height:95px;
  border-bottom:1px solid #b3e1f9;
}

#Header #Logo {
  width:106px;
  height:58px;
  float:left;
  margin:18px 0 0 50px;
}

#Header #Nav {
  width:844px;
  float:left;
  font:18px 'Times New Roman',Times,Georgia,serif;
  text-align:right;
  margin-top:37px;
}

#Header #Nav a:link, #Header #Nav a:active, #Header #Nav a:visited {
  color:#008bed;
  font-style:italic;
  margin:0 35px;
}

#Header #Nav a:hover {
  color:#2b2b2b;
  font-style:italic;
  margin:0 35px;
}

#Main {
  background:#edf7fe;
  border-top:1px solid #fff;
  padding:40px 0 0 70px;
}

#Main #LeftColumn {
  width:860px;
  float:left;
  margin-bottom:30px;
}

#Main #RightColumn {
  width:0px;

  float:left;
}

#Main #LeadingColumn {
  padding:0 30px 35px 0;
}

#LeftColumn #Content {
  padding-left:10px;
}

#Apples {
  background:#edf7fe;
}

#Content #MainText {
  width:800px;
  margin-bottom:60px;
}

#Content #ThreeSorts {
  /* empty */
}

#Content #ThreeSorts ul {
  margin:0;
  padding:0;
  list-style:none;
}

#Content #ThreeSorts ul li {
  float:left;
  margin-right:45px;
}

#Content #ThreeSorts ul li img {
  border:2px solid #ddebfa;
}

#Content #Country {
  font:18px 'Times New Roman',Times,Georgia,serif;
  margin-bottom:40px;
  font-style:italic;
  color:#299ecc;
}

#Content #Country a,#Content #Country span {
  margin-right:40px;
}

#Content #Country span {
  font-weight:bold;
}

#Content address {
  margin-bottom:20px;
  line-height: 30px !important;
  font:18px 'Times New Roman',Times,Georgia,serif;
  font-style:italic;
}

#Content #MapBox {
  font-size:11px;
}

#Content #MapBox #YMapsID {
  border:2px solid #ddebfa;
  margin-bottom:5px;
  width:606px;
  height:306px;
}

#Content .CountryBlock {
  width:370px;
  margin:0 30px 50px 0;
  float:left;
}

#Content .CountryBlock span {
  display:block;
  font:normal 15px Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#3b3b3b;
  margin:0 0 10px 10px;
}

#Content .CountryBlock table {
  margin-left:10px;
}

#Content .CountryBlock table td span {
  color:#ed1c24;
  font:normal 12px Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
  display:inline !important;
  width:100%;
}

#Content .CountryBlock table th {
  padding:0;
  font-weight:normal;
  border-bottom:1px dotted #b9b9b9;
}

#Content .CountryBlock table td {
  padding:0;
}

#Content #Products {
  padding-left:10px;
}

#Content #Products ul {
  margin:0;
  padding:0;
  list-style:none;  
}

#Content #Products ul li {
  width:154px;
  float:left;
  margin:0 60px 80px 0;
}

#Content #Products ul li img {
  border:2px solid #dee0e1;  
}

#Content #Products ul li span {
  display:block;
  color:#0078cd;
}

#Content #Products ul li span a {
  color:#0078cd;
}

#Footer {
  background:#5d6a7a url("../img/foot_bg.gif") repeat-x top;
  height:115px;
  font-size:11px;
}

#Footer #Copyright {
  color:#c8d2d5;
  width:450px;
  padding:30px 0 0 50px;
  float:left;
}

#Footer #Copyright a {
  color:#c8d2d5;
}

#Footer #Contact {
  padding:24px 35px 0 0;
  width:465px;
  float:left;
  text-align:right;
  line-height:0;
}

#Footer #Contact a {
  color:#fff;
}

#Footer #Contact #Telephone {
  text-align:right;
  font:36px 'Times New Roman',Times,Georgia,serif;
  color:#fff;
}

#Footer #Contact #Telephone span {
  font-size:18px;
  color:#e8e8e8;
}

}

