@charset "UTF-8";

/** Imports **/
@import url("src/reset.css");
@import url("src/base.css");
@import url("src/layout.css");
@import url("src/form.css");

/* ---------->>> MAIN <<<-----------*/
body {
        background: #000000; color: #999999; padding: 0px 0px 0px 0px;
        font: normal 12px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; }

a { color: #999999; }
a:hover { text-decoration: none; }

p { }

legend { font: normal 11px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; color: #000000; }
input { font: normal 11px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; color: #000000; }

h1 { font-size: 24px; color: #ffffff; font-weight: normal; margin: 0px 0px 30px 0px; }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

/* ---------------->>> LAYOUTS <<<---------------*/

/** Wrapper layout **/
#wrapperLayout { min-width: 1000px; min-height: 100%; overflow: hidden; }
#wrapperLayout #wrapperLayoutSub1 { 
        padding: 0px 0px 145px 0px; overflow: hidden; width: 100%; position: relative; }

/** Center layout **/
#centerLayout { width: 100%; overflow: hidden; }
#centerLayout #centerLayoutSub1 { }
#centerLayout #centerLayoutSub2 { }

/** Left layout **/
#leftLayout {  }
#leftLayout #leftLayoutSub1 { }

/** Right layout **/
#rightLayout {  }
#rightLayout #rightLayoutSub1 { }

/** Header layout **/
#headerLayout { background: #000000; }
#headerLayout #headerLayoutSub1 {
        position: relative; height: 629px; padding: 1px 0px 0px 0px;
        width: 1000px; margin: 0px auto 0px auto;
        background: #28030b url("../images/header_bg2.jpg") center top no-repeat; }
        
/** Footer layout **/
#footerLayout { 
        position: relative; clear: both; width: 100%; min-width: 1000px;
        height: 145px; margin: -145px 0px 0px 0px; background: #000000; overflow: hidden;
        background: #000000 url("../images/footer_bg.jpg") 40px top no-repeat; }
#footerLayout #footerLayoutSub1 {
        position: relative; height: 145px; width: 1000px; margin: 0px auto 0px auto; }

/** Content layout **/
#contentLayout { }

/* ---------------->>> BOXES <<<---------------*/

/** Begin: logoBox **/
#logoBox { text-align: center; margin: 88px 0px 0px 0px; }
#logoBox a { text-decoration: none; font-size: 21px; color: #e1b04b; }
/** End: logoBox **/

/** Begin: navBox **/
#navBox { position: absolute; left: 0px; top: 300px; width: 100%; }
#navBox ul { list-style: none; margin: 0px 0px 0px 0px; }
#navBox ul li { float: left; }
#navBox ul li a { text-decoration: none; color: #cc9966; }
#navBox ul li a:hover { color: #ffffff; }
#navBox .subLeft { float: left; margin: 0px 0px 0px 54px; }
#navBox .subLeft li { margin: 0px 27px 0px 0px; }
#navBox .subRight { float: right; margin: 0px 54px 0px 0px; }
#navBox .subRight li { margin: 0px 0px 0px 27px; }
/** End: navBox **/

/** Begin: standNavBox **/
#standNavBox { position: absolute; right: 105px; top: 78px; }
#standNavBox ul { list-style: none; margin: 0px 0px 0px 0px; max-width: 150px; }
#standNavBox ul li { float: left; margin: 0px 0px 0px 18px; }
#standNavBox ul li a { color: #e1b04b; }
/** End: standNavBox **/

/** Begin: footerNavBox **/
#footerNavBox { margin: 0px 0px 0px 160px; }
#footerNavBox ul { list-style: none; margin: 8px 0px 0px 0px; }
#footerNavBox ul li { float: left; padding: 0px 22px 0px 22px; }
#footerNavBox ul li a { color: #ffffff; font-size: 11px; }
/** End: footerNavBox **/

/** Begin: copyrightBox **/
#copyrightBox { position: absolute; right: 30px; top: 89px; }
#copyrightBox p { margin: 0px 0px 0px 0px; font-size: 11px; color: #636363; }
/** End: copyrightBox **/

/** Begin: content1Box **/
#content1Box { padding: 70px 140px 165px 140px; }
/** End: content1Box **/

/** Begin: imageList1Box **/
#imageList1Box { margin: 0px 0px 85px 0px; width: 100%; overflow: hidden; }
#imageList1Box table { float: left; border-collapse: collapse; }
#imageList1Box table .td1 { padding: 0px 0px 0px 13px; }
#imageList1Box table .td2 { 
        width: 93px; height: 150px; background: #121212; padding: 0px 13px 0px 13px; }
#imageList1Box table .td2 a { text-decoration: none; color: #ffffff; }
#imageList1Box table .td2 a:hover { text-decoration: underline; }
/** End: imageList1Box **/

/** Begin: contentBox **/
#contentBox {
    padding-bottom: 9999px; margin-bottom: -9999px; background: #1e1e1e;
    width: 95%; margin-left: auto; margin-right: auto; min-width: 1000px; }
/** End: contentBox **/

/** Begin: phoneBox **/
#phoneBox { padding: 0px 0px 105px 0px; }
#phoneBox p { margin: 0px 0px 0px 0px; text-align: center; color: #ffffff; font-size: 11px; }
#phoneBox p span { font-size: 24px; }
/** End: phoneBox **/

/* ---------------->>> DECORATIONS <<<---------------*/

/* ---------------->>> SUBPAGES <<<---------------*/

