@charset "utf-8";
@FONT-FACE {
	font-family: "A_Nefel_Adeti";
	src: url("A_Nefel_Adeti.ttf");
}
@FONT-FACE {
	font-family: "Sorreda";
	src: url("Sorreda Pro.ttf");
}
@FONT-FACE {
	font-family: "BernerBasisschrift2";
	src: url("BernerBasisschrift2.ttf");
}

body {
	margin: 0px;
	text-align: left;
	font-family: "arial";
	font-size: 13px;
	background: #fff;
	direction: ltr;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0;
	padding: 0;
 }
a {
	text-decoration: none;
}
.clrrr {
	clear: both;
}
.space {
	width: 100%;
	height: 15px;
}
.container-fluid {
	width: 100%;
	border: 1px solid red;
	min-height: 825px;
}
.wrapper {
	min-width: 936px;
	border: 0px solid blue;
	margin: auto;
	font-weight: lighter;
	background: #ffffff;
	width: 100%;
 }
/*********************startheader**************/

.header{
	width: 100%;
	min-height: 242px;
	border: 0px solid red;
	background: #e5f4fc;
 }
.topheader{
	min-height: 151px;
	width: 100%;
	border: 0px solid green;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(../backgroundtopheader.png) repeat-x;
}
.logo{
	margin-top: 6px;
	margin-left: 1%;
	width: 40%;
	float: left;
}
.headerright{
	width: 50%;
height: 143px;
border: 0px solid #F00;
float: right;
position: relative;
margin-top: 6px;
margin-right: 1%;
overflow: hidden;
}
.topheaderlinks{
	width: 100%;
position: absolute;
left: 0px;
top: 3px;
height: 21px;
border: 0px solid #F00;
text-align: right;
}
.menulink{
	width: 100px;
	text-align: center;
	border-left: 1px solid #8d8d8d;
	vertical-align: top;
	display: inline-block;
	height: 5px;
padding-top: 2px;
padding-bottom: 13px;
}
.menulink a{
	color: #8d8d8d;
	font-size: 95%;
	font-weight: lighter;
}
.menulink a:hover{
	color: #7e9fd2;
		transition: all 0.9s ease 0s;

}
.bottomheaderright{
	height: 58px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
	border: 0px solid green;
}
.bottomheaderrightleft{
width: 43%;
margin-left: 12%;
height: 51px;
float: left;
color: rgb(107, 137, 195);
font-size: 101%;
font-weight: lighter;
line-height: 17px;
padding-top: 4px;
text-align: right;
border: 0px solid rgb(0, 128, 0);
overflow: hidden;
}
.bottomheaderrightright{
	width: 43%;
margin-right: 0%;
height: 60px;
float: right;
border: 0px solid #00F;
color: rgb(107, 137, 195);
font-size: 96%;
font-weight: lighter;
line-height: 15px;
padding-top: 4px;
text-align: right;
overflow: hidden;

}
.menu{
	width: 100%;
	height: 44px;
	border: 0px solid red;
	background: #2955ad;
 
}
.menuicons{
	width: 73%;
	border: 0px solid red;
	height: 44px;
	text-align: left;
	float: left;

}
.icon{
height: 31px;
padding-top: 13px;
	vertical-align: top;
	display: inline-block;
	width: 12%;
	text-align: center;
	border-left: 1px solid #8faeda;
margin-left: -0.5%;
color: #fff;
	font-size: 125%;
	font-weight: lighter;
}
.icon:hover{
	background: #cc3333;
			transition: all 0.9s ease 0s;
border-bottom: 1px solid #fff;

}


.icon2{
	height: 31px;
padding-top: 13px;
	vertical-align: top;
	display: inline-block;
	width: 12%;
	text-align: center;
	position: relative;
	border-left: 1px solid #8faeda;
	margin-left: -0.5%;

cursor: pointer;
}
.icon2:hover{
	background: #cc3333;
border-bottom: 1px solid #fff;
			transition: all 0.9s ease 0s;

}
.icon2 a{
color: #fff;
	font-size: 125%;
	font-weight: lighter;
}


