/* reset */
@import "reset.css";

/* usefull colors *
    trustive orange: #FF6600 (#F60)
    trustive blue: #336699 (#369)
    pale blue: #EAEDEF
    blue: #B9DAF7
    dark grey: #555555 (#555)
*/

/* basics */
body {
    color: #555;
    background-color: #EAEDEF;
    font-family: "Trebuchet MS", Arial, Verdana, Geneva, Sans-Serif;
    margin: 0 auto;
    width: 974px;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: "Trebuchet MS", Arial, Verdana, Geneva, Sans-Serif;
}
h1 {font-size: 160%; }
h2 {font-size: 150%; }
h3 {font-size: 140%; margin: 20px 0; }
h4 {font-size: 130%; margin: 15px 0; }
h5 {font-size: 120%; padding: 10px 0; }
h6 {font-size: 110%; margin: 5px 0; }
strong { font-weight: bold;}
em { color: #F60; font-style: italic; }
em a { text-decoration: underline; }
acronym { border-bottom:1px dotted;}
a {
    color: #F60;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
hr {
    border-style: none;
    border-bottom: 1px solid;
    clear: both;
    color: #F60;
    margin: 10px 0;
}
thead tr { font-weight: bold; }
td { padding: 0 5px; }
.odd { background-color: #EAEDEF; }
table td, table select, table input { font-size: small; }
.clearer { clear: both; }

/* header */
#header {
    background: url(../images/header_bg.png) repeat-x 0 10px;
    padding-top: 10px;
}
#header h1 {
    float: left;
    padding: 10px;
}
#header #title-container {
    float: left;
    margin: 10px 0 0 125px;
    position: relative;
    text-align: center;
    width: 350px;
}
#header #title-container h2 {
    color: #FFF;
    font-size: 120%;
    font-weight: normal;
    position: absolute;
    left: -9999px;
}
#header #title-container h2.active { left: 0; }
#header #wifi {
    clear: right;
    float: right;
    margin: 5px 32px 0 0;
}
#lang {
    float: right;
}
#lang ul {
    display: inline;
    padding: 0 10px;
}
    #lang ul li { display: inline; padding: 0 0 0 10px; }
        #lang ul li a img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
        #lang ul li a:hover img {
            opacity: 1;
            filter: alpha(opacity=100);
        }
#nav ul {
    border-top: 1px solid #FFF;
    clear: both;
    font-size: 90%;
    line-height: 1.5em;
    margin: 0 0 3px 0;
    text-align: center;
}
#nav ul li {
    display: inline;
    padding: 0 10px;
}
#nav ul li a { color: #FFF; } 
#nav ul li a.active { font-weight: bold; }

/* main */
#main { margin: 10px 0; }
#main h3 {
    background-color: #B9DAF7;
    border-bottom: 1px solid #F60;
    color: #555;
    font-size: 100%;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 29px;
    margin-bottom: 5px;
    padding-left: 20px;
}
#main h3 a { color: #555; }
.box {
    background-color: #FFF;
    border: 1px solid #F60;
    padding: 10px;
}
.box h3 { margin: -10px; }
.box p { padding-bottom: 10px; }
.box ul, .box ol { padding-bottom: 10px; }
.box ul { list-style-type: disc; }
.box ul li ul { list-style-type: circle; }
.box ol { list-style-type: decimal; }
.box ol li ol { list-style-type: lower-alpha; }
.box ul li, .box ol li { margin-left: 40px; }
.button {
    background: url(../images/button_bg.png) repeat-x 0 0;
    border: 1px solid #F60;
    display: inline-block;
    margin: 10px;
}
.button a {
    background: url(../images/button_arrow.png) no-repeat 7px center;
    color: #FFF;
    font-weight: bold;
    line-height: 23px;
    padding: 5px 10px 5px 30px;
}
.button a:hover {
    background: url(../images/button_arrow.png) no-repeat 10px center;
    text-decoration: none;
}
#main .maincolumn {
    width: 670px;
    float: left;
}
#main .sidecolumn {
    width: 250px;
    float: right;
}
#main .sidecolumn { font-size: 80%; }
#main .sidecolumn img { display: block; margin: 0 auto; }

/* footer */
#footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
}
#page-timer { color: #EAEDEF; }

#getpass, #myhotspotter, #browser {
    font-family: 'Trebuchet MS', Arial, Verdana, Geneva, sans-serif;
    font-size: 75%;
}
#main .box #getpass h3,
#main .box #myhotspotter h3,
#main .box #browser h3 {
    color: #F30;
    font-size: 120%;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    padding-left: 0;
}
#main .box #getpass h3 {
    border-bottom: none;
    line-height: 1;
}
#getpass {
    background: #FFF url(/brands/trustive_new/images/trustive_pass.png) no-repeat center 70px;
    height: 300px;
}
#trustivepass {
    font-weight: bold;
    line-height: 3em;
    margin-left: 200px;
    padding-top: 80px;
}
#trustivepass em {
    color: #F30;
    font-size: 1.8em;
    font-style: normal;
}
#myhotspotter, #browser { text-align: center; }
#myhotspotter {
    border-right: #999 1px dotted;
    float: left;
    padding-right: 10px;
    width: 335px;
}
#browser { margin-left: 355px; }
#myhotspotter img, #browser img { vertical-align: middle; }

.bigbutton {
    background: url(/brands/trustive_new/images/button_big_left.png) no-repeat scroll left top transparent;
    display: inline-block;
    height: 34px;
}
.bigbutton a, .bigbutton a:hover {
    background: url(/brands/trustive_new/images/button_big_right.png) no-repeat scroll right top transparent;
    color: #A73C00;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    margin-left: 12px;
    padding-right: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}
