h1,h2,h3,h4,h5,h6,l,ul,li,p,input,form{margin:0; padding:0;}
form, img{border:none;}
body{
	font-family:"Helvetica, Arial, sans-serif";
	font-size:16px;
	line-height:20px;
	color:#000000;
	background:url(../images/bg.gif) left top repeat;
	margin:0px;
	padding:0px;
}
img{border:none;}
ul {
	list-style: none;
}

a{text-decoration:none; color:#000000;}
a:hover{
	text-decoration:underline;
	color:#e382ff;
}
.fl{float:left;}
.fr{float:right;}
.fr1{ float:right; margin:-40px 0 0 45px; padding:5px; background:#fff;}
.fl1{ float:left; margin:-40px 45px 0 0; padding:5px; background:#fff;}
.fl2{ float:left; margin:0 45px 0 0; padding:5px; background:#fff;}

.clr{ clear:both;}
::selection{ background:#2469a9; color:#fff;}
::-moz-selection{ background:#2469a9; color:#fff;}


#wrapper{ width:100%; margin:0px auto; padding:0px; position:relative;}

#wrapper_1{
	width:1000px;
	margin:0 auto;
	height: auto;
}
.header{ width:100%; float:left; background:#fff; }
.top_panel{ background:#000000; padding:3px 10px; color:#fff; font-size:16px; }
.marquee_panel{ width:500px; float:left; margin:0px; padding:0px;}
.top_right{
	width:300px;
	float:right;
	padding:0px;
	text-align:right;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}
.top_right ul{ float:right; margin:0px; padding:0px; width:100%;}
.top_right ul li{ list-style:none; display:inline; margin:0 0 0 15px; float:left}
.top_right ul li img{  margin:0 5px 0 0 ; padding:3px 0 0 0 ; display:inline-block; float:left; }
.top_right ul li a{ color:#fff; text-decoration:none;}
.top_right ul li a:hover{ color:#fff; text-decoration:underline;}


.logo_outer{
	width:100%;
	float:left;
	background-color: #FFFFFF;
}
.logo{ float:left; margin:5px 0 10px 200px; display:inline;}
.slogo{
	background:url(../images/cont.png) right top no-repeat;
	float:right;
	width:193px;
	height:58px;
	margin-top: 30px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
}
.socio{
	position:absolute;
	width:106px;
	margin:70px 2px 0 100px;
	padding:0px;
	z-index:999;
	left: 886px;
	top: 50px;
	
} 
.socio img{ padding:0 5px 2px 10px; float:right; }

.menu{
	border-top:1px solid #f2f2f2;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:3px solid #d5d5d5;
	font-size:15px;
	background-color: #20669a;
}
.innerCont{ width:1000px; margin:auto; }
.menu ul{  margin:0px; padding:0px; width:100%;}
.menu ul li{   list-style:none; padding:0px 16px; display:inline; font-family: 'Helvetica, Arial, sans-serif'; font-weight:bold; font-size:17px;}
.menu ul li a{ color:#fff; padding:10px 10px; display:inline-block}
.menu ul li a:hover{ color:#fff; background:#0a74b0;}
.menu ul li a.active{color:#fff; background:#0a74b0;}
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 1px;
  position: relative;
}
#cssmenu > ul > li > a {
  color: #4a4a4a;

  line-height: 50px;
  padding: 5px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#cssmenu > ul > li > a:hover {
  color: #2469a9;
  background:#333333;
}
#cssmenu > ul > li > ul {
	opacity: 0;
	visibility: hidden;
	background-color: #fafafa;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -90px;
	width: 200px;

  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	z-index:999;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 65px;
  visibility: visible;
  
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
	color: #323232;
	font-size: 14px;
	padding: 5px 8px 7px 16px;
	display: block;
 }
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
	color:#082b65;
	font-weight: bold;
}


.banner{ border:3px solid #fff; background:#fff; box-shadow:0px 0px 5px #5a5a5a; width:994px; height:350px; margin:10px 0; float:left;}
.middle_wrapper{
	width:979px;
	float:left;
	background:#CCCCCC;
	border:1px solid #f2f2f2;
	border-top:0px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.middle_wrapper_1{
	width:979px;
	float:left;
	background-image:url(../images/homeBG.jpg);
	border:1px solid #f2f2f2;
	border-top:0px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.sub_head{ border-left:4px solid #e4780c; padding:0 0 15px 10px!important; background:url(../images/sub_head_bg.gif) left bottom no-repeat; color:#434343; text-transform:uppercase; font-size:17px;margin:15px 0 0 0;  float:left; font-weight:bold;}
.sub_head span{ color:#ff3333; font-size:15px; font-weight:normal; text-transform:none;}
.middle_panel{ float:right; margin:25px 25px; padding:0px; width:475px;}
.middle_panel_extended{width:678px!important;}
.middle_panel h1{ color:#352876; font-size:30px; margin:20px 5px 0 0 0;  font-size:20px; text-transform:uppercase;}
.middle_panel p{ float:left; margin:20px 0 0 0; width:100%; padding:0px; text-align:justify;}
.middle_panel ul{ margin:15px 0;  float:left; padding:0px;}
.middle_panel ul li{ list-style:none; color:#ff3333; padding:0 0 6px 10px; background:url(../images/red_arr.gif) left 7px no-repeat;}
.middle_panel ul li a{ color:#ff3333; text-decoration:underline;}
.middle_panel ul li a:hover{ color:#000; text-decoration:underline;}
.read_more{color:#FF0066; font-size:18px;}

.features{
	width:970px;
	float:left;
	padding:0px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.f_box{ width:290px;float:left; margin:0 48px 0 0; padding:0px;}
.f_box h5{ color:#f90000; font-size:20px; text-transform:uppercase; font-weight:normal;}
.f_box h5 span{ margin:0px 10px 0 0; float:left;}
.f_box p{ margin:10px 0 5px 0; float:left;}
.f_box a{ color:#f90000; background:url(../images/red_arr.png) right 8px no-repeat; padding:0 19px 0 0; float:left;}
.f_box a:hover{ color:#2d2d2d; background:url(../images/bl_arr.png) right 5px no-repeat;}
.f_box:last-child{ margin:0px;}
.mrg10{ margin-right:10px!important;}
.left_panel{
	width:700px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;

}
.left_panel h1{color:#03107e; font-weight:normal;  font-family:'Lato', sans-serif;}
.left_panel h2{color:#fff; border-left:8px solid #f90000; font-weight:normal;  font-family:'Lato', sans-serif; padding:5px 4px 5px 10px; background:#3d566e; margin:0 0 20px 0; font-size:15px; text-transform:uppercase;clear:both}
.left_panel ul{ float:left; margin:10px 0; width:100%;}
.left_panel ul li{
	list-style:none;
	padding:0 0 5px 12px;
	margin:0 0 5px 0;
	border-bottom:1px solid #e5e5e5;
	font-size:15px;
	background:url(../Images/arrow.gif) left 8px no-repeat;
}


.left_panel p{
	margin: 10px 0 0 0;
	text-align:justify;
	font-size:16px;
}
.left_panel p span{ font-weight:bold; color:#f90000}

.left_panel_1{
	width:970px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;

}
.left_panel_1 h1{color:#03107e; font-weight:normal;  font-family:'Lato', sans-serif;}
.left_panel_1 h2{color:#fff; border-left:8px solid #f90000; font-weight:normal;  font-family:'Lato', sans-serif; padding:5px 4px 5px 10px; background:#3d566e; margin:0 0 20px 0; font-size:15px; text-transform:uppercase;clear:both}
.left_panel_1 ul{ float:left; margin:10px 0; width:100%;}
.left_panel_1 ul li{
	list-style:none;
	padding:0 0 5px 12px;
	margin:0 0 5px 0;
	border-bottom:1px solid #e5e5e5;
	font-size:15px;
	background:url(../Images/arrow.gif) left 8px no-repeat;
}


.left_panel_1 p{
	margin: 10px 0 0 0;
	text-align:justify;
	font-size:16px;
}
.left_panel_1 p span{ font-weight:bold; color:#f90000}

.right_panel{ width:250px; float:right;}
.appointment_form{ border:1px solid #1f9ebc; background:#cdf8fe; padding:px;}
.appointment_form h3{ background:#025eab; color:#fff; font-size:14px;  font-family:'Lato', sans-serif; text-transform:uppercase; padding:10px; }
.appointment_form form p{line-height:18px; padding:10px 0; color:#025eab; font-size:12px; text-transform:none; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-weight:bold; border-bottom:1px solid #ebfdff; margin:0 0 10px 0;}
.appointment_form form{ background:#CDF8FE url("../images/stethoscope.jpg") no-repeat scroll right bottom; padding:0px 10px 10px 10px;}
.appointment_form form label{ font-weight:bold;  color:#185766; font-size:13px; font-family:'Lato', sans-serif;  width:65px; display:inline-block;}
.appointment_form form input{ border:1px solid #97e4f6; background: #defafe; /* Old browsers */
background: -moz-linear-gradient(top,  #defafe 0%, #fcfcfc 31%, #ffffff 50%, #fcfcfc 81%, #defafe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defafe), color-stop(31%,#fcfcfc), color-stop(50%,#ffffff), color-stop(81%,#fcfcfc), color-stop(100%,#defafe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defafe', endColorstr='#defafe',GradientType=0 ); /* IE6-9 */
width:135px; padding:3px 10px 3px 10px; margin:0 0 10px 0; color:#025eab}
.t_area{resize:none; width:146px;border:1px solid #97e4f6; font-family:Arial, Helvetica, sans-serif; color:#025eab; font-size:12px; padding:5px;}
.sumbit_btn{ background:#020856!important; border:1px solid #020528!important; cursor:pointer; padding:5px 10px; color:#fff!important; margin:10px 0 10px 69px!important; width:75px!important; text-transform:uppercase; font-size:12px!important;}


.events, .other_links, .other_links ul{ float:left; margin:0; width:198px;}
.events h3{ background:#aadd00; color:#fff; text-transform:uppercase; padding:5px 5px 5px 10px; margin:15px 0 10px 0; font-size:17px;}
.other_links ul li{ list-style:none; background:url(../images/black_arr.gif) left 16px no-repeat; padding:10px 0 10px 13px; border-bottom:1px dotted #9a9898; font-size:15px;}
.other_links ul li a{ color:#1eadad;}
.other_links ul li a:hover{ color:#333;}
.other_links h3{ background:#3cd5d5; color:#fff; text-transform:uppercase; padding:5px 5px 5px 10px; margin:15px 0 10px 0; font-size:17px;}

.event_box{ width:198px; margin:15px 0 0 0; float:left; padding:0px; border-bottom:1px dotted #9a9898; padding:0 0 15px 0; }
.event_box:last-of-type{border:0px;}
.date_section{width:63px; border:1px solid #e4e4e4; float:left; }
.month_panel{background:#aadd00; color:#fff; text-transform:uppercase; padding:3px; text-align:center; width:57px; float:left; font-size:15px;}
.dt_panel{ width:63px; color:#000; font-weight:bold; font-size:15px; padding:10px 0; text-align:center; float:left}
.event_desc{ float:right; width:120px; margin:0px; padding:0px;}
.event_desc h4{color:#aadd00; font-size:15px; font-weight:bold;}
.event_desc p{ width:100%; }

.colored_panel{ width:1000px; margin:20px 0 0 0; float:left}
.colored_panel ul{ width:1000px; float:left; margin:0px; padding:0px;}
.colored_panel ul li{ float:left; list-style:none; margin:0 1px 0 0; display:inline; }
.colored_panel ul li:last-child{ margin:0; }
.colored_panel ul li a p{ width:100%; text-align:center; margin:40px 0 0 0; text-transform:uppercase; font-size:21px; color:#fff;}
.feature_text{  margin:30px 0 0 0!important}
.colored_panel ul li a{width:165px; height:187px; display:inline-block;opacity:0.8;filter:alpha(opacity=80); }
.colored_panel ul li a:hover{opacity:1.0;filter:alpha(opacity=100);}
.org{ background:#f87912;}
.yellow{background:#ffcc00;}
.l_blue{background:#3cd5d5;}
.green{ background:#aadd00;}
.purple{ background:#666699;}
.red{ background:#ff3333;}

.slider{
	width:978px;
	float:left;
	border:1px solid #a3dddd;
	padding:10px;
	margin:10px 0;
	position:relative;
	background-color: #C4C5C0;
}



	
/*************************************************
css reset and general setup
*************************************************/


.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clearer { clear: both; line-height:0px; font-size:0px; height:0px; }
.floatleft { float:left }
.floatright { float:right }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 {
	font-weight: bold;
	margin: 5px 0 10px 0;
}
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { text-decoration:none; }
a:link {

}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#FF6600;
	font-weight: bold;
} 

blockquote { }
blockquote p { }

ul, ol {
	margin: 0 0 10px 15px;
}

img { border:none; } 

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }


	


#page-wrap {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer li {
	list-style-image: url(images/li-light.png);
}



/*************************************************
footer
*************************************************/	
#footer-wrapper {
	margin:0px 0px 80px 0px;
}
#footer-wrapper .top {
	width:1000px;
	height:3px;
	background:url(../images/footer-top.png) no-repeat 0px 0px;
}
#footer-wrapper .bottom {
	width:1000px;
	height:4px;
	background:url(../images/footer-bottom.png) no-repeat 0px 0px;
}
#footer {
	color:#CCC;
	font-size:13px;
	background:url(../images/footer-bg.png) repeat 0px 0px;
}
#footer .inner {	
	padding:20px 30px 10px 30px;	
}
#footer .left {
	float:left;
	width:180px;
}
#footer .left2 {
	float:left;
	margin-left:25px;
	width:170px;
}
#footer .middle {
	float:left;
	margin-left:25px;
	width:520px;
}
#footer .right {
	float:left;
	margin-left:30px;
	width:280px;
}
#footer h2 {
	margin:0px;
	padding:2px 0px 15px 0px;
	font-size:21px;
	border-bottom:1px solid #181818;
	text-transform:uppercase;
}
#footer .line {
	border-top:1px solid #4C4C4C;
	display:block;
	height:1px;
	margin-bottom:15px;
}
#footer p {
	padding:0px 0px 15px 0px;
	line-height:1.7em;
}
#footer .copyright {
	padding:10px 30px 8px 30px;
	background:#202122;
	border-top:1px solid #000;
	color:#888;
	font-size:.9em;
}
#footer h2.latest-tweets {
	padding-top:2px;
	padding-left:35px;
	background:url(images/twitter.png) no-repeat left top;
}
#footer .latest-tweets li {list-style-image:none;}
#footer h2.flickr {
	padding-top:2px;
	padding-left:35px;
	background:url(images/flickr.png) no-repeat left top;
}
#footer .widget {
	padding:0px 0px 15px 0px;
}
#footer .widget ul {
	margin:10px 0px 10px 15px;
}
#footer .widget ul li {
	margin:5px 0px 5px 0px;
}
#footer .widget table#wp-calendar td {
	text-align:center;
	padding:5px;
}
#footer .widget table#wp-calendar th {
}
#footer .widget table#wp-calendar caption {
	margin-top:10px;
	color:#999;
}
#footer a.topofpage {
	display:block;
	float:right;
	width:26px;
	height:35px;
	background:url(images/footer-topofpage.png) no-repeat 0px 0px;
}
#footer .widget ul.flickr-thumbs li.first {display:none;}
/*recent reactions scroller in footer*/
#footer .recent-reactions {
	font-size:1.4em;
	margin-bottom:20px;
}
#footer .recent-reactions .content {
	padding:15px 20px 20px 20px;
	height:385px;
	overflow:hidden;
}
#footer .recent-reactions .comment-wrapper{
	margin-bottom:18px;	
}
#footer .recent-reactions a.comment{
	display:block;
	color:#D4D4D4;
	border:1px solid #565C63;
	padding:8px 5px 7px 8px;
	background:#43464D;
	font-size:13px;
	line-height:13px;
	height:50px;
	overflow:hidden;
}
#footer .recent-reactions a.comment:hover{
	color:#FFF;
	border:1px solid #636A72;
}
#footer .recent-reactions a.author {
	margin-top:-1px;
	position:relative;
	z-index:10;
	padding:3px 0px 0px 29px;
	background:url(images/spotlight-comment.png) no-repeat 5px 0px;
	display:block;
	font-size:.7em;
	color:#999999;
}

/*satisfy the Theme Check plugin warnings*/
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}



.product{float:left; margin:0px 10px 0px 0px;}
.maincontant{margin:0 10px; float:left;}

#feed-panel-wrapper {
}
#feed-panel-wrapper .left-panel {
	width:658px;
	float:left;
}
.feed-panel .ad {
	padding:10px 0px 0px 0px;		
}
.feed-panel {
	float:left;
	margin-right:10px;
	margin-top:10px;
	width:220px;
	margin-left: 10px;
}
.feed-panel.right-most {
	margin-right:0px;
}
.feed-panel .top {
	height:4px;
	width:220px;
	background:url(../images/feed-panel-top.png) no-repeat 0px 0px;
}
.feed-panel .bottom {
	height:4px;
	width:220px;
	background:url(../images/feed-panel-bottom.png) no-repeat 0px 0px;
}
.feed-panel .inner {
	width:199px;
	background:#EEEEEE;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	
}
.feed-panel .category {
	text-transform:uppercase;
	padding:4px 0px 0px 5px;
	font-size:.7em;
}
.feed-panel .article-image {
	border:1px solid #CCC;
	background:#FFF;
	padding:0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.feed-panel .article-image-placeholder {
	height:152px;
}
.feed-panel .article-image img {
}
.feed-panel .content {
	padding:5px 10px 0px 10px;
	height:178px;
	overflow:hidden;	
}
.feed-panel h2 {
	margin-bottom:5px;	
}
.feed-panel h2 a {
	font-size:.65em;
	color:#333333;	
}
.feed-panel h2 a cufon {
	padding-bottom:6px;
}
.feed-panel .excerpt {
	font-size:.75em;
	line-height:1.5em;
	color:#545454;
}
.feed-panel .meta {
	border-top:1px solid #FFFFFF;
	width:298px;
	background:#E2E2E2;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	font-size:.6em;
	text-transform:uppercase;
}
.feed-panel .meta a {
	color:#666;
}
.feed-panel .author {
	float:right;
	width:250px;
	padding:5px 15px;	
	height:12px;
	color:#6699FF;
}
.feed-panel .comments {
	float:left;
}
.feed-panel .comments a {	
	display:block;
	width:14px;
	padding:5px 10px;	
	height:12px;	
	color:#FFF;
	font-size:9px;
	text-align:center;
	background:url(images/feed-comments.png) no-repeat center center;
}
.feed-panel .fullstory {
	float:left;
}
.feed-panel .fullstory a {
	display:block;	
	width:74px;
	padding:5px 10px;	
	height:12px;
}
.feed-panel .fullstory a:hover {
	color:#999;
}
/* feed panels vertical */
.feed-vertical-wrapper {
	background:#FFF url(images/sidebar-bg.png) repeat-x 0px 0px;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
}
.feed-vertical {
	padding:40px 20px;
}
.feed-vertical .article-image {
	border:1px solid #CCC;
	background:#FFF;
	padding:8px;
	display:block;
	float:left;
	margin-right:20px;
	position:relative;
}
#feed-vertical .article-image .stars {
	position:absolute;	
	bottom:8px;
	right:8px;
	background: url(images/transparent-bg.png); 
	display:inline-block;
	padding:3px;
}
.feed-vertical .article-image-placeholder {
	display:block;
	float:left;
	width:238px;
}
.feed-vertical .article-image img {

}
.feed-vertical .article-image a {
border-width:0px;	
}
.feed-vertical .article {
	width:380px;
	float:left;
	padding-top:0px;
}
.feed-vertical .article .comments {
	float:right;
	background:url(images/feed-comments-large.png) no-repeat 0px 0px;
	height:47px;
	width:112px;
	color:#555;
	text-transform:uppercase;
	font-size:.7em;
}
.feed-vertical .article .comments .number {
	font-size:1.8em;
	float:left;
}
.feed-vertical .article .comments .number a {
	color:#555;
	display:block;
	width:42px;
	padding:7px 0px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
}
.feed-vertical .article .comments .label {
	float:left;
	width:64px;
	padding:12px 0px 0px 6px;
	font-weight:bold;
	letter-spacing:-1px;
}
.feed-vertical .article h1 {
	line-height:.7em;
}
.feed-vertical .article h1 a {
	color:#333;
	font-size:.7em;
}
.feed-vertical .article h1 a cufon {
	padding-top:4px;
}
.feed-vertical .article a.category {
	background:#545E7E;
	display:inline-block;
	color:#FFF;
	font-size:.8em;
	text-transform:uppercase;
	padding:6px 10px 4px 10px;
	margin-top:10px;
	margin-bottom:15px;
}
.feed-vertical .article .desc {
	font-size:.65em;
	color:#999999;
	margin:10px 0px;
}
.feed-vertical .article a.read-more {
	float:right;
	text-transform:uppercase;
	font-size:.7em;
}
.feed-vertical .article .excerpt {
	line-height:1.7em;	
	font-size:.8em;
	color:#545454;
}

.social{
	cursor:pointer;
	height:151px;
	position:absolute;
	right:0;
	top:60%;
	width:30px;
}
  
.social a{border:0}

.social_1{
	cursor:pointer;
	height:150px;
	position:absolute;
	right:0;
	top:35%;
	width:30px;
}
  
.social_1 a{border:0}

.social_2{
  cursor:pointer;
  height:263px;
  position:absolute;
 right:0;
 top:88%;
  width:30px;}
  
.social_2 a{border:0}

.social_3{
  cursor:pointer;
  height:263px;
  position:absolute;
 right:0;
  top:102%;
  width:30px;}
  
.social_3 a{border:0}


.buy{
	position:absolute;
	right:-5px;
	top:241px;
}
.buy img{ border:0px;}

.why{
	position:absolute;
	left:0px;
	top:473px;
}
.why img{ border:0px;}

.menphoto{
	margin:0 7px 3px 3px;
}

#menu {
    background: rgba(0, 0, 0, 0) url("../images/menu_bg1.gif") no-repeat scroll left top;
    display: inline;
    float: left;
    margin: 12px 0 0;
    width: 980px;
}
#menu ul {
	float: left;
	list-style: outside none none;
	width: 1000px;
}
#menu ul li {
	background: rgba(0, 0, 0, 0) url("../images/divider02.gif") no-repeat scroll 0 0;
	float: left;
	font-size: 16px;
	padding: 0 0 0 2px;
	position: relative;
}
#menu ul li a:hover, #menu ul li.hoveron a {
    color: #057aa5;
    text-decoration: none;
}
#menu ul li a:hover, #menu ul li.hoveron {
    background: #d2eff7 none repeat scroll 0 0;
    color: #057aa5;
    text-decoration: none;
}
#menu ul li.first {
    background: rgba(0, 0, 0, 0) url("../images/left_first.gif") no-repeat scroll left top;
}
#menu ul li.first:hover {
    background: rgba(0, 0, 0, 0) url("../images/left_first_hover.gif") no-repeat scroll left top;
}
#menu ul li a {
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    padding: 10px 18px 0;
    text-decoration: none;
}
#menu ul li ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fdfeff url("../images/drop_bg.gif") repeat-x scroll left top;
	border-color: -moz-use-text-color #b1e2f3 #b1e2f3;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	display: none;
	left: 0;
	position: absolute;
	top: 39px;
	width: 300px;
	z-index: 9999999;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#menu ul li ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 0 15px;
    width: 200px;
}
#menu ul li ul li a {
    color: #047aa0;
    height: auto !important;
    padding: 3px 0 4px 5px;
    text-decoration: none;
}
#menu ul li ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #010000;
}
#menu ul li:hover ul {
    display: block;
}
#menu ul li ul ul, #menu ul li ul ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width:450px;
}
#menu ul li ul ul a {
	font-size: 14px;
	padding: 0;
}
#menu ul li ul h1 {
	clear: both;
	color: #333300;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 15px 0 0;
	width: 250px;
}

#menu ul li ul h1 a {
	clear: both;
	color:#003300;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 15px 0 0;
	width: 250px;
}

.welcomeRight{
	float:right;
	width:250px;
	margin:0px 0 0 0
}
.welcomeRight h2{ background:url(../images/serv_bg.jpg) left top no-repeat ; color:#000099; font-size:20px; padding:10px 0 0 15px; font-weight:bold; height:57px}
.welcomeRight ul{ float:left; margin:0px; padding:0px; width:225px;}
.welcomeRight ul li{ list-style:none; border-bottom:2px solid #d1ecae; display:block; font-size:15px;background:#a7c4df url(../images/red_arr.jpg) 15px 10px no-repeat; padding:7px 7px 7px 30px; color:#000000; display:block;}



#we_translate {
background:url(../images/translate-bg.jpg) ;
	line-height:44px;
	float:left;
	width:100%;
	margin-top:22px;
	border:1px #999999 solid;
}
.we_translate_txt_div {
	float:left;
	width:100px;
	text-align:center;
}
.we_translate_marquee_txt_div {
	float:right;
	padding-right:20px;
	width:870px;
	text-decoration:none;
}


.txt7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ca3827;
}
a.languages {
	color:#0033FF;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}
a.languages:hover {
	color:#0033FF;
	font-size:12px;
	text-decoration:underline;
	text-align:left;
}
a.marquee {
	text-decoration:none;
	text-align:left;
	color:#333333;
}
a.marquee:hover {
	text-decoration:underline;
	text-align:left;
	color:#ca3827
}
.imag_border {
	border:#999999 solid 1px;
}


.bx-dv1.row {
    background: none repeat scroll 0 0 #daedf1;
    border: 2px solid #ccc;
    border-radius: 12px;
    margin-top: 12px;
    padding: 6px;
}

.quk-frm h3 {
 
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    padding: 7px 0 12px;
    text-align: center;
	
	background: #0e6591; /* Old browsers */
background: -moz-linear-gradient(top,  #0e6591 58%, #daedf1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#0e6591), color-stop(100%,#daedf1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0e6591 58%,#daedf1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0e6591 58%,#daedf1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0e6591 58%,#daedf1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0e6591 58%,#daedf1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6591', endColorstr='#daedf1',GradientType=0 ); /* IE6-9 */


}


form .row {
    margin-top: 11px;
}


.row > label {
	display: block;
	float: left;
	font-size: 12px;
	width: 50px;
}

form input {
    padding: 3px;
	width:150px;
	
	
}


form label span {
    font-size: 9px;
}

.capcha-cd {
    margin-right: 5px;
    position: relative;
    top: -8px;
    width: 70px;
}


form .row:last-child input {
    padding: 0 10px;
}


.quk-frm form {
    padding: 0 10px;
}


.quk-frm {
    padding-bottom: 20px;
}




.testi_hp{ float:left; margin:0px; width:1000px; background: url(../images/quote-img.png) 0px 45px no-repeat;  padding:0;}

.testimonials{ float:left; width:1000px; margin:0px; padding:0px; position:relative;}
.testimonials .heading{ color:#40454d; margin:15px 0 5px 0; font-weight:normal; font-size:25px}


.client_testi p{ width:665px; margin:0px; padding:0px; line-height:22px;}
.client_testi p.c_name{color:#025eab; text-align:right;}
.client_testi p.c_name span{ color:#150a0a;}
.client_testi p strong{ background:#b7f2ff; padding:3px 5px;}


.callbacks_container {
  position: relative;
  float: left;
  width: 980px;
  margin:0px;

  background:url(../images/nb.png) right 38px no-repeat;
 
  }

.callbacks_container ul{ width:830px; float:left; margin:8px 0 0 19px; height:130px;}
.callbacks_container ul li{ display:block; list-style:none; font-size:15px; color:#40454d}
.callbacks_container ul li p{ float:right; width:auto; color:#40454d; margin:0px 0px 0 0; line-height:20px; text-align:right; font-size:17px; }
.callbacks_container ul li p span{color:#e16005; font-size:14px;}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;

  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  list-style:none ; 
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks p.caption {
  display: block;
  position: absolute;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	right: 58px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	top:40px;
	width: 223px;
	height: 30px;
	list-style:none;

	
  }

.callbacks_nav:active {
	width:10px;
	height:22px;
  }

.callbacks_nav.next {

  background:url(../images/next.png) left top no-repeat;
width:10px;
	height:22px;
	right:130px;
	margin:-26px 0 0 0px;

  }
  .callbacks_nav.prev {

  background:url(../images/pre.png) left top no-repeat;
width:10px;
	height:22px;
	right:120px;
	margin:-26px 0 0 825px ;

  }
  .callbacks_nav h1 {

  float:left; position:relative; color:#375b01;  margin-right:5px;
  font-size:16pt;

  }
.callbacks_nav li{ background:none!important;}


.contFormU .textC500{ margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
clear:both;
width:100%;
float:left;
}



.contFormU h1{ margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
clear:both;
width:100%;
float:left;
}


.contFormU  .textF { font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
margin:0px;
padding:0px 3px 0 3px ;
border-radius:3px;
float:left;
width:250px;
height:30px;
line-height:30px;
border:#CCC 1px solid;}

.contFormU  .textF2 { font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
float:left;
padding:5px 3px 5px 3px ;
color:#666;
border-radius:3px;
width:258px;
line-height:30px;
border:#CCC 1px solid;}




.contFormU  .textF3 { font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
color:#666;
margin:0px;
padding:5px 3px 5px 3px ;
border-radius:3px;
width:250px;
height:80px;
line-height:18px;
border:#CCC 1px solid;}



.contFormU .conSubB{ margin:0px;
padding:4px 15px 4px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/contacSubBg.jpg) top left repeat-x;
border-radius:5px;
cursor:pointer;
color:#FFF;
border:0px;

}



.contFormU .conSubB:hover{ background:url(../images/contacSubBgH.jpg) top left repeat-x;}



.contFormU .mon{ margin:3px 0  0 5px;
padding:0px;
width:10px;
float:left;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
color:#F00;}



#footer1{
width:960px; 
background-color:#0087be;
margin:auto;	
color:#FFF;
	text-align:center;
	padding:10px;
	
}
#footer1 a{
color:#fff;	
}
.clear{clear:both;
}




.select {width:160px;}
