@import url("reset.css");
@import url ("jquery.fancybox.css");

body { font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; color: #1c1e22; line-height: 1.5em; background-color:#FFF; background:url(../img/clouds_bg2.jpg) no-repeat 50% 0;}
a { color: #d81e25; }
h1 { font-size: 24px; line-height: 30px; background-color: #dee5e2; padding: 10px; margin: 20px 0px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
h2 { font-size: 18px; line-height: 27px; font-style:italic; background-color: #ebebeb; padding: 10px; margin: 20px 0px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
h3 { font-size: 16px; line-height: 24px; border-bottom: 1px solid #d81e25; margin: 10px 0; padding: 0 10px; }
blockquote { font-size: 9px; color:#666; margin: 13px 10px; line-height: 13px; }
ol li { list-style-type: decimal; margin-left: 40px; }

table { border-collapse: collapse; width: 100%; }
	table th { background-color: #d9d9d9; font-size: 14px; text-align: left; }
	table td, table th { padding: 3px 5px; }

table.zebrastripe tr { background-color:#f2f2f2; }
	table.zebrastripe tr.alt { background-color:#e6e6e6; }
	table.zebrastripe tr.over { background-color:#dddddd; }

.content { margin: 0 auto; width: 940px; padding: 0px 10px; }
	.content p { margin: 1.5em 0; padding: 0 10px; }

#masthead { height: 140px; width: 100%; background: #1c1e22 url(../img/masthead_bg.jpg) repeat-x; }
	#masthead .content { height: 140px; width: 960px; padding: 0; background:url(../img/masthead_content_bg.jpg) no-repeat; position: relative; }
	#masthead #logo { width: 166px; height: 110px; margin: 13px 0 0 22px; float: left; background: url(../img/masthead_logo.png) no-repeat; text-indent:-9000px; }
#container { margin: 0 auto; }
	/*#container .content { overflow: auto; }*/

#navWrapper { float: right; margin-top: 110px; }
	#nav { height: 30px; display: block; font-size: 15px; z-index: 10000; }
		#nav span.nav-slide-down { display: inline-block; width: 15px; height: 16px; background:url(../img/nav-slide-down-arrow.png) no-repeat 0px 5px; }
		#nav li { float: left; position: relative; }
		#nav a { color: #1c1e22; display: block; }	
		#nav a.primaryNav { padding: 4px 10px 6px; margin-left: 4px; background: #ebebeb url(../img/nav-shadow.png) repeat-x 0 100%; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; }
			#nav a.primaryNav:hover, #nav a.hover { background-color: #FFF; background-image: none; }
			/* highlight current nav tab */
			body#engines #nav a.engines, body#accessories #nav a.accessories, body#dealers #nav a.dealers,
			body#news #nav a.news, body#contact #nav a.contact, body#order #nav a.order { background-color: #FFF; background-image: none;  }
			/*#nav a.active { background-color: #FFF; background-image: none; }*/
			#nav a.primaryNav span.nav-slide-down { margin-left: 6px; }
			#nav a.order, #nav a.order:hover { color: #FFF; background-color: #467812; }
			
			.subnavWrapper { left: 4px; top: 29px; width: 130px; font-size: 14px; position: absolute; z-index: 100; background-color: #FFF; display: none;
				-moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 2px 4px 70px rgba(0, 0, 0, 0.25); }
				.subnavWrapper li, .subnavWrapper li a { width: 117px; background-color: #FFF; }
					.subnavWrapper li a { padding: 5px 5px 5px 8px; }
						.subnavWrapper li a:hover { background-color:#f4f4f4; text-decoration:underline; }

#breadcrumb li { float: left; margin: -4px 4px -8px; color: #999; font-size: 11px; }
	#breadcrumb li.first { margin-left: 5px; }
	#breadcrumb a { color: #666; text-decoration: underline; background: transparent url(../img/breadcrumb_arrow.png) no-repeat scroll right center; padding-right: 12px; }

#footer { clear: both; }
#footer .content { border-top: 3px solid #838886; margin: 35px auto 15px; padding: 10px 0; color: #838886; }
	#footer a { color: #838886; }
		#footer a:hover { border-bottom: 1px solid #838886; }
	#footer #footerNav { background: url(../img/footer-ulpower-logo.png) no-repeat top right; overflow: hidden; }
		#footer #footerNav ul { float: left; margin: 0 70px 15px 15px; }
		#footer #footerNav li.titel { font-weight: bold; color: #1c1e22; margin-bottom: 5px;  }
	#footer .content div.copyright { border-top: 1px solid #838886; clear: left; }

.content-with-sidebar { position: relative; }
	#sidebarSliderTrack { height: 100%; overflow: visible; position: absolute; width: 221px; top: 0; left: 0; }
		.sidebar_fixed #sidebar { position: absolute; left: 0; top: 0; }
		.sidebar_sliding #sidebar { position: fixed; top: 15px; }
		#sidebar { width: 181px; background: url(../img/sidebar-bg.gif) no-repeat; min-height: 270px; padding: 25px 20px; font-size: 14px; }
			#sidebar ul { margin-top: 15px; }
			#sidebar ul li a { color: #1c1e22;  background: transparent url(../img/sidenav-arrow.gif) no-repeat scroll left center; padding-left: 12px; }

#content { margin-left: 236px; min-height: 280px; }
	#content ul { margin-left: 25px; }
		#content ul li { margin-top: 5px; }
	#content ul li { padding-left: 15px; background: url(../images/arrow.gif) no-repeat 0 7px; }

#home #splash_image { width: 938px; height: 346px; margin: 10px 1px 0; background-image:url(../images/home/splash.jpg); text-indent: -9000px; }
#home #splash_image h1 { display: none; }
#home ol { margin-left: 10px; }

.dealer { border: 1px solid #EBEBEB; margin: 10px 9px; width: 450px; float: left; }
	.dealer li { margin: 5px; }
	.dealer li.org { font-weight: bold; }
	
	.uk { background: url(../../dealers/images/uk-backdrop.png) no-repeat; }
	.br { background: url(../../dealers/images/br-backdrop.png) no-repeat; }
	.cz { background: url(../../dealers/images/cz-backdrop.png) no-repeat; }
	.de { background: url(../../dealers/images/de-backdrop.png) no-repeat; }
	.es { background: url(../../dealers/images/es-backdrop.png) no-repeat; }
	.ru { background: url(../../dealers/images/ru-backdrop.png) no-repeat; }
	.uk { background: url(../../dealers/images/uk-backdrop.png) no-repeat; }
	.us { background: url(../../dealers/images/us-backdrop.png) no-repeat; }
	.sa { background: url(../../dealers/images/sa-backdrop.png) no-repeat; }
	.cl { background: url(../../dealers/images/cl-backdrop.png) no-repeat; }
	.it { background: url(../../dealers/images/it-backdrop.png) no-repeat; }


div#gallery .gallery-thumbnail { padding: 7px; border: 1px solid #ebebeb; float: left; width: 200px; margin: 8px; }
	div#gallery .gallery-thumbnail img { display: block; margin: 0 auto; }
	div#gallery div.gallery-caption { text-align: center; }
		div#gallery div.gallery-caption span.type { font-weight: bold; display: block; margin: 3px 0; }
		div#gallery div.gallery-caption span.owner,
		div#gallery div.gallery-caption span.country,
		div#gallery div.gallery-caption span.first-flight { display: block; font-size: 90%; }
		
.accessoriesContainer { margin-left: -16px; }
	.accessoriesContainer h2 { margin-left: 16px; }
.accessorieItem { margin:  0 0 16px 16px; background-color:#e9e9e9; -moz-border-radius: 8px; -webkit-border-radius: 8px; text-align: center; width: 214px; float: left; padding: 5px; }
	.accessorieItem img { margin: 5px 0; }
	.accessorieItem span { display: block; }
	.accessorieItem span.accessorieDescription { font-weight: bold; }
	span.accessoriePrice { color: #D81E25; font-weight: bold; }
.kitContent { border-collapse: collapse; }
	.kitContent td { border: 1px solid #EBEBEB; }
	.kitContent td img { display: block; margin: 0 auto; }
	
.hidden { display: none; visibility: hidden; }


#compareEngines { margin: 3px 1px; width: /*932px*/ 100%; border: 3px solid #838886; }
	#compareEngines td, #compareEngines th { text-align: center; border-right: 1px solid #d6ddda; border-bottom: 1px dotted #d6ddda; }
	
.imageRow img { float: left; margin: 5px 0; }
img.alignCenter { display: block; margin: 0 auto; }

.imageRight { float: right; margin: 0 0 10px 10px; }
.imageLeft { float: left; margin: 0 10px 10px 0; }
.imageCentered { display: block; margin: 0 auto; }

.faq-page img { border: 1px solid black; }
.faq-page ol#faq-list li { background: none; margin-left: 30px; }

#invertedOilSystemPrinciple li { clear: both; }
#invertedOilSystemPrinciple img { border: 1px solid #000; }

#softwareSpecs li { padding-left: 15px; background: url(../images/arrow.gif) no-repeat 0 7px; margin-left: 15px; }

.on-top { z-index: 10000; }

.button , .button:visited {
	background: #d81e25 url(../images/alert-overlay.png) repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; font-size: 14px; padding: 8px 14px 9px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; }
	.button:hover { background-color: #a8050b; color: #fff; }
	.button:active { top: 1px; }

	
/* new clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
