@charset "UTF-8";

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

@media screen
{
	/* ----------------------------------------------*/
	/* -------------->>> MAIN STYLES <<<-------------*/
	/* ----------------------------------------------*/
	
	    body { background: #fde6e8; font: normal 14px Arial, Helvetica, sans-serif; color: #AB606D; }
	
	    a { color: #AB606D; }
	    a:hover {  }
	
	    p { }
	    legend { color: #AB606D; } 
	
	    input { font: normal 14px Arial, Helvetica, sans-serif; color: #0000000; }
	
	    h1 { 
		line-height: 30px; text-align: center;
		font: bold 18px Arial, Helvetica, sans-serif; color: #AB606D;
		margin: 0px 0px 40px 0px;}
	    h2 { }
	    h3 { }
	    h4 { }
	    h5 { }
	    h6 { }
	
	/* ----------------------------------------------*/
	/* ---------------->>> LAYOUTS <<<---------------*/
	/* ----------------------------------------------*/
	
	    /** Wrapper layout **/
		
	    /** Center layout **/
	    #center { width: 100%; overflow: auto; padding-bottom: 313px; background: #fde6e8; }
		
	    /** Left layout **/
	    #left { width: 307px; padding-bottom: 100px; }
			
	    /** Right layout **/
	
	    /** Header layout **/
	    #header { height: 316px; background: url("../images/header_bg.jpg")  left top repeat-x; }
		#header #headerSub1 { 
		    height: 316px; 
		    background: url("../images/header_bg2.jpg")  right top no-repeat; }
		#header #headerSub2 { 
		height: 316px; 
		background: url("../images/header_bg3.jpg")  left top no-repeat; }
	
	    /** Footer layout **/	
	    #footer { height: 343px; margin-top: -343px; background: url("../images/footer_bg.png") left bottom repeat-x; }
		#footer #footerSub1 { 
		    height: 343px; padding-top: 1px; position: relative;
		    background: url("../images/footer_bg2.jpg") left bottom no-repeat; }
	    
	    /** Content layout **/
	    #content { margin: 0px 0px 0px -307px; }
		#content #contentSub1 { margin: 0px 0px 0px 307px; padding: 17px 100px 0px 0px; line-height: 24px; }
		#content #contentSub1 p { margin: 0px 0px 15px 0px; }

		#content #contentSub1 ul { list-style: none; margin: 0px 0px 35px 0px; }
		#content #contentSub1 ul li { font: bold 14px Arial, Helvetica, sans-serif; line-height: 24px; }
	
	/* ----------------------------------------------*/
	/* ------------>>> NAVIGATIONS <<<---------------*/
	/* ----------------------------------------------*/
	
	    /** Main Menu **/
			#mainMenu { list-style: none; margin: 135px 0px 0px 22px; }
		    #mainMenu li { margin: 0px 0px 10px 0px; }
		    #mainMenu li a { 
		      font: bold 24px "Times New Roman", Helvetica, sans-serif; color: #AB606D; 
		      text-decoration: none; font-style: italic; }
		    #mainMenu li a:hover { text-decoration: underline; }		
	
	/* ----------------------------------------------*/
	/* -------------->>> BOXES <<<-------------------*/
	/* ----------------------------------------------*/	
	
	    /** Main menu Box **/                                                     
	    	  #mainMenuBox { background: url("../images/main_menu_bg.png")  left top repeat-y; }
			  #mainMenuBox #mainMenuBoxSub1 { background: url("../images/main_menu_bg3.jpg")  left bottom no-repeat; }
			  #mainMenuBox #mainMenuBoxSub2 {
			      padding: 1px 0px 125px 0px;
			      min-height: 430px; background: url("../images/main_menu_bg2.jpg")  left top no-repeat;
									        }
		    
	    /** Navigation Box **/
	    .navigationBox { 
		margin: 0px 0px 28px 0px;
		font: bold 12px Arial, Helvetica, sans-serif; color: #AB606D; font-style: italic; }
		.navigationBox a { 
		    font: bold 12px Arial, Helvetica, sans-serif; color: #AB606D; font-style: italic;
		    text-decoration: none; }
		.navigationBox a:hover { text-decoration: underline; }
		
	    /** Banners Box **/
			#bannersBox { display: table; margin: 300px auto 0px auto;}
		    #bannersBoxSub1 { display: table-row;  }
		    #bannersBox a { padding: 0px 20px 0px 0px; }
		
	    /** Copyright Box **/
	    #copyrightBox { position: absolute; top: 305px; right: 10px; width: 210px; }
		#copyrightBox a {  display: block; float: right; padding: 0px 0px 0px 0px; }
		#copyrightBox p {  float: left; font: normal 9px Arial, Helvetica, sans-serif; color: #AB606D; }

	#zero {position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;visibility:hidden;overflow:hidden}	    

	/* ----------------------------------------------*/
	/* -------------->>> FORMS <<<-------------------*/
	/* ----------------------------------------------*/	
		
	/* ----------------------------------------------*/
	/* ---------->>> DECORATION STYLES <<<-----------*/
	/* ----------------------------------------------*/
	
	    /** Emphasis **/
		
	    /** Paragraphs **/
		
	    /** Separators **/
		
	    /** Titles **/
		
	    /** Links **/
		
	    /** Text colors **/
		
	    /** Borders **/
		
	    /** Backgrounds **/

}
.csH2 { font-weight: bold }
