@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/gradienttop.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#container { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #990033;
	background-image: url(images/gradientbottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#FFF;
} 
#header {
	padding: 0;
	height: 320px;
	background-image: url(images/commercial-kitchen-headertop.png);
	background-repeat: no-repeat;
	position: relative;
} 
#header h1 {
	margin: 0;
	padding-top:10px;
	padding-left:260px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:#990033;
	font-size:14px;
}
#sidebar1 {
	float: left;
	width: 260px;
	padding:0;
	margin:0;
}
#mainContent { 
	margin: 0 0 0 260px;
	padding:0;
}
#footer {
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-align: center;
	clear: both;
} 
#footer p {
	margin:0;
	font-size:12px;
	padding:5px 20px;
}
#footer h1 {
	margin:0;
	font-size:12px;
}
#footer img {
	margin:0;
	padding:0;
}
#footertop {
	height:20px;
	background-image: url(images/footertop.png);
	background-repeat: no-repeat;
	background-position: left top;		
}
#footermid {
	background-image: url(images/footermid.png);
	background-repeat: repeat-y;
	background-position: left top;		
}
#footerbottom {
	height:20px;
	background-image: url(images/footerbottom.png);
	background-repeat: no-repeat;
	background-position: left top;		
}
ul {
	list-style-type:disc;
	padding-left:35px;
}
li{
	font-size: 12px;
	padding: 2px;
}
h1 {
	font-size: 15px;
	padding: 0 20px;
	margin:0;
}
h2 {
	font-size: 15px;
	padding: 0 20px;
	margin:0;
}
h3 {
	font-size: 17px;
	padding: 10px 20px;
	margin:0;
}
p {
	margin:0;
	font-size:12px;
	padding:0 20px;
}
a:link, a:visited {
	color:#990033;
	font-weight:bold;
}
a:hover, a:active {
	color:#ffcc66;
	font-weight:bold;
}
table {
	width: 480px;
	margin-left: 25px;
	margin-top: 10px;
	text-align:center;
}
th {
	color:#FFFFFF;
	font-size: 14px;
	border: 2px solid #ffcc66;
}
td {
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	border: 2px solid #ffcc66;
}
.rates {
	position: absolute;
	height: 70px;
	width: 182px;
	top: 60px;
	right: 0px;			
}
.pombold {
	color:#990033;
	font-weight:bold;
}
.orlgbold {
	color:#ff9900;
	font-weight:bold;
	font-size:14px;
}
.bold {
	font-weight:bold;
}
.italics {
	font-style: italic;
	font-weight:bold;
}
.pomlgbold {
	color:#990033;
	font-weight:bold;
	font-size:13px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: left;
    height: 0;
    line-height: 0;
}

