/* CSS RESET
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #ffffff url(../img/bg.jpg) repeat-x;
}
body#page {
	line-height: 1;
	background: #ffffff url(../img/pagebg.jpg) repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------*/


/* DEFAULT
----------------------------------------------------------*/
#container {
	width: 960px;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header {
	margin-top: 30px;
}
#header h1 {
	background: url(../img/logo.png) no-repeat;
	width: 349px;
	height: 34px;
	text-indent: -9999px;
	float: left;
}
#header h1 a {
	background: url(../img/logo.png) no-repeat;
	width: 349px;
	height: 34px;
	text-indent: -9999px;
	display: block;
}
#content {
	clear:both;
	overflow: hidden;
	margin-bottom: 10px;
}
#content p {
	line-height: 17px;
}

/* NAVIGATION
----------------------------------------------------------*/
ul#social {
	float: right;
	width: 171px;
	height: 57px;
}
ul#social li {
	float: left;
	margin-left: 10px;
}
ul#social li a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
ul#social li#mail a {
	background: url(../img/nav/mail.png) no-repeat;
	width: 45px;
	height: 28px;
	margin-top: 10px;
}
ul#social li#facebook a {
	background: url(../img/nav/facebook.png) no-repeat;
	width: 48px;
	height: 48px;
}
ul#social li#twitter a {
	background: url(../img/nav/twitter.png) no-repeat;
	width: 48px;
	height: 48px;
}
ul#menu {
	clear: both;
	float: left;
	width: 960px;
	height: 49px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	display: block;
	width: 160px;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #a7f141;
}
ul#menu li.active a {
	background:url(../img/nav/btnClick.jpg) no-repeat;
	width:159px;
	height: 47px;
	color: #a7f141;
}
ul#menu li#home a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 160px;
	height: 48px;
}
ul#menu li#about a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 160px;
	height: 48px;
}
ul#menu li#services a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 160px;
	height: 48px;
}
ul#menu li#testimonials a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 160px;
	height: 48px;
}
ul#menu li#faq a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 160px;
	height: 48px;
}
ul#menu li#contact a {
	background: url(../img/nav/divider.jpg) no-repeat;
	width: 158px;
	height: 48px;
}
/*--------------------------------------------------------*/

/* BANNER
----------------------------------------------------------*/
#banner {
	clear:both;
	margin-top: 30px;
	height:290px;
}
#pagebanner {
	clear:both;
	margin-top: 30px;
	height:125px;
}
#banner h2 {
	color: #ffffff;
	font-size: 32px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:60px;
	float:left;
	letter-spacing:-2px;
	margin-top: 20px;
	font-weight:400;
}
#pagebanner h2 {
	color: #ffffff;
	font-size: 24px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:30px;
	float:left;
	letter-spacing:-2px;
	margin-top: 20px;
	font-weight:400;
}
#banner h3 {
	float:left;
	color: #ffffff;
	font-size: 18px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:30px;
	letter-spacing:-1px;
	margin-top: 30px;
	width:400px;
	font-weight:400;
}
#banner ul {
	float:right;
	margin-top:30px;
	overflow:hidden;
}
#banner ul li {
	font-size: 18px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	line-height:46px;
	letter-spacing:-1px;
	color: #ffffff;
	background:url(../img/tick.png) no-repeat;
	position:relative;
	padding-left:60px;
}
/*--------------------------------------------------------*/

/* TESTIMONIAL FEATURE
----------------------------------------------------------*/
#testimonals {
	height: 85px;
}
#ajaxticker1{
padding: 5px;
color: #87b04e;
font-size: 18px;
font-style: italic;
font-weight: bold;
margin-top: 20px;
line-height: 30px;
margin-bottom: 20px;
}
/*--------------------------------------------------------*/

/* CONTENT
----------------------------------------------------------*/
.leftcol {
	float: left;
	width: 300px;
}
.middlecol {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.rightcol {
	float: right;
	width: 300px;
}
#leftcolheader {
	background:url(../img/leftcolheader.png) no-repeat;
	width: 214px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#middlecolheader {
	background:url(../img/middlecolheader.png) no-repeat;
	width: 272px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#rightcolheader {
	background:url(../img/rightcolheader.png) no-repeat;
	width: 285px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.colcontent {
}
.colcontentbtn {
	display:block;
	background:url(../img/btn.png) no-repeat;
	width: 119px;
	height: 34px;
	color: #ffffff;
	padding-top:10px;
	padding-left:20px;
	text-decoration: none;
}
#mainpage {
	width: 710px;
	margin-right: 30px;
	float: left;
	clear:both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#mainpage h2 {
	margin:auto;
	color:#2989ea;
	font-size: 16px;
	text-align: center;
}
#mainpage p {
	line-height: 24px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 220px;
	padding-top: 30px;
}
#faqlist {
	margin: auto;
	width: 600px;
	line-height: 32px;
	color: #2989ea;
	font-size: 14px;
}
ul#faqlist1 {
	float: left;
	margin-right: 55px;
}
ul#faqlist2 {
	float: left;
	margin-right: 55px;
}
ul#faqlist3 {
	float: left;
}
/*--------------------------------------------------------*/

