body{
	background: url(../images/bg.png) repeat-x 0 0;
	font: 12px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

a{
	color: #3a9b86;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	color: #3a9b86;
	font-weight: bold;
}

.content h1{
	font-size: 18px;
}

.content h2{
	font-size: 14px;
}

.content h3{
	font-size: 16px;
}

.content h4{
	font-size: 14px;
}

h2.subHeader, h3.subHeader{
	font-size: 14px;
	font-weight: normal;
	margin-top: -.5em;
	color: #777;
	font-style: italic;
}

.clear{
	clear: both;
}

.niceBlock{
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
	background: #f0f0f0 url(../images/nice-block-top.png) no-repeat 0 0;	
}

.niceBlockBg{
	color: #111;
	line-height: 1.4em;
	padding: 5px 10px 10px;
	background: url(../images/nice-block-bottom.png) no-repeat 0 100%;
}

.bigQuotes{
	color: #111;
	text-align: center;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.bigQuotes big{
	font-size: 36px;
	position: relative;
	top: 8px;
	left: 1px;
	padding: 0 3px;
	color: #999;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 940px;
	padding-top: 151px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 151px;
	background: url(../images/header-bg.png) no-repeat 0 0;
}

#logo{
	position: absolute;
	width: 140px;
	height: 80px;
	left: 43px;
	top: 22px;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
}


#topflash {
	position: absolute;
	top: 2px;
	left: 223px;
	width: 403px;
	height: 105px;
}

#menu{
	position: absolute;
	width: 100%;
	top: 121px;
	left: 15px;
}

#menu li{
	float: left;
	position: relative;
	margin-right: -15px;
	cursor: pointer;
}

#menu li:hover{
	z-index: 100;
}

#menu li a{
	display: block;
	float: left;
	background: url(../images/menu-item-selected-middle.png) repeat-x 0 -29px;
	text-decoration: none;
}

#menu li a span{
	display: block;
	float: left;
	background: url(../images/menu-item.png) no-repeat 100% 0;
}

#menu li a span span{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #3d5c54;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background-position: 0 0;
	padding: 0 20px 0 22px;
	text-shadow: #daece8 0 1px 1px;
}

#menu li:hover a, #menu li a:hover{
	background-position: 0 0;
}

#menu li:hover a span, #menu li a:hover span{
	background-position: 100% 100%;
}

#menu li:hover a span span, #menu li a:hover span span{
	background-position: 0 center;
	color: #fff;
	text-shadow: #2c453f 0 1px 1px;
}

#menu li ul{
	display: none;
	width: 120px;
	position: absolute;
	left: 1px;
	top: 29px;
	margin: 0;
	padding-top: 1px;
	background: #4d6d6c;
}

#menu li:hover ul{
	display: block;
}

#menu li ul li, #menu li ul li a{
	float: none;
	background: none;
}

#menu li ul li{
	height: auto;
	margin: 0;
}

#menu li ul li a{
	color: #fff;
	width: 110px;
	text-align: left;
	height: auto;
	display: block;
	line-height: 1.2em;
	padding: 4px 4px 4px 6px;
	font-size: 11px;
	text-shadow: #2c453f 0 1px 1px;
}

#menu li:hover ul li a, #menu li ul li a:hover{
	background-position: 0 0;
}

#menu li ul li a:hover{
	background: #2c453f;
	text-shadow: #002e27 0 1px 1px;
}

#content{
	background: #fff;
	border: solid #dfeceb;
	border-width: 0 1px;
	padding: 15px 33px 15px 15px;
	overflow: hidden;
	_height: 500px;
	_overflow: visible;
	min-height: 500px;
}

#mainColumn{
	float: left;
	width: 600px;
	text-align: justify;
	overflow:auto;
}

#mainColumn .tabList{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}

#mainColumn .tabList li{
	color: #333;
	border: 1px solid #e1e1e1;
	font-weight: bold;
	margin: 0 4px 0 0;
	background: #fff url(../images/gradient-white-grey.png) repeat-x 0 -10px;
	text-shadow: #fff 0 1px 0;
}

#mainColumn .tabList li.selected{
	color: #3a9b86;
	border-bottom: 1px solid #f4f4f4;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x 0 0;
	cursor: default;
}

#mainColumn .tabList li:hover{
	color: #3a9b86;
}

#mainColumn .mainTabs{
	background: url(../images/gradient-white-grey.png) repeat-x 0 -1px;
	border: 1px solid #e1e1e1;
	padding: 14px 14px 5px;
}

#mainColumn .mainTabs h1, #mainColumn .mainTabs h2, #mainColumn .mainTabs h3, #mainColumn .mainTabs h4{
	margin-top: 0;
}

#mainTop{
	 border: 1px solid #e1e1e1;
}

#breadcrumbs{
	font-size: 11px;
	text-transform: uppercase;
	color: #a4a4a4;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: -1px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
}

