/* ***************************** RESET ************************************ */
body {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}

h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: ;
}

h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
}
.col-50 {
    float: left;
    width: 50%;
}
/* ******************************** COOKIES *******************************************/

#cookie-info {
  margin: 10px auto;
  width: 700px;
  height: 30px;
  background-color: #f4ab1a;
  border: 1px solid #f19012;
}

.cookie_text {
  line-height: 30px;
  padding-left: 50px;
}

#cookie-info a {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  padding: 5px;
  text-decoration: none;
}

#cookie-info a:hover {
  text-decoration: underline;
}

/* ***************************** NAVIGATION | CONTACT ********************************** */
.clear {
  clear: both;
}

.main_top {
  width: 960px;
  margin: 0 auto;
}

.contact {
  background-color: #e3eaec;
  font-size: 14px;
  color:#414e46;
  float: right;
  display: inline-block;
  padding: 10px 25px;
}

.contact a {
  text-decoration: none;
  color:#414e46;
}

.contact a:hover {
  text-decoration: underline;
}

.contact_phone {
  padding-right: 25px;
}

.wrap {
  display: block;
}

.logo {
  float: left;
}

.nav {
  width: 960px;
  padding: 5px 30px;
  height: 55px;
}

.menu_nav {
  float: right;
}

.menu_nav ul {
  padding: 0;
  list-style-type: none;
  padding-top: 20px;
}

.menu_nav ul li{
  padding-right: 40px;
  display: inline-block;
}

.menu_nav ul li a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color:#414e46;
}

.menu_nav ul li a:hover {
  color: #ef7b0b;
}

.menu_nav .selected {
	color: #ef7b0b;
}

/* ***************************************** BANNER | SLIDER ********************************** */
.banner {
  background-image: url('../images/banner_bg1.png');
  /* background-repeat: no-repeat; */
  height: 247px;
  width: auto;
  background-position: center;
  margin-top: 20px;
}

/* *********************************MAIN CONTENT ************************************* */

.main_content {
  width: 960px;
  margin: 150px auto;
}

.main_content h2 {
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
}

.main_content h3 {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
}

.main_content h4 {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
}

.content_left {
    width: 480px;
    float: left;
    padding: 0px 30px;
}

.content_left img {
  float: left; 
  margin: 0px 20px 15px 0px;
}

.content_left p {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  line-height: 17px;
}

.content_left ul {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
}

.content_left ul li {
  list-style-type: disc;
}

.content_left ol {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
}

.content_left ol li {
  list-style-type: decimal;
}

.content_left table {
   border-color: #dcdcdc;
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
}

.content_left table td {
  border-color: #dcdcdc;
  padding: 10px;
}

.content_left a {
  color: #ef7b0b;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}

.content_left a:hover {
  text-decoration: underline;
}

.read_more {
  float: right;
  background-image: url('/site_media/images/more.png');
  background-repeat: no-repeat;
  height: 25px;
  margin-top: 10px;
  -moz-box-shadow: 0 1px 2px #888;
  -webkit-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888;
}

.read_more a{
    color: #414e46;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    padding: 7px;
    line-height: 25px;
}

.read_more a:hover {
  color: #ef7b0b;
}

.content_left_content img {
  float: left;
  margin: 0 10px 5px 0;
}

.content_left_content p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
  margin-top: 0px;
}

.content_left_content a {
  color: #ef7b0b;
  text-decoration: none;
}

.content_left_content a:hover {
  text-decoration: underline;
}

.content_left_content ul {
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.content_left_content ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.content_left_content ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;

}

.content_left_content h2,
.content_left_content h3,
.content_left_content h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.content_left_content h2 {
  font-size: 18px;
}

.content_left_content h3 {
  font-size: 14px;
}

.content_left_content h4 {
  font-size: 10px;
}

.content_right {
    width: 390px;
    float: left;
    padding-right: 30px;
}

/* **************************************** FOOTER ******************************* */

.footer {
  width: 960px;
  margin: 20px auto;
  background-image: url('/site_media/images/footer_bg.png');
  background-repeat: repeat-x;
}

.footer_nav {
  float: left;
  width: 515px;
  margin-top: 25px;
}

.footer_nav a {
  font-size: 13px;
  font-family: Arial;
  color: #505050;
  text-decoration: none;
}

.footer_nav ul li a  {
  font-size: 13px;
  font-family: Arial;
  color: #505050;
  text-decoration: none;
}

.footer_nav a:hover {
  color: #ef7b0b;
  text-decoration: underline;
}

