body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

img.Left {
    margin-right: 20px;
}

img.Right {
    margin-left: 20px;
}

.Clear {
    clear: both;
}

h1, h2, h3 {
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #0a164d;
}

h2 {
    font-size: 24px;
}

a {
    color: #001a53;
}

a:Hover {
    color: #d8291f;
}

a.BtnDetails {
    margin-top: 10px;
    display: block;
    text-indent: -9999px;
    height: 20px;
    width: 25px;
}

a.BtnDetails.Blue {
    background: transparent url(../Images/BlueIconDetails.png) no-repeat;
}

a.BtnDetails.Red {
    background: transparent url(../Images/RedIconDetails.png) no-repeat;
}

a.Anchor {
    padding-left: 30px;
    font-size: 16px;
}

a.Anchor.Red {
    color: #d8291f;
    background: transparent url(../Images/RedIconDetails.png) no-repeat;
}

a.Anchor.Red:Hover {
    color: #001a53;
}

a.Anchor.Blue {
    color: #001a53;
    background: transparent url(../Images/BlueIconDetails.png) no-repeat;
}

a.Anchor.Blue:Hover {
    color: #d8291f;
}

/*--------------------------------------------
    SITE STRUCTURE
--------------------------------------------*/

#Site {
    max-width: 1280px;
    min-width: 980px;
    margin: 0px auto;
    overflow: hidden;
}

#Header {
    position: relative;
    width: 100%;
    height: 430px;
    margin-bottom: 20px;
}

#Footer {
    position: relative;
    top: -29px;
    font-size: 10px;
}

.Content {
    position: relative;
    width: 940px;
    margin: 0px auto;
}

/*--------------------------------------------
    HEADER
--------------------------------------------*/

#Header .Content {
    height: 430px;
}

#LanguageMenu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

    #LanguageMenu a {
        display:  inline-block;
        margin-right: 5px;
        opacity: 0.4;
    }

        #LanguageMenu a:hover,
        #LanguageMenu a.Current {
            opacity: 1;
        }

#Banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 400px;
    overflow: hidden;
}

#Banner .List {
    width: 1280px;
    height: 400px;
}

    #Banner .nivo-caption {
        position: absolute;
        top: 50%;
        left: 0;
        background: transparent;
        color: #FFF;
        font-family: Georgia;
        font-size: 30px;
        text-align: center;
        margin-top: -30px;
        opacity: 1 !important;
    }

#Logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
}

#MainMenu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 180px;
    height: 125px;
    padding: 10px;
    background: transparent url(../Images/BgMenu.png) no-repeat;
    z-index: 200;
}

#MainMenu a {
    font-size: 16px;
    color: #CDCDCD;
    text-transform: uppercase;
}

#MainMenu a:Hover,
#MainMenu a.Selected {
    color: #FFFFFF;
}

/*--------------------------------------------
    CONTENT SITE
--------------------------------------------*/

.ContentBox {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.ContentBox h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: transparent url(../Images/Icon/ItemCarouselSelect.png) no-repeat 0px 2px;    
    border-bottom: 1px solid #001a53;
}

.Top {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}

.BoxTopImage {
    margin-bottom: 20px;
}

.BoxText.Left,
.BoxText.Right {
    width: 450px;
}

#TopBar .ContentBox {
    float: right;
    width: 700px;
    padding-bottom: 20px;
    border-bottom: 1px solid #001a53;    
}

#TopBar .ContentBox .BoxText {
    width: 450px;
}

#CenterBar {
    padding-bottom: 70px;
    background-color: #001a53;
    color: #FFFFFF;
}

#BottomBar {
    padding-bottom: 70px;
    background-color: #c1002b;
    color: #FFFFFF;    
}

#CenterBar .ContentBox,
#BottomBar .ContentBox {
    width: 700px;
    padding-left: 240px;
}

#CenterBar h2,
#BottomBar h2 {
    color: #FFFFFF;
    padding: 0px;
    background: none;
    border: 0px;
    font-size: 20px;
}

#CenterBar a,
#BottomBar a {
    color: #FFFFFF;
}

#CenterBar .Top {
    border-top: 1px solid #667698;
}

#BottomBar .Top {
    border-top: 1px solid #da6680;
}

/*--------------------------------------------
    FOOTER
--------------------------------------------*/

#CompanyName {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
}

#CompanyType {
    font-size: 20px;
}

/*--------------------------------------------
    HOME PAGE
--------------------------------------------*/

.BoxHome {
    width: 280px;
    margin-left: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #001a53;
}

.BoxHome:first-child {
    margin-left: 0px;
}

.BoxHome img {
    margin-bottom: 10px;
}

#BlueBar {
    width: 100%;
    height: 70px;
    margin-top: 50px;
    background-color: #001a53;
}

/*--------------------------------------------
    CONTACT PAGE
--------------------------------------------*/

#TopBar .ContentBox.CompanyContact {
    float: left;
    width: 280px;
    height: 440px;
}

#TopBar .ContentBox.GoogleMap {
    float: right;
    width: 610px;
    height: 440px;
}

/*--------------------------------------------
    FORMS
--------------------------------------------*/

.TableForm {
    margin: 10px auto 0;
}

.TableForm tr {
    margin: 2px;
}

.TableForm tr td, .TableForm tr th {
    padding: 2px 4px;
}

.TableForm tr.TableRow1 {
    background-color: #F1F1F1;
}

.TableForm tr.TableRow2 {
    background-color: #F8F8F8;
}

.TableForm tr.TableRowHeader {
    background-color: #999999;
    line-height: 20px;
}

.TableForm tr.TableRowEnd {
    background-color: #CDCDCD;
    color: #000000;
}

.TableForm tr td.CellHeader {
    font-weight: bold;
}

input.Long, textarea.Long {
    width: 98%;
}

input.Normal, textarea.Normal {
    width: 200px;
}

input.Short, textarea.Short {
    width: 80px;
}

input.Btn {
    padding: 0px 10px;
}

.RabioButtonList label{
    margin: 0px 5px;
}

.CheckList {
    width: 100%;
}

.CheckList td {
    width: 50%;
}

.CheckList input {
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.CheckList td {
    line-height: 15px;
}

/*--------------------------------------------
    MESSAGE
--------------------------------------------*/

.Message {
    display: block;
    border: 1px solid;
    margin: 0px auto 10px;
    padding: 10px 5px 10px 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 230px;
    text-align: left;
}

.Message.Info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/Icon/Info.png');
}

.Message.Success {
    color: #197e36;
    background-color: #DFF2BF;
    background-image:url('../Images/Icon/Success.png');
}

.Message.Warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/Icon/Warning.png');
}

.Message.Error {
    color: #c4150f;
    background-color: #ffa9a9;
    background-image: url('../Images/Icon/Error.png');
}

.Message.Validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../Images/Icon/Validation.png');
}
