
*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	background: url(images/title_bg.png) repeat-x bottom;
	padding-bottom: 3px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 6px;
	background: url(images/title_bg.png) repeat-x bottom;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #00307b;
 	background:#000000 url(images/bg.png) repeat-x ;   /*******Bg Background**************/
}

/************BUTTON****************/

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
/****************END BUTTON*********************/

.clear{
	clear: both;
}

#wrap{
	width: 1016px;
	margin: 0 auto;
	padding: 9px 0px 0px 0px;
}

#wrap_bg{
	width: 100%;
	margin: 0 auto;
	/****background: url(images/logo_bg.png) no-repeat left top; /***********LOGO***********/
}

/*menu*/

#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:100%;
	height:48px; /*******51*******/
	background: #d6eaf8 url(images/dropdown-bg.gif)repeat-x left top;
}


#navigation li.active {
	background:url(images/navigationbg.jpg) repeat-x;
}

ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(images/dropdown-bg-hover.gif) repeat-x left top;
}


ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(images/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#D6D6D6;
}



ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.png) no-repeat right top;
}

ul.nav-main *.list2 {
	padding-right: 22px;
	background: url(images/navigation-arrow3.png) no-repeat right top;
}


/**************************list sub 1************************************/

ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 55px;
	float: none;
	width:180px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:180px;
	background: none;
	font: 13px Arial, Helvetica, sans-serif;	
}


/*************************list sub2**************************************/

ul.nav-sub2 {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 3px;
	left:3px;
	margin-left:200px;
	z-index: 598;
	background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

ul.nav-sub2 li {
	list-style:none;
	display:block;
	padding: 0;
	height: 55px;
	float: none;
	width:190px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}

ul.nav-sub2 li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:180px;
	background: none;
	font: 13px Arial, Helvetica, sans-serif;	
}

/*logo*/


#logo{
	height:110px;
	background:url(images/bannerlogo.jpg) no-repeat;
	height:177px;
	
	
	/**
	background:url(images/logo.png) no-repeat;
	width:320px;
	height:150px;
	**/

}

#logo a small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
}

#productimage { 											/*****************productimage****************/
	background:url(images/imagebanner1.png) no-repeat;
	z-index:9999999;
	float:left;
	width:350px;
	height:350px;
	margin-left:671px;
	position:absolute;
}

/*prew_box*/

#prew_box{
	background: url(images/prew_bg.png) no-repeat top left;
	height: 329px;
	padding: 11px;
}

#prew_but_box{
	width: 76px;
	margin: 0 auto;
	height: 20px;
	padding-top: 20px;
}

#prew_but_left{
	float: left;
}

#prew_but_right{
	float: right;
}

/*content*/

#content{
	color: #ffffff;
	background: url(images/content_bg.png);
	margin-top: 10px;
	padding: 10px;
}

.text{
	padding: 10px 0px 0px 0px;
}

.italic_style{
	font-style: italic;
}

.read{
	float: right;
	padding: 0px 10px 0px 0px;
}

.read a{
	color:#F0F0F0;
	font-weight: normal;
}

.read a:hover{
	color:#FFFFFF;
}

#left_column{
	width:633px;	/*994px*/
	float: left;
}

#left_column_partners {
	width:994px;
	float:left;
}

.left_news_top{
	height: 22px;
	padding-top: 13px;	
}

.left_news_bg{
	padding: 0px 20px 0px 20px;
}

.left_news_bot{
	height: 22px;
}

#right_column{
	width: 360px;
	float: right;
}

.right_news_top{
	height: 22px;
	padding-top: 13px;
}

.right_news_bg{
	padding: 0px 20px 0px 20px;
}

.right_news_bot{
	height: 22px;
}

/*footer*/

.row-top {
	background:#101010; /*color footer bg*/
}

.col-1 {
	margin-left:280px;
}

#footer{
	padding: 10px 0px 20px 0px;
	color: #ffffff
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #c70000;
}


#footer_bottom
{
padding-top: 10px;
font-size: 10px;
padding-left: 60px;
}

#footer_bottom a{
	font-weight: normal;
}