/* SIDEBAR CONTENT
----------------------------------------------------------*/
#sidebar #twitter {
	margin-bottom: 30px;
}
#sidebar #twitter h3 {
	background:url(../img/tweetheader.png) no-repeat;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#sidebar #twitter p {
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
}
#sidebar #newsletter {
	margin-bottom: 30px;
}
#sidebar #newsletter h3 {
	background:url(../img/newsletterheader.png) no-repeat;
	width: 116px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#sidebar #newsletter p {
	font-size: 10px;
	line-height: 19px;
	margin-bottom: 10px;
}
.loader {
	
}

.bar{
	display:none;	
	background: url('ajax-loader.gif') no-repeat;
	margin-left:20px;
	margin-top:50px;
	height:20px;
	width: 230px;
}

#newsletterForm{
 	position:relative;
	background-color: #fdfdfd;	
	width: 220px;
}
#orderinfo {
	margin-bottom: 20px;	
}
#orderinfo h3 {
	margin-bottom:15px;
	background-image:url(../img/orderinfo.png);
	background-repeat: no-repeat;
	width: 152px;
	height: 19px;
	text-indent: -9999px;
}
/*--------------------------------------------------------*/

/* ACCORDION
----------------------------------------------------------*/
h2.acc_trigger {
	padding: 0;	
	margin-bottom: 0 0 5px 0;
	background: url(../img/accheader.png) no-repeat;
	height: 46px;	
	line-height: 46px;
	width: 711px;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #a3d95c;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 709px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 20px;
	text-align: left;
}
.highlight {
	color: #2989ea;
	font-weight:bold;
}


/*--------------------------------------------------------*/

/* FOOTER
----------------------------------------------------------*/
#footer {
	background:url(../img/footerbg.jpg) repeat-x;
	width: 100%;
	height: 120px;
	clear:both;
	overflow:hidden;
}
#footercontainer {
	width: 960px;
	margin:auto;
}
#footercontent {
	margin-top: 20px;
	color: #ffffff;
}
#footer h4 {
	background:url(../img/footer/footerlogo.png) no-repeat;
	width: 219px;
	height: 22px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#footer h4 a {
	display:block;
	width: 219px;
	height: 22px;
}
#footer .middlecol h5 {
	background:url(../img/footer/contactheader.png) no-repeat;
	width: 138px;
	height: 18px;
	text-indent: -9999px;
}
#footer .rightcol h5 {
	background:url(../img/footer/groupheader.png) no-repeat;
	width: 120px;
	height: 18px;
	text-indent: -9999px;
}
#footer h5 {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
#footer p#legal {
	font-size:10px;
	line-height: 22px;
}
#footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 24px;
}
#footer a {
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------*/

/* 
----------------------------------------------------------*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	color:#000;
	padding: 20px;
	border: 5px solid #2d76d4;
	float: left;
	font-size: 12px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 400px;
	overflow: auto;
}
img.btn_close {
	float: right;
	margin: -10px 0 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/*--------------------------------------------------------*/

