html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	background-color: #B80000;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

TD {
		font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:top;
}

A {
	color: #fff;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:760px;
	height:250px;
}

#banner {
	position:absolute;
	left:0px;
	top:5px;
	z-index:100;	
}

#logo {
	position:absolute;
	left:15px;
	top:5px;
	z-index:200;
	width:152px;
	background-color: #B80000; 
	padding-left: 23px;
}

#footer {
	display:block;
	height:20px;
	width:1000px;
}

#left {
	padding-top: 260px; /* 245 + 15 */
	width:210px;
	float:left;
}

.menuItem, .subMenuItem {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

.subMenuItem {
	padding-left:20px;
}

.menu UL {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	width:175px;
}

.menu UL LI {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-bottom: 1px dotted white;
	line-height: 25px;
}

#right {
	position:absolute;
	left:760px;
	padding: 5px 10px 10px 10px;
	width:220px;
	top:0px;
}

#right IMG {
margin-left:16px;
margin-bottom:16px;

}

#right A {
		text-decoration:none;
}

.phoneNumber {
	position:absolute;
	display:block;
	top:20px;
	left:60px;
	color: #000;
	font-size:16px;
	font-weight:bold;
}

#bannerText {
	padding-top:5px;
	display:block;
	position:absolute;
	color:#FFF;
	text-decoration:none;
	top:110px;
	left:50px;
	height:175px;
	font-size:24px;
	width:100px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
}

#content {
	padding-top: 260px; /* 245 + 15 */
	width:550px;
	margin-left:213px;			
}

#content TD, #content P {
		line-height: 20px;
}

#outer {
	width:1000px;
}

#inner {
	width:1000px;
}

/*** ORDER SYSTEM PAGE ***/

#orderSystem H2{
	margin:0px 0px 0px 0px;
	font-size:14px;
}

#orderSystem .submitButton {
	background-color: #B80000;
	color: #fff;
	border: 1px solid #fff;
	font-size:16px;
	font-weight:bold;
}
.orderInput {
	width:40px;
}

.typeHeader {
}

.formError {
		font-weight:bold;
		text-align:center;
		font-size:14px;
}

#disabledText {
	background-color:#999;
}

.guiForm_Element_Date_Day {
	width:16px;	
}
.guiForm_Element_Date_Month {
	width:16px;	
}
.guiForm_Element_Date_Year {
	width:32px;	
}
