/*=========================================================================================*/
/*==[ Default Styles ]=====================================================================*/
/*==[ CSS Framework by Spartan Code (c) 2009 - www.spartan-code.com ]======================*/
/*=========================================================================================*/
/*
 *  Contents
 * 	----------------------------------------------------------------------------------------
 *  [1] html tags redefinition / reset.
 * 	[2] shortcuts to common tasks (floats, clears, etc.)
 *
 /*=========================================================================================*/
/*==[ 1 ]==================================================================================*/
/*==[ html tags redefinition / reset ]=====================================================*/ 

html {
    background: #0f3258 url(../../images/back_rep.png) top center repeat-x;
}

body {
    margin: 0;
    padding: 0;
    background: url(../../images/back.jpg) top center no-repeat;
    font-family: Trebuchet MS, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 75%;
}

h1, h2, h3, h4, h5, form, ul, ul li, li, p {
    margin: 0;
    padding: 0;
}

ul, ul li, li {
    list-style: none;
}

br {
    clear: both;
}

img {
    border: none;
}

/*==========================================================================================*/
/*==[ 2 ]===================================================================================*/
/*==[ shortcuts to common tasks (floats, clears, etc.) ]====================================*/
/*--[ floats ]--------------*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

/*--[ clears ]--------------*/
.clear {
    clear: both;
}

/*--[ resets / NO ]---------*/
.nomargin {
    margin: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.nobackground {
    background: none !important;
}

.nofloat {
    float: none !important;
}

/*--[ Remove link borders ]---*/
a:active, a:focus {
    outline: none;
}

/*--[ header ]---*/
.header {
    height: 141px;
    background: url(../../images/sep.png) repeat-x bottom left;
}

.header h1 a {
    background: url(../../images/logo.jpg) no-repeat left top;
    width: 301px;
    height: 93px;
    text-indent: -9999px;
    float: left;
}

.center {
    width: 966px;
    margin: 0 auto;
    position: relative;
    padding-top: 17px;
}

.content {
    height: 479px;
}

.footer {
    background: url(../../images/sep.png) repeat-x top left;
    text-align: center;
    padding: 16px 0;
    color: #fff;
}

/*--[ flash content ]---*/
.flash {
    margin-top: 26px;
    text-align: center;
}

.contact {
    width: 400px;
    height: 280px;
    background: transparent url(../../images/bg_contact.png) no-repeat top left;
    padding: 14px;
    margin: 0 auto;
    margin-top: 15px;
}

.contact label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
    color: #fff;
}

.contact .small {
    color: #C3D0DC;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

.contact input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
}

.contact textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
}

.contact select {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
}

.contact img {
    float: left;
    border: solid 1px #aacfe4;
    margin: 2px 0 20px 10px;
}

.contact button {
    clear: both;
    margin-left: 150px;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
}

#login {
    margin-top: 18px;
    float: right;
    width: 324px;
    height: 72px;
    background: transparent url(../../images/bg_login.png) no-repeat top left;
    padding: 8px;
}

#login label {
    text-align: left;
    display: block;
    float: left;
    color: #fff;
    margin-left: 10px;
}

#login input{
    float: left;
    margin-left: 10px;
}

#login input[type="text"], #login input[type="password"] {
    font-size: 11px;
    border: solid 1px #aacfe4;
	padding: 4px 2px;
    width: 100px;
}

#login button {
    clear: both;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
    margin-left: 10px;
}

.localization {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 320px;
}

.localization li {
    float: left;
    margin-left: 10px;
}

.localization li a:hover {
    text-decoration: underline;
}

.localization li a {
    text-decoration: none;
    color: #FFF;
    padding-left: 20px;
}

.localization li a.es {
    background: url(../../images/es_flag.gif) no-repeat left center;
}

.localization li a.bra {
    background: url(../../images/bra_flag.gif) no-repeat left center;
}

.localization li a.eng {
    background: url(../../images/eng_flag.gif) no-repeat left center;
}

.localization li a.zh {
    background: url(../../images/zh_flag.gif) no-repeat left center;
}


.message {
    text-align: center;
    color: #FFF;
}

.login_page {
    background: url(../../images/login.jpg) left -160px no-repeat;
}

.log {
    float: left;
    margin-bottom: 0;
    margin-left: 268px;
    margin-right: 0;
    margin-top: 78px;
}

.log input[type="text"], .log input[type="password"] {
	border: solid 2px #990000;
    padding: 3px;
    width: 338px;
    margin-bottom: 10px;
}

.log input.send {
    border: solid 2px #990000;
    padding: 3px;
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #990000;
    cursor: pointer;
}

.log label {
    font-size: 18px;
    font-weight: bold;
    color: #990000;
}

