@charset "utf-8";

h1 { font-size:14pt; font: Geneva, Arial, Helvetica, sans-serif }
h3 { color: #75270A; font-size:10pt; font: Geneva, Arial, Helvetica, sans-serif }
h4 { color: #75270A; font-size:9pt; font: Geneva, Arial, Helvetica, sans-serif }
h5 { font: Geneva, Arial, Helvetica, sans-serif; font-size:10pt }
table {	font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:link { text-decoration:none; color:#FFFFFF;}
a:visited {text-decoration:none; color:#FFFFFF;}
a:hover {text-decoration:none; color:#FECC4E;}
a:active {text-decoration:none; color:#75270A;}

p.loc_nums { font-size: 1.5em; }

#bg_img {
	margin: 0px auto;
	padding-top: 160px;
	width: 933px;
	background: url(images/YellowStarburstBackground.png) no-repeat;
} 
#container {
	margin: 0px auto;
	width:783px;
	padding-bottom: 40px;
}
#box_img {
	width:783px;
	height:119px;
	background: url(images/contentboxtop.png) no-repeat;
}

#logo_img {
	position:absolute;
	top: 90px;
	margin: 0px 110px;
}

#links_bar {
	padding: 70px 20px 0px 253px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 600;
	color: #FFF;
}

#box {
	width: 753px;
	padding: 20px 30px;
	background:url(images/contentboxmain.png) repeat-y;
}

#left_frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75270A;
	padding: 9px 19px 10px 1px;
	text-align: right;
	width: 195px;
	float: left;
}

#center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 730px;
	text-align: center;
	color: #75270A;
	padding: 10px;
	float:left;
}

#menu_column {
	padding: 10px;
	width: 220px;
	float: left;
}

/* orders_left/orders_right aren't being used, they didn't work on mobile devices */
/* they are embedded in the text on the orders page */
.orders_left {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 1.2em;
	width: 500px;
	float:left;
}

.orders_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 200px;
	float:left;
}

.onl_cant_order {
	height: 130;
}

.onl_order {
	height: 130;
}

#right_frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 510px;
	padding: 4px 25px 10px 0px;
	float:right;
}

#footer {
	background:url(images/contentboxbottom.png);
	height:37px;
	padding:10px 30px;
}

.button {
	font-size: .88em;
	text-align: center;
	background-color: #B52025;
	color: white;
	padding: 2px;
	border: solid 1px white;
	border-radius: 10px;
	width: 150px;
}

.clear {
	clear:both;
}