body
{
    background: #a8c5e5 url( "images/bg_blue.gif" ) top repeat-x;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
/* layout -------------------------*/
#container
{
    width: 762px;
    margin: 15px auto 0 auto;
}
#header
{
    position: relative;
    height: 140px;
    background: url( "images/header_bg.gif" );
}
#content
{
    position: relative;
    background: url( "images/content_bg.gif" );
    padding: 20px;
    padding-top: 1px;
}
#footer
{
    height: 26px;
    background: url( "images/footer_bg.gif" );
    padding: 20px;
    padding-bottom: 0;
    font-size: 9px;
}
/* images -------------------------*/
img
{
    border: 0;
}
/* text -------------------------*/
a
{
    color: #EA1F8C;
}
p
{
    line-height: 20px;
    margin: 0 0 .7em 0;
}
h1
{
    color: #555;
    font-size: 20px;
    border-bottom: 1px dotted #ccc;
    margin: 10 0 10px 0;
    padding-bottom: 2px;
}
h2
{
    color: #5c91c3;
    font-size: 16px;
    margin: 20px 0 4px 0;
}
h3
{
    color: #5c91c3;
    font-size: 14px;
    margin: 10px 0 4px 0;
}
h4
{
    font-size: 12px;
    margin: 15px 0 0 0;
}
li
{
    margin: 6px 0 6px 0;
}
li .title
{
    display: block;
    font-weight: bold;
    font-size: 14px;
}
li .desc
{
    color: #555;
}
.by
{
    font-size: 10px;
    color: #999;
    display: block;
}
.headerHint
{
    position: relative;
    float: right;
    font-size: 10px;
    color: #777;
    margin-top: 10px;
    padding-right: 4px;
}
/* forms -------------------------*/
.formBox
{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 8px;
}
.formBox h2
{
    margin-top: 4px;
}
.note
{
    color: #777;
    font-size: 10px;
    line-height: 12px;
}
.button
{
    font-size: 14px;
    padding: 4px;
    display: block;
    margin: 10px 0 10px 0;
}
.tbox
{
    font-size: 13px;
    padding: 2px;
    width: 200px;
}
.error, .notice
{
    border: 1px solid red;
    border-bottom: none;
    display: block;
    margin: 0;
    background-color: #fde8f3;
    padding: 3px;
    font-size: 10px;
}
.error
{
    width: 194px;
}
.notice
{
    border: none;
    margin-bottom: 10px;
}
.notice img
{
    vertical-align: middle;
}
.submit
{
    text-align: center;
    border-top: 4px solid #ccc;
    margin: 10px 0 0 0;
    padding: 4px 0 0 0;
}
.submit .button
{
    display: inline;
    vertical-align: middle;
}
table.form
{
    border: 0;
}
table.form th
{
    vertical-align: top;
    text-align: right;
    padding: 4px;
}
table.form th.middle {
	vertical-align: middle;
}
table.form td
{
    padding: 4px;
}
/* header -------------------------*/
#signup
{
    position: absolute;
    left: 270px;
    top: 25px;
}
#loginBox
{
    position: absolute;
    top: 26px;
    left: 400px;
    background: url( "images/header_signin_bg.gif" ) no-repeat;
    width: 325px;
    height: 55px;
}
#loginBox .txtInput
{
    width: 123px;
    margin: 3px 8px 0 75px;
    display: block;
}
.forgotPass
{
    position: absolute;
    top: 38px;
    right: 10px;
}
.loginButton
{
    position: absolute;
    top: 5px;
    right: 10px;
}
#countryLink {
    position: absolute;
    left: 45%;
    top: 3px; 
}

/* mainNav -------------------------*/
#mainNav
{
    position: absolute;
    list-style: none;
    top: 87px;
    left: 270px;
    width: 455px;
    height: 28px;
    background: url(images/nav_main.gif) no-repeat;
    margin: 0;
}
#mainNav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#mainNav li, #mainNav a
{
    height: 28px;
    display: block;
}
#nav1
{
    left: 0px;
    width: 56px;
}
#nav2
{
    left: 56px;
    width: 66px;
}
#nav3
{
    left: 123px;
    width: 43px;
}
#nav4
{
    left: 167px;
    width: 38px;
}
#nav5
{
    left: 206px;
    width: 75px;
}
#nav6
{
    left: 282px;
    width: 44px;
}
#nav7
{
    left: 327px;
    width: 63px;
}
#nav8
{
    left: 391px;
    width: 63px;
}
#nav1 a:hover
{
    background: transparent url(images/nav_main.gif) 0px -28px no-repeat;
}
#nav2 a:hover
{
    background: transparent url(images/nav_main.gif) -56px -28px no-repeat;
}
#nav3 a:hover
{
    background: transparent url(images/nav_main.gif) -123px -28px no-repeat;
}
#nav4 a:hover
{
    background: transparent url(images/nav_main.gif) -167px -28px no-repeat;
}
#nav5 a:hover
{
    background: transparent url(images/nav_main.gif) -206px -28px no-repeat;
}
#nav6 a:hover
{
    background: transparent url(images/nav_main.gif) -282px -28px no-repeat;
}
#nav7 a:hover
{
    background: transparent url(images/nav_main.gif) -327px -28px no-repeat;
}
#nav8 a:hover
{
    background: transparent url(images/nav_main.gif) -391px -28px no-repeat;
}
#mainNav ul
{
    margin: 0px;
}
/* home -------------------------*/
#featured
{
    position: relative;
    border-bottom: 1px solid #999;
}
#feText
{
    margin: 0 0 70px 0;
}
#feTour
{
    position: absolute;
    top: 190px;
    right: 20px;
}
#news
{
    background: #FEF0F7 url( "images/home_news_bg.gif" ) top repeat-x;
    margin: 0;
    padding: 4px 0 4px 25px;
    font-size: 14px;
}
#seal
{
    position: absolute;
    left: 620px;
    top: 20px;
    display: none;
}
#features
{
    width: 325px;
}
#features ul
{
    margin: 0;
    padding: 0;
}
#features li
{
    list-style: none;
    background: url( "images/bullet_go.gif" ) no-repeat;
    padding-left: 20px;
    margin: 3px 0 3px 0;
}
#buzz
{
    position: relative;
    clear: both;
    background: #E3F0FF;
    padding: 10px;
}
#buzz img
{
    position: relative;
    float: left;
    clear: left;
    margin: 5px 8px 0 0;
    border: 3px solid #ddd;
}
#screenshot
{
    position: relative;
    float: right;
    margin: 10px 0 0 0;
    width: 370px;
    text-align: center;
}
/* featured -------------------------*/
.featHead
{
    clear: right;
    padding: 10px 0 0 0;
    border-top: 2px solid #eee;
}
.ss
{
    position: relative;
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #ddd;
}
/* signup -------------------------*/
#accountInfo
{
    position: relative;
    width: 48%;
    float: left;
}
#billingInfo
{
    margin: 0 0 0 49%;
    border-left: 1px dotted #ccc;
    padding: 0 0 0 12px;
}

