/*   
Theme Name: JTI Auto
Theme URI: http://advantika.ru
Description: Тема для JTI Auto
Author: Shilka Yuri [Advantika]
Version: 0.0.1
.
General comments/License Statement if any.
.
*/

  body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #363836;
	background-color: #D0D0D0;
  }
  
  #root {
  	width: 980px;
  	border-left: 1px solid #B6B6B6;
  	border-right: 1px solid #B6B6B6;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
  }
  
  a:link,
  a:visited {
    color: #F51066;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }


  #head {
    background-image: url('img/bg_head2.jpg');
    background-repeat: no-repeat;
    background-color: #AFAFAF;
    height: 193px;
  }			
  
  #menu-round-box {
	width: 644px;
	height: 156px;
	margin: 18px 0 0 287px;
	background-image: url("img/bg_head_round_box.jpg");
	position: absolute;
  }
    
  #menu-links {
    width: 142px;
    float: left;
    text-align: right;
    margin-top: 25px;
    font-size: 0.75em;
  }
  
  #logo {
    position: absolute;
	margin: 20px 0 0 20px;
    background: url('img/logo.jpg');
  }
  
  #menu-links li {
  	padding: 2px 0;
  }
  
  #menu-links li a:link,
  #menu-links li a:visited {
    padding: 2px;
  	padding-right: 10px;
    color: #000;
  }

  #menu-links li a.cur:link,
  #menu-links li a.cur:visited {
	background: url("img/arrow.gif") right no-repeat;
    color: #F51066;
  }
  
  #horz-menu {
    float: left;
    font-size: 13px;
    clear: both;
  }
  #horz-menu li {
    float: left;
  }
  #horz-menu li.current_page_item {
    background: url('img/bg_menu_left.gif') no-repeat;
  }
  #horz-menu li.current_page_item a:link,
  #horz-menu li.current_page_item a:visited {
    color: #F51066;
    background: url('img/bg_menu_right.gif') #DADADA no-repeat right;
  }
  #horz-menu a:link,
  #horz-menu a:visited {
    color: #363836;
    padding: 5px 15px;
    float: left;
    margin-left: 6px;
  }
  
  #breadcrumbs {
    float: left;
    width: 100%;
    list-style: none;
    margin:35px 0 0;
  }
  
  #breadcrumbs li {
    float: left;
    padding: 3px;
  }
  
  #content {
    float: left;
    width: 955px;
    margin: 0 0 0 25px;
    font-size: 0.7em;
    line-height: 1.5em;
  }
  
  #middle {
	margin-top: 70px;
    clear: both;
  }
  
  #review-back {
  	background-color: #e5e5e5;
	padding: 0 20px 20px 20px;
	float: left;
	width: 850px;
  }

  .review {
    float: left;
  }
  
  .review img {
    float: left;
  }
  
  .review h2 {
    margin-top: 10px;
    margin-left: 15px;
  }
  
  .review h3 {
    margin-top: 10px;
	color:#F51066;
  }
  
  .review p {
    margin-top: 10px;
  }
  
  .review a:link,
  .review a:visited {
    margin-top: 25px;
  }
  
  .review-menu {
    float: left;
    width: 30%;
  }
  
  .review-menu img {
    float: left;
  }
  
  .review-text {
    padding: 0 15px 15px 0;
  }

  #about {
    float: left;
    clear: left;
    width: 550px;
  }
  
  #about h1 {
    margin: 0 0 10px 0;
  }
  
  #about h2 {
  	margin: 20px 0 10px 0;
  }
  
  #about p {
    margin: 10px 0;
  }
  
  #about img {
  	float: left;
	margin: 10px 10px 10px 0;
  }
  
  #about ul {
  }
  
  #about ul li {
  	list-style-type: circle;
	margin: 10px 0 10px 15px;
  }
  
  #about .post {
  width: 100%;
	margin-bottom: 30px;
	clear: both;
	float: left;
  }
  
  #about .post table tr td {
    padding: 3px;
  }
  
  #about .post img.thumb {
    margin: 0 10px 0 0;
  }
  
  #sidebar {
    float: left;
    width: 30%;
    line-height: 1.2em;
	margin-left: 50px;
  }
  
  #sidebar h2 {

  }
  
  #sidebar .review {
    margin-bottom: 15px;
  }

  #sidebar img {
  }
  
  #sidebar .manager {
  	float: left;
	width: 100%;
	margin: 15px 0;
  }
  
  #sidebar .manager img.avatar {
  	float: right;
	margin-right: 30px;
  }

  #sidebar .review img {
	width: 50px;
	height: 50px;
    margin: 10px;
  }
  
  #sidebar .review-text {
  }
  
  #sidebar .telephone {
  	color: #F51066;
	font-size: 1.4em;
	margin-bottom: 20px;
	text-align: right; 
	margin-right: 45px;
  }

  .review .date {
    margin: 0;
    font-size: 0.9em;
  }

  .horz-reviews {
    float: left;
	margin-top: 30px;
	padding: 5px 15px;
	clear: both;
	width: 100%;
	
	background-color: #DADADA;
  }

  .horz-reviews .review {
    width: 100%;
  }
  
  .horz-reviews .review img {
    margin: 15px 15px 15px 0;
  }

  .horz-reviews h2 {
    font-size: 1.2em;
    font-weight: bold;
  }
  
  .info {
    float: left;
	width: 100%;
  }
  
  .info img.icon {
    float: left;
    margin: 10px;
  }
  
  .info-text {
  }
  
  .info-text img.icq-status {
  	float: none;
	display: inline;
	margin-right: 5px;
	padding: 0;
  }
  
  .info-text p {
  }
  
  .info-text a {
  	text-decoration: none;
  }
  
  .info h3 {
    margin-top: 10px;

  }
  
  .info p {
    color: #959595;
	font-size:14px;
	line-height:18px;
  }
  
  .info-text {
    padding: 0 15px 15px 15px;
  }

  #footer {
    float: left;
    width: 906px;
    background: url('img/bg_foot.jpg') no-repeat;
    margin-top: 50px;
    
    padding-top: 20px;
    overflow: hidden;
    vertical-align:top!important;
    }
  
  #copy {
    margin: 0 auto;
  }
  
  .clear {
    clear: both;
    width: 100%;
    line-height: 0;
  }
  
  h1 {
    font-size: 1.4em;
    font-weight: bold;
  }
  
  h2 {
    font-size: 1.2em;
    font-weight: bold;
  }
  
  h3 {
    font-size: 1.1em;
    font-weight: bold;
  }
  

