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


body {
	font-family:arial, verdana;
	font-size:.8em;
	background:#ccc;
	color:#000;
}

#container {
	width:800px;
	text-align:left;
}

#header {
	background-image:url('images/header.jpg');
	width:800px;
	height:493px;
}

#nav a {
	color:#000;
	font-family:helvetica;
	letter-spacing:1px;
	font-size:1.3em;
	text-transform:uppercase;
	text-decoration:none;
}

#nav a:hover {
	color:#fff;
}

#nav ul {
	position:absolute;
	top:175px;
	list-style-type:none;
	padding-top:10px;
	text-align:left;
	height:34px;

}

/* IE HACK */
* html #nav ul {
	top:192px;
}
/* IE HACK */

#nav li {
	display:inline;
	padding-left:40px;
}

#main {
	background-image:url('images/middle.png');
	position:absolute;
	width:800px;
	font-size:1.2em;
}

#padding {
	padding:0 40px;
}

h1 {
	font-size:1.6em;
	text-align:center;
	margin-top:20px;
}

#main li {
	padding-bottom:10px;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.bot {
	border-bottom:1px solid #ccc;
}

#order td, th {
	text-align:center;
	color:#000;
}

#order td {
	font-size:.9em;
}

.ordermiddle {
	/* background-image:url('images/middle.gif'); */
}

.ordertop {
	background-image:url('images/top.gif');
	height:50px;
}

.orderbottom {
	background-image:url('images/bottom.gif');
	height:49px;
}

#order .row {
	border-bottom:1px solid gray;
}

#footer {
	margin-top:20px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
	font-size:.7em;
	background-image:url('images/footer.gif');
	background-repeat:no-repeat;
	background-color:#ccc;
	margin-bottom:-10px;
	height:78px;
}

#footer a {
	padding:0 10px;
	text-transform:uppercase;
}

.left {
	float:left;
	clear:both;
}

.orange {
	font-weight:bold;
	color:#900;
}
