@import"reset.css";@import"pro_pages_style.css";@import"grid.css";@import"forms.css";@import"prettyPhoto.css";@import"jquery.snippet.min.css";


.background_bg{
	margin:auto;
	width:1200px;
}
	
body{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #949494;
	position: relative;
	min-width: 940px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 50% 0;
}
html,body{height:100%;}
p{
	padding-bottom: 20px;
	text-align: justify;
}
a{color:#000;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1em;font-family:'Arimo', sans-serif; font-weight:100;}
h1{font-size:30px;font-weight:700;}
h2{
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 0.1px;
	padding-bottom: 17px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
h3{font-size:15px;padding-bottom:17px;} 
h4{font-size:18px; letter-spacing:-1px; padding-bottom:13px; margin-left:35px;}  
h5{
	font-size: 18px;
	font-family: "Palatino Linotype";
	color: #FFF;
	width:180px;
	padding-bottom:5px;
}
h6{
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	padding-bottom: 20px;
}
.cir_h2{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	
	
	}
/* Global Structure---------------------------------------- */
.main{margin:0 auto;position:relative;width:940px; overflow:hidden;}
.bg-main{ width:100%;background:#fff url(../images/bg-body.jpg)  50% 0 repeat; margin:auto;}
/*----- txt,links,lines,titles -----*/
.clear{clear:both;line-height:0;font-size:0;overflow:hidden;height:0;width:100%;}
.clear_gap{clear:both;line-height:0;font-size:0;overflow:hidden;height:12px;width:100%;}
.clear_small_gap{clear:both;line-height:0;font-size:0;overflow:hidden;height:1px;width:100%;}
.clear_big_gap{clear:both;line-height:0;font-size:0;overflow:hidden;height:30px;width:100%;}

.wrapper{
	overflow: hidden;
	position: relative;
	width: 1100px;
	margin: auto;
	
}
.wrapper1{
	overflow: hidden;
	width: 800px;
	float:right;
	margin-right:10px;
	padding:10px 10px 10px 10px;		
}

.wrapper-about{
	overflow: hidden;
	position: relative;
	width: 100%;
	float: left;	
}

.content_box{
	overflow: hidden;
	position: relative;
	width: 860px;
	margin:auto;
	}
	
.product_gallery{
	width:1200px;
	min-height:1500px;
	}
	
	.gallery_box{
	width:1200px;
	min-height:200px;
	margin:5px 5px 5px 5px;
	float:left;
	}
	
.product_page{
	width:1200px;
	min-height:1000px;
	//border:1px #666666 dotted;
	}
	
.product_tabs{
	width:800px;
	margin:10px 10px 10px 10px;
	border:1px #666666 dotted;
	}
	
		
.tabs-prod{
	width:850px;
	min-height:550px;
	border:1px #666666 dotted;
}
			
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{
	  color: #069;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.wrapper-large{overflow:hidden;position:relative; height:80px;}
/*********************************header*************************************/
header
{
position:relative;z-index:99;
padding:10px 0 5px 0;width:100%; 
background:url(../images/header-line.jpg) 0 0 repeat-x;
}

header h1
{ padding-bottom:5px;
}
header h1 a{ 
display:block; background: url(../images/logo.png) 0 0 no-repeat;width:142px; height:150px; text-indent:-5000px;margin:20px 0 5px 5px;}
nav.main-menu{
	width: 650px;
	background: 0 0 0 repeat;
	margin: right;
	padding-bottom: 1px;
	float: right;
}
/* menu */
.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;}
.sf-menu li {float:left; position:relative; background:url(../images/menu-line.jpg) 0 0 no-repeat; padding-left:1px; text-transform:uppercase; font:11px/15px Arial, Helvetica, sans-serif;}
.sf-menu li:first-child{ background:none; padding-left:0;}
	.sf-menu li a {
	display: block;
	background: #1f2025;
	width: 128px;
	padding: 10px 0 15px;
	text-align: center;
	color: #eaeaea;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #409A29;
}
	.sf-menu li.last a{ width:119px;}
			.sf-menu li a em{ font-style:normal;color:#eaeaea;}
			.sf-menu li.sfHover a,.sf-menu li.current a,.sf-menu li a:hover{text-decoration:none; background:#e5e4e2;}
			.sf-menu li.sfHover a em,.sf-menu li.current a em,.sf-menu li a:hover em{color:#1f2025;}
.sf-menu ul {position:absolute;top:-999em;z-index:99;width:172px;display:none;background:none; background:#1f2025; padding:3px;}
.sf-menu li li{padding:0; width:100%; font:10px/13px Arial, Helvetica, sans-serif;}
	.sf-menu li li a,.sf-menu li.sfHover li a,.sf-menu li.current li a{color:#fff; background:#1f2025; width:auto; padding:10px;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
		.sf-menu li li a:hover,.sf-menu li li.sfHover a,.sf-menu li li.current a{ background:#efeeee; color:#000;}
.sf-menu ul ul {position:absolute;top:-999em;z-index:99;width:172px;display:none;background:none; background:#1f2025; padding:3px;}
	.sf-menu li li li{padding:0; width:100%;}
	.sf-menu li li li a,.sf-menu li li.sfHover li a,.sf-menu li li.current li a{color:#fff; background:#1f2025; width:auto; padding:10px;}
		.sf-menu li li li a:hover,.sf-menu li li li.current a{background:#efeeee; color:#000;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0px;top:53px; /* match top ul list item height */}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:179px; /* match ul width */top:0px;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {left:10em; /* match ul width */	top:00px;}
/* slider */
.pad-slider{ padding:10px 0 0 0;}
.main-slider{
	width: 1200px;
	height: 330px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0px -5px 9px rgba(153,153,153,0.7);
	-moz-box-shadow: 0px -10px 9px rgba(153,153,153,0.5);
	-webkit-box-shadow: 0px -10px 9px rgba(153,153,153,0.5);
	-o-box-shadow: 0px -3px 10px 9rgba(0,0,0,0.5)
}
.main-slider .pagination{ position:absolute; z-index:99; bottom:26px; left:30px;}
	.main-slider .pagination li{ display:block; float:left; margin-right:3px;}
	.main-slider .pagination li a{ display:block; background:url(../images/sl.ider-pagination.png) -17px 0 no-repeat; width:14px; height:14px;}
	.main-slider .pagination li.current a,.main-slider .pagination li a:hover{background:url(../images/slider-pagination.png) 0 0 no-repeat;}
.slider-banner{
	width:900px;
	height:70px;
	/*background:url(../images/bg-slider-banner.png) 0 0 repeat;*/
	bottom:0;
	left:0;
	z-index:90 !important;
	position:absolute;
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
	font-family: "Palatino Linotype";
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}
	.slider-banner span{ display:block;text-align:right;  padding:21px 30px 0 0;}
/********************** Content ************************/
section{position:relative; z-index:1; padding:30px 0;}
section.padsection{ padding:0 0 24px 0;}
section.padsection2{ padding:11px 0 49px 0;}
section.padsection3{ padding:11px 0 34px 0;}
section.padsection4{ padding:11px 0 56px 0;}
section.padsection5{ padding:11px 0 29px 0;}
section.padsection6{ padding:11px 0 52px 0;}
section.padsection7{ padding:2px 0 2px 0;}
.services{ width:178px; height:210px; background:url(../images/bg-body2.jpg) 0 0 repeat;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease; margin:5px 9px 5px 5px; float:left;}
.services.first{margin:5px 9px 5px 0px;}
.services.last{margin:5px 0px 5px 8px;}
	.services a{ display:block; padding:30px 0 0 0; height:100%; position:relative;}
	.services a span{ display:block; font-family:'Arimo', sans-serif; font-weight:400;line-height:1.7em;color:#e4e0dd;font-size:20px; padding:7px 0 0 0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease; text-align:center;}
	.services a span strong{ display:block; margin-top:-11px; font-weight:normal;}
	.services a em{ margin-left:48px; display:inline-block; position:relative;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.services a img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.services a img.image-hover{ position:absolute; top:0; left:0; opacity:0;}
		.services a:hover,.services:hover a{ text-decoration:none;}
		.services:hover a span{color:#fff;}
	.services:hover a img{ opacity:0;}
	.services:hover a img.image-hover{ opacity:1;}
.partners{ position:relative; overflow: hidden; margin-top:-1px;}
	.partners li{ float:left; margin:0 60px 0 0px;}
	.partners li a{ display:block;}
	.partners li a img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.partners li a:hover img{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);}
.list-1{ padding:5px 0 24px;}
.list-1.padlist{ padding-bottom:9px;}
.list-1.padlist2{ padding-bottom:30px;}
	.list-1 li{ background: url(../images/marker.png) 0 10px no-repeat; padding:4px 0 0 15px;}
	.list-1 li a{ color:#949494;}
.list-2{}
	.list-2 li{ background:url(../images/marker2.png) 0 17px no-repeat; padding:13px 0 11px 41px; font-size:13px;}
	.list-2 li a{ color:#949494;}
	.list-2 li a strong{ display:block; color:#000;}
	.list-2 li a:hover{ text-decoration:none;}
	.list-2 li a:hover strong{ text-decoration:underline;}
.banner1{ display:block; background:url(../images/4page_img2.jpg) 0 0 no-repeat; width:271px; height:164px;}
.banner2{ display:block; background:url(../images/4page_img3.jpg) 0 0 no-repeat; width:271px; height:164px;}
.banner3{ display:block; background:url(../images/5page_img4.jpg) 0 0 no-repeat; width:190px; height:194px; margin-top:7px; float:left;}
.pdf-link{ display:block; background:url(../images/pdf-image.png) 0 0 no-repeat; color:#000; height:51px; padding:2px 0 0 65px; margin:13px 0 0 0;}
	.pdf-link span{ display:block;color:#000; text-decoration:underline;}
	.pdf-link:hover, .pdf-link:hover span{ text-decoration:none;}
.products{ padding-bottom:30px;}
	.products div{ padding-top:15px;}
	.products p{ padding-bottom:14px;}
.map{ width:470px; height:297px;}
	.map iframe{width:470px; height:297px;}
.contacts{ font-style:normal; padding:16px 0 23px 0;}
	.contacts span{ display:inline-block; width:107px;}
	.contacts a{ text-decoration:underline;}
	.contacts a:hover{ text-decoration:none;}
	.contacts em{ font-style:normal;}
.und{ text-decoration:underline;}
	.und:hover{ text-decoration:none;}
.lineH{ background:url(../images/lineH.png) 0 0 repeat; height:5px; width:100%;}
/* buttons */
.button{ display:inline-block; background:#000 url(../images/bg-body2.jpg) 0 0 repeat; text-transform:uppercase; font:11px/15px Arial, Helvetica, sans-serif; color:#fff; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease; padding:7px 15px 6px; float:right; margin-right:20px;}
	.button:hover{ background:#e4e0dd; color:#000; text-decoration:none;}
/******************** Footer ******************/
.footer0{
	width: auto;
	margin:auto;
	height: 200px;
	color: #333;
	background-color: #409A29;
	}

.footer1{
	width: auto;
	margin:auto;
	height: 150px;
	color: #333;
	background-color: #333;
	}

footer{
	height:100px;
	padding: 20px 0 0 0;
	background-color: #063;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
footer p{ padding-bottom:9px;}
footer h4{ padding-top:17px;}
.privacy{ color:#eee;}
.privacy span{ display:inline-block; margin:0 9px;}
.privacy a{ text-decoration:underline;color:#fff;}
.privacy a:hover{ text-decoration:none;}
.footer-logo{ padding-bottom:19px;}
.footer-logo a{ display:block; background:url(../images/logo-footer.png) 0 0 no-repeat; width:94px; height:35px; text-indent:-5000px;}
.footer-list li a{
	color: #FFFFFF;
}
.tooltips{ position:relative; overflow:hidden;}
	.tooltips li{ float:left; padding:0px 70px 7px 0;}
	.tooltips li a{color:#fff;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.tooltips li a:hover{ text-decoration:none; color:#adadad;}
	.tooltips li a img{ margin:3px 9px 0 0;}
footer h4{ color:#fff;}
/* padding */
.padline6{ padding:30px 0 56px;}
.padline{ padding:25px 0 52px;}
.padline4{ padding:34px 0 54px;}
.padline5{ padding:46px 0 58px;}
.padline2{ padding:60px 0 52px;}
.padline3{ padding:60px 0 54px;}
.pad{ padding:15px 0 14px 0;}
.padbot{ padding-bottom:26px;}
.padbot3{ padding-bottom:24px;}
.padbot2{ padding-bottom:14px;}
.imgindent{ float:left; min-width:71px; margin:3px 0 0;}
.imgindent2{ float:left;margin:13px 13px 0 0;}
.imgindent3{ float:left;margin:6px 19px 0 0;}
.imgindent4{ float:left;margin:6px 20px 15px 0;}
.imgindent5{ float:left;margin:0 0px 15px 0;}
.imgindent6{ float:left;margin:0 12px 0 0;}
.padtitle22{ padding-bottom:6px !important;}
.padtitle2{
	padding-bottom: 7px !important;
	padding-left: 2px;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-size: 20px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
.padtitle{ padding-bottom:11px !important;}
.padtitle4{ padding-bottom:9px !important;}
.padtitle3{ padding-bottom:13px !important;}

 css class 
.free_gap{
	margin:auto;
	widows:100%;
	height:25px;
	
	}





/* nav menu styles */

#nav_box{
	width:230px;
	border:1px #999999 dotted;
	float:left;
	
	}
#nav { 
  display: block; 
  width: 200px; 
  margin: 0 auto; 
  -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

#nav li { }

#nav > li > a {
	display: block;
	padding: 10px 18px;
	font-size: 1.1em;
	font-weight: bold;
	color: #d4d4d4;
	text-decoration: none;
	border-bottom: 1px solid #212121;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#FFF));
	background: -webkit-linear-gradient(top, #343434, #292929);
	background: -moz-linear-gradient(top, #343434, #292929);
	background: -ms-linear-gradient(top, #343434, #292929);
	background: -o-linear-gradient(top, #343434, #292929);
	background: linear-gradient(top, #343434, #292929);
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #e9e9e9;
  border-bottom-color: #384f76;
  background-color: #6985b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
  background: -webkit-linear-gradient(top, #6985b5, #456397);
  background: -moz-linear-gradient(top, #6985b5, #456397);
  background: -ms-linear-gradient(top, #6985b5, #456397);
  background: -o-linear-gradient(top, #6985b5, #456397);
  background: linear-gradient(top, #6985b5, #456397);
}

#nav li ul { display: none; background: #4a5b78; }

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #e3e7f1;
  text-shadow: 1px 1px 0px #000;
}
#nav li ul li a:hover {
  background: #FFF;
}

.text_box{
	width: 555px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	//border: 1px #999999 dotted;
	float: right;
	margin: 5px 30px 10px 10px;
	text-align: justify;	
	}
	
	/*nav*/
	#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  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 {
  width: 180px;
  font-family: Helvetica, Arial, sans-serif;
  color: #303030;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 15px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #303030;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: -ms-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #383838;
  background: #f2f2f2;
  background: -webkit-linear-gradient(#f2f2f2, #e5e5e5);
  background: -moz-linear-gradient(#f2f2f2, #e5e5e5);
  background: -o-linear-gradient(#f2f2f2, #e5e5e5);
  background: -ms-linear-gradient(#f2f2f2, #e5e5e5);
  background: linear-gradient(#f2f2f2, #e5e5e5);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #d9d9d9;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #d9d9d9;
}
/*
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #303030;
  border-left: 2px solid #303030;
}

*/
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #383838;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid #c7ddff;
  border-left: 1px solid #c7ddff;
  border-right: 1px solid #c7ddff;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  background: #fafcff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #ebf3ff;
  color: #5c5c5c;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #c7ddff;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #5c5c5c;
}

	

	/*nav*/
	
	
	.main01{
	position:relative;
    width:680px;
    margin: 0 auto;
	padding:2px 0;
}
	
/*mouse effect*/	
/* CSS3 EFFECTS */
.view {
	width: 250px;
	height: 150px;
	margin: 10px;
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px #aaa;
	cursor: default;
}
.view .mask, .view .content {
	width: 250px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 1px;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}


/*circle start*/
.ca-menu{
	padding: 0;
	margin: 15px 15px 10px 15px;
	width: 1000px;
}
.ca-menu li{
    width: 180px;
    height: 180px;
    border: 10px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-right: 10px;
	margin-left:5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
   -moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
   box-shadow:0px 0px 3px #000000;

}
.ca-icon{
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 40px;
	color: #f6f6f6;
	line-height: 50px;
	position: absolute;
	width: 204px;
	height: 50px;
	left: 0px;
	top: 30px;
	text-align: center;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-main{
	font-size: 18px;
	position: absolute;
	top: 125px;
	height: 30px;
	width: 178px;
	left: 49%;
	margin-left: -90px;
	opacity: 0.8;
	text-align: center;
}
.ca-sub{
    text-align:center;
    color: #000;
    font-size: 18px;
    position: absolute;
    height: 80px;
    width: 175px;
    left: 50%;
    margin-left: -85px;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
}
.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 40px;
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}
/**/

/* Header Style */
.circleweb-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.circleweb-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.circleweb-top a:hover{
	background: #fff;
}
.circleweb-top span.right{
	float: right;
}
.circleweb-top span.right a{
	float: left;
	display: block;
}
.circleweb-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.circleweb-demos a{
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41,77,95,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.circleweb-demos a:hover{
	background: rgba(41,77,95,0.3);
}
.circleweb-demos a.current,
.circleweb-demos a.current:hover{
	background: rgba(41,77,95,0.3);
}
/*circle end*/

.left-01{
	width:400px;
	float:left;
	//border:1px #333333 dotted;
	margin:20px 20px 20px 100px;
	padding:10px 10px 0 20px;
	}
.social-icon-box{
	width: 540px;
	height: 100px;
	background-color: #333;
	margin:auto;
	padding-top:50px;
	}
	
.social-icon{
	width:75px;
	min-height:75px;
	//border:1px #666666 dotted;
	float:left;
	margin:0px 10px 0 0;
	}
	
.slider-box{
	width:1200px;
	height:150px;
	float:right;

	}

.logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	}

.nav-menu{
	width:650px;
	float:right;
	padding-bottom:10px;
	margin-top:80px;
	}
ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 10px 25px 5px 20px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ul#minitabs li {
display: inline;
margin: 0 25px;
}
ul#minitabs a {
text-decoration: none;
padding: 0 0 3px;
border-bottom: 4px solid #FFF;
color: #999
  }
ul#minitabs a#current {
	border-color: #090;
	color: #000
}
ul#minitabs a:hover {
	border-color: #093;
	color: #666
}
.header{position:relative;z-index:99;padding:10px 0 5px 0;width:100%; background:url(../images/header-line.jpg) 0 0 repeat-x;}.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

/* product page*/
.product_upper{
	width: 1100px;
	//border: 1px  #999999 dotted;
	height: 240px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.product_left{
	width: 300px;
	height: 200px;
	border: 1px double #CCC;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.product_right{
	width: 740px;
	height: 200px;
	border: 1px none #CCC;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}	