.footer_nav ul li{
  display: inline;
  list-style-type: none;
  padding-left: 5px;
}

.footer_nav ul li img {
  padding-left:5px;
  margin: 2px;
}

.footer_nav ul li:last-child img {
  display: none;
}

.footer_contact {
  float: right;
  line-height: 18px;
  margin: 18px 0;
  color: #505050;
  font-size: 12px;
  font-family: Arial;
  text-align: right;
  width:380px;
}

.footer_contact a {
  text-decoration: none;
  color: #505050;
  font-size: 12px;
  font-family: Arial;
}

.footer_contact a:hover {
  text-decoration: underline;;
  color: #ef7b0b;
}

.footer_contact strong {
  color: #ef7b0b;
}

.footer_contact td {
  padding-right: 25px;
}

.line {
  background-image: url('/site_media/images/line.png');
  background-repeat: repeat-y;
  height: 96px;
  width: 2px;
  float: right;
  margin-right: -192px;
}
/*
.footer_contact, .footer_contact2 {
  float: left;
  width: 195px;
  text-align: right;
  color: #505050;
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  margin-top: 25px;
}

.footer_contact, .footer_contact2 a {
  text-decoration: none;
  color: #505050;
  font-size: 12px;
  font-family: Arial;
}

.footer_contact2 a:hover {
  color: #ef7b0b;
}



*/

.orange {
  color: #ef7b0b;
}

.copy_left {
  float: left;
  margin-left: 30px;
}

.copy_left, .copy_right p {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
}

.copy_left a {
  text-decoration: none;
  color: #ef7b0b;
}

.copy_left a:hover {
  text-decoration: underline;
}

.copy_right {
  float: right;
  margin-right: 30px;
}

.copy_right a{
  color: #505050;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
}

.copy_right a:hover {
  color: #505050;
  font-size: 12px;
  font-family: Arial;
  text-decoration: underline;
}


/* *************************** END BASE.HTML ****************************************** */
/* *************************** END BASE.HTML ****************************************** */
/* *************************** END BASE.HTML ****************************************** */


/* *************************** CATALOG BASE ******************************************** */

/******************************* BANNER_TEXTBOX *************************************** */

.static_img {
  margin: 0 auto;
  width: 950px;
}

.block_banner {
  width: 310px;
  height: 189px;
  background-image: url('/site_media/images/banner_text_bg.png');
  float: right;
  margin-right: 30px;
  margin-top: -170px;
  position: relative;
  border: 1px solid #dcdcdc;
  background-size: contain;
}

.banner_img {
  padding-top: 40px;
}

.banner-box-img {
  width: 100px;
  height: 100px;
  border: 1px solid #dcdcdc;
  margin:15px;
  float: left;
  text-align: center;
}

.banner-box-img img {

}

.banner_text {
  height: 185px;
  overflow: hidden;
}

.banner_text h2 {
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #ef7b0b;
  font-weight: bold;
}

.banner_text h3 {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #ef7b0b;
  font-weight: bold;
}

.banner_text h4 {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #ef7b0b;
  font-weight: bold;
}

.banner_text p {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  padding: 0px 17px 0px 17px;
  line-height: 18px;
}

.banner_text a {
  font-size: 12px;
  font-family: Arial;
  color: #ef7b0b;
  text-decoration: none;
}

.banner_text a:hover {
  text-decoration: underline;
}

.banner_text ul,
.banner_text ol {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 18px;
}

.banner_text ul li {
  list-style-type: disc;
}

.banner_text ol li {
  list-style-type: decimal;
}


/* ***************************** BANNER TEXTBOX END ************************************* */

/* ***************************** PRODUCT CONTENT **************************************** */

.product_content {
  width: 960px;
  margin: 0 auto;
}

.product_content_left {
  float: left;
  width: 670px;
  padding-left: 30px;
  margin-top: -100px;
}

.product_content_left h1,
.sub-product_content_left h1 {
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #ef7b0b;
}

.breadcrumb {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  margin-bottom:30px;
  margin-left: -40px;
}

.breadcrumb ul li{
  display: inline;
  list-style-type: none;
}

.breadcrumb a:hover {
	color: #ef7b0b;
	text-decoration: underline;
}

.breadcrumb ul li img {
  padding-left: 10px;
}

.product_box {
  background-image: url('/site_media/images/product_box_bg.png');
  width: 300px;
  height: 100%;
  border: 1px solid #dcdcdc;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  float: left;
  background-size: contain;
}

.product_box img {

}

