/* global style */

*{
    padding:0;
    margin:0;
    font-family:arial,sans-serif;
    color:#424242;
}

div {
    font-size: 14px; 
}

p{
    margin:15px 0;
    font-size: 14px;
    color: #353535;
}
ul li {
    font-size: 14px;
}
h1{
    font-size:20px;
    margin-bottom: 5px;
    margin-top:15px;
}
h2{
    font-size:18px;
}
a img{
    border:0;
}

/* main template */

body{
    background:#c0c0c0;
}
#body{
    background:#fff;
    width:960px;
    margin:auto;
}
#header{
    height:140px;
    background:#1b4f82;
    border-bottom:1px solid #000;
}
#left{
    width:220px;
    float:left;
    padding-right:20px;
}          
#content{
    width:710px;
    float:left;
    padding-right:0px;
}
#opening_hours{
    font-style:italic;
    font-weight:bold;
    font-size:12px;
    margin:20px auto;
}
#opening_hours td{
    vertical-align:top;
    padding:3px;
}
#makes{
    margin:20px;
}

#footer{
    background:#02213f;
    padding:5px;
    margin-top:20px;
}
#footer p{
    color:#fff;
    margin:0;
}
#footer .contact{
    float:left;
    margin-left:25px;
}
#footer .address{
    float:right;
    font-size:12px;
}
#footer .rights{
    text-align:right;
    clear:both;
    font-size:10px;
}
#footer #txt {
    text-align: center;
    font-size: 11px;    
    line-height: 15px;
}
#footer a{
    color:#fff;
}
#footer a:hover{
    color:#fff;
}
#footer #reg {
    font-size: 11px;    
    padding-top: 15px;
    text-align: center;
}
p.first{
    margin-top:0;
}

.nav_item{
    color:#0e457c;
    display:block;
    text-align:right;
    font-style:italic;
    font-weight:bold;
    font-size:14px;
    border-bottom:1px solid #d1d2d2;
    text-decoration:none;
    padding:6px 0 1px 0;
}
.nav_item:hover, .nav_selected{
    color:#ed1b2d;
}

/* home page */

.vech_col{
    width:235px;
    float:left;
}
.vech_col .title{
    margin:0;
    font-size:14px;
    padding-left:15px;
    font-weight: bold;
}
.vech_col .info{
    margin:0;
    font-size:11px;
    padding-left:15px;
}

/* contact */
.frm {
    float:left;
    width:400px;
    clear: both;
    margin-bottom:10px;
}
.frm label {
    float:left;
    width:150px;
}
.frm .itm {
    float:left;
    width:150px;
}
#contact_left {
    float:left;
    width:400px;
}
#contact_right {
    float:left;
    width:200px;
    padding-top: 20px;
}
#cntact {
    font-size:12px;
}
#h1 {
    margin-top: 10px;
}
.case {
    border: 1px solid #000;
    margin-right: 10px;
}

/* accessories */
.acch2 {
    padding-top:10px;
    padding-bottom: 10px;
}

/* index */
#idx_h1 {
    font-size:30px;
    color:#949599;
    font-family: Helvetica;
}

#idx_h1 .gry{
    color: #424242;
    font-family: Helvetica;
}

#idx_h1 #rd{
    color: #d0001c;
    font-family: Helvetica;
}

/* for sale */
/*
div.forsale{
    border:1px solid #32669a;
    margin:5px;
}
div.forsale p{
    margin:0;
}
div.forsale p.title{
    background:#32669a;
    margin:0;
    padding:5px;
    color:#fff;
    font-weight:bold;
    font-size:1.05em;
}
div.forsale p.title a{
    color:#fff;
}
div.forsale div.content{
    padding:5px;
}
div.column{
    width:50%;
    float:left;
}
div.column h2{
    margin:5px;
}
div.forsale div.image{
    text-align:center;
}
div.forsale div.content p.subtitle{
    font-size:1.1em;
    font-weight:bold;
    margin-top:10px;
}
div.forsale div.content p.price{
    font-weight:bold;
}

form#forsale label{
    width:200px;
    float:left;
    text-align:right;
}
form#forsale input{
    width:300px;
    float:left;
    margin:2px;
}
form#forsale textarea{
    width:300px;
    height:200px;
    float:left;
    margin:2px;
}
form#forsale br{
    clear:both;
}
  */