.icon3{
	height: 31px;
padding-top: 13px;
	vertical-align: top;
	display: inline-block;
	width: 12%;
	text-align: center;
	position: relative;
	border-left: 1px solid #8faeda;
	margin-left: -0.5%;

cursor: pointer;
}
.icon3:hover{
	background: #cc3333;
border-bottom: 1px solid #fff;
			transition: all 0.9s ease 0s;

}
.icon3 a{
color: #fff;
	font-size: 125%;
	font-weight: lighter;
}
 
.select {
	background: #cc3333;
border-bottom: 1px solid #fff;
}

.submenu {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 62px;
	opacity: 0;
	background: none repeat scroll 0% 0% #C33;
	opacity: 1;
	z-index: 111111;
	display: none;
	border: 0px solid red;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
	box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
}

.submenu3 {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 62px;
	opacity: 0;
	background: none repeat scroll 0% 0% #C33;
	opacity: 1;
	z-index: 111111;
	display: none;
	border: 0px solid red;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
	box-shadow: -1px 10px 12px -14px rgba(0,0,0,0.75);
}

.link {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	width: 97%;
	text-align: left;
	padding-left: 3%;
}
.link a {
	color: #fff;
	font-size: 100%;
	font-weight: lighter;
	text-align: left;
}
.link a:hover {
	color: #000;
	transition: all 0.9s ease 0s;
}
.last {
	border: 0px;
}
.search{
	width: 17%;
float: right;
border: 0px solid #FFF;
height: 30px;
margin-right: 1.4%;
margin-top: 7px;
background: #EFF9FD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


#search_form {
position: relative;
margin: 0px;
padding: 0px;
border: 0px solid #DCDCDC;
width: 100%;
height: 30px;
vertical-align: top;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#search_form input[type="text"] {
	position: absolute;
width: 80%;
height: 18.4px;
padding: 0px 0px 2px 5px;
top: 5.4px;
left: 1%;
color: #365B77;
font-weight: lighter;
font-size: 100%;
border-width: 0px;
border-style: solid solid solid none;
border-color: #F00 #F00 #F00 -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
background: none repeat scroll 0% 0% #EFF9FD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
 }

#search_form input[type="submit"] {
position: absolute;
top: -1px;
right: 3%;
background: url("../search-75.png") no-repeat scroll 0% 0% transparent;
width: 34px;
height: 33px;
border: 0px none;
cursor: pointer;
transform: scale(0.7);

}
#search_form input[type="submit"]:hover{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 0.9s ease 0s;
}
.mediaicons{
	height: 47px;
	width: 100%;
	background: #EFF9FD;
		-webkit-box-shadow: inset 0px 11px 7px -12px #151515;
-moz-box-shadow: inset 0px 11px 7px -12px #151515;
box-shadow: inset 0px 11px 7px -12px #151515;
}
.medialinks{
width: 40%;
border: 0px solid #F00;
min-height: 30px;
float: right;
margin-right: 1.4%;
margin-top: 8px;
text-align: right;
color: #6B6D6F;
font-size: 100%;
font-weight: lighter;
} 
.medic:hover{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
	transition: all 0.9s ease 0s;
}
#gmaicon{
	width: 29px;
	height: 30px;
	background: url(../gmailicon.png) no-repeat;
	vertical-align: top;
	display: inline-block;
}
#gmaicon:hover{
		background: url(../gmailiconhover.png) no-repeat;

}
#twiicon{
	width: 29px;
	height: 30px;
	background: url(../twetericon.png) no-repeat;
	vertical-align: top;
	display: inline-block;
}
#twiicon:hover{
		background: url(../twetericonhover.png) no-repeat;

}
#facicon{
	width: 29px;
	height: 30px;
	background: url(../facebookicon.png) no-repeat;
	vertical-align: top;
	display: inline-block;
}
#facicon:hover{
		background: url(../facebookiconhover.png) no-repeat;

}
#qicon{
	width: 29px;
	height: 30px;
	background: url(../qicon.png) no-repeat;
	vertical-align: top;
	display: inline-block;
}
#qicon:hover{
		background: url(../qiconhover.png) no-repeat;

}
#linkicon{
	width: 29px;
	height: 30px;
	background: url(../linkdinicon.png) no-repeat;
	vertical-align: top;
	display: inline-block;
}
#linkicon:hover{
		background: url(../linkdiniconhover.png) no-repeat;

}
/*******************endheader**************/
/*******************startslider************/
.slider{
	width: 100%;
	min-height: 390px;
	border: 0px solid red;
 }
 /***************endslider***************/
