body {
	margin: 0;
	padding: 0;
	background: #003263 url(images/background.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 18px;
	text-align: left;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	color: #3098D4;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #D64803;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
 
}

/* Logo */

#logo {
	float: right;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 5px 50px 0px 0px;
	color: #FFFFFF;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}







/* Search */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 50px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #262618;
}

#search-submit {
	display: none;
}

.consultation{
	float:right;
	margin-top:20px;
	margin-right:20px;
}
/* Menu */

#menu{
	float:left;
	width: 900px;
	height: 20px;
	list-style-type: none;
	padding: 0;
	margin-left:158px;
	margin-top:102px;
	position:absolute;
	top:27px;	
}

#menu li{
	float: left;
	position: relative;
	height: 30px;
	padding: 0 2px 0 0;

}

#menu li.last{
	padding: 0;
	background: none;
}

#menuHome a {width: 60px;}
#menuAbout a{width: 60px;}
#menuTeam a{width: 80px;}
#menuTreatment a{width: 110px;}
#menuDental a{width: 110px;}
#menuSmile a{width: 110px;}
#menuFees a{width: 80px;}
#menuRef a{width: 115px;}
#menuContact a {width: 93px;}


#menu li a{
	float: left;
	display: block;
	height: 29px;
	line-height: 30px;
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	color: #000;
	text-align: left;
	padding:0 21px;

}

#menu li.first a span, #menu li.last a span{
	display: block;
	float: left;
	padding: 0 0 0 0px;
	color: #fff;
}

#menu li.last a span{
	padding: 0 4px 0 0;
	
}

#menu li:hover a, #menu li:hover a span{
	text-decoration: none;
	color: #fff;
	background: #003263 ;
	
	}

#menu li.last:hover a span{
	background-position: 100% 0;
}

#menu li ul{
	display: none;	
	position: absolute;
	z-index: 110;
	left: 0;
	top: 29px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: none;
	
}

#menu li:hover ul{
	display: block;
	
}

#menu li ul li{
	width: auto;
	padding: 0;
	margin: 0;
 	float:none;
	height: auto;
	line-height: 1.2em;
	background: none;
	text-align:left;
	z-index:200;
}


#menu li ul li a{
	float: none;
	display: block;
	padding: 3px 0px;
	height: auto;
	font-size: 12px;
	color:#000;
	font-weight:normal;
	line-height: 1.4em;
	text-transform: none;
	width: 150px !important;
		padding-left:5px;
}
#menu li ul.con li a{
		width: 100px !important;
}

#menu li ul#team li a{
	float: none;
	display: block;
	padding: 3px 0px;
	height: auto;
	font-size: 12px;
	color:#000;
	font-weight:normal;
	line-height: 1.4em;
	text-transform: none;
	width: 150px !important;
		padding-left:5px;
}

#menu li:hover ul li a{
	background-color: #3098D4;
	background-position: 0 -40px;
	color:#000;
}

#menu li ul li a:hover{
	background-position: 0 center;
	background-color: #003263;
	color:#fff;
}
#menu li ul#team li a:hover{
	background-position: 0 center;
	background-color: #003263;
	color:#fff;
}

#menu li ul li:last-child a{
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#splash {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background: url(images/img05.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;

}

#page-bgtop {
	
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;

}

/* Content */

#content {
	float: left;
	width: 711px;
	padding: 1px 0px 0px 0px;
	
}

.post {
	padding-bottom: 30px;
}

.post .title {
	height: 38px;
	letter-spacing: -.5px;
	color: #1757AB;
}

.post .title a {
	color: #FFFFFF;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ACAD8E;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 283px;
	height:317px;
	margin-left:2px;
	margin-top:1px;
	padding: 0px 0px 0px 0px;
	background: url(images/side.jpg);
}
#insidebar {
	float: left;
	width: 270px;
	
	margin-left:2px;
	margin-top:1px;
	padding-left: 10px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #ACAD8E;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}



