@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.png);
	margin:0px;
}

#navbar {
	width:941px;
	height:24px;
	background-image:url(../images/navbg2.png);
	background-repeat:no-repeat;
	padding-top:10px;
	margin-bottom:0px;
}

#navtopindent {
	margin-top:10px;
}

.navlinks {
	font-family:Geneva, sans-serif;
	font-size:14px;
	color:#beb6aa;
}

a:link {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}


#fulltablebg {
	background-image:url(../images/contentbg.png);
	background-repeat:no-repeat;
}

.headers {
	font-family:Geneva;
	font-size:26px;
	color:#dccbb7;
	letter-spacing:5px;
}

#indent {
	margin-left:10px;
}

#largeindent {
	margin-left:20px;
	margin-right:20px;
}

#scrollablediv {
	width:275px;
	height:300px;
	overflow-y: scroll;
}

.leftnavlinks {
	font-family:Helvetica;
	font-size:15px;
	color:#b3a390;
}

.leftnavsublinks {
	font-family:Helvetica;
	font-size:14px;
	color:#FFF;
}

.rightborder {
	border-right:3px #000 solid;
}

.topborder {
	border-top:3px #000 solid;
}

.contenttext {
	font-family:Helvetica;
	font-size:14px;
	color:#b3a390;
}

.indenttopleft {
	margin-left:10px;
	margin-top:5px;
}

#manufacturerindent {
	margin-left:30px;
}

#footer {
	width:941px;
	height:90px;
	background-color:#130B06;
}
