div.fieldError {
	color: red;
}
.fieldError {
	color: red;
}

.button {
    height:25px;
    text-align: center;
    color: #883A00;
    font-family:Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    cursor:pointer;
}


#order-online, body {
	background-color:#E4A64E;
/* modified by Frances 
	background-image:url(images/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
*/
background-image:url(../images/bg.jpg);
background-repeat:repeat;
	
	/* make everything centered */
	margin: 0 auto;
	width: 998px;
position: relative;

font-size: small;
}

#nav {
	margin:0 0 0 0px;

	padding:0;
	float:left;

width:965px;
/*margin: 0 auto; */
margin:0 0 0 0;

background-color: #572500;
font-size: 10px;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color:#FFE59E;
	background:#572500;
	padding:8px 40.83px 8px 40.83px;
	float:left; 
 	width:auto; 
	border-left:1px solid #42432d;
	text-decoration:none;
/*	font:bold 1em/1em Arial, Helvetica, sans-serif;  */
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
font-weight:bold;
line-height:1em;

/*	text-shadow: 2px 2px 2px #555;   */
}

#nav li:first-child a {
	border-left:none;
}

#nav a:hover {
	color:#fff;
	background:#a9824d;
}


#home #nav-home a,
#our_coffe #nav-our_coffe a,
#menu #nav-menu a,
#about #nav-about a,
#employment #nav-employment a,
#contact #nav-contact a {
	background: #FFFFFF;
	color: #572500;
}
#order-online #nav-order-online a {
	background: url("../images/layout/parchment.gif");
	color: #572500;
}
#home #nav-home a:hover,
#order-online #nav-order-online a:hover,
#our_coffe #nav-our_coffe a:hover,
#menu #nav-menu a:hover,
#about #nav-about a:hover,
#employment #nav-employment a:hover,
#contact #nav-contact a:hover {
	background:#A9824D;
}
#nav a:active {
	background:#572500;
	color:#fff;
}

#pageContent {
	font-size: 16px;
/*	
	margin-top: 8px;
	margin-bottom: 8px;
*/
}
#nav-wrapper {
height: 30px;
}