#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #B7B97F;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */


#footer {	
	
	background: url(images/footer.png);
	height: 77px;
}


#footerWrapper{
	width: 938px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
}
#footerWrapper  a{
	color: #c5f4fa;
	text-shadow: 1px 1px 1px ;
}

#footerWrapper a:hover{
	color: #fff;
	text-decoration: none;
}

#footerWrapper .floatLeft{
	float:left;
	width: 450px;
	padding: 20px 0 0 0px;
	font-size: 16px;
	font-weight: lighter;
}

#footerWrapper .floatRight{
	float:left;
	width: 400px;
	padding: 30px 0px 0 60px;
}

#footerWrapper .icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#footerWrapper .iconTwitter{
	background-image: url(images/footer-twitter.png);
}

#footerWrapper .iconFacebook{
	background-image: url(images/footer-facebook.png);
}
.enquiry {
	font-weight: bold;
	color: #3098D4;
	font-size:34px;
}
.enquiryform {
	color: #3098D4;
	text-align: left;
	font-size:34px;
}
.enquiryform {
	color: #3098D4;
	
}

#contactForm{

padding-top:10px;
	text-align: left;
}

#contactForm .niceField{
	width: 250px;
	margin: 0 0 15px 0;
	color: #666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm .submit{
	width: 107px;
	height: 28px;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	border: none;
	cursor: pointer;
	background: url(../images/button-blue-on-light-grey.png) no-repeat;
}
#content2 {
	background-image:url(images/content-top.jpg);
	background-repeat:repeat-x;
	background-color:#D5DAE0;

	float:left;
	width: 957px;
	margin: 0 auto;
	padding: 20px;

	
}
#headertext{
	float:left;
	width: 940px;
	margin-top:10px;
	margin-left:10px;
	}
#maincontent {
	float:left;
	width: 623px;
	margin-top:10px;
	margin-left:10px;
	padding: 0;
}
#sidepicture {
	float:left;
	width: 310px;
	margin-top:10px;
	margin-left:10px;
	padding: 0;
}
#centerpic {
	float:left;
	width: 900px;
	margin-top:10px;
	margin-left:50px;
	margin-bottom:20px;
	padding: 0;
}
.image_left{
	float:left;
	border:1px solid #B5C0CF;
	padding:3px;
	margin-right:10px;
}
.image_right{
	float:right;
	border:1px solid #B5C0CF;
	padding:3px;
	margin-left:10px;
}
.clear{
	clear:both;
	padding:5px;
}
/*  gallery css  */
.galleryRow {
/*border:1px solid #E1E1E1; */
margin-bottom:15px;
width:601px;
}
.galleryRowBackground  {
/*background:url("./images/gradient-white-grey.png") repeat-x scroll 0 0 transparent;
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px; */
padding:14px;
width:572px;
}
.galleryRowBefore, .galleryRowAfter {
background:url("./images/gradient-grey-small.png") repeat-x scroll 0 0 #EFEFEF;
border:1px solid #E1E1E1;
font-style:italic;
padding:8px;
text-align:center;
}
.galleryRowAfter {
float:right;
}
.galleryRowBefore {
float:left;
}

/* --------------------  */
.imageRowTeam {
	letter-spacing:0;
	padding:10px 0 0 90px;
	text-align:center;
	word-spacing:0;
}
.imageRowItem {
	display:inline;
}
.imageRowItem {
	display:inline-block;
	float:left;
	letter-spacing:normal;
	padding:0 5px 0;
	text-align:center;
	word-spacing:normal;
}
.niceBordergallery {
	border:1px solid #EFEFEF;
	background-color:#EFEFEF;
	margin:0 10px 15px 0;
	padding:5px;
}
a img{
	border:none;
}
.vertical-bar{
	border-left:1px solid #4179AF;
	margin-left:20px;
	float:right;
	padding-left:20px;
	line-height:25px;
	width:621px;
}

