/* CSS Document */
* {padding:0; margin:0;}
img {border:none;}
.clearer {clear:both; height:1px; overflow:hidden; margin-top:-1px;}
a:link, a:active, a:visited {text-decoration:underline; color: #964F2D;  }
a:hover {color:#000000;}

body {
	background-color: #D4E7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	}
h1{
	font-size:	150%;
}
h3{
	margin:0;
	padding:0;
	font-size:100%;
	color:#034ea2;
	text-decoration:underline;
	font-style:italic;
}
p{
	padding:5px 0 5px 0;
}
form{
	font-size:70%;
}	
#container{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	width:904px;
	background-color:#FFFFFF;
}
#header{
	width:884px;
	padding:10px 10px 0 10px;
	background-image:url(../images/header.png);
	background-position:top;
	background-repeat:no-repeat;
}
.loginarea{
	width:173px;
	height:110px;
	padding:2px 10px 0 10px;
	font-weight:bold;
	float:right;
	background-image:url(../images/loginarea.png);
	background-repeat:no-repeat;
}

#content{
	width:904px;
	background-image:url(../images/content.png);
}
.frmtable{
	font-size:70%;
}
.homepagelist{
	float:left;
}
.homepagelist li{
	margin-left:20px;
	margin-top:8px;
	line-height:20px;
}	
.homepageflash{
	float:right;
}
#left{
	margin:10px;
	width:162px;
	float:left;
}
#left ul{
	margin-top:35px;
	border:2px dashed #d4e7f7;
}
#left li{
	list-style-image:url(../images/boat.png);
	margin:5px 0 5px 43px;
}
#left li.active{
	list-style-image:url(../images/active.png);
}
.vendorlist{
	font-size:70%;
}
#right{
	margin:10px 0 10px 0;
	float:left;
	width:702px;
}
.manufact{
	width:160px;
	border:1px solid #d4e7f7;
	margin:4px;
}
.searchpage{
	width:200px;
}
.pdf-app{
	border:1px solid #d4e7f7;
	width:150px;
	padding:5px;
	margin:5px;
	float:left;
	font-size:70%;
	text-align:center;
}
.pdf-app img a:link{
	text-decoration:none;
}
#map{
	border:1px solid #d4e7f7;
}
#footer{
	padding-top:30px;
	height:54px;
	background-color:#034ea2;
	color:#FFFFFF;
	letter-spacing:.1em;
	font-weight:bold;
	font-size:75%;
	text-align:center;
	background-image:url(../images/footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.error {
color:#FF0000;
}