@charset "utf-8";
*{ 
	margin:0;
	padding:0;
	text-decoration:none;
}
.clear{
    background-color:transparent;
	clear:both;
    height:1px;
    width:100%;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
strong {
    color: #2265B7;
    font-weight: bold;
}
a{
	color:#01a7f1;
}
a:hover{
	text-decoration:underline;
}
/* Main Structure */

body{
	background:#2281d0 url(/images/bg.gif) left top repeat-x;
	font:normal 12px Trebuchet Ms, sans-serif;
	color:#3b3c3c;
}
#wrapper{
	margin:0 auto;
	width:810px;
	margin-top:28px;
}
#header{
	background:url(/images/epomp_header.php) 14px top no-repeat;
	height:174px;
}
#main{
	background:url(/images/main_bg.gif) left -10px no-repeat;
}
#footer{
	background:#2281D0 url(/images/footer_bg.gif) top left no-repeat;
	padding-top:20px;
	padding-bottom:40px;
}
#leftSidebar{
	width:170px;
}
#rightSidebar{
	width:145px;
	margin-left:6px;
	margin-top:3px;
}
#content{
	margin-top:-15px;
	width:439px;
}
#leftSidebar,#content,#rightSidebar{
	float:left;
}
/*Header*/
#header h1 {
	width: 140px;
	background: url(/images/logo.png) no-repeat;
	text-indent: -9000px;
}
#header h1 a {
	display: block;
	height: 74px;
	background: url(/images/logo.png) no-repeat;
}
#header h2{
	color:#ecf0ee;
	font:bold 14px Arial;
}
#header .alignright{
	margin:15px 28px 0 0;
	_margin:12px 14px 0 0; /*dealing with IE6 box model*/
}
#header #language{
	margin-top:63px;
	padding:5px;
	border-bottom:0px;
	font:normal 12px Arial;
	color:#fff;
	margin-left:50px;
}
#header #language.bg{
	background:url(/images/bg_flag.gif) left center no-repeat;
	padding-left:20px;
}
#header #language.en{
	background:url(/images/en_flag.gif) left center no-repeat;
	padding-left:20px;
}
#header #language.bg a{
	color:#fff;
    text-decoration:none;
}
#header #language.en a{
	color:#fff;
    text-decoration:none;
}
/*LeftSidebar*/
#leftSidebar{
	padding-left:25px;
	margin-top:-130px;
}
#leftSidebar ul#nav,#leftSidebar ul#products{
	list-style:none;
	padding:0;
	margin:0;
}
#leftSidebar #navTop{
	background: url(/images/middle_nav.gif) top left repeat-y;
	margin-left:5px;
	margin-bottom:5px;
}
#leftSidebar #navBottom{
	background: url(/images/bottom_nav.gif) bottom left no-repeat;
	padding-bottom:10px;
}
#leftSidebar ul#nav{
	background: url(/images/top_nav.gif) top left no-repeat;
}
#leftSidebar ul#nav li{
	margin-left:15px;
	width:135px;
	background:url(/images/list.png) bottom center no-repeat;
	line-height:23px;
}
#leftSidebar ul#nav li.current a{
	background:url(/images/current.gif) 7px center no-repeat;
	color:#4de9ff;
	padding-left:25px;
}
#leftSidebar ul#nav li.first{
	padding:0px;
}
#leftSidebar ul#nav li.last{
	padding:0;
	background:none;
}
#leftSidebar ul#nav li a{
	font:bold 13px Arial;
	color:#fff;
	padding-left:28px;
}
#leftSidebar h2#left_title{
	background:url(/images/left_title.gif) top left no-repeat;
	font:bold 13px Arial;
	color:#2065a5;
	height:23px;
	padding-top:7px;
	text-align:center;
}
#leftSidebar ul#left_content{
	background:url(/images/left_content.gif) bottom left no-repeat;
	list-style:none;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:20px;
	margin:0;
}
#leftSidebar ul#left_content li{
	padding-top:3px;
	padding-bottom:6px;
    width:140px;
}
#leftSidebar ul#left_content li a{
	color:#0c71b2;
	font:normal 12px Arial;
}
#leftSidebar ul#left_content li.current a{
	color:#01a7f1;
	font-weight:bold;
}
#partners{
	background:url(/images/partners_top.gif) top left no-repeat;
	padding-top:3px;
	margin-left:5px;
}
#partners div,#leftSidebar div.certificates{
	text-align:center;
}
#partners a{
	color:#3B3C3C;
}
#partners a:hover{
	text-decoration:none;
}
#partners div{
	background:url(/images/partners_bottom.gif) bottom left no-repeat;
	padding:10px;
}
#partners img,#leftSidebar div.certificates img{
    margin:10px auto 0 auto;
	border:none;
}
#leftSidebar div.certificates{
	background:url(/images/partners_top.gif) top left no-repeat;
	padding-top:3px;
	margin:9px 10px 9px 5px;
}
#leftSidebar div.certificates a{
	color:#3B3C3C;
}
#leftSidebar div.certificates a:hover{
	text-decoration:none;
}
#leftSidebar div.certificates div{
	background:url(/images/partners_bottom.gif) bottom left no-repeat;
	padding:10px;
}

