/* This prevents the background image from shifting
-------------------------------------------------------------------------------*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
	
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #FFF;
	overflow:hidden;
	}
	
#banner {
	width: 960px;
	height: 85px;
	}	
	
	
/* Menu
-------------------------------------------------------------------------------*/	
#menu {
	width: 960px;
	height: 26px;
	float: left;
	}
	
ul#nav {
	position:absolute;
	width: 960px;
	height:26px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	background: transparent url(menu.gif) no-repeat 0 -26px;
	}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background: transparent url(menu.gif) no-repeat;
	}

/* Dimensions of menu items */
li#nav-home a {
	width:106px;
	height:26px;
	}
li#nav-login a {
	width:145px;
	height:26px;
	}
li#nav-orders a {
	width:209px;
	height:26px;
	}	 
li#nav-service a {
	width:167px;
	height:26px;
	}
li#nav-status a {
	width:179px;
	height:26px;
	}
li#nav-cart a {
	width:154px;
	height:26px;
	}

/* Rollover functions */
li#nav-home a:link, li#nav-home a:visited {	
	background-position: 0 0;
	}
li#nav-home a:hover, li#nav-home a:focus {
	background-position: 0 -26px;
	}
/* LOGIN */
li#nav-login a:link, li#nav-login a:visited {	
	background-position: -106px 0;
	}
li#nav-login a:hover, li#nav-login a:focus {	
	background-position: -106px -26px;
	}
/* ORDERS */
li#nav-orders a:link, li#nav-orders a:visited {	
	background-position: -251px 0;
	}
li#nav-orders a:hover, li#nav-orders a:focus {	
	background-position: -251px -26px;
	}
/* SERVICE */
li#nav-service a:link, li#nav-service a:visited {	
	background-position: -460px 0;
	}
li#nav-service a:hover, li#nav-service a:focus {	
	background-position: -460px -26px;
	}
/* STATUS */
li#nav-status a:link, li#nav-status a:visited {	
	background-position: -627px 0;
	}
li#nav-status a:hover, li#nav-status a:focus {	
	background-position: -627px -26px;
	}
/* CART */
li#nav-cart a:link, li#nav-cart a:visited {	
	background-position: -806px 0;
	}
li#nav-cart a:hover, li#nav-cart a:focus {	
	background-position: -806px -26px;
	}
	
/* Navigation "active tabs" - current page indicator */
body#home-page ul#nav li#nav-home a {
	background-position: 0 -26px;
	}
body#login-page ul#nav li#nav-login a {
	background-position:-106px -26px;
	}
body#orders-page ul#nav li#nav-orders a {
	background-position:-251px -26px;
	}
body#service-page ul#nav li#nav-service a {
	background-position:-460px -26px;
	}
body#status-page ul#nav li#nav-status a {
	background-position:-627px -26px;
	}
body#cart-page ul#nav li#nav-cart a {
	background-position:-806px -26px;
	}
	

/* Content div
-------------------------------------------------------------------------------*/
#content {
	height: 400px;
	width: 960px;
	}
	

/* Fonts
-------------------------------------------------------------------------------*/	
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #495a19;
	}
.body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #979797;
	}
.body2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #979797;
	}
.body3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	}
.body4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #495a19;
	}
.body5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000;
	}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #86974c;