﻿body
{
margin:0;
padding:0;
background-color: White;
background-image: url('BodyBG.png');
background-position: left top;
background-repeat:no-repeat;

}


#main_container
{
    min-width: 1024px;
}

#header_container
{
height: 320px;
}


#section_wrapper
{
float: left;
width: 100%;
}

#section_fluid
{
margin: 0 386px 0 629px; 
background-color: White;
background-image: url('HeaderBG.png');
background-repeat:repeat-x;
height: 320px; 
}

#left_section
{
float: left;
width: 629px; 
margin-left: -100%;
}

#right_section
{
float: left;
width: 386px; 
margin-left: -386px;
background-color: White;
background-image: url('RightHeaderBG.png');
background-repeat:repeat-x;
height: 320px;
}

#footer_container
{
width: 100%;
}

#content_container
{
clear: left;
width: 100%;
text-align: center;
}

#part_holder_right, #main_menu
{
    background-image: url('part_holder_bg_right.png');
    background-repeat: no-repeat; 
}
#part_holder_left
{
    background-image: url('part_holder_bg_left.png');
    background-repeat: no-repeat; 
    background-position: right center;
}


.title_part_holder
{
    color: White;
    font-family: Arial;
    font-style: italic;
    text-shadow: #1081AC 2px -1px 2px;
    font-size: 14px;
    margin: 14px 0 0 15px;
    padding: 0 20px 0 5px;
    float: left;
}


/************************ menu *************************/

#menu_items_holder
{
    min-width: 300px; margin: 14px 0 0 15px;
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
    float: left;
    text-shadow: #1081AC 2px -1px 2px;


}
#menu_items_holder a
{
    color: White;
    padding: 0 0 14px 0;
}

#menu_items_holder a:hover
{
  background-image: url('menu_indicator.png');
  background-position: bottom;
  background-repeat: no-repeat; 
  text-decoration: none; 
}

#menu_items_holder a#current, #menu_items_holder a#current:hover
{
    background-image: url('menu_indicator.png');
    background-position: bottom;
    background-repeat: no-repeat;
    font-weight: bold;
    text-decoration: underline;
}

.menu_sep
{
    width: 1px;
    height: 20px;
    background-image: url('menu_sep.png');
    background-repeat: no-repeat;
    display: inline;
}
.menu_item
{
    padding: 10px 5px 18px 5px;
}

#search_form_holder
{
    width: auto;
    float: left;
    margin: 12px 0 0 10px;
    display: inline-table; 
    border: 1px;
}

#searh_input_holder
{
    background-image: url('search_input.png');
    background-repeat: no-repeat;
    width: 140px;
    height: 30px;
}

