@import url(reset.css);

body {
    font: 11px Arial, Helvetica, sans-serif;
    color: #7f7f7f;
}
a {
    color: #4757c1;
}
#wrapper {
    width: 988px;
    margin: 0 auto;
}
#top {
    position: relative;
    padding: 12px 0 8px;
}
#top .phone {
    position: absolute;
    bottom: 5px;
    right: 12px;
    font: bold 30px "Arial Narrow", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    width: 260px;
    height: 45px;
}
#top .phone img {
    vertical-align: top;
    position: relative;
    top: 5px;
}
#top .phone.second {
    display: none;
}
#top ul {
    position: absolute;
    right: 12px;
    top: 0;
    width: 313px;
    height: 22px;
    list-style: none;
    background: url(../images/top-menu-background.png) repeat-x;
}
#top ul li {
    float: left;
    border-right: 1px solid #4957c1;
    padding: 0 11px;
    margin: 4px 0 0;

}
#top ul li.left, #top ul li.right {
    background: url(../images/top-menu-right.png) no-repeat;
    width: 9px;
    height: 22px;
    border: none;
    margin: 0;
    padding: 0;
}
#top ul li.left {
    background: url(../images/top-menu-left.png) no-repeat;
}
#top ul li.first {
    padding-left: 3px;
}
#top ul li.last {
    padding-right: 3px;
    border: none;
}
#top ul li a {
    color: #4957c1;
    text-decoration: none;
    line-height: 12px;
    display: block;
}
#top ul li a:hover, #top ul li a:active {
    text-decoration: underline;
}
#menu {
    position: relative;
    height: 63px;
    background: url(../images/menu-bottom.png) no-repeat bottom right;
    padding-right: 6px;
    z-index: 500;
}
#menu .right {
    width: 6px;
    height: 59px;
    background: url(../images/menu-right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
#menu a.item {
    display: block;
    float: left;
    background: url(../images/menu-background.png) repeat-x;
    height: 50px;
    position: relative;
    padding: 9px 20px 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
#menu a.item span.separator {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 58px;
    width: 2px;
    background: url(../images/menu-separator.png) no-repeat;
}
#menu a.item img {
    float: left;
    margin-right: 10px;
}
#menu a.item span {
    display: block;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 1px;
}
#content {
    position: relative;
    background: url(../images/content-background.png) repeat-y;
}
#content .top {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/content-top.png) no-repeat;
    height: 9px;
    width: 988px;
}
#content .content-bottom {
    background: url(../images/content-bottom.png) no-repeat bottom left;
    margin-top: 25px;
}
#content .content-bottom  .main2 {
    border-top: 1px solid #b8b8b8;
    width: 941px;
    padding: 10px 20px 18px;
}
#content .content-bottom  .main2 .right {
    float: right;
    text-align: right;
    width: 450px;
}
#content .content-bottom  .main2 .right a {
    margin-left: 15px;
}
#content .content-bottom  .main2 .right a img {
    vertical-align: middle;
}
#content .content-bottom  .newsletter a {
    text-decoration: none;
}
#content .content-bottom  .newsletter p {
    margin: 0;
    padding: 0;
}
#content .content-bottom  .newsletter {
    padding-top: 2px;
    color: #082052;
    font-size: 12px;
}
#content .content-bottom  .newsletter .text {
    height: 25px;
    width: 163px;
    background: url(../images/textbox.png) no-repeat;
    vertical-align: top;
    border: none;
    padding: 0 5px;
    font-size: 12px;
    color: #a9a3a2;
    margin-left: 10px;
    margin-right: 5px;
}
#content .button {
    display: inline-block;
    height: 21px;
    background: url(../images/button-right.png) no-repeat top right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 10px 0;
    position: relative;
    border : 0;
}
#content .button.alt {
    background: url(../images/button2-right.png) no-repeat top right;
    height: 22px;
    padding-left: 18px;
    padding-right: 12px;
    padding-top: 6px;
}
#content .button.alt span {
    background: url(../images/button2-left.png) no-repeat;
    width: 16px;
    height: 28px;
}
#content .button span {
    display: block;
    width: 4px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/button-left.png) no-repeat;
}
#content .sidebar {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 194px;
    background: url(../images/click-background.png) repeat-y;
    z-index: 100;
    padding: 55px 0 10px 7px;
    height: 470px;
    overflow: hidden;
}
#content .sidebar .top, #content .sidebar .bottom {
    width: 194px;
    position: absolute;
    left: 0;
}
#content .sidebar .top {
    background: url(../images/click-top.png) no-repeat;
    top: 0;
    height: 42px;
}
#content .sidebar .bottom {
    background: url(../images/click-bottom.png) no-repeat;
    bottom: 0;
    height: 10px;
}
#content .sidebar a {
    display: block;
    width: 179px;
    height: 143px;
    margin-bottom: 15px;
}
#content .main {
    width: 770px;
    padding: 5px 0 0 5px;
    z-index: 100;
    position: relative;
    min-height: 515px;
}
#content .main #search {
    width: 770px;
    height: 380px;
    background: url(../images/home.png) no-repeat;
    position: relative;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
}
#content .main #search form {
    display: block;
    width: 212px;
    height: 167px;
    background: url(../images/search-box.png) no-repeat;
    position: absolute;
    left: 40px;
    top: 55px;
    padding: 5px 8px 15px;
}
#content .main #search form .buttons {
    text-align: right;
    padding-top: 3px;
}
#content .main #search form .checkbox {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
#content .main #search form p {
    margin-top: 6px;
}
#content .main #search form p.first {
    padding-bottom: 5px;
}
#content .main #search form select {
    width: 100%;
}
#content .main #search form h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin: 0;
}
#bottom {
    margin-top: 5px;
    padding-bottom: 20px;
    color: #727272;
}
#bottom .right {
    float: right;
    margin-right: 10px;
}
#bottom a {
    text-decoration: none;
}
#bottom a:hover, #bottom a:active {
    text-decoration: underline;
}
.clear {
    clear: both;
}
#content .box-right {
    float: right;
    margin-right: 10px;
}
#content .box-left {
    width: 475px;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
}
#content h1 {
    font-size: 22px;
    font-weight: bold;
    color: #192988;
}
#content p {
    margin-top: 12px;
}
#content h2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
}
#content.inner .main {
    padding-left: 15px;
    width: 750px;
    padding-top: 10px;
}
#content p.intro {
    margin-top: 2px;
}
#content.inner .main form {
    padding-top: 10px;
}
#content.inner .main form p {
    margin-top: 5px;
}
#content.inner .main form label {
    float: left;
    font-size: 12px;
    padding-top: 3px;
    width: 180px;
}
#content.inner .main form .text {
    border: 1px solid #d9d9d9;
    height: 20px;
    width: 210px;
}
#content.inner .main form .button {
    margin-top: 10px;
}
#content.inner .main form label span {
    color: red;
}
#content.inner .main .form label {
    font-weight: bold;
    padding-top: 4px;
}
#content.inner .main .form {
    position: relative;
    width: 746px;
    background: url(../images/form-background.png) repeat-y;
    display: block;
    margin: 15px 0 0;
    padding: 0 0 10px;
}
#content.inner .main .form h2 {
    position: relative;
    height: 25px;
    background: url(../images/form-top.png) no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-left: 10px;
}
#content.inner .main .form .form-bottom {
    background: url(../images/form-bottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 9px;
    width: 746px;
}
#content.inner .main .form .checkbox {
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-bottom: 5px;
}
#content.inner .main .form p {
    padding: 0 15px;
}
#content.inner .main .form .text {
    width: 170px;
    height: 23px;
}
#content.inner .main .form textarea.text {
    height: 50px;
    width: 340px;
    vertical-align: bottom;
}
#content.inner .main .form .info {
    font-size: 12px;
    margin-top: 20px;
}
#content.inner .main .form span.label {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
#content.inner .main .form span.label span {
    color: red;
    margin-right: 5px;
}
#content.inner .main .form span.label select {
    margin: 0 5px;
}
#content.inner .main .form strong.right {
    margin-left: 10px;
    font-size: 10px;
}
#content .center {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
#content .center img {
    vertical-align: middle;
}
#content .center .button {
    margin-bottom: 15px;
}
#content .main .form.final p label {
    font-weight: normal;
    padding: 0;
}
#content .form.final p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
a.alt {
    text-decoration: none;
}
a.alt:hover, a.alt:active {
    text-decoration: underline;
}
#content .main form .form.final.alt p {
    font-weight: normal;
}
#content .testimonial {
    margin-top: 25px;
}
#content .name {
    font-weight: bold;
    color: #780102;
    margin-top: 10px;
    margin-bottom: 25px;
}
#content .testimonial span {
    font-size: 15px;
    font-weight: bold;
}
#content .label2 {
    font-weight: bold;
    float: left;
    width: 140px;
}
#content h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #aaa;
}
#content .phones {
    font-size: 15px;
    font-weight: bold;
}
#content .phones img {
    vertical-align: top;
}
#content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 0;
    margin-top: 15px;
}
#content th, #content td {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}
#content th {
    border-top: 1px solid #d9d9d9;
    text-align: left;
}
#content th, #content tr.alt td {
    background: #f3f3f3;
}
#content h1.alt {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 2px;
}
#content .photo {
    width: 351px;
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #282828;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}
#content .photo img {
    display: block;
    margin-bottom: 2px;
}
#content.destination {
    font-size: 12px;
    text-align: justify;
}
#content.destination .quick-search {
    margin: 0 0 5px;
    margin-left: 10px;
}
#content .quick-search select {
    width: 190px;
    margin-right: 15px;
}
#content .question {
    padding-left: 30px;
    margin-top: 5px;
}
#content .question p {
    margin: 0;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 30px;
    display: none;
}
#content .question a {
    font-weight: bold;
    text-decoration: none;
}
#content.sitemap li a {
    color: #7f7f7f;
}
#content.sitemap, #content.terms {
    font-size: 12px;
}
#content.terms h2 {
    font-size: 14px;
}
#content.sitemap ul {
    list-style: disc inside;
    padding: 0;
    margin: 0;
}
#content.sitemap ul.map {
    width: 200px;
    float: left;
}
#content.sitemap ul.map.left li {
    margin-bottom: 1px;
}
#content a {
    text-decoration: none;
}
#content a:hover, #content a:active {
    text-decoration: underline;
}
#content.inner.sitemap ul.alt {
    padding-left: 215px;
}
#content.inner.sitemap ul.alt2 {
    padding-left: 15px;
}
#content .form.vehicle .content {
    padding: 0 20px 60px;
    font-size: 12px;
}
#content .form.vehicle .content img {
    float: left;
}
#content .form.vehicle .content .column1 {
    float: left;
    width: 285px;
    margin-left: 20px;
    padding-top: 3px;
}
#content .form.vehicle .content .column2 {
    float: left;
    width: 125px;
    padding-top: 3px;
    line-height: 15px;
}
#content .form.vehicle .content .column2 .title {
    border-bottom: 1px solid #aaa;
}
#content .form.vehicle .content .column2 .label3 {
    width: 87px;
    float: left;
}
#content .form.vehicle .content .column3 {
    float: left;
    width: 90px;
    margin-left: 90px;
    padding-top: 10px;
}
#content .tabs {
    border-bottom: 1px solid #d9d9d9;
    height: 29px;
    margin-top: 15px;
    width: 746px;
}
#content .tabs a {
    display: block;
    float: left;
    width: 95px;
    height: 22px;
    margin-right: 3px;
    background: url(../images/tab.png) no-repeat;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    padding-top: 7px;
    text-align: center;
}
#content .tabs a.active {
    background: url(../images/tab-active.png) no-repeat;
    width: 117px;
    color: #fff;
}
#content .vehicles {
    border-spacing: 0;
    background: url(../images/header.png) repeat-x top left;
}
#content .vehicles th {
    height: 25px;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    position: relative;
    background: none;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
