body
{
	background: url(images/bg.jpg) repeat-x #e4e9ec top;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto auto auto;
	color: #000;
}
p
{
	padding: 2px;
	margin: 0px;
}
#main_container
{
	width: 1060px;
	height: auto;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header
{
	width: 1060px;
	height: 136px;
	background: url(images/header_bg.jpg) no-repeat center;
	background-position: 0px 0px;
	margin: auto;
}
#logo
{
	float: left;
	padding: 10px 0 0 10px;
}
#main_content
{
	clear: both;
}
.languages
{
	float: right;
	width: 100px;
	padding: 8px 0 0 0;
}
.lang_text
{
	float: left;
	padding: 0 5px 0 0;
	color: #1DA1CF;
}
a.lang
{
	display: block;
	float: left;
	padding: 0 5px 0 5px;
}
.top_right
{
	width: 758px;
	float: right;
}
.big_banner
{
	float: right;
	padding: 10px 10px 0 0;
}
/*---------------- menu tab----------------------*/
#menu_tab
{
	float: left;
	width: 1060px;
	/* height: 136px; */
	background: url(images/menu_bg.gif) repeat-x;
}
ul.menu
{
	list-style-type: none;
	float: left;
	display: block;
	width: 982px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_bg.gif) repeat-x;
}

ul.menu li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 36px;
}
ul.menu li.divider
{
	display: inline;
	width: 4px;
	height: 36px;
	float: left;
	background: url(images/menu_divider.gif) no-repeat center;
}

a.nav:link, a.nav:visited
{
	display: block;
	float: left;
	padding: 0px 8px 0px 8px;
	margin: 0 14px 0 14px;
	height: 36px;
	text-decoration: none;
	color: #fff;
}

a.nav:hover
{
	display: block;
	float: left;
	padding: 0px 8px 0px 8px;
	margin: 0 14px 0 14px;
	height: 36px;
	text-decoration: none;
	color: #199ECD;
}

/*----------------crumb_navigation-------------*/
.crumb_navigation
{
	width: 980px;
	height: 15px;
	padding: 5px 10px 0 20px;
	color: #333333;
	background: url(images/navbullet.png) no-repeat left;
	background-position: 5px 8px;
}
.crumb_navigation a
{
	color: #0fa0dd;
	text-decoration: underline;
}
span.current
{
	color: #0fa0dd;
}

