body {
  margin: 0;
  padding: 12px 0;
  background: #555555;
  font-size: 62.5%;
  color: #ffffff;
  font-family: "trebuchet ms", arial, sans-serif;
}

img            { display: block; border: 0; }
ul, ol, li     { margin: 0; padding: 0; line-height: 1.2em; }
h1, h2, h3, h4 { margin: 0; padding: 0; }
form, fieldset { padding: 0; margin: 0; border: 0; }
p              { margin: 0; padding: 6px 0; line-height: 1.2em; }
.nobr          { white-space: nowrap; }
.peacemaker    { clear: both; line-height: 0.1em; }
.inline        { display: inline; }
.center        { text-align: center; }
.left          { text-align: left; }
.right         { text-align: right; }
.smaller       { font-size: 0.9em; }




/* ========== header ========== */

#header {
  width: 960px;
  margin: 0 auto;
  background: #80898b url("/images/header-bg.jpg") left top no-repeat;
  padding: 50px 0 10px;
}

#logotype {
  width: 290px;
  margin: 0 auto;
  margin-bottom: 5px;
}

#h1 {
  margin: 0 auto;
  width: 516px;
  border: 0;
  padding: 13px 0 0;
  overflow: hidden;
  height: 0px !important; /* for most browsers */
  height /**/:13px; /* for pre 6.0 IE Win */
  display: block;
  background: transparent url("/images/h1.gif") left top no-repeat;
}




/* ========== wrapper ========== */

#wrapper {
  width: 936px;
  margin: 0 auto;
  padding: 1px 12px 0;
  font-size: 1.1em;
  text-align: left;
  background: #ffffff;
  color: #000000;
}

#wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#intro {
 background: transparent url("/images/intro-bg.jpg")  left top no-repeat;
 width: 936px;
 height: 255px;
}




/* ========== menubar ========== */

#menubar {
  background: #80898b;
  color: #ffffff;
  border-bottom: solid 4px #fec01b;
  margin: 1px 0 12px;
}

#menubar:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#menubar ul {
  float: left;
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0;
  width: 672px;
}

#menubar ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#menubar ul li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}

#menubar ul li a {
  margin: 0;
  border: 0;
  padding: 0;
  padding-top: 32px;
  overflow: hidden;
  height: 0px !important; /* for most browsers */
  height /**/:32px; /* for pre 6.0 IE Win */
  display: block;
  text-decoration: none;
}

#menubar ul li#buttonHome a { width: 151px; background: transparent url("/images/buttonHome-off.gif") left top no-repeat; }
#menubar ul li#buttonServices a { width: 72px; background: transparent url("/images/buttonServices-off.gif") left top no-repeat; }
#menubar ul li#buttonTerms a { width: 144px; background: transparent url("/images/buttonTerms-off.gif") left top no-repeat; }
#menubar ul li#buttonOrder a { width: 180px; background: transparent url("/images/buttonOrder-off.gif") left top no-repeat; }
#menubar ul li#buttonContacts a { width: 90px; background: transparent url("/images/buttonContacts-off.gif") left top no-repeat; }

/*
#menubar ul li#buttonHome a:hover { background: transparent url("/images/buttonHome-on.gif") left top no-repeat; }
#menubar ul li#buttonHome a.active { background: transparent url("/images/buttonHome-on.gif") left top no-repeat; }
*/

#telephone {
  float: right;
  margin: 0;
  width: 240px;
  border: 0;
  padding: 32px 0 0;
  overflow: hidden;
  height: 0px !important; /* for most browsers */
  height /**/:32px; /* for pre 6.0 IE Win */
  display: block;
  background: transparent url("/images/telephone.gif") left top no-repeat;
}


#submenubar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  border-top: solid 1px #80898b;
}

#submenubar ul li {
  border-bottom: solid 1px #80898b;
}

#submenubar ul li a {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: #333;
  font-size: 1.275em;
}

#submenubar ul li a:hover, #submenubar ul li a.active {
  background: #d2dcde;
}



/* ========== orderbar ========== */

#orderbar-wrapper {
  background: #d2dcde;
  width: 696px;
}

.orderbar {
  width: 672px;
  padding: 6px 12px;
}

.orderbar:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.orderbar .column {
  width: 159px;
  float: left;
  padding-right: 12px;
}

.orderbar .column.last { padding: 0; }

.orderbar .column input, .orderbar .column select {
  font-size: 1em;
  font-family: "trebuchet ms", arial, sans-serif;
  border: solid 1px #555;
}

.orderbar select#vehicleList,
.orderbar select#durationTotal,
.orderbar select#durationNight {
  width: 150px;
}

.orderbar input#totalSum {
  width: 150px;
  padding: 1px 3px;
}

.orderbar input.continueOrdering { padding: 3px; }


.orderbar label { font-weight: bold; }

