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

body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	background-color: #fff;
}
#headphoto {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 330px;
}
#title a {
	height: 200px;
	display:block;
}
#title span { 
    visibility:hidden;
}
#navbar {
	background-color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	float:left;
	width:100%;
}
.clear {
	clear: both;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#navbar ul li {
	background:#fff;
	float:left;
	position: relative;
	width: 12em;
	padding:.5em 0 .4em 0;
}
#navbar ul li a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
#navbar ul li a:link, #navbar ul li a:visited {
	color: #333;
}
#navbar ul li a:hover, #navbar ul li a:active {
	color: #000;
}
#navbar ul li h3 {
	padding:0;
	margin:0;
	font-size: 1.2em;
}
#navbar ul li h3 a {
	background-image: url(images/navarrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-bottom:2px;
	text-align:center;
}
#navbar ul li ul {
	display: none;
	position: absolute;
	top: 2.5em;
	left: 0;
}
#content {
	float: left;
	width: 660px;
}
#navbar u li > ul {
	top: auto;
	left: auto;
	}
#navbar ul li:hover ul{
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
}
#navbar ul li ul li{
	background:#fff;
	position: relative;
	width: 12em;
}
#navbar ul li ul li a{
	padding:.3em;
	font-weight: normal;
	display: block;
}
#navbar ul li ul a:link, #navbar ul li ul a:visited {
	color: #333;
}
#navbar ul li ul a:hover, #navbar ul li ul a:active {
	color: #d00;
}
#ads {
	float: right;
	width: 310px;
}
#ads .textAd {
	clear: both;
}
#ads .textAd h3 {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
#ads .textAd ul {
	margin: 0px;
	padding: 10px;
}
#ads .textAd li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f6aae;
	list-style-type: none;
	background-image: url(images/pointr.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#ads .textAd li a { 
   padding: 5px 5px 5px 25px;
   display:block;
}
#ads .imageAd {
	padding:5px 0 0 0;	
}
#ads .imageAd img {
	margin:0 0 0 5px;	
}

.image1 {
	line-height: 1.4em;
	clear: both;
	padding: 5px;
	margin: 0px;
}
.image1 img { border: 2px solid #fff;
			  float: left;
			  padding: 0px;
			  margin: 0 5px 5px 0;
}
.image2 {
	margin: 0px;
	line-height: 1.4em;
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
}
.image2 img { border: 2px solid #fff;
			  float: right;
			  padding: 0px;
			  margin: 0 0 5px 5px;
}
img { border: 0;
}
.image1 object { float: left;
				 padding: 0px;
				 margin: 0 5px 5px 0;
}
.image2 object { float: right;
				 padding: 0px;
				 margin: 0 0 5px 5px;
}
.price { color: #f00;
		 font-weight: bold;
}
.linkVert { padding: 0; 
			text-align: left;
		    margin: 0 0 0 6%;
}
.linkVert li { clear: both; 
			   list-style-type: none;
			   padding: 20px 5px 20px 5px;
}
.linkVert li a { font-weight: normal;
}
.linkHoriz {
	margin: 0;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.linkHoriz li { display: inline;
				list-style-type: none;
				padding: 0 5px 0 5px;
}
h1 {
	font-size: 1.8em;
	margin: 15px;
	padding-top: 10px;
	clear: both;
}
h2 {
	margin: 10px;
	padding-top: 20px;
	font-size: 1.4em;
	clear: both;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	margin: 10px;
	padding-top: 20px;
	clear: both;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	margin: 10px;
	font-weight: normal;
}
h5 {
	font-size: .9em;
	margin: 10px;
	font-weight: normal;
}
h6 {
	font-size: .85em;
	margin: 10px;
}
p {
	font-size: 1em;
	margin: 0px;
	padding: 5px;
}
a:link, a:visited {
	color: #3F6AAE;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	font-weight: bold;
	color: #333;
}
#content h2 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f6aae;	
}
.pricelrg {
	float:left;
	font-size: 2.5em;
	color: #d00;
	padding: 10px 10px 10px 0;
}
.pricelrg .price {
	font-size: .35em;
	color: #f00;
}


.pag {
	margin: 0px;
	text-align: center;
	list-style-type: none;
	padding-top: 40px;
	clear: both;
	font-size: .9em;
}
.pag li {
	display: inline;
	padding: 2px;
}
.pag li a:link, .pag li a:visited {
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #999;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #666;
	text-decoration: none;
}
.pag li a:hover, .pag li a:active {
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #333;
	text-decoration: none;
}
.pag .selpag a:link, .pag .selpag a:visited {
	border: 1px solid #fff;
	background-color: #34393e;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
}
.pag .selpag a:hover, .pag .selpag a:active {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: none;
}
#footer {
	padding: 25px 0 25px 0;
	clear:both;
}
#footer ul {
	border-top:2px solid #3f6aae;
	float: right;
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 0;
	list-style-type: none;
	display: inline;
}
#footer li {
	display: inline;
	padding: 20px;
}
ul.sitemap, ul.sitemap ul {
	margin: 0;
	padding: 30px;
	list-style-type: none;
}
ul.sitemap h3 {
	border-bottom:1px solid #3f6aae;
}
ul.sitemap li {
	padding: 5px;
}
.banner {
	text-align:center;
}