/*-------------left_content------------------*/
.left_content
{
	width: 180px;
	float: left;
	padding: 0 0 0 5px;
}
.thin_left_content
{
	width: 40px;
	float: left;
	padding: 0 0 0 5px;
}
.title_box
{
	width: 180px;
	height: 30px;
	margin: 5px 0 0 0;
	background: url(images/menu_title_bg.gif) no-repeat center;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #159dcc;
	line-height: 30px;
}
/*--------left menu---------*/
ul.left_menu
{
	width: 180px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.left_menu li
{
	margin: 0px;
	list-style: none;
	text-align: left;
}
ul.left_menu li.odd a
{
	width: 166px;
	height: 25px;
	display: block;
	border-bottom: 1px #e4e4e4 dashed;
	text-decoration: none;
	color: #504b4b;
	padding: 0 0 0 14px;
	line-height: 25px;
	font-size: larger;
}
ul.left_menu li.even a
{
	width: 166px;
	height: 25px;
	display: block;
	border-bottom: 1px #e4e4e4 dashed;
	background-color: #f0f4f5;
	text-decoration: none;
	color: #504b4b;
	padding: 0 0 0 14px;
	line-height: 25px;
	font-size: larger;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover
{
	color: #000;
	text-decoration: underline;
}

.search_border_box
{
	width: 640px;
	border: 4px #ddd9d9 solid;
	border-bottom-style: outset;
	border-right-style: outset;
	display: block;
	margin: 0 2px 0 10px;
	padding: 2px 2px 2px 2px;
	height: auto;
	text-align: left;
	background: url(images/box_bottom_bg.gif) no-repeat center bottom;
}

.border_box2
{
	width: 640px;
	display: block;
	margin: 0 2px 0 10px;
	height: auto;
	text-align: left; /* background:url(images/box_bottom_bg.gif) no-repeat center bottom;*/
}

.ddl_input_label
{
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

select.search_ddl_input
{
	height: 20px;
	width: 120px;
	border: 1px #ddd9d9 solid;
	margin: 0px 0 0px 0;
	font-size: 11px;
	padding: 0px; /*color:#999999; */
}


input.search_input
{
	/* width:75px;*/
	height: 16px;
	border: 1px #ddd9d9 solid;
	margin: 1px 0 2px 0;
	font-size: 11px;
	padding: 3px;
	color: #999999;
}
a.search_btn
{
	width: 75px;
	height: 24px;
	display: block;
	float: left;
	vertical-align: bottom;
	background: url(images/link_bg.gif) no-repeat center;
	margin: 0px 0 0 0px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #006600;
}





.border_box
{
	width: 180px;
	height: auto;
	text-align: center;
	background: url(images/box_bottom_bg.gif) no-repeat center bottom;
}
.product_title
{
	color: #ff8a00;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
.product_title a
{
	text-decoration: none;
	color: #ff8a00;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
.product_title a:hover
{
	color: #064E5A;
}
.product_img
{
	padding: 5px 0 5px 0;
}
.prod_price
{
	padding: 5px 0 5px 0;
}
span.reduce
{
	color: #666666;
	text-decoration: line-through;
}
span.price
{
	color: #666666; /* color: #ff8a00; */
}
/*----------newsletter--------------*/
input.newsletter_input
{
	width: 125px;
	height: 16px;
	border: 1px #ddd9d9 solid;
	margin: 10px 0 5px 0;
	font-size: 11px;
	padding: 3px;
	color: #999999;
}
a.join
{
	width: 17px;
	display: block;
	margin: 0px 0 5px 110px;
	padding: 2px 8px 6px 8px;
	text-decoration: underline;
	color: #169ECC;
}
.banner_adds
{
	width: 180px;
	text-align: center;
	padding: 10px 0 10px 0;
}
/*--------------oferta------------------*/
.oferta
{
	width: 585px;
	height: 156px;
	background: url(images/slider_bg.gif) no-repeat center;
	float: left;
	padding: 0px;
	margin: 0 0 5px 5px;
}
.oferta_img
{
	float: left;
	padding: 10px 0 0 10px;
}
.oferta_title
{
	font-size: 15px;
	color: #159dcc;
	font-weight: bold;
}
.oferta_details
{
	width: 340px;
	float: left;
	padding: 20px 0 0 30px;
}
.oferta_text
{
	padding: 5px 0 5px 0;
	font-size: 12px;
	color: #159dcc;
	text-align: justify;
	line-height: 15px;
}
/*center content--------------------------*/
.center_content
{
	width: 660px;
	float: left;
	padding: 5px 10px 5px 15px;
}
.wide_center_content
{
	width: 900px;
	float: left;
	padding: 5px 10px 5px 15px;
}
.center_title_bar
{
	width: 645px;
	height: 31px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	line-height: 31px;
	font-size: 12px;
	color: #159DCC;
	font-weight: bold;
	background: url(images/bar_bg.gif) no-repeat center;
}

/*----------------------right content--------------*/
.right_content
{
	width: 180px;
	float: left;
	padding: 0px;
	visibility:hidden;
}
.thin_right_content
{
	width: 10px;
	float: left;
	padding: 0px;
	visibility:hidden;
}
.shopping_cart
{
	width: 180px;
	height: 84px;
	text-align: center;
}
.cart_title
{
	font-size: 12px;
	font-size: 12px;
	color: #847676;
	font-weight: bold;
	padding: 0px;
}
.cart_details
{
	width: 115px;
	float: left;
	padding: 5px 0 0 15px;
	text-align: left;
}
.cart_icon
{
	float: left;
	padding: 5px 0 0 5px;
}
span.border_cart
{
	width: 100px;
	height: 1px;
	margin: 3px 0 3px 0;
	display: block;
	border-top: 1px #999999 dashed;
}
/*---------prod_box----------*/
.prod_box
{
	width: 203px;
	height: 150px;
	float: left;
	padding: 5px 5px 5px 5px;
}
.center_prod_box
{
	height: 145px;
	width: 203px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px #F0F4F5 solid;
}

.prod_details_tab
{
	width: 203px;
	height: 31px;
	float: left;
	margin: 3px 0 0 0;
}
img.left_bt
{
	float: left;
	padding: 6px 0 0 6px;
}
a.prod_details
{
	width: 203px;
	height: 24px;
	display: block;
	float: left;
	background: url(images/link_bg.gif) no-repeat center;
	margin: 2px 5px 0 0;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #159dcc;
}

a.prod_compare
{
	width: 75px;
	height: 24px;
	display: block;
	float: left;
	background: url(images/link_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #159dcc;
}
a.prod_buy
{
	width: 75px;
	height: 24px;
	display: inline-block;
	float: left;
	background: url(images/link_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

a.request_info_large
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	color: #ff0000;
}

a.prod_buy_large
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

a.back_to_button
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #159dcc;
}


/*---------prod_box_big----------*/
.prod_box_big
{
	width: 554px;
	height: auto;
	float: left;
	padding: 5px 5px 0px 5px;
}
.center_prod_box_big
{
	width: 584px;
	height: auto;
	float: left;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0px;
	border: 1px #F0F4F5 solid;
}
.product_img_big
{
	width: 200px;
	padding: 10px 0 0 10px;
	float: left;
}
.details_big_box
{
	width: 345px;
	float: left;
	padding: 0 0 0 15px;
	text-align: left;
}
.product_title_big
{
	color: #ff8a00;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}
.specifications
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.thumbs
{
	padding: 8px 5px 8px 5px;
	border: 1px #DFD1D1 solid;
	margin: 15px 0 0 0;
}
.thumbs a
{
	padding: 3px;
}
.prod_price_big
{
	padding: 5px 0 5px 0;
	font-size: 16px;
}
a.addtocart
{
	width: 76px;
	height: 27px;
	display: block;
	float: left;
	background: url(images/addtocart.gif) no-repeat left;
	padding: 0 0 0 33px;
	text-decoration: none;
	line-height: 27px;
	color: #1c4a52;
}
a.compare
{
	width: 76px;
	height: 27px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	background: url(images/compare.gif) no-repeat left;
	padding: 0 0 0 33px;
	text-decoration: none;
	line-height: 27px;
	color: #1c4a52;
}
span.blue
{
	color: #159DCC;
}
span.gray
{
	color: #999999;
}

/*---------------contact_form------------------*/
.contact_form
{
	width: 355px;
	float: left;
	padding: 0px 0 0 75px;
}
.form_row
{
	width: 335px;
	clear: both;
	padding: 10px 0 10px 0;
	color: #a53d17;
}
label.contact
{
	width: 75px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 4px 5px 0 0;
	color: #333333;
}
input.contact_input
{
	width: 253px;
	height: 18px;
	background-color: #fff;
	color: #999999;
	border: 1px #DFDFDF solid;
	float: left;
}
textarea.contact_textarea
{
	width: 253px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
	border: 1px #DFDFDF solid;
	float: left;
}
a.contact
{
	width: 99px;
	height: 27px;
	display: block;
	float: right;
	margin: 0 0 0 10px;
	background: url(images/contact_bt.gif) no-repeat left;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 27px;
	color: #1c4a52;
}
/*--------------footer----------------*/
.footer
{
	visibility: hidden;
	width: 1000px;
	clear: both;
	height: 65px;
	background: url(images/footer_bg.gif) repeat-x top;
}
.left_footer
{
	float: left;
	width: 300px;
	padding: 5px 0 0 10px;
}
.right_footer
{
	float: right;
	padding: 15px 30px 0 0;
}
.right_footer a
{
	padding: 0 0 0 7px;
	text-decoration: none;
	color: #666666;
}
.right_footer a:hover
{
	text-decoration: underline;
}

.center_footer
{
	float: left;
	width: 200px;
	text-align: center;
	color: #666666;
	padding: 10px 0 0 60px;
}


/* New css classes on 1-24-2010 */
.ValidateMessage
{
	color: Red;
	font-weight: bold;
}


.checkout_form_label
{
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: Black;
}

.form_row
{
	height: 25;
}

.form_comments
{
	margin: 2 2 2 2;
}

.form_header
{
	background: url(images/menu_bg.gif) repeat-x;
	height: 14px;
	width: 95%;
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: White;
}

.selected_page_link
{
	color: #159DCC;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10 0 10;
	border-style: solid;
	border-width: thin;
	border-color: red;
	text-decoration: none;
	padding-left: 3px;
}

.unselected_page_link
{
	/* color:#159DCC;*/
	color: Black;
	font-weight: bold;
	font-size: 14px;
	margin: 0 20 0 20;
	text-decoration: none;
	padding-left: 3px;
}

.text_red_bold_small
{
	color: Red;
	font-weight: bold;
	font-size: 10px;
}

.text_red_bold_medium
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
}

.text_red_bold_large
{
	color: Red;
	font-weight: bold;
	font-size: 14px;
}


.text_black_small
{
	color: black;
	font-size: 10px;
}

.text_black_medium
{
	color: black;
	font-size: 12px;
}

.text_black_large
{
	color: black;
	font-size: 14px;
}



a.search_btn
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	font-size: 16px;
}

a.rfq_btn
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color:Red;
	font-size: 12px;
}
a.back2shopping_btn
{
	width: 120px;
	height: 24px;
	display: inline-block;
	background: url(images/linklong_bg.gif) no-repeat center;
	margin: 2px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #006666;
	font-size: 12px;
}


.search_heading
{
	width: 640px;
	height: 20px;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 14px; /* color:#159DCC;*/
	color: White;
	font-weight: bold;
	background: url(images/menu_bg.gif) repeat-x;
}

.sigstore_title_bar
{
	width: 640px;
	height: 25px;
	text-align: center;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	line-height: 25px;
	font-size: 16px; /* color:#159DCC;*/
	color: White;
	font-weight: bold; /* background:url(images/bar_bg.gif) no-repeat center;*/
	background: url(images/menu_bg.gif) repeat-x;
}

.price_table
{
	font-size: 12px;
	line-height: 18px;
	width: 80%; /*border:outset 3px black;*/
	border: 4px #ddd9d9 solid;
	border-bottom-style: outset;
	border-right-style: outset;
	margin: 0 2px 0 10px;
	height: auto;
}

.h3_blue
{
	/*	text-decoration: none; 	color: #ff8a00; 	padding: 5px 0 5px 0; 	font-weight: bold; */
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #159dcc;
	line-height: 30px;
}

.padded_image
{
	vertical-align: baseline;
	float: left;
	border-width: 5px;
}


img.floatLeft
{
	float: left;
	margin-right: 25px;
	margin-left: 5px;
}
img.floatRight
{
	float: right;
	margin: 4px;
}

.button
{
	border: solid 1px #c0c0c0;
	background-color: #eeeeee;
	font-family: verdana;
	font-size: 11px;
}
.modalBg
{
	background-color: #cccccc;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.modalPanel
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 320px;
}

a.ok_btn
{
	width: 75px;
	height: 24px;
	display: inline-block;
	font-size: 16px;
	float:right;
	background: url(images/link_bg.gif) no-repeat center;
	margin: 10px 0 0 5px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

.program_header
{
	background: url(images/menu_bg.gif) repeat-x;
	height: 14px;
	width: 95%;
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: White;
	text-align:center;
}

.specials_container
{
	width: 1060px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
}

/*------------------Banner Site -------------------------*/
.banner_center_content
{
	width: 860px;
	float: left;
	padding: 5px 10px 5px 15px;
}
.large_center_title_bar
{
	width: 932px;
	height: 31px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	line-height: 31px;
	font-size: 12px;
	color: #159DCC;
	font-weight: bold;
	background: url(images/large_bar_bg.gif) no-repeat center;
}

.large_prod_box
{
	width: 240px;
/*	height: 200px;*/
	float: left;
	padding: 5px 5px 5px 5px;
}
.large_center_prod_box
{
	/* height: 145px;*/
	width: 203px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px #F0F4F5 solid;
}


.hidden_left_content
{
	visibility:hidden;
	width: 180px;
	float: left;
	padding: 0 0 0 5px;
}

/**** Menu ******/

.subcat_title
{
	color: #ff3300;
	text-align: center;
	font-size:large;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