input.continueOrdering { background: #fec01b; }




/* ========== vehicles ========== */

table {
  border: solid 1px #d2dcde;
  width: 100%;
  text-align: center;
  margin: 0 0 12px;
}

table th {
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  padding: 9px 6px;
  background: #d2dcde;
}

table td {
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 1em;
  background: #e0ebed;
}

table tr.odd td { background: #d2dcde; }

table td.carModel {
  text-align: left;
  padding: 3px 9px;
  line-height: 1.1em;
}

table td.carModel a { color: #a11110; }
table td.carModel a:hover { color: #cd0001; }

#coverVehicles {
  width: 696px;
  padding: 12px 0;
}

#vehiclePhoto {
  width: 456px;
  float: left;
  padding: 0 24px 12px 0;
}

#thumbnails { padding: 12px 0; }

#thumbnails:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#thumbnails img { float: left; padding: 0 0 0 6px; }

#thumbnails img.first { padding: 0; }

.carPhoto img { padding: 1px; border: solid 1px #80898b; }




/* ========== content ========== */

h2 {
  font-size: 1.8em;
  font-family: tahoma, arial, sans-serif;
  border-bottom: solid 1px #555;
  margin: 0 0 6px;
  padding: 0;
  font-weight: normal;
}

#sidebar h2 {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "trebuchet ms", arial, sans-serif;
  border: 0;
  margin: 0;
  padding: 0 0 6px;
  color: #333333;
  letter-spacing: -0.05em;
  line-height: 0.9em;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "trebuchet ms", arial, sans-serif;
  margin: 12px 0 6px;
  color: #333333;
  letter-spacing: -0.05em;
}

#sidebar {
  width: 228px;
  padding: 0 0 12px 12px;
  float: right;
  line-height: 1.2em;
}

#content {
  width: 696px;
  float: left;
}

#content.narrow { width: 456px;}

.column { float: left; width: 450px; }
.column.floatRight { float: right; }

ul {
  padding: 6px 0 6px 24px;
  margin: 0;
  list-style: square;
}

ul li { padding: 3px 0; }

ol {
  padding: 6px 0 6px 24px;
  margin: 0 0 0 12px;
}

ol li { padding: 6px 0; margin: 0; }

#heading-wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#sidebar-heading  { width: 228px; float: right; }
#content-heading  { width: 696px; float: left; }

#sidebar-heading.halfSize { width: 450px;}
#content-heading.halfSize { width: 450px;}



/* ========== orderform ========== */

#orderform {
  background: #d2dcde;
  padding: 5px;
}

#orderform fieldset {
  margin: 0;
  padding: 5px;
  border: solid 1px #555;
  background: #e0ebed;
}

#orderform fieldset#vehicleSection { margin: 0 0 12px; }

#orderform input {
  font-size: 1em;
  font-family: "trebuchet ms", arial, sans-serif;
  border: solid 1px #555;
  padding: 2px 5px;
}

#orderform select {
  font-size: 1em;
  font-family: "trebuchet ms", arial, sans-serif;
  border: solid 1px #555;
  padding: 2px;
}

#orderform .orderCell {
  float: left;
  width: 203px;
  padding: 6px 12px 0 0;
}

#orderform .orderRow:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#orderform .orderCell:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#orderform label { font-weight: bold; }
#orderform label .normal { font-weight: normal; }

#orderform .columnLeft  { width: 50px; float: left; }
#orderform .columnRight { width: 148px; line-height: 1em; float: right; }
#orderform .columnRight p { padding: 0; margin: 0; line-height: 1.1em; }
#orderform .columnLeft select { width: 50px; }

#orderform #countryCode { width: 8px; }
#orderform #cityCode { width: 24px; }
#orderform #phone { width: 115px; }
#orderform #vehicleList { width: 198px; }
#orderform input#name, #orderform input#email { width: 186px; }
#orderform textarea { height: 50px; }
#orderform input, #orderform select, #orderform textarea { margin-bottom: 6px; }
#orderform #durationTotal, #orderform #durationNight { width: 45px; }
#orderform #timeH, #orderform #timeM { width: 50px; }

#orderform #leftCell {
  float: left;
  width: 203px;
}

#orderform #rightCell {
  float: right;
  width: 434px;
}

#orderform #totalBlock {
  margin-top: 18px;
  border-top: solid 1px #333;
  float: left;
  width: 406px;
}

#orderform #totalBlock input { width: 48px;  margin: 2px 0 6px; }




/* ========== footer ========== */

#footer-wrapper {
  width: 936px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 12px 12px;
}

#footer {
  padding: 22px 28px;
  text-align: left;
  color: #ffffff;
  background: #80898b;
  font-size: 1.1em;
}

#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#banner {
  width: 228px;
  float: right;
  text-align: right;
}



/* ========== contacts ========== */

form#contacts { width: 696px; }

#contacts fieldset {
  padding: 12px 12px 0;
  margin: 0;
  border: 0;
  background: #eee;
}

#contacts legend {
  border: solid 1px #555;
  padding: 3px 5px;
  background: #ccc;
  color: #000;
  margin: 3px;
  font-size: 1.3em;
  font-weight: bold;
}

#contacts input, textarea {
  font-size: 1em;
  font-family: "trebuchet ms", arial, sans-serif;
  width: 648px;
  border: solid 1px #555;
  padding: 2px 6px;
  margin: 0;
}

#contacts textarea { height: 100px; }

#contacts span.button {
  text-align: center;
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}

#contacts button {
  font-size: 1em;
  border: solid 1px #555;
  padding: 5px 3px;
  margin: 1px;
}

#contacts label {
  float:left;
  margin: 0;
  padding-top: 3px;
}
