@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/backgroundblue.jpg);
	background-repeat:repeat-x;
	}

a:link {color:#44505a; text-decoration:none;}

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

a:hover, a:active {color:#000; text-decoration:underline;}
	
div#topbanner{
	width:804px;

	color:#FFF;
	text-align:left;
	font-size:1.7em;
	background-color:#85a0cb;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:15px;
	background-image:url(graphics/backgroundblue.jpg);
	background-repeat:repeat-x;
	}

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

div#header {
	width:804px;
	height:190px;

	background-image:url(graphics/pano_copy.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	}

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:804px;
	height:33px;
	font-size:.85em;
	background-image:url(graphics/nav-background.jpg);
	background-repeat:repeat-x;
	}

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

div#frontcontent{
	width:804px;
	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:804px;
	border:none;
	background-color:#f7f2e8;
	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:520px;
	float:left;	
	text-align:left;
	padding:0;
	}
	
div#column3 {
	width:220px;
	float:right;
	padding:8px;
	margin-right:15px;
	text-align:left;
	border-left:0px dashed #EAC479;
	background-color:#FFF;
	border:1px #993300 solid;
	}
	
div#footer {
	width:804px;
	text-align:center;
	padding:8px 0 8px 0;
	
	background-image:url(graphics/contentbackground3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	
	}

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:#443c39;
	font-size:.89em;
	line-height:1.8em;
	}

h1	{
	font-size:1.3em;
	color:#3b5172;
	letter-spacing:.2em;
	text-transform:uppercase;
	padding-bottom:15px;
	}

h2	{
	font-size:1.1em;
	font-style:italic;
	color:#950015;
	}

h3	{
	font-size:1em;
	color:#44505a;
	}

h4	{
	font-size:.9em;
	font-variant:small-caps;
	margin-top:5px;
	color:#44505a;
	}

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:50px;	
	
	}
	
div#topmenu ul {
	font-weight:normal;
	text-color:#5d310b;
	
	}

div#topmenu li {
	float:left;
	list-style-type:none;
	padding:0 35px;
	text-transform:uppercase;
	font-weight:normal;
	}

div#topmenu li a {
	float:left;
	text-decoration:none;
	color:#3b5172;
	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:#5d310b;
	font-size:.89em;
	}