

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#ffffff; font-family: 'Open Sans', sans-serif;font-weight: 400; letter-spacing:1; }

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:100%; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:100%; position:absolute; }

/* NAVIGATION */
#nav-outer { height:90px; padding-top:11px; position:relative; top:24px; background-image:url("../images/headerbg.png"); }
#navigation { height:90px; width:960px; margin:0 auto; background-image:url("../images/logo.png"); background-position:top left; background-repeat:no-repeat; }

/* MENU */
#menu { position:relative; top:59px; }
#menu ul { list-style:none; }
#menu ul li { display:inline; font-size:14px; }
#menu ul li a { color:#8e8d8d; text-decoration:none; padding-right:20px; }
#menu ul li a:hover { color:#525252;text-decoration:none; }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }