@charset 'utf-8';
/* CSS Document */

a{
outline:none;
}

.wrapper{
width:950px;
margin:0 auto;
position:relative;
z-index:3;
}


.blank{
clear:both;
height:1px;
}


/*--Header--*/

#header_bg{
background:url(../images/header_bg.jpg) repeat-x;
height:140px;
position:relative;
margin-top:-179px;
margin-left:25%;
z-index:3;
}

#header_left_bg{
background:url(../images/header_left_bg.jpg) repeat-x;
height:179px;
margin-right:75%;
position:relative;
z-index:2;
}

#logo{
position:absolute;
z-index:3;
}

#header_drawing{
position:absolute;
z-index:3;
right:80px;
}



/*--Nav--*/


    #tabs1 {
      position:absolute;
	  right:0px;
      width:540px;
      font-size:93%;
      line-height:normal;
	  z-index:4;
      }
    #tabs1 ul {
	  margin:0;
	  list-style:none;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:14px;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	*html #tabs1 a {
	background:url("../images/tableft1.jpg") no-repeat left top;
	  }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.png") no-repeat right top;
      padding:80px 19px 21px 14px;
      color:#af7268;
      }
	*html #tabs1 a span{
	background:url("../images/tabright1.jpg") no-repeat right top;
	  }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs1 a:hover span, #tabs1 a.selected span{
      color:#fff;
      }
    #tabs1 a:hover, #tabs1 a.selected{
      background-position:0% -123px;
      }
    #tabs1 a:hover span, #tabs1 a.selected span{
      background-position:100% -123px;
      }
	  
/*--Footer--*/

#footer{
margin-top:60px;
height:100%;
display: block;
}

#footer_topedge{
background:url(../images/footer_bg.jpg) repeat-x top;
height:100px;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
padding-top:22px;
color:#af7268;
}

#footer a{
text-decoration:none;
color:#af7268;
}

#footer a:hover{
color:#b44533;
}