.product-img-box {
  width: 100px;
  height: 100px;
  float: left;
  margin: 15px 20px 5px 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.product_box h2 {
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
  font-weight: bold;
  padding: 0 15px;
}

.product_box h3 {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
  font-weight: bold;
  padding: 0 15px;
}

.product_box h4 {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
  font-weight: bold;
  padding: 0 15px;
}

.product_box a {
  font-size: 12px;
  font-family: Arial;
  color: #ef7b0b;
  text-decoration: none;
}

.product_box h2 a {
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  color: #414e46;
  font-weight: bold;
  padding: 0 15px;
}

.product_box a:hover {
  text-decoration: underline;
}

.product_box p {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  padding: 0px 20px 0px 20px;
  line-height: 20px;
}

.product_box table {
  width: 260px;
  margin: 0 20px;
  border-color: #dcdcdc;
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
}

.product_box table td {
  border-color: #dcdcdc;
  padding: 10px;
}

.product_box ul {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  padding-right: 15px;
}

.product_box ul li {
  list-style-type: disc;
}

.product_box ul li a,
.product_box ol li a {
  color: #ef7b0b;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
}

.product_box ul li a:hover,
.product_box ol li a:hover {
  text-decoration: underline;
}


.product_box ol {
  font-size: 12px;
  font-family: Arial;
}

.product_box ol li {
  list-style-type: decimal;
}

.view_product_button {
background-image: url('/site_media/images/view.png');
background-repeat: no-repeat;
height: 25px;
width: 70px;
margin-top: 10px;
float: right;
margin-right: 20px;
box-shadow: 0px 1px 2px #888;
}

.view_product_button a {
    color: #414E46;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    float: left;
    padding-left: 10px;
    padding-top: 1px;
}

.view_product_button a:hover {
  color: #ef7b0b;
}

.view_product_button img {
  float: right;
  margin: 9px 5px;
}

.view_product_button .arrow {
  background: url('/site_media/images/arrow.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 7px;
}

.view_product_button a:hover .arrow {
  background: url('/site_media/images/arrow_hover.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 7px;
}

.product_content_right {
  float: left;
  width: 250px;
  margin-top: -100px;
  margin-left: 5px;
}

.sidebar-wrapper {
  width: 250px;
  margin-top: 30px;
}

#nav {
	float: left;
	width: 250px;
	margin: 0px 0;
	padding: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	background: url('/site_media/images/acmenu_bg.png') repeat-x;
	display: block;
	padding: 13px 10px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: #fff;
	line-height: 10px;
}

#nav > li > a:hover, #nav > li.selected > a {
	background: url('/site_media/images/acmenu_bg.png') repeat-x;
}

#nav > li > a:hover .nav_arrow {
	background-image: url('/site_media/images/acmenu_arrow_right_hover.png');
}

#nav > li.selected > a .nav_arrow {
	background-image: url('/site_media/images/acmenu_arrow_hover.png');
}

#nav li a span {
	padding-right: 16px;
}

#nav li ul li a span {
	padding: 0;
} 

#nav li ul {
	display: block;
}

#nav li ul li a {
	background: url('/site_media/images/acmenu2_bg.png') repeat-x;
	padding: 13px 25px;
}

#nav > li > ul > li > a:hover, #nav > li > ul > li.selected > a {
	background: url('/site_media/images/acmenu1_bg.png') repeat-x;
	color: #fff;
}

#nav > li > ul > li > a:hover .nav_arrow {
	background-image: url('/site_media/images/acmenu_arrow_right_hover.png');
}

#nav > li > ul > li.selected > a .nav_arrow {
	background-image: url('/site_media/images/acmenu_arrow_hover.png');
}

#nav li ul li ul {
	display: block;
}

#nav li ul li ul li a {
	background: #f6f6f6;
	color: #000;
	padding: 13px 40px;
	border-bottom: 1px solid #dcdcdc;
	background-image: url('/site_media/images/acmenu_arrow_sub.png');
	background-repeat: no-repeat;
	background-position: 25px;
}

#nav li ul li ul li:last-child a {
	border-bottom: none;
}

#nav > li > ul > li > ul > li > a:hover, #nav > li > ul > li > ul > li.selected a {
	background-image: url('/site_media/images/acmenu_arrow_sub_hover.png');
	background-position: 25px;
	background-repeat: no-repeat;
	color: #ef7b0b;
	text-decoration: underline;;
}

.nav_arrow {
	width: 7px;
	height: 8px;
	background: url('/site_media/images/acmenu_arrow_right.png') no-repeat;
	float: right;
}


