* {
	margin: 0;
	padding: 0;
	
}

body {
	background: url('images/lines.png');
	font-family: verdana, arial;
	font-size: 9px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#shadow {
	width: 1000px;
	background: url('images/bgshadow.png')
}

#banner {
	border: solid 1px #aaaaaa;
}

#footer {
	font-family: verdana, arial;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}

#footer a {
	color: #ff9900; 
	font-weight: bold;
}

#logo {
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 12px;
	width: 430px;
}
#menu {
	text-align: right;
	float: left;
	margin: 0px;
	margin-top: -15px;
	z-index: 2;
}

#menu img {
	margin-left: 3px;
	margin-right: 4px;
}

#topshadow {
	margin: 0px;
	margin-bottom: -2px;


}

#content {
	font-family: arial;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 25px;
}

#sidebar {
	margin: 5px;
	margin-right: 10px;
	font-family: arial;
	font-size: 16px;
	color: white;
	line-height: 22px;
}

#sidebar ul {
	margin-left: 8px;
	padding-left: 15px;
}

#sidebar li {
	margin-bottom: 10px;
	list-style: circle outside; 
	color:white;
	line-height: 22px;
}

.white {
	color: #ffffff;
}

.subtext {
	font-size: 9px;
	color: #000000;
	margin-left: 8px;
	margin-bottom: 5px;
}

.input {
	border: solid 2px #ffffff;
	background-color: #95e5ff;
	height: 25px;
}

.orderform {
	border: solid 1px #eeeeee;
	background: #ffffee;
	margin-left: -10px;
	width: 200px;
	height: 30px;
}

.orderselect {
	border: solid 1px #eeeeee;
	background: #ffffee;
	width: 200px;
	height: 30px;
}

.ordertext {
	border: solid 1px #eeeeee;
	background: #ffffee;
	margin-left: -10px;
	width: 400px;
	height: 300px;
}

.ordersubmit {
	border: solid 3px #ff9900;
	background: url('images/lines.png');
	margin-left: 0px;
	width: 200px;
	height: 30px;
	color: #000000;
}

#ordersubtext {
	font-size: 11px; 
	margin-top: -10px; 
	margin-left: 155px;'
}

.subscribe {
	border: solid 1px #999999;
	background: url('images/lines.png');
}

.pricetable {
	font-size: 13px;
	margin: 0px;
}
	

.normal { 
	background-color: #ffffee; 
}

.highlight { 
	background-color: #95e5ff; 
}

