body {
	background: url(img/bg.jpg) repeat-x #FFF left top;
	text-align: center;
	margin: 0;
	padding: 0;
}

a img {
	/* No borders on image links */
	border: 0;
}

a:link, a:visited {
	color: #90c14e;
	text-decoration: none;
}

a:active, a:hover {
	color: #1f89d2;
	text-decoration: underline;
}

.errorMessage {
	color:#900;
}

.clear, .clearfix {
	clear: both;	
}

/* Main container */
#container {
	width: 917px;
	
	margin: 0px auto;
	position: relative;
}

/* Header */
#header {
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header_top {
	height: 60px;	
}

#logo {
	float: left;
	width: 228px;
	height: 40px;
}

#login {
	background-image: url(img/login.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 689px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #b54211;
}

#login input {
	background-color: #BFE292;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3C822C;
	border-right-color: #3C822C;
	border-bottom-color: #3C822C;
	border-left-color: #3C822C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 10px;
}

#error-login {
	position: absolute;
	right: 10px;
	top: 15px;
	background-color: #fdd2d2;
	border-top: 1px solid #ac0101;
	border-bottom: 1px solid #ac0101;
	padding: 5px 40px 5px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ac0101;
}

#cart_status {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #b54211;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}

#login_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #b54211;
	float: left;
	margin-left: 30px;
	margin-top: 18px;
}

#login #logForm, #login #login-options {
	float: right;
	width: 450px;
	padding: 0px;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

#header_bottom {
	height: 20px;	
	background: url(img/header-bottom.jpg) no-repeat;
	padding-right: 20px;
	padding-top: 6px;
}

#header_bottom a:last-child {
	border-right: none;
}

#header_bottom a {
	display: block;
	float: right;
	padding: 0 30px;
	border-left: 1px solid #b64312;
	text-decoration: none;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #b64312;
}

#header_bottom a:hover { 
	text-decoration: underline; 
	color: #b64312;
}

#header_green {
	background-image: url(img/bg_green.gif);
	background-repeat: no-repeat;
	height: 49px;
}

#header_green div {
	padding-left: 10px;
}

#header_green a {
	margin-top: 20px;
	padding: 0 14px 0 14px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-left: 1px solid #4f8e20;
	color: #FFF;
}

#header_green a:first-child {
	border-left: none;
}

#bus_address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #bfe292;
	float: left;
	margin-left: 20px;
	margin-top: 15px;	
}

#bus_tele {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #bfe292;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

/* Meal Menu Styles */
#menu {
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat-y;
}

#menuTitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #c43b1a;
}

.leftCol {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-bottom: 50px;
}

.rightCol {
	float: right;
	width: 300px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.sectionName {
	color: #c43b1a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

.sectionDescription {
	margin-top: -14px;
	color: #c43b1a;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

a.anchorlink:link, a.anchorlink:visited {
	color: #488a39;
	text-decoration: none;
}

a.anchorlink:active, a.anchorlink:hover {
	color: #1f89d2;
	text-decoration: none;
}

.itemContainer {
	position: relative;
}

.item {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.itemName {
	color: #488a39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.itemDescription {
	color: #3c822c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.addItem {
	margin-top: 10px;	
}
.addItem img {
	float:left;
	padding-right: 10px;
}
.addItem a {
        color: #658a0d;
        font-size: 12px;
        font-weight: bold;
}

.itemImage {
	margin-top: 5px;
}

.price {
	float: right;
	width: 30px;
	margin-left:20px;
	bottom: 0px;
}

.itemPrice {
	color: #488a39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.itemRate {
	display: block;
	margin-top: 20px;
	margin-left: 24px;
}

/* Add Item Style */
.add-item {
	margin-top: 20px;
	color: #d42b18;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 24px;
}

.add-box {
	float: left;
	border: 1px solid #d8e6c4;
	padding: 10px;
	margin: 20px;
	color: #3c822c;
}

.add-title {
	font-weight: bold;
	padding-bottom: 12px;
}

/* Cart Style */
.cart {
	font-weight: bold;
	color: #3c822c;
	font-size: 11px;
}

.cart th {
	color: #3c822c;
	border-bottom: 1px solid #d8e6c4;
}

.cart .cart-line {
	border-bottom: 1px solid #d8e6c4;
}

.cart input[type=text] {
	font-weight: bold;
	color:  #3c822c;
}

.cart .cart-item {
	color: #629a15;	
}

.cart .cart-amount {
	font-weight: normal;
	color: #629a15;
}

.cart .cart-subitem {
	font-weight: normal;
	color: #9aa788;	
}

.cart input.delete {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('img/delete.gif') no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/* Checkout */

.checkout-step {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #d42b18;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.checkout-title {
	margin-bottom: 20px;
	color: #d42b18;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 24px;
}

.entryTable, .infoTable {
	font-weight: bold;
	color: #3c822c;
	font-size: 12px;
}

/* Content */
#content_bg {
	background-image: url(img/bg_menu.png);
	background-repeat: repeat-y;
	
	margin: 0px auto;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#content-end {
	height: 53px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	
	margin: 0px auto;
}

/* Footer */
#footer {
	margin: 0 auto;
	background-image: url(image/AsianGourmetFooter.gif);
	height: 125px;
	width: 908px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #397E21;
}