/* ***************************************** SUB CATEGORY *********************/

.sub-product_content_left {
  float: left;
  width: 670px;
  padding-left: 30px;
  margin-top: -150px;
}

.sub-product_content_left .sub-img{
  max-width: 90px;
}

.sub-product_content_left h2 {
  font-size: 18px;
  font-family: 'Ubuntu',sans-serif;
  color: #414E46;
}

.sub-product_content_left h3 {
  font-size: 16px;
  font-family: 'Ubuntu',sans-serif;
  color: #414E46;
}

.sub-product_content_left h4 {
  font-size: 12px;
  font-family: 'Ubuntu',sans-serif;
  color: #414E46;
}

.sub-product_content_left p {
    margin-top: -30px;
    font-size: 12px;
    font-family: Arial;
    line-height: 20px;
    padding-right: 25px;
    margin-bottom: 30px;
}

.sub-product_content_left a {
  font-size: 12px;
  font-family: Arial;
  color: #ef7b0b;
  text-decoration: none;
}

.sub-product_content_left a:hover {
  color: #414E46;
  text-decoration: underline;
}

.sub-product_content_left ul {
  font-size: 12px;
  font-family: Arial;
  color: #505050;
}

.sub-product_content_left li {
  list-style: disc;
}

.sub-product_content_left ol {
  font-size: 12px;
  font-family: Arial;
}

.imgsub-sub {
  border: 1px solid #dcdcdc;
  float: left;
  padding: 0 10px 10px;
  text-align: center;
  width: 88px;
}

.sub-product-desc {
  float: left;
  width: 540px;
  margin: -30px 10px 30px;
}

.sub-product-desc img {
  float: left;
  margin: 0 10px 5px 0;
}

.sub-product-desc p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
  margin-top: 0px;
}

.sub-product-desc a {
  color: #ef7b0b;
  text-decoration: none;
}

.sub-product-desc a:hover {
  text-decoration: underline;
}

.sub-product-desc ul {
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.sub-product-desc ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.sub-product-desc ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.sub-product-desc table {
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
  border-color: #dcdcdc;
}

.sub-product-desc table td {
  padding: 10px;
  border-color: #dcdcdc;
}

.sub-product-desc h2,
.sub-product-desc h3,
.sub-product-desc h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.sub-product-desc h2 {
  font-size: 18px;
}

.sub-product-desc h3 {
  font-size: 14px;
}

.sub-product-desc h4 {
  font-size: 10px;
}

.sub-product-desc2 {
  float: left;
  width: 630px;
  margin: 0 10px 30px;
}

.sub-product-desc2 img {
  float: left;
  margin: 0 10px 5px 0;
}

.sub-product-desc2 p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
}

.sub-product-desc2 a {
  color: #ef7b0b;
  text-decoration: none;
}

.sub-product-desc2 a:hover {
  text-decoration: underline;
}

.sub-product-desc2 ul {
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.sub-product-desc2 ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.sub-product-desc2 ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.sub-product-desc2 table {
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
  border-color: #dcdcdc;
}

.sub-product-desc2 table td {
  padding: 10px;
  border-color: #dcdcdc;
}

.sub-product-desc2 h2,
.sub-product-desc2 h3,
.sub-product-desc2 h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.sub-product-desc2 h2 {
  font-size: 18px;
}

.sub-product-desc2 h3 {
  font-size: 14px;
}

.sub-product-desc2 h4 {
  font-size: 10px;
}

.sub-category_box {
    float: left;
}

.sub-category_box img {
  border: 1px solid #DCDCDC;
  float: left;  
  max-width: 60px;
  padding: 0 10px 10px;
  text-align: center;
}

.sub-box {
  width: 230px;
  height: auto;
  border: 1px solid #dcdcdc;
  float: left;
  margin-left: -1px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  background-image: url('/site_media/images/bg_sub_box.png');
  background-repeat: repeat-x;
  background-size: contain;

}

.sub-box h3 {
  font-size: 16px;
  font-family: 'Ubuntu',sans-serif;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 10px 10px;
  color: #414e46;
}

.sub-box_content {

}

.sub-box_content h4 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 13px;
}

.sub-box_content h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Ubuntu',sans-serif;
  padding-left: 13px;
  border: none;
}

.sub-box_content h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Ubuntu',sans-serif;
  padding-left: 13px;
}

.sub-box_content p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
  margin: 0 15px;
}

.sub-box_content a,
.sub-box_content ul li a {
  color: #ef7b0b;
  text-decoration: none;
}