#searh_input
{
     border: 0; width: 110px; height: 12px; margin: 4px 0 0 5px;
     font-family: Arial;
     font-style: italic;
     color: #CCC;
}
#search_go
{
    float: right;
    position: static;
    margin-top: -28px;
    background-image: url('search_button.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    background-color: Transparent;
    border: 0;
    cursor: pointer;
}

/*********************************************** Logo/Slogan *****************/

#logo_holder
{
     width: 270px; height:80px; margin: 0 0 0 100px;
    
}
#slogan_holder
{
     width: 400px; height:100px; margin: 0 0 0 230px;
}


/*********************************************** Contacts ********************/

#contact_holder
{
    width: 210px; 
    height: 200px; 
    position: static;  
    margin: -100px  0 0 20px;
    background-image: url('contact_phone_icon.png');
    background-repeat: no-repeat;
    background-position: left 30px;
    font-family: Tahoma;
    color: #FFF;
}
.contact_sep
{
    background-image: url('contact_sep.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
}

#phone_code_holder
{
     width: 60px; position: relative; top: 40px; left: 50px;
}
#phone_num_holder
{
    width: 62%; position: relative; font-size: 20px; top: 50px; left: 0px;
}
#icq_num_holder
{
    width: 82%; position: relative; font-size: 16px; top: 60px; left: 0px;
}
#email_holder
{
    width: 92%; position: relative; font-size: 16px; top: 68px; left: 0px;
}

/***************************************** pumps ***********************/

.pups_item
{
    width: 122px;
    height: 122px;
    background-repeat: no-repeat;
    background-color: Transparent;
    display: inline-table; 
    text-decoration: none;
}


.pups_item img
{
    border: 0;
    margin: 0 0 0 2px;
}

.pups_item:hover .pump_title
{
    text-decoration: underline;
}

.pump_title
{
    width: 100%;
    text-align: center;
    position: relative;
    top: -30px;
    left: 0;
    color: #FFF;
    font-family: Arial Narrow;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
}

#pumps_holder
{

    width: 98%; margin: 0 auto; height: auto; padding-bottom: 20px; padding-top: 10px;
}

/**************************************** txt content *************************/

.txt_title_1
{
    color: #000;
    font-style: italic;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}

#feed_back_holder
{
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.feed_back_input_holder
{
    background-image: url('feed_back_input.png');
    background-repeat: no-repeat; 
    width: 195px;
    height: 27px;
    text-align: left;
}
.feed_back_txt_area_holder
{
    background-image: url('feed_back_txt_area.png');
    background-repeat: no-repeat; 
    width: 195px;
    height: 125px;
    text-align: left;
    
}

#feed_back_txt_area
{
    color: Gray;
    font-style: italic;
    font-family: Arial;
    font-size: small;
    height: 112px; border: 0; margin: 5px 0 0 7px;
}

#feed_back_button_holder
{
    background-image: url('feed_back_button.png');
    background-repeat: no-repeat; 
    background-position: 2px center; 
    width: 191px;
    height: 36px;
}
#feed_back_send
{
    border: 0;
    background-color:Transparent;
    color: #FFF;
    font-style: italic;
    position: relative; 
    top: 7px;
    font-family: Arial;
    font-size: small;
    cursor: pointer;
    padding: 1px 20px 5px 20px;
}   

.feed_back_input
{
     border: 0; width: 175px; height: 12px; margin: 5px 0 0 10px;
     font-family: Arial;
     font-style: italic;
     color: gray;
}

#content_column
{

    width: 78%; display: inline-table; float:right;
    
}

    
#content_text
{
    font-family: Verdana;
    font-size: small;
    font-style: italic;
    text-align:justify;
    width: 99%;

}

#footer_container
{
    height: 171px;
    width: 100%;
    clear: both;
    background-image: url('footer_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
#footer_counters
{
    position:relative; width: 200px; height: 50px; top: 60px; left:20px;
}


#site_map_holder
{
    background-image: url('site_map_bg.png');
    background-repeat: no-repeat;
    width: 50%;
    height: 45px;
    top: 120px;
    left: 22%;
    position: relative;
    
}
#site_map_holder a, #site_map_holder a:visited, #site_map_holder a:active
{
    color:#1081AC;
    font-size: small;
    font-family: Arial;
    font-style: italic;
    position: relative;
    top:10px;
    left: 70px;
}

#site_map_holder a:hover
{
    text-decoration:none;    
}

#footer_copy_right
{
   color: #FFF; font-family: Tahoma; font-size: 11px; float: right; position: relative; top: 95px; width:150px; height: 30px; 
}

/********************************************************* CATALOG ****************************/

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 240px;
font-family:Verdana; 
}

#leftcolumn{
float: left;
width: 240px; 
margin-left: -100%;
}

#catalog_holder
{
    min-height: 100px;
    height: auto;
    text-align: left;
    padding: 10px 0 30px 0;
    background-image: url('catalog_bottom_line.png');
    background-repeat: no-repeat;  
    background-position: center bottom;
    
}

#catalog_holder a, #catalog_holder a:visited, #catalog_holder a:active
{
    color:#366A97;
    font-family: Arial;
    font-size: small;
    font-style:italic;
    width: 240px;
    text-decoration: none;
    padding: 2px 0 2px 0; 
}

#catalog_holder a span
{
    margin: 0 0 0 40px;
}

#catalog_holder a span:hover
{
     text-decoration: underline;
}

#catalog_holder a:hover
{
    background-image: url('cat_arrow.png');
    background-repeat: no-repeat;  
    background-position: 12px center; 
}


#catalog_holder a#current_level
{
    background-image: url('cat_arrow.png');
    background-repeat: no-repeat;  
    background-position: 12px center; 
    font-weight: bold;
}

#catalog_holder a#current_sublevel
{
    background-image: url('cat_arrow_current_sl.png');
    background-repeat: no-repeat;  
    background-position: 45px center; 
    font-weight: bold;
}

#catalog_holder a.sublevel
{
    background-position: 45px center; 
}

#catalog_holder a.sublevel span
{
    margin: 0 0 0 75px;
}

#catalog_holder a.sublevel span:hover
{
   text-decoration: underline;
}

#catalog_holder a.sublevel_before
{
    background-position: 45px center; 
    background-image: url('cat_menu_line.png');
    background-repeat: no-repeat; 
}

#catalog_holder a.sublevel_before span
{
    margin: 0 0 0 75px;
    
}

#catalog_holder a.sublevel_before span:hover
{
   text-decoration: underline;
}

#content_catalog_info1
{
    position: static;
    min-height: 300px;
    height: auto;

}

#catalog_info1_wrapper{
float: left;
width: 100%;

}

#catalog_info1_table{
margin-left: 300px; 
}

#catalog_info1_image{
float: left;
width: 300px; 
margin-left: -100%;

}

