*{
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#333333;
	line-height: 20px;
}
body{
	padding:0px;
	margin:0px;
}
.font_size{
	font-size:14px;
	margin-left:10px;
}
.clear{
	clear:both;
}
.extra{width:1178px;  height: auto;
    margin: 0 auto;
    text-align: center;}
.formmm{width:825px; float:right; padding-top: 30px;}
	
.jcarousel h4{
	text-align:center;
	}


h1 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
	color:#BC3B22;
}	













		
		
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul{
    width: 100%;
    float: left;
    padding-left: 16px;
    margin-top: 19px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
    height: 48px;
  float: right;
}
#cssmenu > ul > li {
  float: left;
  width: auto;
    list-style: none;
    background: none;
    height: 33px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
 
  
  
  	font-family: 'Open Sans', sans-serif;
    width: auto;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out 0s;
    color: #ffffff;
    border-right: solid thin #fff;
    border-bottom: none;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 3px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 0px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
  text-transform:uppercase;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	margin-top: 0px;
    padding-top: 20px;
	background-color:#000;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	    padding: 18px;
  }
  #cssmenu > ul > li {
    float: none;
    height: auto;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
	text-transform:uppercase;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	background-color: #000;
    margin-top: 2px;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
















.gal {text-align:left;}
.gal img {margin:10px}
.gal img:hover {-webkit-box-shadow: 0px 0px 5px #333;-moz-box-shadow: 0px 0px 5px #333;}











/*=====header=====*/
header{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	background-image:url(../images/line+_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 81px;
	z-index: 99;
	width: 100%;
}
.right{width:700px; height:auto; float:right;}
.logo{
	width:169px;
	float:left;
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 13px;
}
.logo img{
	width:100%;
	float:left;
	margin-left:0px;
}

.upper{
	width:165px;
	height:30px;
	float:right;
}

.contact_area{
	width:auto;
	height:auto;
	float:left;
	margin-top: 7px;
	margin-right:15px

}

.top_content{
	float:right; 
	width:450px;
}
.social{width:100%; height:auto; float:left;}
.social li{width:auto; height:auto; float:left; list-style:none;     margin: 7px 10px;}
/*=====nav=====*/

.menu{
	float: right; 
	width: 515px;
}
nav{
	width:100%;
	height:48px;
}

.aris{color: #FFFFFF;
    float: right; 
    margin-right: 43px;
    margin-top: 16px;
    text-align:right;}

nav ul{
	width:100%;
	float:left;
	padding-left: 16px;
	margin-top: 18px;
}
nav ul li{
	width:auto;
	float:left;
	list-style:none;
	background:none;
	height:33px;
}

nav ul li ul{
	display:none;
}
nav ul li:hover ul{
	display: block;
    position: absolute;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 33px;
	padding-left:0px;
}
nav ul li:hover ul li{
	width: 100%;
    float: left;
    list-style: none;
    background: none;
    border-right: none;
    padding: 5px 0px;
    border-bottom: solid thin #fff;
}
nav ul li:hover ul li a{
border:none;
}

nav ul li a{
	font-family: 'Open Sans', sans-serif;
  	width: auto;
  	float: left;
  	padding: 0px 10px;
  	font-size: 12px;
  	text-transform: uppercase;
  	transition: all 0.6s ease-in-out 0s;
  	color: #ffffff;
	border-right: solid thin #fff;
  	border-bottom: none;
	
}
nav ul li a:hover{
	text-decoration:none;
	color:#396EAD;
	transition: all 0.6s ease-in-out 0s;
	
}

.active_menu{
	color:#396EAD;
	font-weight:bold;
}


/*=====Services-area=====*/

.headding{width:90%; margin:0 auto 10px auto; text-align:center;}
.headding h3{margin:20px 10px 5px 10px; text-transform:uppercase; font-weight: bold;  font-size: 35px; }
.headding span{ text-transform:uppercase; margin-bottom:20px; font-size: 15px;  font-weight: 700;}

.service_box{
	width:1178px;
	height:auto;
	margin: 0 auto;
}

.certification{
	width:1178px;
	height:auto;
	margin: 0 auto;
	}


.service_box ul{
	width:100%;
	height:auto;
	float:left;
}
.service_box ul li{
	width: 360px;
    height: 320px;
    float: left;
    background: rgba(10, 14, 10, 0.9) url('../images/bg-finegrid.png') repeat;
    margin: 15px 20px 15px 10px;
}
.service_box ul li h4{
	margin-left: 15px;
  	text-transform: uppercase;
  	margin-top: 15px;
	color: #fff;
}

* 2D TRANSITIONS */
/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index:999999;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.right_address{width:100%; height:auto; float:right; }
.right_address ul{ width:100%; height:auto; float:left;}
.right_address ul li {  width: 309px; height: 245px; float: left; list-style: none; margin-right: 70px; background-color: rgba(231, 231, 231, 0.9);
    padding: 10px 20px;  border-bottom-right-radius: 6em; box-shadow: 3px 2px 0px #176CA9;  margin-bottom: 40px;}
.right_address ul li:last-child{  margin-right:0px;}
.right_address h4 { font-family: 'Open sans', sans-serif; color: #176CA9; font-size: 16px;  padding-bottom: 10px;  border-bottom:solid thin #176CA9;}
.right_address h5 { font-family: 'Open sans', sans-serif;  color: #333; text-align:left; font-size: 14px; text-transform:uppercase;}
.right_address  ul li a{font-family: 'Open sans', sans-serif; font-size: 13px; text-align: left; margin-bottom: 10px; line-height: 24px; color:#1244B0;}
.right_address  ul li p{color:#333;}

.about p{
	font-size:14px;
	margin-left:0px;
}



.service h2{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color:#333333;
}
.service p{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#333333;
}

.service:hover h2{
	color:#fff;
}
.service:hover p{
	color:#fff;
}







/*=========== Inner pages ==============*/


.content_box{width:1178px; height:auto;	padding:0px 0px 0px 20px; margin:0 auto;}
.content{width:1000px; height:auto; margin:0 auto; text-align:center; }
.content h1{font-size: 25px;   text-transform: uppercase;   text-align: center;	color:#333; margin-bottom: 5px; }
.content h3{font-size: 25px;   text-transform: uppercase;   text-align: center; color:#333; margin-bottom: 5px; }
.spacer_20px{width:100%; height:20px; float:left;}
.content b{  color: #DA0000; font-weight: bold;  font-size: 14px;}
.content h4{ text-align:left; text-transform:uppercase;  color: #506782; font-size:16px; margin: 20px 0px 10px 0px; }
	
.border_bottom{border-bottom: dotted thin #666;  padding-bottom: 5px;}
.content p{	font-size:13px;	line-height:20px; text-align:left;}
.content span{	font-size:12px;	color:#FF0000; text-align:left; width:100%; margin-bottom:10px;  float: left; }











.slider{
width:95%;
margin:auto;
}

.inner_banner{
	width:100%;
	min-height:auto;
}
.inner_banner img{
	width:100%;
}




.brands_carousel .jcarousel-wrapper {padding-bottom:32px;}


/* jCarousel */
.brands_carousel .jcarousel-control-prev {right:auto; left:0;}
.brands_carousel .jCarousel_pagination a {top:65px;}

.brands_carousel .jcarousel {left:44px; width:1100px; top: 10px;}
.brands_carousel .jcarousel li {width:200px; margin-right:20px;}
.brands_carousel .jcarousel li a {display:block; opacity:0.9;}
.brands_carousel .jcarousel li a:hover {opacity:1;}

/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:370px; margin-right:30px;}


.lcarousel-wrapper {position:relative;}
.jCarousel_pagination a {
	position:absolute;
	z-index:100;
	top:-50px;
	display:block;
	width:24px;
	height:24px;
	font-family:FontAwesome;
	text-align:center;
	line-height:19px;
	font-size:17px;
	color:#999;
	border:2px solid #ccc;
	border-radius: 75%;
}
.jcarousel-control-prev {right:29px;}
.jcarousel-control-next {right:0;}
.jCarousel_pagination a:hover {color:#333; border-color:#333;}

.jCarousel_pagination a.inactive {cursor:default; color:#999 !important; border-color:#ccc !important; border-radius: 75%;}


/* __________ Best Products __________ */
.best_products .jcarousel li {width:270px;}



/* __________ Best Products __________ */
.popular_articles .jcarousel li {width:370px;}



/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
	margin:33px 0;
	border:0;
	border-top:2px solid #e6e6e6;
}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}




footer{
	width:100%;
	height:auto;
	padding:20px 0px;
	background-color:#000;
	margin-top:20px;
}

.usb {
	width:100%;
	float:left;
	margin-left: 0px;
}
img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}
	
	
.usb li{
	width:auto;
	float:left;
	list-style:none;
	border-right:solid thin #fff;
}

.usb li a{
font-family: 'Open Sans', sans-serif;
  width: auto;
  float: left;
  padding: 0px 10px;
  font-size: 11px;
  transition: all 0.6s ease-in-out 0s;
  color: #ffffff;
  border-bottom: none;
  text-transform:uppercase;
}
.arrow_right{
	text-align: right;
	float: right;
	margin-top: -120px;
	margin-right: -50px;
}

.arrow_left{
	text-align: left;
	float: left;
	margin-top: -120px;
	margin-left: -50px;
}




/*===product page====*/

.product_list{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left: 0px;
}
.product_list li{
	width:190px;
	height:auto;
	float:left;
	padding:0% 2% 2% 2%;
}

.product_list a{
	margin-bottom:10px;
}

.product_list h5{
	text-align:center;
	font-size:14px;
	color:#000;
	width:100%;
}





/* Contact-us */

.address_box{
	float:right;
	height:auto;
	margin:20px 0px;
	padding-left:15px;
}
.map{
	
	float:left;
	height:auto;
	margin:20px 0px;
}

.form_area{
	margin:20px 10px 0px 0px; 
	float:left;
}

.text_style{
	width: 178px;
    float: left;
    height: 30px;
    border: solid thin #ccc;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 25px;
}

.textarea_style{
	width: 88%;
    float: left;
    height: 100px;
    border: solid thin #ccc;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 10px;s
}
.label_style{
	font-size: 12px;
	float: left;
	color: #333333;
	width: auto;
	margin-left: 30px;
}
.submit{
	width:auto;
	padding:5px 20px;
	height:auto;
	background-color:#666;
	cursor:pointer;
	font-size:13px;
	float:right;
	color:#FFFFFF;
	border-radius:5px;
	margin-right: 5px;
	}
.address_box a{
	color:#333;	
	}
	
/* services page */

.area_1{
	width: 158px;
	height: auto;
	float: left;
	margin: 0px 20px 20px 0px;
}

.area_1 h5{
	float:left;
	font-size:15px;
	color:#000;
	width:100%;
	margin: 10px 0px 0px 0px;
}
.area_1 span{
	float:left;
	font-size:12px;
	color:#000;

}




/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}







/*and (min-device-width : 320px) */
@media screen and (max-width: 480px) {
header{
	position: relative;
	background-color: rgba(51, 51, 51, 0.0);
	height: auto;
	z-index: 99;
	width: 100%;
	background-image:none;
}

.logo{
	width:93%;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
.logo img{
	width:100%;
	float:left;
	margin-left:0px;
}

.menu{
	float: right; 
	width: 100%;
}
nav{
	width:100%;
	height:auto;
}

nav ul{
	width:100%;
	float:left;
	padding-left: 0px;
}
nav ul li{
	width:100%;
	float:left;
	list-style:none;
	background-color:#000;
}

nav ul li a{
	border-bottom: thin solid #666;
    color: #ffffff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    padding: 6px 22px;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
	
}
nav ul li a:hover{
	text-decoration:none;
	background-color:#1E3480;
	transition: all 0.6s ease-in-out 0s;
	
}
nav ul li:hover ul {width:100%; background-color:#000;}
.certification {  width: 75%; height: auto; margin: 0 auto;}

.upper{display:none;}
.right {width:100%; height:auto; float:left;}

.top_content { float: left; width: 100%; background-color:#000;}
.contact_area a{ color:#fff; font-size: 10px;}
.contact_area { width:46%; margin-right:10px;}
.contact_area img{ width:16%; margin-right:10px;}
.content{width:100%;}
.content_box{width:100%;}

.extra{width:100%;} 
.service_box{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.gal {
    text-align: center;
}
.formmm{width:100%; float:left;}

.service_box ul{
	width:100%;
	height:auto;
	float:left;
}
.service_box ul li{
	width:88%;
	height:275px;
	float:left;
	border:solid thin #c8c8c8;
	margin: 20px 18px;
}
.aris{color: #FFFFFF;
    float: none;
    margin-right: 43px;
    margin-top: 16px;
    text-align: center;}

/* jCarousel */
.brands_carousel .jcarousel-control-prev {right:auto; left:0;}
.brands_carousel .jCarousel_pagination a {top:65px;}

.brands_carousel .jcarousel {left:44px; width:210px; top: 10px;}
.brands_carousel .jcarousel li {width:200px; margin-right:20px;}
.brands_carousel .jcarousel li a {display:block; opacity:0.9;}
.brands_carousel .jcarousel li a:hover {opacity:1;}

/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/

.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:370px; margin-right:30px;}



.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}

.usb {
	width:auto;
	float:left;
	margin-left: 10px;
}


.inner_banner{
	width:100%;
	min-height:auto;
}

.product_list{
	width:60%;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left: 72px;
}

.font_size{
	font-size:12px;
	margin-left:10px;
}

.about p{
	font-size:12px;
	margin-left:10px
}

.address_box{
	float:left;
	height:auto;
	margin:20px 0px;
	padding-left:15px;
}
.text_style{
	width: 86%;
	
}
.textarea_style {
    width: 86%;
    float: left;
    height: 100px;
    border: solid thin #ccc;
    margin-bottom: 10px;
    margin-left: 27px;
    padding-left: 10px;}

}