@charset "UTF-8";

/* --------------------- MISC --------------------- */
body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial;
	color: #524939;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 1.6em;
}
img {
	border: 0;
}
a {
	text-decoration: underline;
	color: #524939;
}
a:hover {
	text-decoration: underline;
}
div, form, input, p, img {
	margin: 0; padding: 0;
}
.clear {
	clear: both;
}
#spacer {
	height: 0.8em;	
}

#mainCoontainer {
	position: relative;
	width: 920px;
	top: 0px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#intro {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 60px;
}

#top {
	margin-top: 40px;
}

#topleft {
	float: left;
}
#topright1 {
	float: right;
	width: 230px;
	vertical-align: bottom;
	height: 150px;
}
#topright2 {
	float: right;
	width: 230px;
	vertical-align: text-bottom;
	height: 150px;
}

#footer {
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 5px;
}
.price_hdr {
	font-size: 13px;
	font-weight: bold;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
li {
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

