.dkGreen {
	background-color: #003300;
}

.ltGreen {
	background-color: #005000;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #005000;
}

p {
	font-size: 12px;
}

/*------------------------------------------------------------------------*/
/*  MENU  */
/*------------------------------------------------------------------------*/
ul#menu {
	width: 175px;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
}

	ul#menu li {
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
	}
	
		ul#menu a {
			width: 165px;
			margin: 0;
			padding: 3px 0 3px 10px;
			float: left;
			font-size: 1.3em;
			color: #FFF;
			text-decoration: none;
			outline: none;
		}
		
		ul#menu a:hover {
			text-decoration:underline;
		}


		ul#menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		ul#menu ul a {
			width: 145px;
			margin: 0;
			padding: 3px 0 3px 30px;
		}
/*------------------------------------------------------------------------*/
			
.rhandcell {
	font-size: medium;
	line-height: 20px;
	padding: 10px;
}

.rhandcell ul{
	padding: 0;
	margin-left:10px;
}

.rhandcell ul ul{
	margin-left: 10px;
}

#maincontent {
	padding: 10px;
}

h2{
	font-size: medium;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h2.image-headers{
	font-size: 13px;
	margin-bottom: 0px;

}



h2 .firstLetter {
	font-size: x-large;
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.email {
	font-size: 11px;
}

a.thumbLink {
	text-decoration: none;
}

.corporateMenuLink a {
	width: 610px;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	float: left;
	clear: left;
	background-color: #030;
	text-align: center;
}

/*----------------------------------------------*/
/*  CORPORATE LUNCH ORDER FORM  */
/*----------------------------------------------*/

#topright {
	width: 50%;
	padding: 0 15px 15px;
	float: right;
	background-color: #030;
	font-size: 1.2em;
}

#topright h1 {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}

	#items th {
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
	}
	
	#totals {
		float: right;
	}
	
	#totals input {
		width: 40px;
		padding: 0;
		background-color: transparent;
		border: none;
		color: #FFF;
	}
	
	#totals input.submit {
		width: auto;
		margin: 10px 0 0;
		padding: 3px 10px;
		background-color: #244800;
		border: none;
		color: #FFF;
		cursor: pointer;
	}

#menuitems {
	font-size: 1.4em;
	line-height: 1.3;
	clear: both;
}

	#menuitems td {
		vertical-align: top;
	}

#menuitems h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

#menuitems p {
	margin: 0 0 15px;
	text-transform: uppercase;
}

#menuitems span {
	text-transform: none;
}

#menuitems input {
	width: 40px;
}

.formfield {
	width: 500px;
}

.inputlabel {
	width: 150px;
	clear: left;
	float: left;

	padding: 10px;
}

.inputvalue {
	width: 250px;
	float:right;
	clear: right;
	padding: 5px;
}

.inputvalue input,textarea {
	padding: 3px;
	border: none;
	width: 230px;
}

.button {
	color:#003300;
	background:#FFFFFF;
}
	
.button:hover {
	color:#FFFFFF;
	background:#003300;
}


#tcs {
	width: 400px;
}

#orderform {
	margin-left: 10px;
}

#orderform h2 {
	padding: 10px;
}
#orderform h3 {
	padding: 10px;
	color: red;
}

.order-link {
	position: relative;
	top: -25px;
	font-size: 1.2em;
}

.order-link-topright {
	position: relative;
	top: 0px;
	left: 15px;
	font-size: 1.2em;
}
