body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

#container {
    max-width: 1000px;
    margin: 0 auto;
}

body.home {
    background: url('../images/body.jpg') no-repeat center 40px;
}

#left {
    width: 45px;
    height: 145px;
    padding: 15px 15px 15px 12px;
    top: 260px;
    left: -5px;
    position: fixed;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #333;
}

#header {
    min-height: 500px;
    position: relative;
}

#line {
    height: 40px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
}

#logo {
    background: url('../images/logo.png') no-repeat 0px 31px;
    display: block;
    width: 469px;
    height: 105px;
    padding: 31px 63px 30px 0;
    float: left;
}

#logo-small {
    background: url('../images/logo-small.png') no-repeat 0px 8px;
    display: block;
    width: 450px;
    height: 25px;
    color: #767676;
    padding: 10px 0 5px 27px;
    float: left;
	overflow: hidden;
}

#logo-middle {
    background: url('../images/logo-middle.png') no-repeat 0px 0px;
    display: block;
    width: 245px;
    height: 54px;
    float: left;
}

#logo-description {
    position: absolute;
    top: 100px;
    left: 115px;
    color: #4b4b4b;
    font-size: 14px;
}

.search.v3 #logo-middle {
    margin: 17px 0;
}

.banner468x60 {
    width: 468px;
    height: 60px;
    float: right;
    margin-top: 56px;
}

.banner160x600 {
    width: 160px;
    height: 600px;
    float: right;
}

.banner728x90 {
    width: 728px;
    height: 90px;
    float: left;
    margin: 35px 0;
}
.bannerCustom {
    width: 270px;
    height: 90px;
    float: right;
    margin: 35px 0;
}

.banner728x90.v2 {
    margin: 0;
    float: right;
}

.search {
    background: #006699;
    border-radius: 10px;
    padding: 38px 47px;
    box-shadow: 0 0 6px #333;
}

.search.v2 {
    border-radius: 0;
    box-shadow: 0 6px 6px -6px #333;
    padding: 20px 0;
}

.search.v3 {
    border-radius: 0;
    box-shadow: 0 6px 6px -6px #333;
    padding: 16px 0;
}

.search h1 {
    color: #b8dbef;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.search.v2 h1 {
    font-weight: 300;
}

.search p {
    font-size: 13px;
    color: #fff;
}

.search.v2 p {
    font-size: 14px;
    color: #9dd2f1;
    margin: 5px 0;
}

.search input[type="text"] {
    padding: 16px 20px;
    box-shadow: inset 0 0 5px 1px #cccccc;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #999999;
    font-weight: lighter;
    font-size: 16px;
    width: 268px;
    height: 21px;
}

.search.v2 input[type="text"] {
    padding: 8px 14px;
    border-radius: 3px;
    font-size: 11px;
    width: 179px;
    height: 19px;
}

.search .results {
    padding-top: 30px;
    font-size: 32px;
    color: #9dd2f1;
    font-weight: 300;
}

.search .results .air, .search .results .road, .extrabold {
    font-weight: 800;
}

.search input[type="submit"] {
    border: 0;
    cursor: pointer;
    width: 67px;
    height: 65px;
    padding: 0;
}

.search.v2 input[type="submit"] {
    width: 49px;
    height: 47px;
}

.search .submit {
    background: url('../images/submit.png') no-repeat center center;
    margin-right: 35px;
}

.search.v2 .submit {
    background: url('../images/submit-small.png') no-repeat center center;
    margin-left: 5px;
    margin-right: 62px;
}

.search .separator {
    margin-right: 20px;
}

.search.v2 .separator {
    margin-right: 13px;
}

.search .weather {
    background: url('../images/weather.png') no-repeat center center;
}

.search.v2 .weather {
    background: url('../images/weather-small.png') no-repeat center center;
}

.search .direction {
    background: url('../images/direction.png') no-repeat center center;
}

.search.v2 .direction {
    background: url('../images/direction-small.png') no-repeat center center;
}

.r0 {
    width: 245px;
    float: left;
    margin-right: 100px;
}

.r1 {
    width: 660px;
    float: left;
    padding-top: 6px;
}

.r2 {
    width: 246px;
    float: left;
}

.search.v2 .r1 {
    width: 432px;
    padding-top: 6px;
}

.search.v2 .r2 {
    width: 223px;
    float: left;
}

#map {
    width: 790px;
    height: 590px;
    border-radius: 5px;
    border: 5px solid #e6e6e6;
    float: left;
}

div.clear {
    clear: both;
}

p.description {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    margin: 60px 0;
}

#countries {
    background: #e9e9e9;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

#countries ul {
    margin: 0;
    padding: 0;
}

#countries ul li {
    list-style: none;
    position: relative;
    float: left;
}

#countries ul li img {
    position: absolute;
    border: 1px solid #a5a5a5;
    top: 16px;
    left: 13px;
}

#countries ul li a {
    width: 208px;
    height: 11px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    padding: 19px 51px;
    border-bottom: 1px solid #c3c3c3;
    margin-right: 35px;
    text-decoration: none;
    line-height: 15px;
    overflow: hidden;
}

#countries ul li a.no-line {
    border-bottom: 0;
}

#countries ul li a:hover {
    background: #8f8f8f;
    color: #fff;
}

#countries ul li a.no-margin {
    margin: 0;
}

#countries.v2 ul li a {

    padding: 19px 10px;
    width: 290px;
}

#countries.v3 ul li a {
    padding: 10px 13px;
    width: 284px;
    height: 30px;
    font-size: 14px;
    color: #252525;
}

#countries.v3 ul li a:hover {
    color: #fff;
}

#countries.v3 ul li a span {
    font-size: 12px;
    color: #222222;
}

#footer {
    width: 1000px;
    margin: 134px auto 25px;
    padding: 32px 0;
    border-top: 1px solid #e9e9e9;
    color: #989898;
    font-size: 12px;
}

#footer a {
    color: #989898;
    text-decoration: none;
}

.footer-left {
    width: 85%;
    float: left;
}

.footer-right {
    width: 15%;
    float: right;
    text-align: right;
}

.padding40 {
    padding: 40px 0;
}

.margin15, .search.v2 .margin15 {
    margin: 15px 0;
}

.share {
    padding-top: 10px;
    text-align: right;
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.distanceDescription {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.search.v2 .distanceAfterH1 {
    color: #B8DBEF;
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}

#weatherPanel, #directionsPanel {
    box-shadow: inset 1px 7px 11px -2px #ABABAB;
    -webkit-box-shadow: inset 1px 7px 11px -2px #ABABAB;
    -moz-box-shadow: inset 1px 7px 11px -2px #ABABAB;
    -o-box-shadow: inset 1px 7px 11px -2px #ABABAB;
    background: #e6f2f8;
    display: none;
}

#weatherPanel {
    height: 107px;
    display: none;
}

.city {
    float: left;
    color: #2c5e8a;
    width: 345px;
    padding: 30px 0 0 0;
}

.title {
    font-size: 20px;
    font-weight: 800;
}

.temp {
    width: 70px;
}

.temp, .presure {
    font-size: 14px;
    font-weight: 300;
    float: left;
}

#directionsPanelInner {
    padding: 20px 0;
    /*    width: 660px;
        float: left;*/
}

.static {
    float: left;
    padding: 40px 0 0 0;
    width: 660px;
}

.static h1 {
    font-size: 26px;
    color: #08659a;
    font-weight: 300;
}

.static p {
    font-size: 14px;
    color: #363636;
    padding-bottom: 20px;

}

.banner300x250 {
    width: 300px;
    height: 250px;
    float: left;

}

.banner300x600 {
    width: 300px;
    height: 600px;
    float: right;
    margin-top: 40px;
}

.marginright50 {
    margin-right: 50px;
}

.left {
    width: 320px;
    float: left;
}

.right {
    width: 50%;
    float: left;
}

.form input[type="text"], textarea {
    width: 280px;
    height: 43px;
    background: #dedede;
    font-size: 14px;
    font-weight: 300;
    color: #6a6a6a;
    padding: 0px 15px 0;
    border-radius: 4px;
    border: 0;
    margin: 0 10px 10px 0;
}

textarea {
    height: 130px;
    padding: 10px;
}

.submit {
    float: right;
}

.right input[type="submit"] {
    text-align: center;
    width: 300px;
    height: 43px;
    background: #08659a;
    color: #fff;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.form {
    padding-bottom: 50px;
    float: left;
}

.errorSummary {
    color: #fff;
    background: #B10000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.static .errorSummary p {
    color: #fff;
}

.pager {
    clear: both;
    position: relative;
    font-size: 12px;
    text-align: center;
    list-style: none;
    padding: 20px;
}

ul.pager li {
    display: inline-block;
}

.pager a {
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    color: #fff;
    background: #0066A4;
}

.pager li.page.selected a {
    background: #333;
}
.notice {
    position: absolute;
    top: 40%;
    left: 40%;
    border-radius: 15px;
    background: #A50721;
    padding: 15px;
    color: #FFF;
    border: 1px solid #FFF;
    display: none;
}