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

Maroon: #762b2e

*/

/* Tags */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
p {
	padding:2px 10px 7px;
	margin:0;
	line-height:14px
}
h1, h2, h3, h4, h5 {
	padding:2px 10px 0px 5px;
	margin:2px 0 0 0;
}
h2 {
	color:#762b2e;
}
img {
border:0;
}



/* Divs */

#wrapper {
	width:800px;
	margin:20px auto 10px;
}
#main {
	width:800px;
	margin:0;
	background-image:url(images/dots-305.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#top {
	width:800px;
	margin:0 0 0px 0;
	background-color:#fff;
}


/* Classes */

.modeltable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 5px 0px;
	padding: 5px 0;
	background-image: url(images/dots-horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.modeltablefirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 0 5px 0px;
	padding: 0 0 5px 0;	
}
.modeltableunderline {
border-bottom:1px solid #000;
}
.modelnumber {
	font-size:11px;
	font-weight:bold;
	padding:5px 0 3px 0;
}
.modelnumberred {
	font-size:12px;
	font-weight:bold;
	color: #762b2e;
	padding:5px 0 3px 0;
}





a:link {
	color: #762b2e;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
a:active {
	color: #762b2e;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	line-height: 110%;
}