#content .vehicles th.left {
    background: url(../images/header-left.png) no-repeat;
    border-left: none;
    width: 310px;
}
#content .vehicles th.right {
    background: url(../images/header-right.png) no-repeat top right;
}
#content .vehicles td {
    padding: 10px 15px;
    border-left: none;
    font-size: 11px;
}
#content .vehicles td.first {
    border-left: 1px solid #d9d9d9;
    padding: 10px;
}
#content .vehicles td img {
    float: left;
    margin-right: 15px;
}
#content .vehicles td .right {
    float: right;
    color: #7584d6;
    margin-top: 20px;
}
.links p {
    text-align : left;
    margin-top: 15px;
    padding-left: 20px;
    background: url(../images/link.png) no-repeat 3px 2px;
}
.links p a {
    color: #3a4bad;
    font-size: 12px;
    display: block;
}
#content .button:hover, #content .button:active {
    text-decoration: none;
}
.links {
    border-top: 1px solid #b8b8b8;
    margin-top: -5px;
    width: 982px;
    padding-bottom: 13px;
    padding-top: 8px;
    color: #4757c6;
    font-size: 9px;
    text-align: left;
}
.links a {
    margin: 0 1px;
}
#menu .lnk {
    position: absolute;
    top: 32px;
    right: 265px;
    font-size: 12px;
    color: #b7b7b7;
}
#menu .lnk.second {
    right: 45px;
}
#menu .lnk.third {
    right: 460px;
}
#menu .lnk.third a {
	margin: 0 1px;
}
#menu .lnk a {
    color: #b7b7b7;
    text-decoration: none;
}
#menu  .lnk a:hover, #menu  .links2 a:active {
    text-decoration: underline;
}
#menu .submenu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 280px;
    top: 43px;
    z-index: 1000;
    display: none;
}
#menu .submenu li a {
    display: block;
    width: 160px;
    height: 20px;
    padding-left: 10px;
    background: #000;
    border: 1px solid #323232;
    border-top: none;
    color: #b7b7b7;
    font-size: 12px;
    text-decoration: none;
    padding-top: 5px;
}
#menu .submenu li.first {
    height: 15px;
    border-bottom: 1px solid #323232;
}
#menu .submenu.americas {
    left: 330px;
}
#menu .submenu.africa {
    left: 393px;
}
#menu .submenu.asia {
    left: 461px;
}
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }