h1 {
    font-size: 4em;
    font-weight: bold;
    clear: both;
}

h2 {
    font-size: 2.8em;
    font-weight: bold;
}


body {
    font: 0.7em/1.7em Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../images/bg.svg'), url('../images/bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment: fixed;
    line-height: 1;
}

.t1 {
    color: #ffbc00;
}

.t2 {
    color: #FF421A;
}

.content {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    width: 820px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 720px;
}

.header {
    height: 130px;
}

.footer {
    width:100%;
    background-color: #fff;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(191,191,191,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(191,191,191,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(191,191,191,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C */
}

.footer .util {
    height:320px;
    margin-right: 50px;
    float: left;
}

.footer .bottom {
    background-color: #6e6e6e;
    color: #fff;
    padding: 15px 0;
    text-align: right;
}

.footer .main {
    height:260px;
    width: 900px;
    margin: 0 auto;
    padding: 30px;
}

.footer .bottom ul {
    list-style: none;
    width: 900px;
    margin: 0 auto;
}

.footer .bottom li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 5px 0 0;
}

.footer .bottom li.last {
    border-right: none;
}
.footer .bottom a {
    color: #fff;
    text-decoration:none;
}

/* Page title */
.pt {
    width: 525px;
}

.pt h1 {
    text-align: right;
    margin:0.2em 0 0.5em 0;
}

.pt h2 {
    padding-left: 80px;
}

/* Search widget */

.sw {
    position: relative;
    margin: 20px 40px 0 0;
    float: left;
}

.sw .main {
    position: relative;
    width: 230px;
    height: 110px;
    background-color: #000;
    padding: 5px 10px 20px 5px;
    z-index: 2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.sw .shadow {
    position: absolute;
    top: -12px;
    left: -5px;
    background-color: #FF421A;
    width: 165px;
    height: 148px;
    z-index: 1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.sw h2 {
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 5px 0;
    color: #fff;
    text-transform: lowercase;
    font-weight: bold;
}

.sw a {
    color: #ffbc00;
    text-decoration: none;
    position: absolute;
    left: 10px;
    bottom:10px;
}

.sw label {
    display: none;
}
/*
.sw select,
.sw option {
    border: none;
    background-color: #ffbc00;
    width: 100%;
    padding: 2px 0 2px 5px;
    margin: 0 0 5px 0;
    font-size: 0.9em;
}
*/

.sw select{
    border: none;
    background-color: #ffbc00;
    width: 100%;
    padding: 2px 0 2px 5px;
    margin: 0 0 5px 0;
    font-size: 0.9em;
}

.sw input[type=submit] {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: lowercase;
    border: none;
    margin:5px 0 0 0;
    padding: 2px 3px;
    position: absolute;
    right: 10px;
    bottom:5px;
    background-color: #fff;
    color: #ff421a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/* footer search */
.footer .util form {
    width: 240px;
    margin-bottom: 15px;
}

.footer .util input {
    width: 100%;
    background-color: #ffbc00;
    border: none;
    padding: 10px 5px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/* social */
.social {
    padding: 10px 5px;
    width: 240px;
    background-color:#6e6e6e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.social h2 {
    color: #fff;
    font-size: 1.2em;
    padding-bottom:10px;
}

.social ul {
    list-style: none;
    text-align: right;
    padding-bottom: 30px;
}

.social li span {
    display: none;
}

.social li a {
    height: 30px;
    width:30px;
    margin: 5px 5px 5px 15px;
    display: block;
    background: blue;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

/* footer menu */
.footer-menu h2 {
    text-transform: uppercase;
    font-size: 1.2em;
}
.footer-menu h3 {
    font-size: 1.2em;
}

.footer-menu ul {
    list-style:none;
    float: left;
    width: 200px;
}

.footer-menu p {
    font-size: 1.2em;
    padding: 20px 0;
}
.footer-menu a {
    color: #000;
    line-height: 1.5;
    text-decoration:none;
    font-weight: bold;
}


