@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
	}
#menu {
	width:215px; height:239px;
	}
#menu ul, #menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li {
	
	}
#menu a {
	display:block;
	height:33px;
	line-height:33px;
	
	background-color:#BCBDC0;
	border-bottom:1px solid #FFFFFF;
	
	text-align:right;
	
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-right:7px;
	}
#menu a:hover {
	background-color:#FF6600;
	color:#FFFFFF;
	}
.corner {
	background-image:url(interface/menu_corner.jpg); background-repeat:no-repeat; background-position:top left;
	}
.corner:hover {
	background-image:url(interface/menu_corner_orange.jpg); background-repeat:no-repeat; background-position:top left;
	}
.esky {
	background-image:url(interface/esky_icon.jpg); background-repeat:no-repeat;
	}
.esky:hover {
	background-image:url(interface/esky_over.jpg); background-repeat:no-repeat;
	}
h1 {
	color:#333333;
	font-weight:bold;
	font-size:20px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:2px;
	}
.subtitle {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	}
h2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#CC3300;
	}
h2 a {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	padding-left:10px;
	}
h2 a:hover {
	color:#FF6600;
	}
p {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	line-height:1.6;
	}
	
#content {
	overflow:auto;
	
	padding:5px;
	width:566px;
	padding-right:20px;
	padding-left:10px;
	
	float:right;
	
	background-color:#BCBDC0;
	
	margin-top:9px;
	background-image:url(interface/heading_underline.jpg); 
	background-repeat:repeat-x; 
	
	height:310px;
	
	background-attachment:scroll;
	}
#content_ordering {
	width:auto; margin-top:9px; padding:5px; 
	background-image:url(interface/ordering_background_image.jpg); background-repeat:no-repeat;
	padding-left:75px;
	
  min-height:350px;
  height:auto !important;
  height:350px;
	
	}
#content_admin {
	width:auto; margin-top:9px; padding:5px; 
	background-image:url(interface/admin_system_background_image.jpg); background-repeat:no-repeat;
	padding-left:75px;
	
	}
.content_background_admin {
	background-image:url(interface/admin_system_background_repeat.jpg); background-repeat:repeat-y; background-color:#E8E8E9;
	}
.content_background {
	background-image:url(interface/ordering_background.jpg); background-repeat:repeat-y; background-color:#BCBDC0;
	}
#container {	
	width:820px; margin-left:auto; margin-right:auto; overflow:hidden; padding-bottom:14px; 
	}
#heading {
	height:140px; 
	/*background-image:url(interface/fresher-cleaner-tastier.jpg); background-position:right bottom; background-repeat:no-repeat;*/
	}
#feature {
	float:right; width:596px; height:239px;
	}
#footer {
	clear:both; width:820px; float:left; text-align:right;
	}
.image_left {
	width:215px; margin-top:9px;
	}
a {
	color:#CC3300;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
	
.tables td {
	border-top:#CCCCCC solid 1px;
	}
.tablelighter td {
	border-top:#DDDDDD solid 1px;
	}
.tr2 td {
	background-color:#CCCCCC;
	}
.tr1 td {
	background-color:none;
	}


.button {	
	background-color:#999999;
	color:#333333;
	border:#FF6600 1px solid;
	font-weight:bold;
	display:inline-block;
	line-height:25px;
	padding:0px 8px 0px 8px;
	margin-left:4px;
	}
.button:hover {	
	background-color:#FF6600;
	color:#FFFFFF;
	border:#FF6600 1px solid;
	}
	
	
label {
	display:inline-block;
	width:175px;
	font-weight:bold;
	}
.orange_highlight {
	color:#FF6600;
	}
.p_one p {
	line-height:1.0;
	}
	
.homefont {
	 font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;
	 
	 }