#breadcrumbs a{
	color: #a4a4a4;
	text-decoration: underline;
	font-weight: normal;
}

#breadcrumbs span{
	font-weight: bold;
	color: #3a9b86;
}

#breadcrumbs a:hover {
	color: #3a9b86;
}

#mainFlash{
	margin-top: 1px;
	 border: 1px solid #fff;
	 display: block;
}

#sideColumn{
	float: right;
	width: 280px;
}

.sideSection{
	border: 1px solid #e1e1e1;
	margin: 0 0 13px 0;
}

.sideSection h2{
	color: #dedede;
	font-weight: normal;
	padding: 6px 10px;
	line-height: 16px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border-bottom: 1px solid #fff;
}

.sideSection h2 strong{
	color: #3a9b86;
	font-size: 16px;
	font-weight: bold;
}

.sideSection h2 span{
	color: #777;
	font-style: italic;
}

.sideSectionBg{
	border-top: 1px solid #e1e1e1;
	background: url(../images/gradient-white-grey.png) repeat-x 0 0;
	padding: 11px 16px;
}

#contactFormDescription{
	background: #fff1cb;
	border: 1px solid #f0e29e;
	color: #7c6600;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#contactForm{
	text-align: right;
}

#contactForm input, #contactForm textarea{
	display: block;
	text-align: left;
	padding: 5px;
	width: 234px;
	height: 16px;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
	color: #3d3d3d;
	font: 12px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
}

#contactForm textarea{
	width: 234px;
	height: 100px;
	background: #f4f4f4 url(../images/gradient-grey-big.png) repeat-x;
}

#contactForm input.submit{
	display: inline;
	width: 60px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.newsItem{
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
	font-size: 11px;
}

.newsItem h3{
	font-size: 12px;
	padding-bottom: 3px;
}

.newsItemDate{
	width: 61px;
	height: 88px;
	float: left;
	background: #21816c url(../images/news-date-bg.png) no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.newsItemDate span, .newsItemDate a{
	color: #fff;
	font-weight: bold;
	display: block;
	width: 58px;
	text-align: center;
	margin: 0 auto;
}

.newsItemDate span.day{
	padding: 2px 0 0 0 ;
	font-size: 37px;
	line-height: 37px;
}

.newsItemDate span.month{
	padding: 2px 0 0 0 ;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.newsItemDate a{
	font-size: 12px;
	line-height: 12px;
	position: relative;
	left: 1px;
	text-transform: uppercase;
}

.newsItemText{
	padding: 12px;
	width: 150px;
	float: right;
	margin-bottom: 5px;
}

.newsItemText p{
	line-height: 13px;
}

#footerWrapper{
	background: #f1efed;
	border-top: 1px solid #d4d2cf;
}

#footer{
	color: #888582;
	width: 914px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

#footer h3{
	font-size: 14px;
	position: relative;
	top: -5px;
	padding: 0 0 2px 0;
}

#footer a{
	border-bottom: 1px dotted #3a9b86;
}

#footer a:hover{
	text-decoration: none;
	border-bottom: 1px solid #3a9b86;
}

#footerLeft{
	float: left;
	line-height: 16px;
	padding-bottom: 15px;
	overflow:auto;
}

#footerLogos{
	width: 377px;
	height: 52px;
	position: relative;
	margin-bottom: 15px;
	overflow:auto;
	
}

#footerLogoKissdental, #footerLogoDA, #footerLogoPDA{
	display: block;
	position: absolute;
	border-bottom: 0 !important;
}

#footerLogoKissdental{
	background: url(../images/footer-logo-kissdental.png) no-repeat;
	width: 76px;
	height: 43px;
	left: 0;
	top: 5px;
}

#footerLogoDA{
	background: url(../images/footer-logo-dentistry-awards.png) no-repeat;
	width: 116px;
	height: 52px;
	left: 105px;
	top: 0;
}

#footerLogoPDA{
	background: url(../images/footer-logo-private-dentistry-awards.png) no-repeat;
	width: 128px;
	height: 34px;
	right: 0;
	top: 10px;
}

#footerRight{
	float: right;
	width: 475px;
}

.footerAddress{
	float: left;
	width: 150px;
	line-height: 15px;
	margin-bottom: 15px;
}

#footerAddressAltrincham{
	width: 172px;
}


.niceBorder{
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}



/* Gallery */