#content_red_title
{
    color:#E81130; margin: 8px 0 0 20px; font-family:Verdana; font-style: italic; font-size:24px;
}

#catalog_image_holder
{
    /*background-image: url('catalog_image_holder.png');*/
    background-repeat: no-repeat; 
    /*width: 257px;
    height: 257px; */
    margin: 0 auto;
    position: static;
}
#catalog_image_holder img
{
    margin: 7px 0 0 0;
    border: 0;
}

#price_txt
{
    text-align:left; text-indent: 24px; font-style: italic; width: 60px; margin: 3 0 0 10px; position: relative; color:#FFF; font-family: Arial; font-size: small; font-weight: bold;
}

#price_num
{
    display: inline;
    min-width: 150px;
    height: auto;
    position: relative;
    top: -18px;
    left: 10px;
}

#catalog_price_holder
{
    background-image: url('price_label.png');
    background-repeat: no-repeat; 
    background-position: 2px center;
    width: 100%;
    height:24px;
    position: relative;
    margin: 0 0 0 20px;
    padding: 12px 0 5px 0;
    text-align:center;
    font-family: Arial;
    font-size: large;
}

#catalog_order_button_holder
{
    background-image: url('catalog_order_button_bg.png');
    background-repeat: no-repeat; 
    background-position: 2px center; 
    width: 256px;
    height: 34px;
    margin: 0 0 0 -5px;
    clear:both;
    
}
#catalog_order_button, #catalog_order_button:visited, #catalog_order_button:active
{
    border: 0;
    background-color:Transparent;
    color: #FFF;
    font-style: italic;
    text-decoration: underline;
    position: relative; 
    top: 7px;
    left: 20px;
	padding: 0 70px;
    font-family: Arial;
    font-size: small;
	cursor: pointer;
}   

#catalog_order_button:hover
{
    text-decoration: none;
}

#catalog_table_holder
{
    width: 385px;
}

#catalog_table
{
    width: 400px;
    height: auto; 
    font-family:Arial Narrow;
    font-size: 16px;
    font-weight: bold;
}