.body{
	min-height: 585px;
	width: 100%;
	background: #fff;
}
.bodycontent{
	width: 98%;
margin: auto;
border: 0px solid #F00;
min-height: 464px;
margin-top: 10px;
padding-bottom: 15px;
border-bottom: 1px solid #DADADA;
margin-bottom: 15px;

}
.bodycontentleft{
	width: 27%;
	float: left;
	min-height: 464px;
	padding-left: 0.4%;
	border: 0px solid green;
	border-right: 1px solid #DADADA;
}
.bodycontentcenter{
	width: 32%;
float: left;
min-height: 464px;
border-width: 0px 1px 0px 0px;
border-style: solid;
border-color: #F00 #DADADA #F00 #F00;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
padding-left: 0.4%;
margin-left: 3%;
padding-right: 2.2%;
text-align: justify;
line-height: 19px;
}
.bodycontentright{
	width: 31%;
	float: right;
	min-height: 464px;
	padding-left: 0.4%;
	border: 0px solid blue;
}
.bodytittle{
	color: #2a2a2a ;
 	font-weight: lighter;
	padding-top: 5px;
	font-size: 16px;
}


.scrollnews {
	height: 400px;
	width: 100%;
	overflow: hidden;
	border: 0px solid red;
	position: relative;
	top: 22px;
	left: 0px;
	border-bottom: 1px solid #fff;
}
#newsscope {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6000px;
}
.homenews {
	height: 128px;
margin-bottom: 2px;
border-bottom: 1px solid #CECECE;
background: url("../newbackground.png") repeat scroll 0% 0% transparent;
overflow: hidden;
padding-top: 10px;
width: 90%;
margin: auto;
	
}
.homenewsleft{
	width: 15%;
	float: left;
	height: 100px;
	border: 0px solid green;
}
.homenewsright{
	width: 80%;
	float: right;
	height: 100px;
	border: 0px solid red;
}
.newstittle{
	color: #555555;
	font-size: 93%;
	font-weight: lighter;
}
.newstittle:hover{
	color: #cc3333;
		transition: all 0.9s ease 0s;

}
.newsdesc{
	color: #858585;
	font-size: 85%;
	font-weight: lighter;
	line-height: 15px;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 2px;
	border: 0px solid red;
}
.newlink{
	color: #6498fb;
	font-size: 100%;
	font-weight: lighter;
}
.newlink:hover{
	color: #cc3333;
		transition: all 0.9s ease 0s;

}
.bodycontentcenterheadertext{
	color: #6c6c6c;
	font-size: 100%;
	font-weight: lighter;
	margin-top: 26px;
	text-align: justify;
}
.bodycontentimg img{
 	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0px 0px 8px -2px rgba(131,147,179,1);
-moz-box-shadow: 0px 0px 8px -2px rgba(131,147,179,1);
box-shadow: 0px 0px 8px -2px rgba(131,147,179,1);
padding: 5px;
margin-bottom: 3px;
max-width: 37%;
}
.bodycontentimg img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.9s ease 0s;
	opacity: 0.8;
}
.bodycontentcenterheadertext{
	color: #6c6c6c;
	font-size: 100%;
	font-weight: lighter;
	margin-top: 26px;
}

.servicecontent img{
 	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	 float: left;
margin-bottom: 14px;
}
.servicecontent img:hover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.9s ease 0s;
	opacity: 0.8;
}
.searvicecontenttext{
	float: left;
width: 63%;
line-height: 15px;
margin-bottom: 15px;
 }
 
 .underbody{
 	width: 98%;
margin: auto;
border: 0px solid #F00;
min-height: 295px;
margin-top: 10px;
padding-bottom: 15px;

 }
 
 .underbodyleft{
	width: 27%;
	float: left;
	min-height: 295px;
	padding-left: 0.4%;
	border: 0px solid green;
 }