.row-top {width:100%;padding:33px 0 42px;}
.row-padding {padding:0 62px}
.col-1, .col-2, .col-3, .col-4  {float:left}
.list-services li {line-height:24px;padding-left:28px; list-style:none}
.list-services li a {color:#9d9d9d;text-decoration:none}
.list-services li a:hover {text-decoration:underline}
.list-services li.item-1 {background:url(images/facebook.png) 0 3px no-repeat}
.list-services li.item-2 {background:url(images/twitter.png) 0 3px no-repeat}
.list-services li.item-3 {background:url(images/linkedin.png) 0 3px no-repeat}
.menu li a, .list-1 li a,  {text-decoration:none}
.list-1 li {line-height:24px;padding-left:10px;background:url(images/marker.gif) 0 10px no-repeat;  list-style:none}
.list-1 li a {display:inline-block;color:#9d9d9d}
.list-1 li a:hover {text-decoration:underline}

.indent3 {padding-top:28px}
.footer-logo {display:block;color:#666666;font-size:30px;line-height:1em;text-transform:uppercase;letter-spacing:-3px;font-weight:400;margin-bottom:5px}
.footer-logo strong {color:#666666;text-transform:none;display:inline-block}
.phone {display:inline-block;font-size: 24px;line-height:1.2em;color:#666666;letter-spacing:-1px;padding-left:5px}
.phone strong {color:#666666}
.col-1 {width:190px;margin-right:55px}
.col-2 {width:110px;margin-right:55px}
.col-3 {width:140px;margin-right:65px}
.col-4 {width:235px} /*********235px***LOGO Bottom******************/


.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    background: url(images/ls.gif) no-repeat 0px 7px;
    margin-bottom: 4px;
    padding-left: 15px;
}

.ls2{
    list-style: none;
    padding-left: 0px;
	padding-top: 5px;
}

.ls2 li{
    background: url(images/ls2.gif) no-repeat 0px 7px;
    padding-bottom: 4px;
    padding-left: 15px;
}

.button_box{
	padding-top: 5px;
}

.button_box a{
	padding-right: 20px;
}

#contactinfo {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	float:left;
	padding-top:10px;
	width:auto;
}

/*blog*/

.news_top{
    clear: both;	
}

.layer_border{
	background: url(images/title_bg.jpg) repeat-x bottom;
	padding-bottom: 3px;
}

.news_top_left{
    background: url(images/date_bg.jpg) no-repeat right;
    width: 45px;
    height: 42px;
    float: left;
    text-align: center;
	margin: 5px 0px 0px 0px;
}

.news_top_left .date_day{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 8px;
	line-height: 12px;
}

.news_top_left .date_month{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.news_top_right{
    float: left;
    padding-left: 15px;
    width: 529px;
}

.title_post_left{
	float: left;
}

.title_post_right{
	float: right;
}

/*gallery*/

 .gallery_top{
 	background: url(images/gallery_top.jpg) no-repeat;
	height: 21px;
 }
 
 .gallery_bg{
 	background: url(images/gallery_bg.jpg) repeat-y left;
	padding: 0px 11px 0px 11px;
 }
 
  .gallery_bot{
 	background: url(images/gallery_bot.jpg) no-repeat;
	height: 21px;
 }
 
 .gal{
 	background: url(images/gal_bg.jpg) no-repeat 0px 0px;
	width: 457px;
	height: 250px;
	padding: 10px 10px 10px 10px;
	float: left;
	margin: 0px 10px 0px 10px;
 }
 
 .gal h3{
 	background: none;
	margin-bottom: 0px;
 }
 
 .gal_img{
 	border: 1px solid #ffffff;
 }
 
 .gal p{
 	color: #000000;
 }
 
 .razd{
 	height: 10px;
	clear: both;
 }
  
 .pagenav{
 	padding-left: 10px;	
 }
 
 .pagenav ul{
 	list-style: none;
	padding: 0px;
 }
 
 .pagenav ul li a{
 	display: block;
	float: left;
	background: url(images/pagenav_bg.jpg) no-repeat;
	width: 20px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	margin-right: 5px;
	font-weight: normal;
 }
 
.pagenav ul li a:hover{
	color: #ffffff;
	background: url(images/pagenav_select.jpg) no-repeat;
}

.pagenav ul li .select{
	color: #ffffff;
	background: url(images/pagenav_select.jpg) no-repeat;
}

/*about*/

.date_news{
	text-decoration: underline;
}

.news{
	padding: 10px 0px 20px 0px;
}

/*contact*/

#contact_form fieldset {
    border: none;
	padding-top: 20px;
}

#contact_form input {
    margin-bottom: 5px;
}

#contact-submit, #contact-clear{ /**********textbox!!!!!**********/
    width: 74px;
    height: 19px;
    color:#efefef; 
    background: url(images/contact_but.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	font-style: italic;
	margin-right: 40px;
}

#con_name, #con_email, #con_website {
    width: 571px;
    height: 29px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: url(images/contact_input.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    color: #373636; /*********373636;**********/
	line-height: 29px;
}

#con_mess {
    width: 571px;
    height: 103px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    border: none;
    background: url(images/contact_mess.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    color: #373636;
    margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pad_left{
    padding-left: 30px;
}

.contact_news{
	padding-top: 15px;
}



/**************************Slider******************************************/

#slider-wrapper {
    background:url(images/top.jpg) no-repeat;
	background:#000000;
    width:994px;
    height: 299px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 994px;
    height: 299px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background:#0000FF;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 400px;
	bottom:-42px;

}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/***********************images partners*****************************/


/****************************slider banner**************************************/

@charset "utf-8";
/* CSS Document */

/* slider layout */
.lof-slidecontent { position:relative;	overflow:hidden;	border:#F4F4F4 solid 1px;}
.lof-slidecontent .preload{	height:100%;	width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;	background:#FFF}
.lof-slidecontent .preload div{	height:100%;	width:100%;	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;}

.lof-slidecontent  .sliders-wrapper{	position:relative;	height:100%;	width:900px;	z-index:3px;	overflow:hidden; }
.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden;	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute;	overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;	padding:0px;margin:0px;	float:left;	position:relative;}
.lof-slidecontent  .lof-opacity  li{position:absolute;	top:0;	left:0;	float:inherit; }


.lof-slidecontent  .navigator-content { position:absolute;
  background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
}
.lof-slidecontent  .navigator-wrapper{	position:relative;	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.lof-slidecontent  ul.navigator-wrap-inner{	top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{ cursor:hand; 	cursor:pointer;	list-style:none;	padding:0;	margin-left:0px;	overflow:hidden;	float:left;	display:block;	text-align:center;}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px;	}

.lof-slidecontent .slider-description a.readmore{color:#58B1EA; font-size:95%; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	z-index:100px;
	position:absolute;
	bottom:50px;
	left:0px;
	width:350px;
	background:url(../images/bg_trans.png);
	height:100px;
	padding:10px;
	color:#FFF;
}
.lof-slidecontent .slider-description h4 {    font-size: 14px;    margin: 10px 0;    padding: 0; }
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }

/* item navigator */
 
.navigator-wrapper{
	 color: #FFFFFF;
    float: left;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 310px;
    z-index: 100;
}
.navigator-wrap-inner{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}

.lof-slidecontent ul.navigator-wrap-inner li {
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
}
.lof-slidecontent ul.navigator-wrap-inner li span{
	display:block; padding:10px; position:relative; line-height:0.5em  }

.lof-slidecontent ul.navigator-wrap-inner li.active ,
.lof-slidecontent ul.navigator-wrap-inner li:hover  {
	background:#FFF;
	color:#000;
	display:block;
	-moz-transition:background-color  0.8s
}



.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{
	display:block;
	width:20px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;

}
.lof-slidecontent   .button-next {
	right:0px;
	background:url(../images/next.png) no-repeat right center;
}
.lof-slidecontent  .button-previous {
	left:0px;
	background:url(../images/previous.png) no-repeat left center;
}

.lof-slidecontent .button-control {
    float: left;
    height: 27px;
    width: 30px;
	cursor:hand; cursor:pointer
}
.lof-slidecontent .action-start  {
	background:url(../images/play.png) no-repeat center center #FFF;
}
.lof-slidecontent .action-stop  {
	background:url(../images/pause.png) no-repeat center center #FFF;
}



/**************************collapse**********************************/

h6{							
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width:633px; /*320px;*/
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}

/*
h6 {
  margin: 0;
  background-image: linear-gradient(bottom, rgb(0,0,0) 50%, rgb(82,81,82) 90%);
  background-image: -o-linear-gradient(bottom, rgb(0,0,0) 50%, rgb(82,81,82) 90%);
  background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 50%,, rgb(82,81,82) 90%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 50%, rgb(82,81,82) 90%);
  background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 50%, rgb(82,81,82) 90%);

}
*/

h6 {
  margin: 0;
}

h6 a {
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
h6:hover { background: rgb(0,16,49); }
h6.open  { background: rgb(0,16,49); }
h6.open a { background-position: 13px -25px; }
h6 + div { padding: 10px; }

/* Pre hide sections with JavaScript on
--- */
h6+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h6 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h6.open + div {
  height: auto;
  background: #aaffff;
}

/**************************collapse**********************************/


/************************ home button link **************************/
	.ex1 {
	height:180px;
	width:950px;
	background:url(images/icon_bg.png) no-repeat;
	}
	
	.ex1 img{
    float: left;
    margin: 5px;
	margin-top: 15px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
	}
	 
	.ex1 img:hover 
	{
		margin-top: 2px;
	}