#catalog_table th
{
    background-repeat: no-repeat; 
    text-align:center;
    vertical-align: middle;
    color: #FFF;
    font-family: Arial;
    font-style: italic;
    height: 45px;
}

#catalog_table th#th_left
{
    background-image: url('table_th_bg.png');
    background-position:left center;
    width: 49%

}
#catalog_table th#th_right
{
    background-image: url('table_th_bg.png');
    background-position:right center;
    width: 49%

}

#catalog_table #th_center, #catalog_table #tf_centr
{
    background-image: url('table_th_centr_bg.png');
    background-position:center center;
    width: 4px;
}

#catalog_table tr.odd
{
    background-color: #EAEAEA; 
    height: 15px;
    vertical-align:middle;
    
}

#catalog_table tr.even
{
    height: 15px;
    vertical-align:middle;
}

#catalog_table  #tr_current td
{
    color: black;
    font-style: italic;
}

#catalog_table  #tr_current td
{
    font-style: italic;
}

#catalog_table .td_left
{
    border-left:  solid 3px #60A0C0;
    text-align: left;
    text-indent: 20px;
}
#catalog_table .td_right
{
    border-right:  solid 3px #60A0C0;
}

#catalog_table .td_centr
{
    background-image: url('table_td_centr_bg.png');
    background-position:center center;
    background-repeat:repeat-y;
}

#catalog_table td#tf_left
{
    background-image: url('table_tf_bg.png');
    background-position:left bottom;
    background-repeat: no-repeat;
    width: 49%;
    height:10px;
}
#catalog_table td#tf_right
{
    background-image: url('table_tf_bg.png');
    background-position:right bottom;
    background-repeat: no-repeat;
    width: 49%;
    height:10px;
}

#catalog_table td#tf_centr
{
    background-image: url('table_tf_centr_bg.png');
    background-position:center bottom;
    background-repeat:repeat-y;
}

#catalog_table a, #catalog_table a:visited, #catalog_table a:active
{
    color: #000;
}

#catalog_table a:hover
{
    text-decoration: none;
}
#catalog_table  #tr_current td a
{
    color: Red;
}

#catalog_table  #tr_current td a span
{
    color: #60A0C0;
}
#catalog_table  #tr_current td a:hover
{
    text-decoration: underline;
}

#content_descr, h3
{
    font-weight: bold;
    font-size: small; 
    padding-top: 20px;
}

h3  
{
    font-weight: bold;
    font-size: small; 
}
h1 { font-size : 165% ;}
h2 { font-size : 150% ;}
td.down { font-size : 70%;}
b.skid { color : daRKRED;}
tt {font-size : 120% ;} 
.upr {font-size : 120% ;color : daRKRED;}
        
.content_teh
{
    text-transform: uppercase;
    font-weight: bold;
    
}

#content_pump_block
{
    font-family: Verdana; font-style: italic; font-size: small;  text-align:justify; clear: both; padding:20px 0 0 0; width:99%; height:auto;
}

#content_pump_block li
{
    margin: 0 0 0 25px;
}

/**************************************** articles *****************************************/

.article_block_holder
{
    width:42%; display: inline-table;
    text-align: left;
}

.article_block_title_holder
{
    background-position:left center;
    background-repeat: no-repeat;
    height: 44px;
    background-color:White;
    
}

.article_block_title
{
    color: #4E88A8;
    font-weight: bold;
    font-style:italic;
    position: relative;
    top: 12px;
    left: 55px;
    
}

.article_block_title
{
    background-position: left center;
    background-repeat: no-repeat;
       
}

.article_block_list li
{
    list-style-image: url('articles_list_type.png'); 
    font-family: Arial;
    width: 90%;
}

.article_block_list li a
{
    color: Black;
    font-style: italic;
    text-decoration: none;
    font-size: small; 
}

.article_block_list li a:hover
{
    text-decoration:  underline;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(ajax.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