#hidden-descs {
    width: 143px;
    float: left;
    font-size: 0.75em;
	margin-top: 2px;
}

#hidden-descs li {
	position: absolute;
	visibility: hidden;
	width: 500px;
	background-repeat: no-repeat;
}

#hidden-descs li div {
	width: 143px;
	height: 136px;
	
    font-size: 0.8em;
    color: white;
    padding: 8px;
	background: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
}

#hidden-descs em {
	color: #F51066;
}

#hidden-descs #desc1 {	background-image: url("img/moto_normal.jpg"); }
#hidden-descs #desc2 {	background-image: url("img/toyota_normal.jpg"); }
#hidden-descs #desc3 {	background-image: url("img/rav_normal.jpg"); }
#hidden-descs #desc4 {	background-image: url("img/spectech_normal.jpg"); }
#hidden-descs #desc5 {	background-image: url("img/hydro_normal.jpg"); }

.banners {
  float: left;
  margin-top: 20px;
}

#optimize a 
{
color:black;
font-weight:bold;
}
#optimize a:hover
{
text-decoration:underline;
}

#optimize
{
 float:right;
 width:320px;
 vertical-align:top;
 text-align:right;
 margin-right:5px;
}
#optimize img
{
margin-top:5px;

}

#copy
{
    margin-right:320px;
    padding:5px 10px;
    
}
