/*           www.einstech               */
@font-face {
    font-family: Helvetica Condensed;
    src:url(../font/Helvetica-Condensed.otf);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin: 0;
	padding: 0;
	background-position:top center;
}
menu {
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

h1,h2,h3 {font-weight:normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	transition: all 0.3s ease;
	
}
/*              www.einstech                */

body{background:url(../images/bg.jpg);
     background-repeat:repeat;
}


.wrapper{width:996px;
         margin:0 auto;
		 overflow:hidden;
		 clear:both;
}

.wrapper2{
    margin: 0 auto;
    position: relative;
    width: 996px;
    z-index: 1;
}

/*------------------------------------header--------------------------------------------*/

.header{background-color:#2a9f45;
        height:96px;
		width:100%;
		float:left;
		margin-top:50px;
}

.phone{float:left;
       font-size:24px;
	   color:#FFF;
	   margin-top: 32px;
}

.logo{background: url("../images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 243px;
    left: 173px;
    margin-left: 155px;
    position: absolute;
    top: 0px;
    width: 284px;

}

.rotate{float:left;
       margin: 13px 0 0 50px;
	       -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 


.menu{float:right; margin-top: 32px;}

.menu ul {list-style-type:none;}

.menu ul li{float:left;}

.menu ul li {font-size:24px;
               color:#FFFFFF;
			   padding-left: 67px;
}

.menu ul li a:hover{color:#313131;}


/*------------------------------------banner--------------------------------------------*/

.number_slideshow{
    line-height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
}
.number_slideshow .number_slideshow_nav{
     background-color: #6e6e6e;
   bottom: 23px;
    margin: 0;
    opacity: 0.76;
    padding: 15px;
    position: absolute;
    right: 311px;
}
.number_slideshow .number_slideshow_nav li{
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-left: 6px;
    position: relative;
    float: left;
}
.number_slideshow .number_slideshow_nav li a{
    padding-left: 0px;
    padding-right: 0px;
}
.number_slideshow ul{
    margin: 0px;
    background-position:center center;
    background-repeat: no-repeat;
	background:none;
}
.number_slideshow ul li{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
}
/*.number_slideshow ul li p{*/
/*    margin: 0px;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*	padding:20px;*/
/*    filter: alpha(opacity=60);*/
/*    opacity: 0.6;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*	width:308px !important;*/
/*	height:253px !important;*/
/*	margin:91px 0 0 63px !important;*/
/*	background-color:#07723a !important;*/
/*	border:1px solid #FFF !important;*/
/*}*/
.number_slideshow ul li p{
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
	padding:20px;
    filter: alpha(opacity=60);
    opacity: 0.8;
        font-size: 13px;
    line-height: 31px;
	width:308px !important;
	/* height:253px !important; */
    height: auto;
	margin:91px 0 0 63px !important;
	background-color:#07723a !important;
	border:1px solid #FFF !important;
}

.number_slideshow ul li b{font-weight:bold;
                           font-size:30px;
}

.number_slideshow ul li a{
    text-decoration: none;
}
.number_slideshow ul li a img{
    border: none;
}

/*------------------------------------banner close--------------------------------------------*/

.banner{float:left;
        margin-top:64px;
}

.drop_shadow{float:left;
             height:96px;
             margin: -52px 0 0 117px;
			 position: relative;
             z-index: -1;
}

.headline{float:left; width:960px;}

hr{border-color:#07723a;}

.line_left{    
    float: left;
    margin-top: 20px;
    width: 247px;
}

.line_right{
	float: right;
    width: 253px;
	margin-top: 20px;
}

h1{ color: #07723a;
    float: left;
    font-family: "Helvetica Condensed", Arial;
    font-size: 36px;
    margin-left: 16px;
}


/*------------------------------------content--------------------------------------------*/

.text{float:left; margin-top:25px;}

.text img{
	  float: left;
    margin-bottom: 7px;
    margin-right: 20px;
    margin-top: 10px;
	border: 4px solid #DCDCDC;
}

.text p{font-size:20px;
        color:#484848;
		line-height: 30px;
		 text-align: justify;
}

.content_bottom{background:url(../images/bg2.jpg);
                background-repeat:repeat;
				width:100%;
				float: left;
                padding: 35px 0;
				margin: 40px 0;
}

.slider_bottom{float:left;}

.Get_In_Touch{float:right; width: 436px;}

.Get_In_Touch h2{color:#2a9f45;
                 font-size:24px;
				 font-weight:bold;
				 margin-left: 10px;
				 float:left;
}

.Get_In_Touch input{float:left;
                    width:220px;
					height:34px;
					background-color:#FFF;
					border: 1px solid #787878;
					border-radius:6px;
					margin:10px;
					padding: 0 10px;
					clear:both;
}

.Get_In_Touch textarea{float:left;
                    width:300px;
					height:100px;
					background-color:#FFF;
					border: 1px solid #787878;
					border-radius:6px;
					margin:10px;
					padding: 0 10px;
					clear:both;
}

.Get_In_Touch button{float:left;
                     clear:both;
					 width:104px;
					 height:32px;
					 background:url(../images/btn_bg.jpg);
					 background-repeat:repeat-x;
					 background-color:#a00000;
					 border: 1px solid #a00000;
					 border-radius:6px;
					 color:#FFFFFF;
					 font-weight:bold;
					 font-size:16px;
					 margin-left:10px;
}

.Get_In_Touch button:hover{background:url(../images/btn2_bg.jpg);}

.certificate{clear:both;
             background-color:#dadada;
			 font-weight:bold;
			 color:#00C;
			 font-size:23px;
			 border-bottom:2px solid #FFF;
}

.cer_left{float:left;
          background-color:#FFFFFF;
		  width:467px;
		  height:118;
		  margin:20px;
}

.cer_left:hover{box-shadow: 5px 5px 5px #999999; background-color:#f4f3f3;}
.cer_right:hover{box-shadow: 5px 5px 5px #999999; background-color:#f4f3f3;}

.cer_right{float:right;
          background-color:#FFFFFF;
		  width:449px;
		  height:118;
		  margin:20px;
}


.cer_left img{float:left;}		
.cer_right img{float:left;}	

.cer_left p{    
    float: left;
    margin-left: 22px;
    margin-top: 44px;
	color:#004ba6;	
}

.cer_right p{    
    float: left;
    margin-left: 22px;
    margin-top: 44px;
	color:#2178cd;	
}

.cer_left b{    

	color:#e43f12;	
}

.cer_right b{    

	color:#4d9228;	
}

.shadow{float:left;}

/*------------------------------------ footer --------------------------------------------*/

.wrapper_footer{width:996px;
                margin:0 auto;
}

.footer{background-color:#2e2e2e;
        width:100%;
		float: left;
       padding: 20px 0;
}



.footer_left{float:left;
             color:#FFFFFF;
			 margin-top: 10px;
			 font-size:14px;
}

.footer_center{
	         float:left;
             color:#FFFFFF;
			 margin-top: 10px;
			 font-size:14px;
			  margin-left: 193px;
}

.footer_top{
	color: #ffffff;
    float: right;
    margin-right: -340px;
    width: 39px;
}

.footer_top p{float:left;
              margin-left:-7px;
}

.footer_right{float:right;
             color:#FFFFFF;
			 margin-top: 10px;
			 
}

.footer_right a{color:#FFF;
                font-size:14px;
}

.footer_right a:hover{color:#2a9f45;
}


/*------------------------------------ bottom slider --------------------------------------------*/


#slideshow{
    background-color: #f5f5f5;
    border: 1px solid #ffffff;
    height: 341px;
    position: relative;
    width: 454px;
	

}

#slideshow ul {
    height: 320px;
    left: 10px;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 435px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url(../images/arrows.png) no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */

p.tzine{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#97cae6;
}


.clear{
	clear:both;
}