/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #000000;
	text-align: center;
	background: #F3F4F0;
}

a:link, a:visited {
	text-decoration: underline;
	color:#172C55;
}
a:hover, a:active {
	text-decoration: none;
	color:#3E7AAF;
}

h1 {
	font-size: 120%;
	font-weight:bold;
	color: #3B7E97;
	

}

h2 {
	font-weight: bold;
	font-size: 110%;
	background: #CDE9F4;
	padding: 3px;

}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}

#topnav {
	position: relative;
	width: 740px;
	margin: auto;
	text-align:right;
	padding-bottom: 5px;
	background-color: #C4D8E5;
	
}

#topnav span{
	display: none;
}

#topnav a:hover {
	color: #738186;
	text-decoration:underline;
}

#container {
	position: relative;
	width: 740px;
	margin: auto;
	text-align:left;
	background: url("../images/content_back.gif") ;
	border: 2px solid #96AFBA;
	min-height: 1000px;
}

#header {
	text-align: left;
	background: #ffffff;
	padding-bottom: 0px;
	margin: 0px;
}

#header img {
	padding-top: 3px;
}

#navbar {
	text-align: right;
	padding: 5px 0px 5px 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#navbar a {
	padding-right: 25px;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover{
	color: #738186;
}

#content {
	padding:5px 25px 0px 25px;
	margin-right: 0px;
	margin-top:5px;
	margin-left: 210px;
	color: #477687;
	text-align: justify;
	border: thin solid #0066FF;
	
}

#content li {
	margin-bottom: 5px;
}

#content a {
	color: #477687;
}

#menu {
	float: left;
	width: 200px;
	margin-left: 5px;
	padding-top: 25px;

}

#menu ul {
	list-style:none;	
	padding: 10px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 0px 0px 10px 0px;
	
}

#menu li {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 30px;
	
}

#menu a {
	padding:2px 5px 2px 0px;
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 5px;
	
}

#menu a:hover{
	color:#738186;
}

#menu p {
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	color: #3B7E97;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#menu img {
	text-align: center;
}

#contact {
	text-align: left;
	padding-right: 25px;
	color: #477687;
	margin: 15px 20px 25px 235px;
	border-top: 5px solid #CDE9F4;
}

#search {
	text-align: right;
	width: 250px;
	padding: 15px 25px 0px 0px;
	float: right;
}

#footer {
	position: relative;
	width: 740px;
	margin: auto;
	text-align:right;
	font-size: 0.9em;
	padding-top: 5px;
}

#search {
	background: url("../images/search.gif") no-repeat;
	width: 156px;
	height: 100px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0px;
}

#search form {
	padding: 20px 0px 0px 20px;
}

#search img {
	padding-top: 4px;
}

#mailing {
	background: url("../images/mailing_list.gif") no-repeat;
	width: 156px;
	height: 100px;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
}

#mailing form {
	padding: 35px 0px 0px 17px;
}

#mailing img {
	padding-top: 4px;
}

.productimg {
	float: left;
	margin-right: 10px;
}
