/*
Theme Name: Default
Color: 404639
*/

@charset "UTF-8";
/* =CALL LIBRARY */
@import url("../../default/reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */

a{text-decoration: none;color: #080347;}
a:hover{color: #DFDFD2;}
.hide,hr{display: none;}

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
  #container-top,#container-bottom,#container-bottom-2 {
    width:902px;
    height:1em;
    margin:0 auto;
    margin-top:3em; 
    position:relative;
  }
  body #container-bottom { margin-top:0;}
  body #container-bottom-2 { margin-top:0;width:860px;margin-bottom:3em;height:3em;background-repeat:no-repeat;background-position:bottom left;}
  #footer { padding:1em;text-align:right; }
  #footer a { padding:0 1em; }
	/* container */
	#container{
		width: 902px;
		margin: 0 auto;
		background: #171A0F;
	}
	
  #container #content ,#container .logoarea{
		width: 861px;
		margin: 0 auto;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		height: 2.5em;
		margin: .5em auto 1em;
    width:861px;
    
	}
	#navigation{ padding:0 1em; }
	#navigation li{ float: left; }
	#navigation li a{
    line-height: 2.5em;
    padding:0 1em;
		float: left;
		font-family: "Trebuchet MS";
		font-weight: bold;
		color: #b1b3ab;
	}
	#navigation li a span { font-size: 116%;  line-height:1em;  }
	#navigation li a:hover{ color: #82865b;  }
	
/* =FOOTER */
	#footer_wrapper{
		width: 902px;
    position:relative;
		margin: 0 auto;
		font-size: 116%;
		background: url(../images/footer_left.png) 0 0 no-repeat;
    height:1.55em;
    margin-bottom:3em;
    overflow:hidden;
	}
	#footer ul li{ float: left; padding-left:10px; }
	#footer li a:hover{ color: #AFBB4F; }