/* PRODUCTS TAB BOX
----------------------------------------------------------*/
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 10px; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 670px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a {
		background-image:url(../img/scroll_left.png);
		background-repeat: no-repeat;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
		margin-top: 100px;
	}
	.coda-nav-right a { 
		background-image:url(../img/scroll_right.png);
		background-repeat: no-repeat;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
		margin-top: 100px;
	}
	/* Tab nav */
	.coda-nav ul li a.current { background: #09F }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin-left:42px; overflow: hidden }
	.coda-nav ul li { display: inline; width: 119px;}
	.coda-nav ul li a { background: #4c9cc6; color: #fff; display: block; float: left; margin-right: 2px; padding: 10px 19px; text-decoration: none; border-bottom:#06C 1px solid}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
	pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}
.product-list ul,li{
	margin:0;
	padding:0;
}
.product-list li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------*/

/* Product Gallery Tooltip
----------------------------------------------------------*/

/*  */

#preview{
	position:absolute;
	border:1px solid #09F;
	background:#4c9cc6;
	padding:5px;
	display:none;
	color:#fff;
	width: 375px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
/*--------------------------------------------------------*/

/* CONTACT FORM
----------------------------------------------------------*/
#contact {
	color: #fff5e7;
	background-image: url(../img/bg_scroller4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	.inside p{
		color:#375773;
		padding:0 0 10px 0;
		margin:0;
		font-size:13px;
	}
	.inside{
		clear:both;
		width:100%;
		width:700px;
		padding:20px 0 0 190px;
		margin:0;
	}
	
	.inside h2{
		color:#fff;
		font-size:20px;
		padding:5px 0 20px 0;
		margin:0;
	}
	.inside h3, .inside h4, .inside h5, .inside h6{
		color:#fff;
		padding:5px 0 20px 0;
		margin:0;
		font-weight:normal;
	}
	.inside h3{font-size:18px;}
	.inside h4{font-size:16px;}
	.inside h5{font-size:14px;}
	.inside h6{font-size:12px;}
	
	.inside a{
		color:#c22b66;
		text-decoration:none;
	}
	.inside a:hover{
		color:#fff;
	}
	
	.inside ul, .inside ol{
		padding:0 0 20px 20px;
		margin:0;
		color:#82725f;
		font-size:13px;
	}
	.inside ul li{
		list-style:square;
	}
	
	.inside ul ul{
		padding:10px 0 10px 15px;
	}
	
	.inside ol ol{
		padding:10px 0 10px 15px;
	}
	
	.inside blockquote{
		background:url(../images/left_quote.gif) no-repeat left 0;
	
	}
	.inside blockquote p{
		text-indent:20px;
		font-size:13px;
		color:#716258;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}
	
	.imageBox{
		width:210px;
		height:350px;
		margin:0;
		padding:0;
		color:#fff5e7;
	}
	
	.imageBoxRight{
		float:right;
		margin:0 0 20px 20px;
		font: bold 1.1em Georgia;
		color:#fff5e7;
		height:240px;
	}
	
	.imageBox .Info{
		padding:0px 0 0 0;
		font: bold 1.2em Georgia ;
		color:#fff5e7;
	}
	
	.imageBox .Info p{
		padding:0px 0 0 0;
		font: bold 1.0em Georgia ;
		color:#fff5e7;
	}
	
	.imageBoxLeft{
		float:left;
		position:absolute;
		margin:130px 0px 20px 14px;
		width:160px;
		height:140px;
		line-height:40px;
		font: bold 1.3em Georgia;
	}
	
	.imageBoxLeft p{
		line-height:20px;
	}
	
	/*	form - Form Style	*/
	
	form {
	  padding: 0px 0;
	  margin:0;
	  width: 450px;
	  float:left;
	  clear:both;
	  overflow:hidden;
	}
	form p{
		padding:0;
		margin:0;
	}
	label {
	  float: left;
	  width: 60px;
	  padding-right: 10px;
	  padding-left: 14px;
	}
	input,
	textarea{
	  padding: 4px;
	  font: 400 12px Verdana, Geneva, sans-serif;
	  background: #2989ea;
	  border:1px solid #2263a4;
	  color: #fff;
	  margin-bottom: 10px;
	}
	
	input:focus,
	textarea:focus{
	color: #fff;
	background:#21364a;
	border:1px solid #d2d3d1;
	text-align: left;
	}
	#name, #email, #subject{
		width:350px;
	}
	#message{
		width:350px;
		height:90px;
	}
	input.button {
	  padding: 3px 14px;
	  font: bold 0.9em Verdana, Geneva, sans-serif;
	  cursor: pointer;
	  color: #fff5e7;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #809fbb #182a3b #182a3b  #809fbb;
	}
	
	p#bademail, p#badserver {
		padding: 4px 0px;
		background: #a42858;
		border: 1px solid #841640;
		color: #e7e9e8;
		font-weight: bold;
		margin-bottom: 6px;
		margin-left: 85px;
		text-align: center;
		width:350px;
		display:none;
			}
			
	p#success {
		padding: 4px 0px;
		background: #426486;
		border: 1px solid #243f5a;
		color: #ecf0f1;
		font-weight: bold;
		margin-bottom: 6px;
		margin-left: 85px;
		text-align: center;
		width:350px;
		display:none;
			}
			
#myMap {
	width: 625px;
	height: 300px;
	margin-left: 85px;
	margin-top: 20px;
	float:left;
}
#address {
	float:right;
	color: #2989EA;
	width: 155px;
	
}

/* ABOUT MENU */
#about-content li {
	margin-bottom: 10px;
	line-height: 20px;
}
#about-content li a {
	color: #2989ea;
	text-decoration: none;
}
#about-content li a:hover {
	color: #769f3b;
	text-decoration: none;
}
a.anchor {
	color: #2989ea;
	text-decoration: none;
}
a.anchor:hover {
	color: #769f3b;
	text-decoration: none;
}
	
#page #container #pagecontent #mainpage .acc_trigger a {
	color: #FFF;
}
#page #container #pagecontent #mainpage .acc_trigger a:hover {
	color: #a3d95c;
}

#testimonial-links {
	line-height: 20px;
}

#testimonial-links a {
	color: #2989ea;
	text-decoration: none;
}

#testimonial-links a:hover {
	color: #769f3b;
	text-decoration: none;
}



#global-treatment h1 {
	background-image: url(../img/global-btn.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 50px;
	text-indent: -9999px;
	margin-left: 40px;
}

#global-treatment a {
	width: 600px;
	height: 50px;
	display: block;
}
