@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../assets/body_back.jpg) repeat-x top center;
	background-color: #fcf1cb;
}
* {margin: 0px; padding: 0px;}





/*================================ Framework ==*/

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	width: 840px;
	height: 190px;
	background: url(../assets/masthead_back.jpg) no-repeat top center;
}
#contentwrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 20px 0px;
}
#leftcol {
	width: 185px;
	float: left;
	background: url(../assets/leftcol_back.jpg) no-repeat top center;
	margin: 0px 0px 0px 30px;
	padding: 20px 0px 0px 15px;
}
#content {
	width: 520px;
	float: right;
	margin: 0px 30px 0px 0px;
}





/*================================ Main Typography ==*/

h1 {
	margin-bottom: .4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6e0505;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: lighter;
}
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #545353;
	margin-bottom: .5em;
	font-weight: lighter;
}
h3 {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #6e0505;
	margin: 1em 0em .2em 0em;
}
p {
	font-size: .85em;
	line-height: 1.4em;
	color: #545353;
	margin-bottom: .75em;
} 
ul {
	font-size: .85em;
	line-height: 1.4em;
	color: #545353;
	margin: 10px 0px 0px 15px;
} 

a img {
border: none;}



/*================================ Main Navigation ==*/

#mainnav {
	width: 800px;
	height: 40px;
	background: url(../assets/nav_back.jpg) repeat-x top center;
	margin: 0 auto;
}
#mainnav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#mainnav li {
	float: left;
	background: url(../assets/divider.jpg) no-repeat right top;
}
#mainnav a:link, #mainnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	padding: 0px 21px;
	color: #fff;
}
#mainnav a:hover {
	color: #FFCC66;
}



/*================================ Left Col ==*/

.numbers {
	font-size: 1.8em;
	color: #6e0505;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftcol a:link, #leftcol a:visited {
	text-decoration: none;
	color: #6e0505;
}
#leftcol a:hover {
	text-decoration: underline;
} 




/*================================ Main Content ==*/

.thumbs {
	background: url(../assets/thumbs_back.jpg) no-repeat top center;
	height: 155px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.thumbs img {
	margin: 15px 25px 0px 0px;
}
.thumbs img.last {
	margin-right: 0px;
}
table {
	font-size: .85em;
	line-height: 1.4em;
	color: #545353;
}
table .price {
	font-weight: bold;
	color: #6e0505
}
table em {
	font-size: .9em;
}
thead td {
	padding: 5px 10px;
	vertical-align: top;
}
tbody td {
	padding: 10px;
	vertical-align: top;
}
thead tr td {
	border-bottom: 3px solid #999999;
}
tbody tr td {
	border-bottom: 1px dashed #999999;
}
thead {
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
}


/*================================ Footer ==*/

#footer {
	width: 800px;
	height: 40px;
	background: url(../assets/footer_back.jpg) repeat-x top center;
	clear: both;
	margin: 0 auto;
}
#footer p {
	line-height: 40px;
	padding-left: 30px;
	font-size: .7em;
}

#footer a:link, #footer a:visited {
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
}



/*================================ Forms ==*/

form fieldset {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 10px 0px 0px 0px;
}
legend {
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: #545353;
}
.required {
	font-size: .6em;
	font-style: italic;
	position: absolute;
	top: 420px;
	left: 400px;
	/*display: block;*/
}
form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form li {
	margin: 10px 0px;
}
label {
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	margin-right: 1em;
	text-align: right;
	width: 8em;
	color: #666;
}
input {
	width: 70%;
	font-size: .8em;
	padding: 5px;
}
input.submit {
	width: auto;
	margin-left: 9em;
/*	font-size: .6em;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #194377;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;*/
}
textarea {
	width: 70%;
	height: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}





/*================================ Hacks and Filters ==*/

.clearfix {clear: both;}