html, body {
	margin: 0px;
	padding: 0px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #000;
	}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, city, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {																																																																																																																																																																																																																																																																																																																																						margin: 0px;																																																																																																																																																																																																																																																																																																																																													padding: 0px;
font-size: 100%;
vertical-align: baseline;
border: 0px;
outline: 0px;
/*background: transparent;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET END */

a:link { color: #fdffc5; font-weight: bold; }
a:visited { color: #fdffc5; }
a:active { color: #fdffc5; }
a:hover { color: #fdffc5; }

h1 {
	color: #efe08a;
	font: normal 48px "Times New Roman", Times, serif;
	text-align: left;
}

p {
	color: #aaa378;
	line-height: 125%;
}

#ar-body {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0 auto;
	padding-top: 12px;
}

.moduletablebanner {
	width: 1080px;
	height: 270px;
	margin: 9px auto;
	border: 10px solid #000;
}

#container {
	background: #ebeff5;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 45px 70px;
	border: 20px solid #444f62;
}

#container h1 {
	font: 35px "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}

#container h2 {
	font: 29px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #626262;
	}
	
#container h3 {
	font: 15px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #91918e;
	margin-top: 20px;
	}

#container p {
	font: 15px Tahoma, Geneva, sans-serif;
	color: #3a3a3a;
	line-height: 150%;
	margin-top: 10px;
}

#left70 {
	width: 420px;
	float: left;
	display: inline;
}

#left100 {
	width: 100%;
	float: none;
}

#right {
	width: 497px;
	float: right;
	display: inline;
	}
	
table.inventlist {
	width: 798px;
	background: #EBEFF5;
	margin: 1em auto;
	border: 1px solid #EBEFF5;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

table.inventlist th {
	background: #575757;
	text-align: center;
	font: 15px "Myriad Pro", Tahoma, Geneva, sans-serif;
	padding: 6px;
	color: #FFF;
	border-left: thin solid #EBEFF5;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
  vertical-align: middle;
}

table.inventlist tr {
		background: #e2e2d4;
		border-bottom: 1px solid #a9a9a9;
		border-left: thin solid #a9a9a9;
		border-right: thin solid #a9a9a9;
}

table.inventlist td {
	color: #676767;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

table.inventlist tr:nth-child(odd) {
	background: #fff7d3;
} 

table.inventlist td.make {
	text-align: left;
	padding-left: 30px;
}

table.inventlist td.price {
	color: #ad0000;
	font-weight: bold;
 text-align: right;
	padding-right: 26px;
}
table.inventlist td.price:before {
    content: "$";
}
/*table.inventlist tr.odd {
	background: #fff7d3;
}
	*/
#footer {
	margin-top: 38px;
	clear: both;
	color: #dcdcdc;
	font-size: 12px;
	text-align: center;
}