#topImage  {
		z-index:-1;
		position:absolute;
	height:317px;
	width:711px;


}
.market-link{
	color:#FFF !important; 
	font-weight:normal;
	text-shadow:none !important; 
	text-decoration:none;
}

table#referring tr.even{
	background-color:#B5C1CF;
}
table#referring {
	border:1px solid #B5C1CF;
}

.highslide-container div {
font-family:Verdana,Helvetica;
font-size:10pt;
}
.highslide-container table {
background:none repeat scroll 0 0 transparent;
}
.highslide {
outline:medium none;
text-decoration:none;
}
.highslide img {
border:2px solid silver;
}
.highslide:hover img {
border-color:gray;
}
.highslide-active-anchor img {
visibility:hidden;
}
.highslide-gallery .highslide-active-anchor img {
border-color:black;
cursor:default;
visibility:visible;
}
.highslide-image {
background:none repeat scroll 0 0 gray;
border:2px solid white;
}
.highslide-wrapper, .highslide-outline {
background:none repeat scroll 0 0 white;
}
.glossy-dark {
background:none repeat scroll 0 0 #111111;
}
.highslide-image-blur {
}
.highslide-number {
color:gray;
font-size:0.9em;
font-weight:bold;
}
.highslide-caption {
display:none;
font-size:1em;
padding:5px;
}
.highslide-heading {
display:none;
font-weight:bold;
margin:0.4em;
}
.highslide-dimming {
background:none repeat scroll 0 0 black;
position:absolute;
}
a.highslide-full-expand {
background:url("../highslide/graphics/fullexpand.gif") no-repeat scroll 0 0 transparent;
display:block;
height:34px;
margin:0 10px 10px 0;
width:34px;
}
.highslide-loading {
background-color:white;
background-image:url("../highslide/graphics/loader.white.gif");
background-position:3px 1px;
background-repeat:no-repeat;
border:1px solid white;
color:black;
display:block;
font-size:9px;
font-weight:bold;
padding:3px 3px 3px 22px;
text-decoration:none;
text-transform:uppercase;
}
a.highslide-credits, a.highslide-credits i {
color:silver;
font-size:10px;
padding:2px;
text-decoration:none;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
color:silver;
text-decoration:underline;
}
.highslide-move, .highslide-move * {
cursor:move;
}
.highslide-viewport {
background:none repeat scroll 0 0 transparent;
display:none;
height:100%;
left:0;
position:fixed;
top:0;
visibility:hidden;
width:100%;
z-index:1;
}
.highslide-overlay {
display:none;
}
.hidden-container {
display:none;
}
.closebutton {
background:url("../highslide/graphics/close.png") repeat scroll 0 0 transparent;
cursor:pointer;
height:30px;
left:15px;
position:relative;
top:-15px;
width:30px;
}
.highslide-maincontent {
display:none;
}
.highslide-html {
background-color:white;
}
.highslide-html-content {
display:none;
padding:0 5px 5px;
width:400px;
}
.highslide-header {
padding-bottom:5px;
}
.highslide-header ul {
margin:0;
padding:0;
text-align:right;
}
.highslide-header ul li {
display:inline;
padding-left:1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
display:none;
}
.highslide-header a {
color:gray;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
.highslide-header a:hover {
color:black;
}
.highslide-header .highslide-move a {
cursor:move;
}
.highslide-done a {
cursor:move;
}
.highslide-footer {
height:16px;
}
.highslide-footer .highslide-resize {
background:url("graphics/resize.gif") no-repeat scroll 0 0 transparent;
display:block;
float:right;
height:11px;
margin-top:5px;
width:11px;
}
.highslide-footer .highslide-resize span {
display:none;
}
.highslide-body {
}
.highslide-resize {
cursor:nw-resize;
}
.highslide-display-block {
display:block;
}
.highslide-display-none {
display:none;
}
