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

	/* ---------->>> MAIN <<<-----------*/
	body {
		background: #280c06; color: #FFFFFF;
		font: normal 12px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; }

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

	p { }

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

	h1 { font-weight: normal; font-size: 17px; color: #ef9941; margin: 0px 0px 20px 0px; }
	h2 { }
	h3 { }
	h4 { }
	h5 { }
	h6 { }

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

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

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

	/** Left layout **/
	#leftLayout { margin: 0px -270px 0px 0px; float: left; width: 100%; }
	#leftLayout #leftLayoutSub1 { margin: 0px 270px 0px 0px; }

	/** Right layout **/
	#rightLayout { width: 270px; float: right; }
	#rightLayout #rightLayoutSub1 { }

	/** Header layout **/
	#headerLayout {
		position: relative; border-bottom: 3px solid #774804;
		background: url("../images/header_bg.png") left top repeat-x; }
	#headerLayout #headerLayoutSub1 {
		position: relative; height: 217px;
		background: url("../images/header_bg2.jpg") right top no-repeat; }

	/** Footer layout **/
	#footerLayout {
		position: relative; clear: both; width: 100%; min-width: 1000px; height: 72px; margin: -75px 0px 0px 0px;
		background: url("../images/footer_bg.png") left top repeat-x; border-top: 3px solid #774804; }
	#footerLayout #footerLayoutSub1 {
		height: 72px; padding: 1px 0px 0px 0px;
		background: url("../images/footer_bg2.jpg") right top no-repeat; }

	/** Content layout **/
	#contentLayout { background: url("../images/center_bg1.png") left 16px no-repeat; }
	#contentLayout #contentLayoutSub1 {
		min-height: 450px; background: url("../images/center_bg2.png") right 16px no-repeat;
        width: 100%; overflow: hidden; }

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

	/** logoBox **/
	#logoBox { position: absolute; left: 125px; top: 25px; z-index: 3; }

	/** headerAbSImg1Box **/
	#headerAbSImg1Box { position: absolute; top: 0px; left: 0px; z-index: 2; }

	/** headerAbSImg2Box **/
	#headerAbSImg2Box { position: absolute; top: 0px; right: 15px; z-index: 2; }

	/** phoneBox **/
	#phoneBox { position: absolute; top: 76px; right: 49px; z-index: 5; }
	#phoneBox p { margin: 0px 0px 0px 0px; color: #FFFFFF; font-size: 16px; }
	#phoneBox p span { display: block; font-size: 28px; }

	/** standNavBox **/
	#standNavBox { position: absolute; right: 63px; top: 40px; z-index: 10; }
	#standNavBox ul { list-style: none; margin: 0px 0px 0px 0px; }
	#standNavBox ul li { float: left; margin: 0px 0px 0px 15px; }

	/** footerNavBox **/
	#footerNavBox { margin: 12px 0px 0px 0px; }
	#footerNavBox ul { list-style: none; margin: 0px 0px 0px 0px; }
	#footerNavBox ul li { float: left; padding: 0px 12px 0px 12px; border-left: 1px solid #FFFFFF; }
	#footerNavBox ul li:first-child { border: 0px; }
	#footerNavBox ul li a {
		font-family: Georgia,"Bitstream Charter","Century Schoolbook L",Times,serif;
		text-decoration: none; color: #FFFFFF; font-size: 16px; letter-spacing: 3px; }
	#footerNavBox ul li a:hover { text-decoration: underline; }

	/** mainNavBox  **/
	#mainNavBox { }
	#mainNavBox ul { list-style: none; margin: 17px 0px 24px 0px; width: 100%; overflow: hidden;0 }
	#mainNavBox ul li { float: left; margin: 0px 12px 0px 0px; }
	#mainNavBox ul .current { margin: 30px 12px 0px 0px; }

	/** content1Box **/
	#content1Box { position: relative; margin: 17px 8px 27px 49px; }
	#content1Box .leftHand { position: absolute; left: 0px; top: 203px; }
	#content1Box .rightHand { position: absolute; right: 0px; top: 203px; }
	#content1Box .center { margin: 0px 35px 0px 35px; }

	/** content2Box **/
	#content2Box { }
	#content2Box #content2BoxSub1 { background: #000 url("../images/content2_bg.png") left top repeat-x; }
	#content2Box #content2BoxSub2 { background: url("../images/content2_bg2.png") right top repeat-y; }
	#content2Box #content2BoxSub3 { background: url("../images/content2_bg3.png") left bottom repeat-x; }
	#content2Box #content2BoxSub4 { background: url("../images/content2_bg4.png") left top repeat-y; }
	#content2Box #content2BoxSub5 { background: url("../images/content2_bg5.png") left top no-repeat; }
	#content2Box #content2BoxSub6 { background: url("../images/content2_bg6.png") right top no-repeat; }
	#content2Box #content2BoxSub7 { background: url("../images/content2_bg7.png") right bottom no-repeat; }
	#content2Box #content2BoxSub8 {
		min-height: 390px; padding: 15px 20px 15px 20px;
		background: url("../images/content2_bg8.png") left bottom no-repeat; }
	
	/** content3Box **/
	#content3Box { margin: 0px 0px 0px 25px; }
    #content3Box img { padding: 0px 5px 0px 5px; }
	
	/** secondNavBox **/
	#secondNavBox {  }
	#secondNavBox ul { margin: 0px 10px 30px 0px; list-style: none; }
	#secondNavBox ul li { 
	    background: url("../images/second_nav_bg1.png") left 9px no-repeat;
	    padding: 0px 0px 20px 30px; }
	#secondNavBox ul .current { background: url("../images/second_nav_bg2.png") left 9px no-repeat; }
	#secondNavBox ul li a, #secondNavBox ul li span {
	    font-family: Georgia,"Bitstream Charter","Century Schoolbook L",Times,serif; text-decoration: none;
	    font-size: 18px; color: #fbc373; line-height: 24px; }
	#secondNavBox ul li span { color: #f1a142; }
	#secondNavBox ul li a:hover { text-decoration: underline; }

	/** contentImageBox **/
	#contentImageBox { margin: 10px 0px 0px 0px; text-align: center; overflow: hidden;}

	/** navBox  **/
	#navBox { }
	#navBox p {
		margin: 0px 0px 24px 0px; font-size: 11px; color: #cacaca;
		font-family: Georgia,"Bitstream Charter","Century Schoolbook L",Times,serif; }
	#navBox p a { color: #cacaca; }
	
	/** footerAbSImg1Box **/
	#footerAbSImg1Box { position: absolute; top: 0px; left: 0px; }
	
	/** footerAbSImg2Box **/
	#footerAbSImg2Box { position: absolute; top: 0px; right: 130px; }
	
	/** copyrightBox **/
	#copyrightBox { position: absolute; top: 39px; right: 22px; }
	#copyrightBox p { 
	    font-size: 9px; color: #ccc9c9; padding: 0px 22px 0px 0px;
	    background: url("../images/theta.png") right top no-repeat; }
	    
	/** bannersBox **/
	#bannersBox { margin: 5px 0px 0px 0px; }
	#bannersBox p { float: left; margin: 0px 3px 0px 3px; }
    

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