.underbodyright{
	width: 69%;
	float: right;
	min-height: 295px;
	padding-left: 0.4%;
	border: 0px solid blue;
 }
  .imgproduct{
  	 width: 22%;
height: 130px;
vertical-align: top; display: inline-block;
	margin-right: 2%;

  }
 .imgproduct img{
 	vertical-align: top;
	display: inline-block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 1px 4px 9px -4px rgba(158,158,158,1);
-moz-box-shadow: 1px 4px 9px -4px rgba(158,158,158,1);
box-shadow: 1px 4px 9px -4px rgba(158,158,158,1);
padding: 5px;
width: 100%;
height: 100px;
margin-top: 7px;
  }
  
 .imgproduct img:hover{
 	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
	transition: all 0.9s ease 0s;
 }
/********************************endbody***************/
/*********************startfooter*********/
.footer{
	min-height: 190px;
	width: 100%;
	background: #fff;
	border: 0px solid red;
	

}

.cobyright {
    width: 100%;
padding-bottom: 4px;
padding-top: 4px;
color: #3F68B6;
height: 14px;
background: none repeat scroll 0% 0% #e5f4fc;
 margin-top: 10px;
background: url("../backgroundtopheader.png") repeat-x scroll 0% 0% transparent;
font-size: 90%;
}
.footercontent{
	width: 98%;
	margin: auto;
	height: 150px;
	border: 0px solid green;
	border-top: 1px solid rgb(224, 224, 224);
 padding-top: 15px;
}

.footerleft{
	width: 47%;
min-height: 150px;
border: 0px solid #008000;
vertical-align: top;
display: inline-block;
}
.footerleftblock{
	width: 28%;
border: 0px solid #F00;
vertical-align: top;
display: inline-block;
line-height: 24px;
margin-left: 3%;
}
.footerleftblocktittle{
	color: #535353;
	font-size: 106%;
	font-weight: lighter;
}
.footerleftblockitem{
	background: url("../greendash.png") no-repeat scroll 1% 48% transparent;
padding-left: 13px;
}
.footerleftblockitem a{
	color: #949494;
font-size: 95%;
font-weight: lighter;
}
.footerleftblockitem a:hover{
	color: #679AFB;
	transition: all 0.9s ease 0s;
}

.footercenter{
	width: 20%;
min-height: 150px;
border: 0px solid #008000;
vertical-align: top;
display: inline-block;
	
}
.footerright{
	width: 31%;
min-height: 150px;
border: 0px solid #008000;
 float: right;
}

.content{
	width: 100%; 
	position: relative;
	height:128px
}
.contentsend{
	width: 79%;
position: absolute;
left: 10%;
height: 45px;
border: 0px solid #FF0;
top: 47px;
}
.mess{
	color: #bf5720;
	font-size: 90%;
	font-weight: lighter;
}
#sendemail{
	background: none repeat scroll 0% 0% #F4F4F4;
width: 68%;
padding-top: 3px;
padding-bottom: 4px;
font-weight: lighter;
font-size: 108%;
color: #AEAEAF;
font-style: italic;
position: absolute;
left: 0px;
top: 6px;
border: 0px none;
}
.sendsubmit{
	color: #ECECEC;
width: 27%;
right: 6px;
top: 6px;
position: absolute;
background: none repeat scroll 0% 0% #413F3F;
padding-top: 2px;
padding-bottom: 2.6px;
border: 0px none;
font-size: 93%;
cursor: pointer;
padding-right: 3px;

}
.footericon:hover{
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 900ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(360deg);
	-moz-transition-duration: 900ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
	-ms-transition-duration: 900ms;
	-ms-transition-timing-function: ease-out;
}

.footerleftblock2{
width: 62%;
border: 0px solid #F00;
vertical-align: top;
display: inline-block;
line-height: 18px;}
/**********************endfooter************/


/********************startinnerpage********/

.innerbody {
	width: 100%;
 	border: 0px solid red;
	margin: auto;
}

