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

*{margin:0; padding:0;}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url("graphics/backgroundgradientgr.jpg");
	background-repeat:repeat-y;
	background-position:top center;
	font-size:1em;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}

a:link {color:#96a6c0; text-decoration:none; border-bottom:1px #c2c5ca dashed;}

a:visited {color:#96a6c0; text-decoration:none; border-bottom:1px #c2c5ca dashed;}

a:hover, a:active {color:#FFA800; text-decoration:underline;}
	
div#topbanner{
	width:800px;
	background-color:#000;
	color:#FFF;
	margin-top:4px;
	text-align:right;
	font-size:.79em;
	}

div#mainwrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	border-style:double;
	border-color: #44505A;
	border-width:0px;
	background-color:#000;
	}

div#header {
	width:800px;
	height:253px;
	background-color:#FFF;
	background-image:url("graphics/header.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
	}

div#headerleft{
	width:400px;
	float:left;
	text-align:left;
	padding:10px;
	}

div#headerright{
	width:400px;
	float:right;
	text-align:right;
	padding:10px;
	}

div#navbar{
	width:800px;
	background-color:#000;
	font-size:.9em;
	border-top:1px #374655 solid;
	border-bottom:1px #374655 solid;
	text-align:right;
	}

div#frontfull{
	width:800px;
	background-image:url("graphics/frontfullbkgd.jpg");
	background-repeat:no-repeat;
	text-align:right;
	color:#fff;
	}

div#frontcontent{
	width:800px;
	margin-bottom:15px;
	}

div#front1{
	width:380px;
	float:left;
	background-image:url(graphics/frontbox1.jpg);
	background-repeat:no-repeat;
	margin-right:0px;
	}

div#front2{
	width:515px;
	float:right;
	padding:5px 5px 5px 0;
	}
	
div#contentarea {
	width:800px;
	border:none;
	background-color:#000000;
	margin-top:15px;
	margin-bottom:40px;
	}
	
div#column1 {
	width:250px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	}
	
div#column2 {
	width:500px;
	float:left;	
	text-align:left;
	padding:0;
	}
	
div#column3 {
	width:20px;
	float:right;
	padding:0;
	text-align:center;
	border-left:0px dashed #EAC479;
	}
	
div#footer {
	width:800px;
	text-align:center;
	padding:8px 0 8px 0;
	border-top:1px #374655 solid;
	}

div#manufacturer{
	width:300px;
	border:4px double #b29b88;
	background-color:#6787a3;
	}

div.clearfloats {clear:both;}

p	{
	margin-bottom:10px;
	margin-top:5px;
	color:#b5c7cf;
	font-size:.85em;
	line-height:1.5em;
	}

h1	{
	font-size:1.2em;
	color:#6787a3;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	}

h2	{
	font-size:1em;
	}

h3	{
	font-size:.95em;
	color:#6787a3;
	font-variant:small-caps;
	}

h4	{
	font-size:.85em;
	font-variant:small-caps;
	margin-top:5px;
	color:#5d310b;
	}

h5	{
	font-size:.8em;
	}

h6	{
	font-size:.8em;
	}

/***XXXXXXX Start the menu links at top of page XXXXXX***/
 
div#topmenu {
	align:center;
	width:900px;
	font-weight:normal;
	height:25px;
	padding-top:8px;
	padding-left:40px;	
	}
	
div#topmenu ul {
	font-weight:normal;
	text-color:#5d310b;
	
	}

div#topmenu li {
	float:left;
	list-style-type:none;
	padding:0 20px;
	font-variant:small-caps;
	font-weight:normal;
	}

div#topmenu li a {
	float:left;
	text-decoration:none;
	color:#5d310b;
	font-variant:small-caps;
	font-weight:normal;
	}

div#topmenu li a:hover{
	color:#242A7B;
	font-weight:normal;
	}
 
 
  /***XXXXXXX End the menu links at top of page XXXXXX***/

.logo{
	font-size:1.3em;
	color:#636c66;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:.2em;
	line-height:.7em;
	}

.address{
	font-size:.8em;
	color:#5d310b;
	}

.floatleftmargin{
	float:left;
	margin:4px;
	}

.floatrightmargin{
	float:right;
	margin:4px;
	}

.tanbackground{
	background-color:#dfd5cd;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	border-top:3px #FFF double;
	border-bottom:3px #FFF double;
	}

div#manleft p{
	color:#FFF;
	margin-bottom:8px;
	}

div#manright p{
	color:#FFF;
	margin-bottom:8px;
	}

div#column2 ul li {
	margin-bottom:10px;
	margin-top:5px;
	margin-left:20px;
	color:#5d310b;
	font-size:.89em;
	}