

/* defaults */

* { margin:0; padding:0;}

body {  
	font-family: Verdana, Arial, Sans-serif; color:#000; font-size:12px;
	background-color:#fff;
}

a { text-decoration: none; }

.clear { clear:both; }
.wrapper { width:980px; margin:0 auto; overflow:hidden; }

/* header */

.header { background:url('../images/header_background.jpg') repeat-x; height:396px; width:100%; margin-bottom:5px; }
.logo_hit { display:block;
height:105px;
position:absolute;
top:40px;
width:340px;  }



/* menu */
.menu_space { background:url('../images/menu_background.jpg') no-repeat; height:50px; width:980px; font-size:14px; color:#fff; }
.menu_space ul { list-style:none; position:absolute; margin:14px;  }
.menu_space ul li { float:left; text-align:center;  }
.menu_space ul li a { display:block; height:21px; color:#fff; padding:3px 10px 0 10px; }
.menu_space ul li a:hover, .menu_selected {	background:url('../images/menu_button_background.jpg') repeat-x;
	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px; }
.menu_selected { font-weight:bold; }
.radius { }
.menu_separator { margin:0 5px; }



/* footer */
.footer { background:url('../images/footer_background.jpg') repeat-x; height:114px; width:100%; margin-top:15px; }
.footer_text { text-align:center; border-top:1px solid #ef7900; font-size:10px; padding-top:10px; }
.footer_text a { color:#cc6802; }
