.global {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border:0px;
}
.header_area {
	width:100%;
	background-color:#00B9E8;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	background-image: url(../images/header_shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:2;
} 
.header {
	width:960px;
	height:168px;
	margin:0 auto;
	padding:42px 10px;
}
.logo_area {
	width:174px;
	height:auto;
	padding:20px 0px;
	float:left;
}
.co_name {
	width:380px;
	float:left;
	padding:25px 15px 25px 28px;
	font-family:calibri;
	font-size:42px;
	color:#FFFFFF;
	text-shadow: 0px 3px 5px #666666;
}
.quick_contact {
	width:270px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E0F9FF;
	font-size:16px;
	text-shadow: 0px 3px 5px #666666;
	margin-top:40px;
}
.quick_contact strong {
	color:#ffffff;
}
.menu_area {
	width:980px;
	height:49px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background-image:url(../images/menu_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin:0 auto;
	box-shadow:0px 3px 5px #7C7C7C;
	z-index:10;
	position:static;
	margin-top:-47px;
}
.menu_area ul {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	height:49px;
}
.menu_area ul li {
	float:left;
	font-family:calibri;
	color:#757575;
	font-size:16px;
	line-height:50px;
	margin:0px;
	padding:0px;
}
.menu_area ul li img {
	margin:0px;
	padding:0px;
}
.menu_area ul li a {
	text-decoration:none;
	color:#757575;
	padding:0px 23px;
}
.active {
	color:#00ADD9;
}
.content_bg {
	width:100%;
	background-image:url(../images/content_area_bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	height:auto;
	overflow:hidden;
}
.slidin_images_area {
	width:940px;
	height:480px;
	background-color:#F2F2F2;
	margin:1px auto;
	padding:20px;
	z-index:-10;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 15%, rgba(252,255,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}
.sliding_image_area_shadow {
	width:980px;
	height:50px;
	margin:0 auto;
	padding:0px;
	z-index:1;
}
.contener {
	width:940px;
	margin:0 auto;
	padding:10px 20px;
	height:auto;
	overflow:hidden;
	/*opacity:0.6;
	filter:alpha(opacity=60);*/
	background-color:#FFFFFF;
	-moz-box-shadow: 0px 3px 5px #666666;
	-webkit-box-shadow: 0px 3px 5px #666666;
	box-shadow:0px 3px 5px #666666;
	z-index:-1;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 1%, rgba(255,255,255,1) 25%, rgba(252,255,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(234,234,234,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
	line-height:18px;
	font-stretch:condensed;
}
.txt h1 {
	font-family:calibri;
	font-size:28px;
	color:#014898;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:30px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
.footertop_border {
	width:100%;
	height:8px;
	background-color:#007B9A;
	-moz-box-shadow: 0px -3px 5px #8D8D8D;
	-webkit-box-shadow: 0px -3px 5px #8D8D8D;
	box-shadow: 0px -3px 5px #8D8D8D;
	/*margin-top:40px;*/
}
.footer_area {
	width:100%;
	background-color:#FFFFFF;
	border-bottom:#007B9A 1px solid;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:40px;
	-moz-box-shadow: 0px 3px 5px #8D8D8D;
	-webkit-box-shadow: 0px 3px 5px #8D8D8D;
	box-shadow: 0px 3px 5px #8D8D8D;
}
.footer {
	width:980px;
	height:auto;
	overflow:hidden;
	padding:20px 0px 5px 0px;
	margin:0 auto; 
}
.find_us {
	float:right;
	width:335px;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.appointment_area {
	float:left;
	padding:5px;
	height:auto;
	overflow:hidden;
	width:320px;
}
.appointment_area img {
	-moz-box-shadow: 0px 3px 5px #8D8D8D;
	-webkit-box-shadow: 0px 3px 5px #8D8D8D;
	box-shadow: 0px 3px 5px #8D8D8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:0px;
	margin:7px;
	width:88px;
	float:left;
}
.quick_contact_area {
	float:left;
	width:150px;
	padding:30px 5px;
}
.quick_contact_txt {
	font-family:calibri;
	font-size:14px;
	color:#606060;
	text-align:left;
	line-height:18px;
	font-weight:normal;
}
.quick_contact_area img {
	float:left;
	margin:2px;
}
.quick_contact_area a img {
	border:0px;
}
.copy_right {
	width:960px;
	float:left;
	font-family:calibri;
	font-size:13px;
	color:#606060;
	text-align:left;
	margin:20px 0px 5px 0px;
}
.iso {
	width:130px;
	height:auto;
	float:left;
	overflow:hidden;
}
.iso img {
	width:130px;
	height:auto;
	padding:40px 1px;
}
/*================================================Menu Start================================================*/

.chromestyle{
width: 99%;
font-weight:normal;
border:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding:0 10px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
line-height:49px;
}

.chromestyle ul li a{
color: #757575;
padding: 13px 37px;
margin: 0;
text-decoration: none;
font-family:calibri;
font-size:18px;
line-height:49px;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(../images/menu_bg_hover.jpg); /*THEME CHANGE HERE*/
background-position:center top;
background-repeat:repeat-x;
color:#00ADD9;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 16px Calibri;
line-height:24px;
z-index:100;
background-color: white;
width: 165px;
visibility: hidden;
-moz-box-shadow: 0px 3px 5px #8D8D8D;
	-webkit-box-shadow: 0px 3px 5px #8D8D8D;
	box-shadow: 0px 3px 5px #8D8D8D;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 5px 10px;
text-decoration: none;
font-weight:normal;
color: #757575;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
background-image:url(../images/sub_menu_bg.jpg);
background-position:inherit left;
background-repeat:repeat-x;
color:#00ADD9;
-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

/*================================================Menu Start================================================*/

/*--------------------------------services*/
.services_contemer {
	width:940px;
	margin:1px auto;
	padding:10px 20px;
	height:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	z-index:-1;
	border:#999999 1px solid;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 15%, rgba(252,255,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 15%,rgba(252,255,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
}
.services_txt {
	font-family:calibri;
	font-size:16px;
	color:#606060;
	text-align:left;
	line-height:18px;
	font-stretch:condensed;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
}
.services_txt h1 {
	font-family:calibri;
	font-size:34px;
	color:#606060;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	line-height:30px;
}
.services_left_content {
	width:450px;
	height:auto;
	overflow:hidden;
	margin:20px 0px;
	float:left;
}
.services_header {
	width:440px;
	height:180px;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(top, rgba(237,237,237,0.84) 0%, rgba(255,255,255,0.91) 42%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.84)), color-stop(42%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 3px 5px #666666;
	-webkit-box-shadow: 0px 3px 5px #666666;
	box-shadow:0px 3px 5px #666666;
	margin:40px 3px 40px 3px;
}
.services_header img {
	float:left;
	padding-right:20px;
}
.services_header h1 {
	padding:25px 5px;
	color:#007B9A;
	font-size:28px;
}
.services_header h2 {
	padding:60px 5px 5px 5px;
	color:#007B9A;
	font-size:28px;
	text-align:center;
	margin:0px;
}
.services_right_content {
	width:450px;
	height:auto;
	overflow:hidden;
	margin:20px 0px;
	float:right;
}

/*--------------------------------testimonials*/
.testimonials_contener {
	width:920px;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 1%, rgba(255,255,255,1) 25%, rgba(252,255,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(234,234,234,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 1%,rgba(255,255,255,1) 25%,rgba(252,255,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 3px 5px #666666;
	-webkit-box-shadow: 0px 3px 5px #666666;
	box-shadow:0px 3px 5px #666666;
	margin:40px 3px 40px 3px;
	padding:0px 20px 0px 0px;
	font-family:calibri;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}
.testimonials_contener img {
	float:left;
	padding:0px 20px 0px 0px;
	width:240px;
	height:155px;
}
.testimonials_contener h1 {
	padding:15px;
	color:#007B9A;
	font-size:24px;
	float:left;
	margin-bottom:80px;
}
.testimonials_contener {
	width:920px;
	height:auto;
	overflow:hidden;
	margin:20px 0px;
	float:right;
}


/*--------------------------------contact*/
.contact_contener {
	width:940px;
	margin:0 auto;
	padding:10px 20px;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	background-color:#FFFFFF;
	z-index:-1;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(top, rgba(237,237,237,0.84) 0%, rgba(255,255,255,0.91) 42%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.84)), color-stop(42%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,0.84) 0%,rgba(255,255,255,0.91) 42%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.content_left {
	width:280px;
	padding:10px;
	float:left;
}
.contact_txt {
	font-family:calibri;
	font-size:16px;
	text-align:left;
	padding:10px;
	color:#36535A;
}
.content_form {
	float:right;
	width:600px;
	height:auto;
	padding:20px;
}
.content_form form input {
	float:left;
	box-shadow:0px 3px 5px #666666;
	margin:40px 3px 40px 3px;
	padding:5px;
	width:422px;
	margin:2px 0px;
	background-color:#F7F7F7;
	color:#A0A0A0;
	font-family:calibri;
	font-size:14px;
	border:#CDCDCD 1px solid;
	height:20px;
	float:right;
}
.content_form form textarea {
	float:left;
	box-shadow:0px 3px 5px #666666;
	margin:40px 3px 40px 3px;
	padding:5px;
	margin:2px 0px;
	background-color:#F7F7F7;
	color:#A0A0A0;
	font-family:calibri;
	font-size:14px;
	border:#CDCDCD 1px solid;
	float:right;
}
.button {
	width:200px;
	float:right;
	padding:5px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	background-color:#007B9A;
}
.google_map_area {
	width:915px;
	margin:0 auto;
	padding:0px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}

/*--------------------------------showcase*/
.showcase_txt {
	font-family:calibri;
	font-size:16px;
	color:#606060;
	text-align:left;
	line-height:18px;
	font-stretch:condensed;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
}
.showcase_txt h1 {
	font-family:calibri;
	font-size:34px;
	color:#606060;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	line-height:30px;
}
.showcase_left {
	width:200px;
	float:left;
	padding:20px 10px 20px 0px;
	height:auto;
	overflow:hidden;
	height:400px;
	display:block;
}
.showcase_right {
	float:left;
	width:670px;
}
.left_menu {
	width:60px;
	margin:7px;
}
.left_menu a {
	color:#007B9A;
	text-decoration:none;
	padding:2px 10px;
	background-color:#FFFFFF;
	color:#007B9A;
	text-align:center;
	line-height:20px;
	font-family:calibri;
	font-size:14px;
	-moz-box-shadow: 0px 3px 5px #666666;
	-webkit-box-shadow: 0px 3px 5px #666666;
	box-shadow:0px 3px 5px #666666;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(247,247,247,1) 50%, rgba(221,221,221,1) 51%, rgba(255,255,255,1) 69%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(51%,rgba(221,221,221,1)), 	color-stop(69%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(247,247,247,1) 50%,rgba(221,221,221,1) 51%,rgba(255,255,255,1) 69%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(247,247,247,1) 50%,rgba(221,221,221,1) 51%,rgba(255,255,255,1) 69%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(247,247,247,1) 50%,rgba(221,221,221,1) 51%,rgba(255,255,255,1) 69%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(247,247,247,1) 50%,rgba(221,221,221,1) 51%,rgba(255,255,255,1) 69%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.left_menu a:hover {
	color:#FFFFFF;
	background-color:#007B9A;
	background: rgb(70,204,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(70,204,238,1) 0%, rgba(31,194,235,1) 51%, rgba(0,172,216,1) 51%, rgba(0,172,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,204,238,1)), color-stop(51%,rgba(31,194,235,1)), color-stop(51%,rgba(0,172,216,1)), color-stop(100%,rgba(0,172,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ccee', endColorstr='#00acd8',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/*......................................................*/


#nav {
	position:relative; 
	margin:40px 20px; 
	/*background:#eee; */
	padding:0; 
	font-family:calibri/*'Lobster', Arial, Helvetica, sans-serif*/; 
	font-size:16px; 
	/*-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	-moz-box-shadow:2px 2px 3px #ccc; 
	-webkit-box-shadow:2px 2px 3px #ccc; 
	box-shadow:2px 2px 3px #ccc;*/
}
#nav .clear {
	clear:both;
}
#nav ul {
	padding:0 0 0 5px; 
	margin:0; 
	list-style:none;
}
#nav li {
	/*float:left; */
	margin:5px 10px 5px 0; 
	background:#fff;
	 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(234,234,234,1) 51%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(234,234,234,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(234,234,234,1) 51%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(234,234,234,1) 51%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(234,234,234,1) 51%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(234,234,234,1) 51%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	 
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	text-align:center;
	color:#007B9A;
	
	-moz-box-shadow:2px 2px 3px #ccc; 
	-webkit-box-shadow:2px 2px 3px #ccc; 
	box-shadow:2px 2px 3px #ccc;
}
#nav li a {
	text-decoration:none; 
	color:#007B9A; 
	display:block; 
	padding:10px 0px;
}
#nav li a:hover {
	margin:5px 5px 5px 10; 
	background:#eee;
	 
	background-color:#007B9A;
	background: rgb(70,204,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(70,204,238,1) 0%, rgba(31,194,235,1) 51%, rgba(0,172,216,1) 51%, rgba(0,172,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,204,238,1)), color-stop(51%,rgba(31,194,235,1)), color-stop(51%,rgba(0,172,216,1)), color-stop(100%,rgba(0,172,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(70,204,238,1) 0%,rgba(31,194,235,1) 51%,rgba(0,172,216,1) 51%,rgba(0,172,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ccee', endColorstr='#00acd8',GradientType=0 ); /* IE6-9 */
	 
	-moz-border-radius:7px; 
	-khtml-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px;
	text-align:center;
	color:#FFFFFF;
	
	-moz-box-shadow:2px 2px 3px #ccc; 
	-webkit-box-shadow:2px 2px 3px #ccc; 
	box-shadow:2px 2px 3px #ccc;
}


/*div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 200px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}*/


/*-------------------------------------------capability*/
.capability_content {
	float:left;
	width:290px;
	margin:10px;
	padding:7px 3px;
	height:auto;
	overflow:hidden;
	font-family:calibri;
	font-size:14px;
	color:#666666;
	margin-bottom:20px;
	float:left;
	text-align:left;
}
.capability_content img {
	width:280px;
	height:165px;
	padding:10px 0px;
	margin:0 auto;
}
.capability_content strong {
	color:#007B9A;
	text-align:center;
	font-size:22px;
	line-height:30px;
	padding:0px;
	width:280px;
}