.slidetexttittle {
	color: #6b6b6b;
	font-size: 120%;
	font-family: "HandVetica";
	border-bottom: 1px solid #d7d3d3;
	padding-bottom: 10px;
	margin-bottom: 4px;
   text-align: left;
}
.reachtext{
	width: 98%;
margin: auto;
border: 0px solid #F00;
background: none repeat scroll 0% 0% #F8F8F8;
padding: 10px;
border-radius: 5px;
text-align: left;
padding-top: 10px;
padding-left: 1%;
 }
 .innerdecrption{
	line-height: 23px;
	color: rgb(149, 149, 149);
	height: 0px;
	border: 0px solid yellow;
	overflow: hidden;
	height: auto;
 
text-align: left;
font-size: 15px;
padding-bottom: 22px;
  }
  .innerdecrption li{
  	list-style: circle;
  	margin-left: 28px;
  }
  
  #form {
	border: 1px solid #E6E6E6;
	margin-top: 16px;
	width: 445px;
}

.con {
	font-weight: lighter;
	color: #679AFB;
	font-size: 100%;
 }
.condata {
	color: #616161;
	font-size: 95%;
	margin-left: 27px;
	width: 263px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px -1px #D4C9C9;
	-moz-box-shadow: 0px 0px 5px -1px #D4C9C9;
	box-shadow: 0px 0px 5px -1px #D4C9C9;
	border: 0;
	margin-top: 15px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
}

#submit {
	border: 1px solid rgb(204, 204, 204);
	width: 90px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 16px auto auto 710px;
	color: #679AFB;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 70% 50%;
	font-size: 16px;
	border-radius: 10px;
}

#submit:HOVER {
	background: #e3e0e0;
	opacity: 0.9;
}

#contactus_table {
	color: rgb(88, 89, 91);
	font-size: 85%;
	padding-top: 5px;
	font-weight: lighter;
	font-family: arial;
	line-height: 22px;
}

.contactus_tabletd {
	width: 64px;
	color: rgb(97, 182, 28);
	font-size: 112%;
	padding-left: 15px;
}

.contactname {
	text-align: left;
	color: #679AFB;
	font-size: 100%;
	margin-right: 3px;
	font-weight: lighter;
	padding-left: 10px;
}

