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

*{margin:0; padding:0;}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:1em;
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	background-image:url(graphics/backgroundgradient.jpg);
	background-repeat:repeat-x;
	}

a:link {color:#8c357b; text-decoration:none; font-weight:bold;}

a:visited {color:#8c357b; text-decoration:none;}

a:hover, a:active {color:#000; text-decoration:underline;}
	
div#topbanner{
	width:800px;
	margin-top:1px;
	margin-bottom:1px;
	color:#666;
	text-align:right;
	font-size:.75em;
	}

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:#FFFFFF;
	background-image:url(graphics/contentbackground3.jpg);
	background-repeat:repeat-y;
	}

div#header {
	width:800px;
	height:104px;
	background-color:#FFF;
	text-align:right;
	background-image:url(graphics/header.jpg);
	background-repeat:no-repeat;
	border-bottom:5px solid #239290;
	}

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

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

div#navbar{
	width:800px;
	height:35px;
	font-size:.78em;
	background-image:url(graphics/navbarbkgd.jpg);
	background-repeat:repeat-x;

	}

div#frontfull{
	width:800px;
	height:184px;
	background-image:url(graphics/imagebar.jpg);
	background-repeat:no-repeat;
	text-align:right;
	color:#fff;
	margin-bottom:8px;
	}

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:#FFF;
	background-image:url(graphics/contentbackground3.jpg);
	background-repeat:repeat-y;
	padding-top:15px;
	}
	
div#column1 {
	width:15px;
	float:left;
	text-align:left;
	padding:0;
	}
	
div#column2 {
	width:540px;
	float:left;	
	text-align:left;
	padding:0;
	}
	
div#column3 {
	width:200px;
	float:right;
	padding:0;
	margin-right:15px;
	text-align:left;
	border-left:0px dashed #EAC479;
	}
	
div#topfooter{
	width:800px;
	text-align:center;
	}
	
div#footer {
	width:800px;
	text-align:center;
	padding:8px 0 8px 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(graphics/footerbkgd.jpg);
	background-position:bottom;
	background-color:#6bb2b1;
	color:#FFF;
	}

#footer a {
	color:#FFF;
	font-weight:bold;
	}

#bottomfooter{
	width:800px;
	text-align:center;
	}


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

div#mantop{
	width:300px;
	text-align:center;
	font-variant:small-caps;
	background-color:#b29b88;
	color:#5d310b;
	padding-top:10px;
	padding-bottom:10px;
	}

div#manleft{
	width:130px;
	float:left;
	background-color:#6787a3;
	color:#FFFFFF;
	font-variant:small-caps;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}

div#manright{
	width:130px;
	float:right;
	background-color:#6787a3;
	color:#FFFFFF;
	font-variant:small-caps;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}


div.clearfloats {clear:both;}

p	{
	margin-bottom:10px;
	margin-top:5px;
	color:#333;
	font-size:.89em;
	}

h1	{
	font-size:1.4em;
	color:#8c357b;
	padding-bottom:15px;
	}

h2	{
	font-size:1.1em;
	color:#347d7c;
	padding-top:10px;
	padding-bottom:10px;
	}

h3	{
	font-size:.95em;
	color:#347d7c;
	}

h4	{
	font-size:.9em;
	margin-top:5px;
	color:#8c357b;
	}

h5	{
	font-size:.8em;
	}

h6	{
	font-size:.8em;
	}

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

div#topmenu li {
	float:left;
	list-style-type:none;
	padding:0 15px;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(graphics/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

div#topmenu li a {
	float:left;
	text-decoration:none;
	color:#8c357b;
	font-weight:normal;
	text-transform:uppercase;
	}

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:#347d7c;
	font-size:.89em;
	}
	
.table td{
	border-bottom:#666 1px dotted;
	margin-bottom:15px;
	}

#column3 li{
	list-style:square inside;
	font-size:.89em;
	padding-bottom:10px;
	color:#347d7c;
	}
	