.sub-box_content a:hover,
.sub-box_content ul li a:hover {
  text-decoration: underline;
}

.sub-box_content ul {
  border: none;
  margin-bottom: 5px;
  padding-right: 15px;
}

.sub-box_content ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.sub-box_content ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;

}

.sub-box_content table {
	border: none;
	margin: 0 auto;
	padding-bottom: 20px;
}

.sub-box_content table td {
	font-size: 11px;
	font-family: Arial;
	color: #505050;
}

.sub-box_content table td:first-child {
	width: 160px;
}

.sub-box_content table td:last-child {
	width: 20px;
}

.view_product_button_sub {
  background-image: url('/site_media/images/view.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 75px;
  float: right;
  -moz-box-shadow: 0 1px 2px #888;
  -webkit-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888;
  margin: 25px 20px 0px 0px;
}

.view_product_button_sub a {
    color: #414E46;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    float: left;
    padding-left: 10px;
    padding-top: 1px;
}

.view_product_button_sub a:hover {
  color: #ef7b0b;
}

.view_product_button_sub img {
  float: right;
  margin: 9px 5px;
}

.view_product_button_sub .arrow {
  background: url('/site_media/images/arrow.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 5px;
}

.view_product_button_sub a:hover .arrow {
  background: url('/site_media/images/arrow_hover.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 5px;
}


/* ********************************* ITEM PRODUCT ************************* */


.item_product_content_left {
  float: left;
  width: 670px;
  padding-left: 30px;
  margin-top: -150px;
}

.item_product_content_left h1 {
	font-size: 20px;
	font-family: 'Ubuntu',sans-serif;
	color: #ef7b0b;
}

.item_product_content_left img.item_img {
  padding: 10px;
}

.item_product_content_left .product_images {
    border: 1px solid #dcdcdc;    
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 240px;
}

.menu_item {
	margin-bottom: 30px;
}

.menu_item ul, ul li {

  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_item ul {
  float: left;
  width: 400px;
    border-bottom: 1px solid #dcdcdc;
}

.menu_item ul li {
  float: left;
  margin-right: 1px;
  overflow: hidden;
}

.menu_item ul a:link, ul a:visited {
  background-image: url('/site_media/images/item_menu_bg.png');
  background-repeat: repeat-x;
  text-decoration: none;
  display: block;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 7px;
  top: 1px;
  position: relative;
  font-family: Arial;
  font-size: 12px;
}

.menu_item ul a:hover {
  background-image: url('/site_media/images/item_menu_hover_bg.png');
  background-repeat: repeat-x;
  background-color: #fff;s
  border-bottom-color: #fff;
  color: #fff;
}

.menu_item ul li a.menu_selected {
  background-image: url('/site_media/images/item_menu_hover_bg.png');
  background-repeat: repeat-x;
  background-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
}

.download_list ol{
  margin-left: 240px;
  padding-top: 50px;
  list-style-type: disc;
}

.download_list a{
  font-size: 12px;
  font-family: Arial;
  color: #000;
  text-decoration: none;
}

.download_list a:hover {
  text-decoration: underline;
  color: #ef7b0b;
}

.download_list table {
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
  border-color: #dcdcdc;
}

.download_list table td {
  padding: 10px;
  border-color: #dcdcdc;
}

.product_characteristics {
  padding-left: 252px;
  padding-top: 30px;
  margin-right: 20px;
}

.product_characteristics img {
  float: left;
  margin: 0 10px 10px 0;
}

.product_characteristics p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
}

.product_characteristics a {
  color: #ef7b0b;
  text-decoration: none;
}

.product_characteristics a:hover {
  text-decoration: underline;
}

.product_characteristics ul {
  padding-left: 40px;
  width: 370px;
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.product_characteristics ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.product_characteristics ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.product_characteristics h2,
.product_characteristics h3,
.product_characteristics h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.product_characteristics h2 {
  font-size: 18px;
}

.product_characteristics h3 {
  font-size: 14px;
}

.product_characteristics h4 {
  font-size: 10px;
}

.product_description {
  padding-left: 252px;
  padding-top: 30px;
  margin-right: 20px;
}

.product_description img {
  float: left;
  margin: 0 10px 10px 0;
}

.product_description p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
  margin: 0;
}

.product_description a {
  color: #ef7b0b;
  text-decoration: none;
}

.product_description a:hover {
  text-decoration: underline;
}

.product_description ul {
  padding-left: 40px;
  width: 370px;
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.product_description ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
}

.product_description ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.product_description h2,
.product_description h3,
.product_description h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.product_description h2 {
  font-size: 18px;
}

.product_description h3 {
  font-size: 14px;
}

.product_description h4 {
  font-size: 10px;
}

/* ************************************* ABOUT ******************************* */

.about_content {
  width: 960px;
  margin: -100px auto;
}
.about_content .WYSWIG img {
  height: auto;
}
.WYSWIG img {
  float: left;
  margin: 0 10px 5px 0;
}

.WYSWIG p {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  line-height: 19px;
  margin-top: 0px;
}

.WYSWIG a {
  color: #ef7b0b;
  text-decoration: none;
}

.WYSWIG a:hover {
  text-decoration: underline;
}

.WYSWIG ul {
  border: none;
  margin-bottom: 5px;
  overflow: auto;
}

.WYSWIG ul li {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  list-style-type: disc;
  overflow: visible;
  list-style-position: inside;
}

.WYSWIG ol li {
  font-family: Arial;
  font-size: 12px;
  color: #000;

}

.WYSWIG h2,
.WYSWIG h3,
.WYSWIG h4 {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
}

.WYSWIG h2 {
  font-size: 18px;
}

.WYSWIG h3 {
  font-size: 14px;
}

.WYSWIG h4 {
  font-size: 10px;
}

.module_title {
	font-size: 20px;
	font-family: 'Ubuntu',sans-serif;
	color: #ef7b0b;
	margin-left: 30px;
  padding: 10px 0;
}

.WYSWIG {
  margin-left: 30px;
}

.WYSWIG h1, .WYSWIG h1 a,
.WYSWIG h2, .WYSWIG h2 a,
.WYSWIG h3, .WYSWIG h3 a,
.WYSWIG h4, .WYSWIG h4 a {
  color: #ef7b0b;
  font-family: 'Ubuntu',sans-serif;
  text-decoration: none;
}

.WYSWIG h1 {
  font-size: 20px;
}

.WYSWIG h2 {
  font-size: 18px;
}

.WYSWIG h3 {
  font-size: 14px;
}

.WYSWIG h4 {
  font-size: 10px;
}

.WYSWIG h1 a:hover,
.WYSWIG h2 a:hover,
.WYSWIG h3 a:hover,
.WYSWIG h4 a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.WYSWIG img {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0px 20px 15px 0;
  border: 1px solid #dcdcdc;
}

.WYSWIG p {
  text-align: justify;
    margin-top: 10px;
    font-size: 12px;
    font-family: Arial;
    line-height: 20px;
    padding-right: 25px;
}

.WYSWIG a {
	color: #ef7b0b;
	text-decoration: none;
}

.WYSWIG a:hover {
	color: #ef7b0b;
	text-decoration: underline;
}

.WYSWIG li {
  font-size: 12px;
}

.WYSWIG table {
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial;
  border-color: #dcdcdc;
}

.WYSWIG table td {
  padding: 10px;
  border-color: #dcdcdc;
}

.WYSWIG .eu_banner {
  margin: auto;
  width: 100%;
  height: auto;
}

.WYSWIG .eu_banner img{
  margin: auto;
  width: 100%;
  height: auto;
  border: none;
}

/* *********************************** CONTACT ***************************** */

.contact_info {
  width: 960px;
  margin: -100px auto;
  padding-bottom: 50px;
}

.contact_info h1 {
  margin-left: 30px;
  color: #ef7b0b;
  font-size: 20px;
  font-family: 'Ubuntu',sans-serif;
}

.contact_left {
  width: 360px;
  margin-left: 30px;
  float: left;
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  line-height: 20px;
}

.contact_left h3,
.contact_right h3 {
  color: #ef7b0b;
  font-size: 13px;
  font-family: Arial;
}

.contact_left a {
  font-size: 12px;
  font-family: Arial;
  color: #ef7b0b;
  text-decoration: none;
}

.contact_left a:hover {
  text-decoration: underline;
}

.contact_left table {
	border: none;
	width: 350px;
}

.contact_left table td {
	width: 175px;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
}

.contact_right {
  float: left;
  width: 570px;
  margin-bottom: 20px;
}

.contact_right div input {
   background: #f6f6f6;
  font-family: Tahoma, Arial, Verdana, sans-serif;
   font-size: 12px;
   color: #000;
  width: 240px;
  padding: 12px 10px;
  border: 1px solid #D2D2D2;
}

.contact_right textarea {
   background: #f6f6f6;
  font-family: Tahoma, Arial, Verdana, sans-serif;
   font-size: 12px;
   color: #000;
  width: 240px;
  height: 124px;
  padding: 12px 10px;
  border: 1px solid #D2D2D2;
  resize: none;
  overflow: auto;
}

.contact_right textarea{
    position: absolute;
    right: 30px;
    top: 0px;
    margin-top: 11px;
}

.contact_right form {
	position: relative;
}

#field_id_recaptcha {
	margin: 169px -37px 0 0;
    position: absolute;
    right: 30px;
    top: 0;
    height: 200px;
}

#recaptcha_image {
	margin-bottom: 6px;
	width:;
}

#recaptcha_challenge_image {
	width: 260px;
}