.contactvalue2 {
	direction: ltr;
	font-weight: lighter;
	font-size: 100%;
	color: rgb(88, 89, 91);
	text-align: left;
	padding-left: 20px;
}
/**********************endcontactuscss******************/

 
/**************************start new event***********/
.entereddiv-news {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.entereddiv-news-text {
	width: 500px;
float: left;
text-align: left;
margin-bottom: 2px;
font-size: 15px;
color: #4E4E4E;
}

.entereddiv-news-date {
	width: 500px;
	float: left;
font-size: 15.2px;	color: #679AFB;
}
.clrrr {
	clear: both;
}
.entereddiv-news-mazed {
	width: 500px;
	float: left;
	font-size: 16px;
}

.entereddiv-news-mazed a {
	color: #BABABA;
}
.entereddiv-news-mazed a:hover {
	color: #679AFB;
		transition: all 0.9s ease 0s;

}

.entereddiv-news-image {
	width: 235px;
	box-shadow: 0px 0px 4px 2px #679AFB;
	float: left;
	height: 150px;
	border-radius: 3px;
	margin-right: 17px;
	background-color: rgb(252, 252, 252);
	position: relative;
}

.entereddiv-news-image img {
	position: absolute;
	width: 226px;
	height: 140px;
	top: 5px;
	left: 5px;
	border-radius: 5px;
}

.entereddiv-news-image-details {
	box-shadow: 0px 0px 4px 2px rgba(11, 56, 252, 0.52);
	float: left;
	border-radius: 3px;
	background-color: #175ACF;
	position: relative;
	width: 63%;
	height: 250px;
	margin-bottom: 20px;
	margin-left: 167px;
}

.entereddiv-news-image-details img {
	position: absolute;
	width: 494px;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	height: 241px;
}

.entereddiv-news-date-details {
	width: 200px;
	float: left;
	font-size: 15px;
	color: #0030FF;
	margin-left: 2px;
}

.entereddiv-news-text-details {
	width: 792px;
	float: left;
	text-align: left;
	direction: ltr;
	margin-bottom: 2px;
	font-size: 15px;
	color: black;
	margin-left: 2px;
	margin-top: 4px;
}
/******************************** end of the entered div*********************************/
/*******pagination**/
.nu {
	width: 30px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0% 0% #2A3037;
	box-shadow: 0px 1px 1px 0px #9CE1B1;
}
/*****endpagination*/
.productblock {
	min-height: 249px;
	width: 21%;
	border: 0px solid #DFDDDD;
	vertical-align: top;
	display: inline-block;
	margin-right: 2.5%;
	margin-top: 11px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px 0px #BFDBFF;
	-moz-box-shadow: 0px 0px 2px 0px #BFDBFF;
	box-shadow: 0px 0px 2px 0px #BFDBFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.outproductimg {
	width: 100%;
	min-height: 194px;
	text-align: center;
	position: relative;
	border: 0;
}
.proimg {
	width: 79%;
	height: 194px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border: 0px solid red;
	margin-top: 0px;
opacity: 1;
-webkit-border-radius: 53%;
-moz-border-radius: 53%;
border-radius: 53%;
}
.proimg:hover{
 	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
box-shadow: 0 1px 1px rgba(255,255,255,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
 
}
.proimg2 {
	width: 95%;
	height: 134px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border: 0px solid red;
	margin-top: 6px;
}
.outproducttittle {
	color: #5188B9;
	font-size: 100%;
	font-weight: lighter;
}
.outproducttittle:hover {
	color: #014D90;
	transition: all 0.9s ease 0s;
}

.outproducttittle2 {
	color: #CC4141;
	font-size: 100%;
	font-weight: lighter;
}
.outproducttittle2:hover {
	color: #7A0000;
	transition: all 0.9s ease 0s;
}
.downloadfile {
	color: #5188B9;
	font-size: 105%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-left: 0px;
}
.downloadfile:hover {
	background: #5188B9;
	color: #E9E9E9;
	transition: all 0.9s ease 0s;
}

.searvicecontenttext a{
	color: #cc3333;
}
.searvicecontenttext a:hover{

	color: #76A4CD;
	transition: all 0.9s ease 0s;
}




.slideall {
	width: 472px;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin: auto;
	border: 0px solid yellow;
	text-align: left;
}

#slides {
	min-width: 6000px;
	height: 110px;
	left: 0px;
	top: 0;
	position: absolute;
}

.slide {
	width: 110px;
	height: 110px;
	display: inline-block;
	border: 0px solid green;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
}

.slide img {
	width: 110px;
	height: 104px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.slide img:HOVER {
	box-shadow: 1px 1px 6px 0px rgb(237, 28, 36);
}

#right,#left {
	width: 32px;
	height: 45px;
	cursor: pointer;
	position: absolute;
}

#left {
	z-index: 2;
	background: url('../prev.png') no-repeat scroll 0% 0% transparent;
	top: 33px;
	left: 0px;
	display: none;
}

#right {
	z-index: 2;
	background: url('../next.png') no-repeat scroll 0% 0% transparent;
	top: 33px;
	right: 0px;
	display: none;
}

.imgselect {
	border: 0px solid green;
	width: 500px;
	height: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 22px;
	margin-bottom: 15px;
}
#itemimages{
	margin: auto;
padding: 10px;
box-shadow: 1px 2px 7px 1px rgb(180, 178, 179);
border-radius: 9px;
width: 507px;
}


.imghover {
	width: 95%;
	height: 134px;
position: absolute;
left: 2.5%;
right: 2.5%;
top: 6px;
background: none repeat scroll 0% 0% rgba(8, 4, 4, 0.27);
z-index: 222;
	opacity: 0.6;
	display: none;
}
.linkhover {
	background: url("../more.png") no-repeat scroll 35% 0% #FFF;
	width: 40px;
	height: 37px;
	position: absolute;
	left: 40%;
top: 51px;
	border: 2px solid #5188B9;
	background-color: #fff;
	border-radius: 17px;
}
.linkhover:hover {
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 900ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(360deg);
	-moz-transition-duration: 900ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
	-ms-transition-duration: 900ms;
	-ms-transition-timing-function: ease-out;
	background-color: #5188B9;
}


.slideimg {
	width: 100%;
height: 144px;
position: absolute;
left: 0px;
top: 0px;
 
}

 