/*Content*/
#content{
    margin-left:0;
}
#content2{
	background:url(/images/content_bottom.gif) left bottom no-repeat;
	padding:10px 10px 30px 10px;
}
#content a:hover{
	color:#0c71b2;
}
#content p{
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}
#content h1{
	background:url(/images/content_top.png) top left no-repeat;
	font:bold 14px Arial;
	padding-left:57px;
	color:#888;
	padding-top:10px;
	padding-bottom:20px;
}
#content h3{
	font:bold 13px Arial;
	color:#888;
	padding-bottom:3px;
}
#content h1 a{
	color:#01a7f1;
	font:bold 14px Arial;
}
#content h1 img{
	padding-left:3px;
	padding-right:3px;
	vertical-align:middle;
}
#content ul li{
	list-style-type:disc;
    list-style-position:inside;
    margin-bottom:7px;
}
#content sup{
	font:normal 10px Arial;
}
/*start tisho */
.pr 

{

margin-top: 20px;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 25px;

clear: both;

width: 675px;

background-color: #ffffff;

background-image: url("../image/ombrasx.jpg");

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

}

img 

{

border-top-width: 0pt;

border-right-width-value: 0pt;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 0pt;

border-left-width-value: 0pt;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

.pr .img120

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

width: 120px;

height: 120px;

float: left;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #cccccc;

border-right-color-value: #cccccc;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #cccccc;

border-left-color-value: #cccccc;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

.pr .desc 

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 15px;

padding-bottom: 0pt;

padding-left: 15px;

width: 400px;

float: left;

background-color: #ffffff;

background-image: url("../image/desc.gif");

background-repeat: repeat-x;

background-attachment: scroll;

background-position: left top;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

}
.pr .desc h2 

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 4px;

padding-right: 0pt;

padding-bottom: 4px;

padding-left: 0pt;

font-family: Arial,Helvetica,Verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 18px;

line-height: 18px;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

color: #003366;

}
.pr .desc p 
{

margin-top: 5px;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

font-family: Arial,Helvetica,Verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 11px;

line-height: 13px;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

color: #000000;

}
.pr .desc h3

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

font-family: Arial,Helvetica,Verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 12px;

line-height: 15px;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

color: #000000;

}

.pr ul li 

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 13px;

padding-bottom: 0pt;

padding-left: 10px;

display: inline;

background-color: transparent;