.galleryRow{
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.galleryRowBackground{
	background: url(../images/gradient-white-grey.png) repeat-x 0 0;
	border: solid #fff;
	border-width: 0 1px;
	padding: 14px;
}

.galleryRowImages{
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
	background: url(../images/big-arrow-grey.png) no-repeat center center;
	margin-bottom: 14px;
}

.galleryRowBefore, .galleryRowAfter{
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 8px;
	text-align: center;
	font-style: italic;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
}

.galleryRowBefore{
	_width: 40%;
	float: left;
}

.galleryRowAfter{
	_width: 40%;
	float: right;
}

.galleryRowBefore img, .galleryRowAfter img{
	margin-bottom: 7px;
}

.galleryRowText p{
	margin: 0;
	padding: 0;
	
}

/*.galleryRow{
	width: 592px;
	position: relative;
	margin: 10px 0;
	border: 1px solid #629aa3;
}

.galleryRowBackground{
	border: 1px solid #fff;
	width: 590px;
	background: #669da5 url(../images/case-bg.png) repeat-y 0 0;
}

.galleryRowImages{
	position: relative;
	height: 1%;
	background: url(../images/case-arrow.png) no-repeat center center;
}

* > .galleryRowImages{
	overflow: hidden;
	height: auto;
}

.galleryRowBefore, .galleryRowAfter{
	border: 8px solid;
	position: relative;
}

.galleryRowBefore .caption, .galleryRowAfter .caption{
	position: absolute;
	left: 10px;
	bottom: 9px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 0 2px;
}

.galleryRowBefore img, .galleryRowAfter img{
	vertical-align: bottom;
	border: 0 !important;
}

.galleryRowBefore{
	border-color: #c4d6d9;
	float: left;
	margin: 20px 0 20px 10px;
}

* > .galleryRowBefore{
	margin: 20px 0 20px 20px;
}

.galleryRowAfter{
	border-color: #d7e7e9;
	float: right;
	margin: 20px 10px 20px 0;
}

* > .galleryRowAfter{
	margin: 20px 20px 20px 0;
}

.galleryRowText{
	width: 553px;
	color: #002734;
	margin: 0 auto 20px auto;
	background: #94babf url(../images/case-text-bg.png) repeat-y;
}

.galleryRowText p{
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

.galleryRowTextTop{
	background: url(../images/case-text-top.png) no-repeat 0 0;
}

.galleryRowTextBottom{
	padding: 10px 15px;
	background: url(../images/case-text-bottom.png) no-repeat 0 100%;
}*/


#cdglink {
	color: #888582;
	border-bottom: 0 !important;
}

#cdglink a{
	color: #888582;
	text-decoration: none;
	border-bottom: 0 !important;
}

#cdglink a:hover{
	color: #888582;
	text-decoration: none;
	border-bottom: 0 !important;
}




/* Highslide */


.highslide {
	cursor: url(../images/zoomin.cur), pointer;
	display: block;
	float: left;
    outline: none;
    margin: 0 5px 5px 5px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;	
}
.highslide:hover img {
	border: 1px solid #666;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    padding: 8px 0 10px 0;
	color: #17627b;
    background-color: #fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;    
    padding-left: 22px;
    background-image: url(../images/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	display: none;
}
a.highslide-full-expand {
	background: url(../images/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../images/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..images/close.png', sizingMethod='scale');
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.imageRow{
	padding: 10px 0 0px 40px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}




.niceBorderteam{
	float: left;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 5px;
	text-align: center;
	font-style: italic;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	margin: 0 25px 15px 0px;
}





.niceBorder{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	margin: 0 10px 5px 0px;
	text-align: center;
	font-style: italic;
	
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	float: right;
	margin: 0 0px 5px 10px;
	text-align: center;
	font-style: italic;
}

.niceBorderright img, .niceBorderright object{
	vertical-align: bottom;
}

.niceBorderleft{
	padding: 5px;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
	border: 1px solid #e1e1e1;
	margin: 0 10px 5px 0px;
	float: left;
	text-align: center;
	font-style: italic;
}

.niceBorderleft img, .niceBorderleft object{
	vertical-align: bottom;
}

/*Slider*/


/*
 * Required 
*/
.container { width:596px; height:247px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:600px; display:none; }

.galleryRowBackground h3 {
	margin: 0px 0px 8px 0px;
}

.content label {
	float: left;
}


.content .join{
	width: 200px;
}



#joinForm{
	padding: 0 20px;
}

#joinForm p{
	clear: both;
	padding: 2px 0;
}

#joinForm label {
	float: left;
	text-align: right;
	display: block;
	width: 100px;
	padding-right: 5px;
}

#joinForm input, #joinForm textarea{
	float: left;
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 180px;
}

#joinForm textarea{
	height: 80px;
}

#joinForm #submitForm{
	height: 16px;
	width: 45px;
	float: left;
	border: 0;
	color: #333;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 5px 0;
	line-height: normal;
	background: #eee;
	font-weight: bold;
}


.video{
	width: 550px;
}


.video .videoleft {
	width: 250px;
	text-align: left;
	float: left;
}


.video .videoright {
	width: 250px;
	text-align: left;
	float: right;
}
.right-align a,.right-align{
	text-align:right;
	font-weight:bold;
}
.slides {
left:0;
position:absolute;
top:0;
}
