@font-face{	
	font-family:tnw;
	src:url(../images/font/trebuc.ttf);	
}
@font-face{	
	font-family:mnw;
	src:url(../images/font/MyriadPro-Regular.otf);
}
@font-face{	
	font-family:abnw;
	src:url(../images/font/ariblk.ttf);
}
@font-face{	
	font-family:anw;
	src:url(../images/font/arial.ttf);
}
body, html {
	margin: 0px;
	padding: 0px;
	font-family: mnw;
	background-image: url(../images/bg.jpg);
}
*{
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.site_wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.head_to_slider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
	

}

.header_wrapper {
	height: 110px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	
}
.logo_wrapp {
	width: 13%;
	float: left;
}
.com_name_wrapp {
	float: left;
	width: 50.8%;
	color: #000;
}
.com_name_p1 {
	display: block;
	margin-left: 7%;
	font-size: 100%;
}
.com_name_h {
	font-family: abnw;
	font-size: 260%;
	display: block;
	margin-left: 7%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 50px;
	color: #333;
}
.com_name_p2 {
	font-size: 100%;
	display: block;
	float: right;
	margin-right: 12%;
}
.header_contact_wrapp {
	float: left;
	width: 36.2%;
	height: auto;
}
.top_callus {
	height: 50px;
	background-image: url(../images/callus.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	line-height: 260%;
	font-size: 110%;
	padding-left: 9%;
	font-weight: 700;
}
.top_email {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	color: #FFF;
	line-height: 260%;
	font-size: 120%;
	padding-left: 9%;
	margin-top: 5px;
}
.navigation_wrapper {
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.nav_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav_li {
	float: left;
	display: block;
	margin-right: 3%;
	margin-left: 4.4%;
}
.nav_a {
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 30px;
	/*-moz-text-shadow:0px 1px 0px #FFFFFF;
	-ms-text-shadow:0px 1px 0px #FFFFFF;
	-o-text-shadow:0px 1px 0px #FFFFFF;
	-webkit-text-shadow:0px 1px 0px #FFFFFF;
	text-shadow:0px 1px 0px #FFFFFF;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.nav_a:hover {
	color:#FFFFFF;
}
#selected{
	color:#FFFFFF;
	-moz-text-shadow:0px 1px 0px #000000;
	-ms-text-shadow:0px 1px 0px #000000;
	-o-text-shadow:0px 1px 0px #000000;
	-webkit-text-shadow:0px 1px 0px #000000;
	text-shadow:0px 1px 0px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #A3BB25;
	border-right-color: #A3BB25;
	border-bottom-color: #A3BB25;
	border-left-color: #A3BB25;
}
.slider_wrapper {
	background-color: #FFF;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 320px;
}
#slideshow {
	position:relative;
	height:300px;
	width:100%;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 300px;
	width: 100%;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.cont_block {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-image: url(../images/div_s.jpg);
	background-repeat: no-repeat;
	background-position: center -19px;
}
.cont_left_block {
	float: left;
	width: 74%;
	padding-right: 0px;
}
.product_block {
	width: 100%;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.product_box {
	width: 30%;
	height: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	float: left;
	margin-bottom: 15px;
}
.home_pro_a{
	text-decoration:none;
	color:#000000;
}

#pro_c_or{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F58634;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_or:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D5610B;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_or:hover .home_pro_a {
	color:#666666;
}
.pro_box_margin{
	margin-left:3.5%;
	margin-right:3%;
}
#pro_c_bl{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0098DA;
	font-family:tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#pro_c_bl:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0077AA;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#pro_c_bll{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0098DA;
	font-family:tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_bll:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0077AA;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}

#pro_c_bl:hover .home_pro_a {
	color:#666666;
}
#pro_c_g{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A8CF45;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#pro_c_g:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #688321;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}

#pro_c_g:hover .home_pro_a {
	color:#666666;
}

#pro_c_gg{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A8CF45;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_gg:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #688321;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_gg:hover .home_pro_a {
	color:#666666;
}

#pro_c_b{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#pro_c_b:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#pro_c_b:hover .home_pro_a {
	color:#666666;
}


#pro_c_bb{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
#pro_c_bb:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: tnw;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}

#pro_c_bb:hover .home_pro_a {
	color:#666666;
}

.content_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.heading {
	font-family: anw;
	color: #0071BC;
	font-size: 31px;
	display: block;
	margin-left: 10px;
	font-weight: normal;
}
.content_p {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	line-height: 22px;
	padding-right: 15px;
}
.web_inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: url(../images/big_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	height: 167px;
	background-color: #FFF;
}
.case_slider_cro_wrapp {
	height: auto;
	width: 688px;
	margin-right: auto;

	border: 1px solid #CCC;
	-moz-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	background-color: #FFF;
}
.case_head_wrapp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #0071BC;
}
.case_heading_p {
	font-size: 20px;
	color: #FFF;
	display: block;
	float: left;
	padding-top: 1px;
	padding-left: 10px;
}
.case_heading_a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	display: block;
	float: left;
	width: 580px;
	margin-top: 5px;
}
.crossel_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*crao*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	height:117px;
	width:640px;
	
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 34px;
}



.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 130px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 40px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left:20px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 117px;
	cursor: pointer;
	background-image: url(../images/cro_next.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url(../images/next1.jpg);
}
.inquiry_form_sub {
	display: block;
	margin-left: 170px;
	height: 30px;
	width: 60px;
	font-size: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: center center;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: center center;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 32px;
	height: 117px;
	cursor: pointer;
	background-image: url(../images/cro_pre.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url(../images/pre1.jpg);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: center center;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: center center;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}
#mycarousel li a img {
	background-color: #999;
	padding: 5px;
	height: 100px;
	width: 130px;
}
.footer_block {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ferro_chem_footer.jpg);
}
.footer_mark {
	height: 325px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ferro_chem_footer.jpg);
	padding-bottom: 5px;
}
.footer_header {
	height: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #3BA8D6;
}
.footer_head_p1 {
	font-family: tnw;
	font-size: 17px;
	color: #FFF;
	line-height: 40px;
	float: left;
	display: block;
	width: 30%;
}
.footer_head_p2 {
	font-family: tnw;
	font-size: 17px;
	color: #FFF;
	line-height: 40px;
	float: left;
	display: block;
	width: 23%;
}
.footer_head_p3 {
	font-family: tnw;
	font-size: 17px;
	color: #FFF;
	line-height: 40px;
	float: left;
	display: block;
	width: 30%;
	margin-left: 5%;
}
.footer_head_p4 {
	font-family: tnw;
	font-size: 17px;
	color: #FFF;
	line-height: 40px;
	float: left;
	display: block;
	width: 30%;
	margin-left: 5%;
}

.footer_head_wrapp {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3BA8D6;
}
.footer_product {
	float: left;
	width: 30%;
}
.footer_spe {
	float: left;
	width: 23%;
}
.footer_latest {
	float: left;
	width: 30%;
	margin-left: 5%;
}
.footer_con {
	float: left;
	width: 30%;
	margin-left: 5%;
}


.footer_con_wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ferro_chemfooter_mark.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 325px;
	padding-bottom: 5px;
}
.footer_pro_p {
	font-family: mnw;
	font-size: 14px;
	display: block;
	height: 25px;
	line-height: 25px;
}
.footer_pro_a {
	font-family: anw;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.footer_pro_a:hover {
	color:#666666;
}.footer_latest_p {
	font-size: 14px;
	display: block;
	height: 70px;
	line-height: 20px;
	margin-top: 10px;
	font-family: mnw;
	color: #333;
}
.footer_con_name {
	font-family: mnw;
	font-size: 17px;
	display: block;
	margin-left: 5px;
	margin-top: 30px;
	color: #333;
}
.footer_con_com_name {
	font-family: mnw;
	font-size: 17px;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: 600;
	color: #333;
}
.footer_post {
	font-family: mnw;
	font-size: 12.5px;
	margin-left: 10px;
	margin-top: 3px;
}
.footer_cell {
	font-family: mnw;
	font-size: 21px;
	display: block;
	margin-left: 5px;
	margin-top: 30px;
	color: #333;
}
.footer_mail {
	font-family: mnw;
	font-size: 17px;
	margin-top: 35px;
	width: 300px;
	margin-left: 5px;
	color: #333;
}
.footer_bottom_wrapper {
	background-color: #F58634;
	height: 45px;
	width: 100%;
}
.footer_bottom_site {
	height: 45px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F58634;
}
.copy_right {
	font-size: 11px;
	color: #FFF;
	float: left;
	display: block;
	height: 45px;
	line-height: 45px;
	font-family: anw;
}
.footer_nav_a{
	color:#FFF;
	text-decoration:none;
	margin-right: 2.5px;
	margin-left: 2.5px;
	font-size: 12px;
	font-family: anw;
}
.footer_nav_a:hover{
	color:#333;
}
.footer_nav {
	color: #FFF;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	margin-left: 30px;
	width: 440px;
	font-size: 12px;
}
.footer_dev_a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11.5px;
}.footer_dev_p {
	float: left;
	font-size: 11.5px;
	color: #FFF;
	line-height: 45px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: anw;
}
.cont_right_block {
	float: left;
	width: 24%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
	padding-left: 10px;
	padding-bottom: 16px;
}
.certification_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.certi_head_wrapp {
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ferro_chem_certi.jpg);
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.certi_p {
	font-size: 16.5px;
	line-height: 35px;
	font-weight: 500;
	color: #FFF;
	
	-moz-text-shadow:0px 1px 0px #000000;
	-ms-text-shadow:1px 0px 0px #000000;
	-o-text-shadow:1px 0px 0px #000000;
	-webkit-text-shadow:1px 0px 0px #000000;
	text-shadow:0px 1px 0px #000000;
}
.certi_cont_wrapp {
	width: 227px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: -5px;
}
.event_update {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.event_heading {
	display: block;
	font-size: 28px;
	color: #0071BC;
	font-weight: normal;
}
.event_latest_p {
	font-size: 14px;
	margin-top: 15px;
}
.shadow_b_event {
	background-image: url(../images/ferro_chem_events.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 100%;
	margin-top: -10px;
}
.get_in_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.hom_getin_h {
	font-size: 28px;
	color: #0071BC;
	display: block;
	font-weight: normal;
	padding-left: 10px;
}
.get_textbox {
	height: 30px;
	width: 90%;
	background-color: #FFF;
	border: 1px solid #666;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.get_textarea {
	background-color: #FFF;
	border: 1px solid #666;
	width: 90%;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.gwtin_btn {
	background-image: url(../images/get_btn.jpg);
	height: 31px;
	width: 110px;
	color: #FFF;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right_foolowus_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
.social_tag {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}
.address_wrapper {
	width: 250px;
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.address_h {
	color: #333;
	
	-moz-text-shadow:1px 1.5px 1px #999999;
	text-shadow:1px 1.5px 1px #999999;
}
.address_p {
	display: block;
	margin-left: 50px;
	color: #666;
	margin-bottom: 20px;
	line-height: 30px;
}
.address_hh {
	display: block;
	margin-left: 50px;
	color: #666;
	margin-top: 10px;
}
.map_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.map_here {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.main_cat_product_wrapp {
	width: 695px;
	float: left;
}
.pro_cat_block {
	width: 20%;
}
.product_cat_pann {
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-bottom: 20px;
}
.product_cat_h {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F58635;
	color: #FFF;
}
.accordian_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.dropdown ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.dropdown ul li a:hover {
	
	color:#074384;
}
.contact_form_add {
	float: left;
	width: 420px;
	margin-left: 15px;
	margin-top: 30px;
}
.input_add {
	height: 30px;
	width: 250px;
	font-size: 18px;
}
.input_area {
	width: 250px;
}
.input_btn {
	height: 40px;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #EAEAEA;
	border: 1px solid #C3C3C3;
	font-size: 18px;
	color: #acacac;
}
.input_btn:hover {
	color:#a5a5a5;
	-moz-box-shadow:0px 0px 2px 0px #CCCCCC;
	-ms-box-shadow:0px 0px 2px 0px #CCCCCC;
	-o-box-shadow:0px 0px 2px 0px #CCCCCC;
	-webkit-box-shadow:0px 0px 2px 0px #CCCCCC;
	box-shadow:0px 0px 2px 0px #CCCCCC;
}
.input_select {
	height: 30px;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_read_more {
	font-size: 13px;
	color: #0071BD;
	text-decoration: none;
	margin-right: 20px;
	line-height: 20px;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.news_read_more:hover {
	text-decoration:underline;
}
#product_detail {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_detail_name {
	display: block;
	font-weight: normal;
	padding-left: 20px;
}
.product_detail_p {
	font-size: 15px;
	text-align: justify;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 5px;
}
.product_advantage {
	float: left;
	padding-left: 80px;
	padding-top: 10px;
}
.product_advantage_h {
	color: #93AF27;
	font-size: 14px;
}
.pro_advan_li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: mnw;
	font-weight: normal;
	padding-left: 15px;
}
.product_image_wrapp {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
}
.product_enq_btn {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.pro_send_en_a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	background-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	width: 100px;
	border: 1px groove #B6B6B6;
}
.pro_send_en_a:hover {
	-moz-box-shadow:1px 1px 2px 0px #CCC;
	-ms-box-shadow:1px 1px 2px 0px #CCC;
	-o-box-shadow:1px 1px 2px 0px #CCC;
	-webkit-box-shadow:1px 1px 2px 0px #CCC;
	box-shadow:1px 1px 2px 0px #CCC;
	