background-image: url("../image/li.gif");

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left center;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

}
/*end tisho */
/*RightSidebar*/
#rightSidebar{
	font-size:10px;
    margin-right:10px;
	text-align:justify;
}
#rightSidebar ul{
	list-style:none;
	margin:0;
	padding:10px;
	background:url(/images/right_content.gif) bottom left no-repeat;
}
#rightSidebar ul li{
	padding-top:5px;
	padding-bottom:15px;
}
#rightSidebar h3{
	margin-top:5px;
	font:bold 12px Arial;
	background:url(/images/right_title.gif) top left no-repeat;
	height:21px;
	padding-top:7px;
	color:#2065a5;
	text-align:center;
}
#rightSidebar ul a{
	color:#00a8e1;
	font:normal 12px Arial;
	background:url(/images/list2.gif) center left no-repeat;
	padding-left:12px;
}
#rightSidebar ul a:hover{
	text-decoration:none;
}
#rightSidebar ul p{
	padding-top:5px;
	padding-bottom:5px;
}
#rightSidebar ul span a{
	background:none;
	color:#07456d;
	font:normal 10px Trebuchet MS;
	margin-left:35px;
	background:url(/images/list3.gif) center right no-repeat;
	padding-right:12px;
}
#rightSidebar ul span a:hover{
	text-decoration:underline;
}
/*Footer*/
#footer{
	font:normal 9px Tahoma;
	color:#5fbbf2;
}
#footer a{
	color:#5fbbf2;
    text-decoration:none;
}
#footer img{
	border:none;
	vertical-align:bottom;
}
#footer .alignleft{
	margin-left:15px;
}
#footer .alignright{
	margin-right:15px;
}
/*PDF Button*/
.pdf{
	background:url(/images/pdf.gif) 100% 10% no-repeat;
	width:130px;
	padding:10px 30px 0 0;
    margin-bottom:5px;
	font:normal 12px Arial;
	color:#888888;
}
.pdf a{
	font:normal 11px Arial;    
	color:#888888;
}
#accesories img{
    border:1px solid #eaeaea;
}
#accesories p{
    text-align:center;
}
input.submit {
    cursor: pointer;
}
#contact_product { 
    display: none; 
    margin: 0 0 20px 0;
}
#contact_product_title h6 { 
    display: none; 
    color: #D6154B;
	font:bold 13px/24px Arial, sans;        
}

#contact_product_link{
	background:url(/images/bg_contact_product.gif) 100% 0% no-repeat;
	width:130px;
	padding:6px 30px 0 0;
    margin-bottom:5px;
	font:normal 12px Arial;
	color:#888888;
}
#contact_product_link span{
    cursor: pointer;
	font:normal 11px Arial;    
	color:#888888;
}
#contact_product_link span:hover{
	color:#0c71b2;
	text-decoration:underline;
}
#contact_product_link span.b{
    display: none; 
}
#content2 .contact_product_error {
    margin: 0 10px;
    text-align: center;
}
#content2 .contact_product_error p {
    color: #D6154B;
    font-weight: bold;
    text-align: center;
}

#home_promo {
    background: #fff;
    border: 1px solid #eaeaea;
    height: 334px;
    margin: 0 0 4px 0;
    outline: none;
    padding: 5px;
    width: 410px;
}
img.pump_image,a img.pump_image,a:hover img.pump_image{
    padding:5px;
    border:1px solid #eaeaea;
    background-color:#fff;
    margin-bottom:4px;
    outline: none;
}
div.product_specs{
    float:right;
    margin:0 0 20px 15px;
    width:160px;
}
table.motor_specs{
    background-color:#fff;
    border:1px solid #eaeaea;
    padding:4px;
    width:100%;
}
table.motor_specs th{
    background-color:#f3f3f3;
    text-align:center;
    vertical-align:middle;
    padding: 2px;
    margin:2px;
}
table.motor_specs td{
    background-color:#f7f9fb;
    text-align:center;
    vertical-align:middle;
    padding: 2px;
    margin:2px;
}
#map{
    overflow:hidden;
}
div.contact_vcard{
    background-color:#fff;
    border:1px solid #eaeaea;
    margin:10px auto 20px auto;
    padding:5px;
    width:405px;
}
div.contact_vcard img.cont{
    border:none;
    float:right;
    margin:10px 5px 10px 20px;
    width:150px;    
}
#side_bar{
    padding-bottom:1px;
}
div.infodj{
    border:none;
    padding:0 5px 15px 5px;
    width:170px;    
}
div.infodj p{
    font:normal 12px Trebuchet Ms, sans-serif;
	color:#3b3c3c;
    text-align:left;
}
div.infodj p.infodjtitle{
    font-weight:bold;
    margin-bottom:3px;
}
div.objects_done{
    background-color:#fff;
    border:1px solid #eaeaea;
    margin-bottom:10px;
    padding:3px;
    text-align:center;
}
p.objects_done{
    font:normal 12px Trebuchet Ms, sans-serif;
	color:#3b3c3c;
    text-align:center;
    width:198px;
}
div.objects_done img{
    border:none;
    width:200px;
}



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1090;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1010;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/* zoom: 1; */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
