body * {
margin:0;
padding:0;
text-decoration: none;
border:none;
list-style-type: none;

}

body {
	font-family:verdana, helvetica, sans;
	font-size:62.5%;
	background-color: #0770A1;
	text-align:center;
	margin-top:0;
	overflow:-moz-scrollbars-vertical;
	color: #000;
}

p{margin-bottom:10px; line-height:150%; font-size:1.2em;}

#wrapper {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:744px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border:solid 1px #fff;
	margin-top:12px;
}
h1 {
	font-size:1.5em;
	margin: 15px 0 15px 0;
	padding-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E4B6C;
	color: #0E4B6C;
	margin: 10px 0 10px 0;
}
h2 { font-size:1.4em; margin: 15px 0 15px 0; color: #0E4B6C;}
h3, h4 { font-size:1.2em; margin: 15px 0 15px 0;}
h5 { font-size:1.1em; margin: 15px 0 15px 0;}
h6 { font-size:1.1em; margin: 10px 0 10px 0;}

#toplinks{ margin: 10px auto 10px; text-align:right; width: 700px; color: #fff; }
#toplinks a{color: #fff;}

#header { height:125px; margin-bottom:10px; }

#content { padding: 0px; margin-left: 185px; margin-right: 225px; text-align: justify; }
#contentsidebar { padding: 0px; margin-left: 185px; margin-right: 225px; text-align: justify; }

#menubar { float: left; width: 180px; z-index:99; margin-top: 30px; margin-bottom:20px; }	
#menubar img{margin:0 0 10px 14px;}
/* navigation menu */
#navbar li { list-style: none; margin: 5px; text-align: left; }
#navbar li a {
	display: block;
	color: #fff;
	padding: 4px 0 4px 3px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
	width: 150px;
	line-height: 16px;
	margin-left: 5px;
	margin-top: 10px;
	background-color: #054E71;
	border-right: 1px solid #0991D3;
	border-bottom: 1px solid #0991D3;
}
#navbar li a:hover {
	color: #fff;
	background-color: #0991D3;
	border-right: 1px solid #054E71;
	border-bottom: 1px solid #054E71;

}

#content a{color:#D34B09; /*border-bottom: solid 1px #003366;*/}
#content a:hover{color:#057128; /*border-bottom: solid 1px #A90832;*/}
.imgfr{float:right; margin:4px 0 5px 12px; padding:4px; border: solid 1px #ccc;}
.imgfl{float:left; margin:4px 12px 5px 0; padding:4px; border: solid 1px #ccc;}
.price {font-weight: bold; color:#CC0000; }
.pricecenter {text-align: center;}
.pcenter {text-align: center; padding: 10px;}
.nar {font-weight: bold; font-style:italic;  color:#FF0000; font-stretch:extra-expanded;}
form input{margin-left:135px;}
li{
	margin:15px 0 15px 20px;
	list-style-type: disc;
	line-height:150%; 
	font-size:1.2em;
}


#rightbar { float: right; width: 210px; margin: 30px 0 5px 5px;  padding: 0px; text-align:center; font-size: .9em;}

#footer { clear: both; margin-top: 20px; margin-bottom:0; text-align:center; color: #fff; background-color: #054E71;}
#footer p{ font-size:1em; padding:15px; margin:0}
#footer a {color: #E6E6CE;}




/* Hides from IE5-mac \*/
/*#content {
	height: 0.1%;
}*/
/* End hide from IE5-mac */

/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.0em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}