html, body, #wrapper { height: 100%; }

body, #header { 
	background-image: url(../images/fade_bg.gif); 
	background-repeat: repeat-x; }

body {
	background-color: #FFF;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0; }

#wrapper { 
	width: 862px; height: auto; min-height: 100%;
	position: relative;
	margin-left: auto; margin-right: auto;
	border: 0;
	padding: 0; 
	background-color: #fff; }

img { border: 0; }

#header, #content, #footer { width: 100%; }

/* HEADER */
#header { height: 166px; margin: 0; border-top: 1px solid #f1f1f1; }

/* GLOBALHEADER */
#globalheader { width: 560px; height: 24px; margin-top: 136px; margin-left: auto; margin-right: auto; position: relative; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 112px; height: 0; padding-top: 24px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/navbg.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-homepage a { background-position: 0 0; }
#globalheader #globalnav li#gn-products a { background-position: -112px 0; }
#globalheader #globalnav li#gn-service a { background-position: -224px 0; }
#globalheader #globalnav li#gn-about_us a { background-position: -336px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -448px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-homepage a:hover { background-position: 0 -24px; }
#globalheader #globalnav li#gn-products a:hover { background-position: -112px -24px; }
#globalheader #globalnav li#gn-service a:hover { background-position: -224px -24px; }
#globalheader #globalnav li#gn-about_us a:hover { background-position: -336px -24px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -448px -24px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-homepage a:active { background-position: 0 -48px; }
#globalheader #globalnav li#gn-products a:active { background-position: -112px -48px; }
#globalheader #globalnav li#gn-service a:active { background-position: -224px -48px; }
#globalheader #globalnav li#gn-about_us a:active { background-position: -336px -48px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -448px -48px; }

/* FOOTER */
#footer { position: absolute; left: 0px; bottom: 0px; color: #999; padding-bottom: 25px; font-size: 9px; }
#footer #scroller { 
	height: 26px; 
	border: 1px solid #CCC; border-bottom: 2px solid #CCC; 
	-webkit-border-radius: 7px; /* Safari prototype */ 
	-moz-border-radius: 7px; /* Gecko browsers */
	border-radius: 7px; 
	background-image: url(../images/fade_bg.gif); background-repeat: repeat-x; 
	margin: 5px 26px; margin-bottom: 20px;
	font-size: 12px; }
#footer #footwrap { position: relative; margin: 5px 26px; }
#footer #footwrap a:link, a:visited { color: #0085CF; text-decoration: none; }
#footer #footwrap a:hover { color: #0085CF; text-decoration: underline; }
#footer #footwrap hr { color: #DDD; background-color: #DDD; width: 100%; height: 1px; margin: 6px 0; border: 0; }