#field_id_recaptcha a {
	font-size: 12px;
	font-family: Arial;
	color: #ef7b0b;
}

#field_id_recaptcha a:hover {
	font-size: 12px;
	font-family: Arial;
	color: #ef7b0b;
	text-decoration: underline;
}

#field_id_recaptcha label,
#field_id_recaptcha em {
	display: none;
} 

.ff_helptext {
	color: #ef7b0b;
}

.ff_this_box_errors {
	margin: 10px 0;
}

.contact_right fieldset {
	border: none;
  margin-left: -10px;
}

.contact_right fieldset label {
	font-size: 12px;
	color: #505050;
	font-family: Arial;
}

.errorlist {
  color: red;
  font-size: 12px;
  font-family: Arial;
}

.contact_right input.submit_button {
  color: #000;
  background-image: url('/site_media/images/bg_button_contact.png');
  background-repeat: repeat-x;
  border: 1px solid #dcdcdc;
  width: 150px;
  height: 26px;
  font-size: 12px;
  font-family: Arial;
  position: absolute;
  top: 0;
  right: 30px;
}
 
.contact_right input.submit_button:hover {
  color: #ef7b0b;
}

.contact_right input.submit_button .arrow {
  background: url('/site_media/images/arrow.png') no-repeat;
  width: 9px;
  height: 7px;
  margin-top: 4px;
  float: right;
}

.contact_right input.submit_button:hover .arrow {
  background: url('/site_media/images/arrow_hover.png') no-repeat;
  width: 9px;
  height: 7px;
  margin-top: 4px;
  float: right;
}

.messages {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.msg {
  position: absolute;
  top: 70%;
  right: 19%;
  width: 462px;
}

.msg p {
  float: left;
  color: #505050;
  font-size: 20px;
  font-family: 'Ubuntu',sans-serif;
}

.msg .window-close {
  float: left;
  margin-left: 10px;
}


.mapa {
   height: 205px;
   margin: 40px 32px 0px;
   border: 5px solid #E3E3E3;
   background: #fff;
}

.mapa small a {
  font-family: Arial;
  font-size: 12px;
  color: #ef7b0b;
  text-decoration: none;
}

.mapa small a:hover {
  font-family: Arial;
  font-size: 12px;
  color: #ef7b0b;
  text-decoration: underline;
}

#success {
  display: block;
}

.success {
  margin-left: 120px;
  float: left;
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 400px;
  color: #ef7b0b;
}

.successbutton {
  margin-left: 250px;
}

.successbutton a {
  background: url('/site_media/images/bg_button_contact.png');
  border: 1px solid #dcdcdc;
  width: 98px;
  height: 50px;
  padding: 2px 25px;
  color: #000;
  text-decoration: none;
}

.successbutton a:hover {
  color: #ef7b0b;
}


/* ******************************************************************* */
/* ******************************************************************* */
/* ******************************************************************* */
/* ******************************************************************* */

.product_description {
  padding-top: 30px;	
  padding-left: 252px;
}

.product_description h2 {
  color: #ef7b0b;
  font-size: 18px;
  font-family: 'Ubuntu',sans-serif;
}

.product_description h3 {
  color: #ef7b0b;
  font-size: 14px;
  font-family: 'Ubuntu',sans-serif;
}

.product_description table {
  width: 400px;
  font-size: 12px;
  font-family: Arial;
  color: #505050;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.product_description table td {
	font-size: 12px;
	font-family: Arial;
	color: #505050;
}

.product_description table td:first-child {
	width: 340px;
}

/* ****************************************************************************************** */
/* ********************************************* ARTICLE ************************************ */
/* ****************************************************************************************** */

.article_content {
	margin: -100px 30px 0;
	padding-bottom: 30px;
}

.single_article_container img{
	width: 150px;
	height: 100px;
	border:none;
}

.single_article_container {
	width: 900px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.single_article_container .WYSWIG {
	margin-left: 0;
}

.single_article_item h3 a{
	font-size: 14px;
	color: #ef7b0b;
  	font-family: 'Ubuntu',sans-serif;
}

.single_article_item a {
	text-decoration: none;
}

.single_article_item_link h3{
  color: #ef7b0b;
}

.singlearticle_item_link {
  background-image: url('/site_media/images/view.png');
background-repeat: no-repeat;
height: 25px;
width: 105px;
float: right;
box-shadow: 0px 1px 2px #888;
}

.singlearticle_item_link a {
    color: #414E46;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    float: left;
    padding-left: 10px;
    padding-top: 1px;
}

.singlearticle_item_link a:hover {
  color: #ef7b0b;
  text-decoration: none;
}

.singlearticle_item_link .arrow {
  background: url('/site_media/images/arrow.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 7px;
}

.singlearticle_item_link a:hover .arrow {
  background: url('/site_media/images/arrow_hover.png') no-repeat;
  width: 9px;
  height: 7px;
  float: right;
  margin: 9px 7px;
}

/****************************************************************************************/
/*******************************SLIDER***************************************************/
/****************************************************************************************/

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    float: left;
    overflow: hidden;
    position: relative;
    width: 310px;
    margin-left: 10px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    width: 105px;
    text-align: center;
  }

.jcarousel a {
	text-decoration: none;
}

.jcarousel a:hover {
	text-decoration: underline;
  color: #ef7b0b;
}

.jcarousel h3{
	color: #ef7b0b;
	font-size: 12px;
	font-family: 'Ubuntu',sans-serif;
}

.jcarousel img {
  max-width: 90px;
  max-height: 200px;
}

/* ******************************** SLIDER PRODUCT ******************************** */

.slider_product_wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
  padding: 0 10px;
  margin-top: 45px;
}

.jcarousel-next {
  background: url('/site_media/images/prod_arrow_right.png');
  display: block;
  height: 75px;
  width: 24px;
  float:right;
  margin: 50px 0 0 0;
}

.jcarousel-prev {
  background: url('/site_media/images/prod_arrow_left.png');
  display: block;
  height: 75px;
  width: 24px;
  float: left;
  margin: 50px 0 0 0;
}

/* ******************************** SLIDER PRODUCT END ****************************** */

.view_product {
  margin: 0 auto;
  background-image: url('/site_media/images/view.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 116px;
  margin-top: 31px;
  -moz-box-shadow: 0 1px 2px #888;
  -webkit-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888;
}

.view_product a{
    color: #414e46;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
    padding: 7px;
    line-height: 25px;
}

.view_product a:hover {
  color: #ef7b0b;
}

.block_banner_slider {
  width: 950px;
  margin: 0 auto;
  padding-top: 25px;
}

.slider {
  width: 950px;
  height: 344px;
}

.slides {
    position: relative;
    z-index: 555;
}
.slides li {
    height: 344px;
    overflow: hidden;
    width: 950px;
}
.slides li img {
    width: 950px;
}

#slider_nav {
    height: 20px;
    list-style-type: none;
    position: absolute;
    z-index: 888;
    width: 300px;
    margin-left: 3%;
    top: 350px;
}
#slider_nav a {
    background-image: url('/site_media/images/slider_circle.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 21px;
    margin-right: 5px;
    text-shadow: none;
    width: 21px;
    list-style-type: none;
}
#slider_nav a:hover, #slider_nav a.activeSlide {
    background-image: url('/site_media/images/slider_circle_active.png');
}

.slider_box {
    background-color: #fff;
    width: 540px;
    height: 114px;
    position: absolute;
    top: 383px;
    float: left;
    z-index: 999
}

@-moz-document url-prefix() {
  .slider_box {
    top: 385px;
  }
}

.box_content {
  float: left;
  margin: 0 0 0 30px;
  width: 482px;
  font-size: 12px;
  font-family: Arial;
  color: #505050;
}

.box_content h2 {
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #ef7b0b;
}

.box_content a {
  text-decoration: none;
  color: #000;
}

#next {
  background: url('/site_media/images/slider_arrow_right.png') no-repeat 0 0;
  display: block;
  width: auto;
  height: 115px;
  width: 24px;
  float:right;
}

#prev {
  background: url('/site_media/images/slider_arrow_left.png') no-repeat 0 0;
  display: block;
  height: 115px;
  width: 24px;
  float: left;
  position: absolute;
}


/* ********************************************************************** */


.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
}
