@charset "utf-8";
/* CSS Document */


/* this will clear all elements from def. margins, padding, etc.. */
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 {
/*	background: transparent; */
	border:  0;
	margin:  0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

page, header, nav, content, footer, fnav, aside, article { display: block }

body {
    margin: 0;
    padding: 0;
    background: #EBFFEC;
    color: #333;
    font-size: 13px;
    line-height: 1.35em;
    font-family: Helvetica, arial, sans-serif;
}

#page {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    border: #fefefe solid 1px;
}

header {
    float: left;
    width: 1000px;
    margin: 0;
    padding: 0;
}

aside {
    float: left;
    width: 280px;
}

article {
    float: left;
    width: 640px;
}



/* header elements */

#logo {
    float: left;
    height: 45px;
    margin-left: 20px;
}

#telregistration {
    float: right;
    height: 30px;
    padding-top: 14px;
    font-size: 23px;
    line-height: 25px;
}

nav {
    float: left;
    width: 998px;
    height: 38px;
    margin: 0;
    padding: 0;
    background: #76C7C6;
    border: #579697 solid 1px;
    font-size: 17px;	
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 40px;
}

nav li {
    display: inline;
    font-weight: normal;
}

nav li a {
    color: #FFF;
    text-decoration: none;
}

nav li a:link {
    color: #FFF;
    text-decoration: none;
}

nav li a:visited {
    color: #FFF;
    text-decoration: none;
}

nav li a:active {
    color: #FFF;
    text-decoration: none;
}

nav li a:hover {
    color: #333;
    text-decoration: none;
}

nav li a.current {
    color: #000;
    cursor: default;
}

nav li.navspacer {
    margin: 0 10px;
    background: url(../images/home/nav-bg-line.png) no-repeat;
}

#navlowbg {
    float: left;
    width: 1000px;
    height: 20px;
    background: url(../images/home/nav-bg.png) no-repeat top left;
}



/* body and footer elements */

#content {
    float: left;
    width: 920px;
    margin: 0 20px;
    padding: 0 20px 60px 20px;
    background: #fefefe;
}

footer {
    float: left;
    width: 1000px;
    margin: 0;
    padding: 0;
}

footer nav {
    float: left;
    width: 998px;
    margin: 0;
    padding: 0;
    background: #76C7C6;
    border: #579697 solid 1px;
    border-bottom: none;
	font-size:12px;
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 2px 20px;
}

footer nav li {
    display: inline;
}

footer nav li.navspacer {
    margin: 0 4px;
    background: url(../images/home/nav-bg-line.png) no-repeat;
}

footer nav li a:link {
    color: #FFF;
    text-decoration: none;
}

footer nav li a:visited {
    color: #FFF;
    text-decoration: none;
}

footer nav li a:hover {
    color: #333;
    text-decoration: underline;
}

footer nav li a:active {
    color: #FFF;
    text-decoration: none;
}

footer nav li a.current {
    color: #333;
    cursor: default;
}



/* nav bar top-left on every page*/

aside ul {
    width: 220px; /* Width of Menu Items */
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: #ddd solid 1px;
    background: #ddd;
}

aside ul li {
    position: relative;
    margin-top: 0px;
}

aside li ul {
    position: absolute;
    left: 219px; /* Set 1px less than menu width */
    top: 0;
    display: none;
}

/* Styles for Menu Items */

aside ul li a {
    display: block;
    margin-top: 0px;
    padding: 10px 0 5px 5px;
    background: #fff; /* IE6 Bug */
    border: 1px solid #ddd; /* IE6 Bug */
    border-bottom: 0;
    border-left: #76C7C6 solid 5px;
    font-size: 17px;
    text-decoration: none;
}

aside ul li a.treatments {
    padding: 10px 0 5px 5px;
    background: #CC0066;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    border-top: #cc0066 solid 1px;
    border-left: #CC0066 solid 5px;
}

aside ul li:hover a.treatments {
    background: #CC0066;
    color: #fff;
}

aside ul li a.firstconsultation {
    color: #CC0066;
    border-left: #CC0066 solid 5px;
}

aside ul li:hover a.firstconsultation {
    color: #fff;
    background: #CC0066;
    border-left: #CC0066 solid 5px;
}

aside ul li a:hover {
    background: #76C7C6;
    color: #FFF;
    text-decoration: none;
}

/* Holly Hack. IE Requirement \*/

* html aside ul li {
    float: left;
    height: 1%;
}

* html aside ul li a { height: 1% }

/* End */

aside ul li a.first:hover {
    background: #CC0066;
    border-left: #CC0066 solid 5px;
    color: #fff;
    border-top: #CC0066 solid 1px;
}

aside li:hover ul, aside li.over ul { display: block }



/* reusing structure elements */

.m20l { margin-left: 20px }

.m40l { margin-left: 40px }

.m60l { margin-left: 60px }

.m80l { margin-left: 80px }

.m5t  { margin-top: 5px }

.m10t { margin-top: 10px }

.m20t { margin-top: 20px }

.m40t { margin-top: 40px }

.m60t { margin-top: 60px }

.m80t { margin-top: 80px }


.box280 {
    float: left;
    width: 280px;
}

.box320 {
    float: left;
    width: 320px;
}

.box440 {
    float: left;
    width: 440px;
}

.box560 {
    float: left;
    width: 560px;
}

.box600 {
    float: left;
    width: 600px;
}

.box640 {
    float: left;
    width: 640px;
}

.box940 {
    float: left;
    width: 940px;
}

.left { float: left }

.right { float: right }

.typeface { font-family: "Crimson Text", "Times New Roman", Times, serif }

p {
    line-height: 1.35em;
    padding: 2px 0 5px 0;
}

h1, h2, h3 {
    font-family: 'Crimson Text', helvetica, arial, serif;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 25px;
    color: #477A7E;
}

hr {
    border: #ccc solid 1px;
    margin: 10px 0 30px 0;
}



/* reusable colours */

.colour00 { color: #EBFFEC } /* light green - background*/

.colour01 { color: #333 }

.colour02 { }

.colour03 { color: #477A7E }/* darker green */

.colour04 { color: #C06 }   /* dark pink */

.colour05 { color: #09F }   /* light blue */

.colour06 { color: #CCC }   /* grey */



/* pages backgrounds */

.bg-home {
    background: url(../images/home/bg-home.jpg) no-repeat top left;
    height: 290px;
}

.bg-the-clinic {
    background: url(../images/treatments/bg-teeth-whitening.jpg) no-repeat top left;
    height: 290px;
}

.bg-our-team {
    background: url(../images/our-team/bg-our-team-bw.jpg) no-repeat top left;
    height: 290px;
}

.bg-treatments {
    background: url(../images/treatments/bg-first-consultation.jpg) no-repeat top left;
    height: 290px;
}

.bg-first-consultation {
    background: url(../images/treatments/bg-first-consultation.jpg) no-repeat top left;
    height: 290px;
}

.bg-general-dentistry {
    background: url(../images/treatments/bg-general-dentistry.jpg) no-repeat top left;
    height: 290px;
}

.bg-preventative-dentistry {
    background: url(../images/treatments/bg-preventative-dentistry.jpg) no-repeat top left;
    height: 290px;
}

.bg-cosmetic-dentistry {
    background: url(../images/treatments/bg-cosmetic-dentistry.jpg) no-repeat top left;
    height: 290px;
}

.bg-dental-implants {
    background: url(../images/treatments/bg-dental-implants.jpg) no-repeat top left;
    height: 290px;
}

.bg-teeth-whitening {
    background: url(../images/treatments/bg-teeth-whitening.jpg) no-repeat top left;
    height: 290px;
}

.bg-nhs-children {
    background: url(../images/nhs-children/bg-nhs-children.jpg) no-repeat top left;
    height: 290px;
}

.bg-therapy-rooms {
    background: url(../images/therapy-rooms/bg-therapy-rooms.jpg) no-repeat top left;
    height: 290px;
}

.bg-press {
    background: url(../images/press/bg-press.jpg) no-repeat top left;
    height: 290px;
}

.bg-testimonials {
    background: url(../images/testimonials/bg-testimonials.jpg) no-repeat top left;
    height: 290px;
}

.bg-contactus {
    background: url(../images/contact-us/bg-contactus.jpg) no-repeat top left;
    height: 290px;
}

#bg-home-testimonials {
    background-image: url(../images/testimonials/bg-testimonials-quote-dark.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-color: #FAE6F0;
    height: 190px;
}

#bg-home-contact {
    background: #ECF6F8;
    height: 190px;
}



/* links and buttons*/

a:link {
    color: #477A7E;
    text-decoration: none;
}

a:visited {
    color: #477A7E;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a:active {
    color: #477A7E;
    text-decoration: none;
}

a img { border: none }

a img:hover {
    border: none;
/*    opacity: 0.7;
    filter: alpha(opacity=70);*/
}

.underline { text-decoration: underline !important }

a.readmore {
    color: #477A7E;
    text-decoration: underline;
    font-size: 12px;
}

a.readmore:hover { color: #333 }

a.button-blue {
    width: 105px;
    height: 31px;
    display: block;
    background: url(../images/home/button-blue.png) no-repeat top left;
    padding: 5px 0 0 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #477A7E;
    text-decoration: none;
}

a.button-blue:hover { color: #333 }

a.button-pink {
    width: 160px;
    height: 30px;
    display: block;
    background: url(../images/home/button-pink.png) no-repeat top left;
    padding: 7px 0 0 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
}

a.button-pink:hover { color: #333 }

.map {
    border: #ccc solid 1px;
    width: 140px;
    height: 80px;
}

.map:hover {
    border: #333 solid 1px;
    width: 140px;
    height: 80px;
}



/* extra styles */

.home-testimonial p {
    font-size: 20px;
    padding: 30px 40px 0 80px;
    line-height: 29px;
    font-style: italic;
    text-decoration: none;
}

.testimonial {
    font-style: italic;
    background: url(../images/testimonials/bg-testimonials-quote-light.png) no-repeat top left;
    padding: 0 20px 0 70px;
}

.testimofrom { font-size: 12px }

.therapymoreinfo { color: #999 }

.treatments-list {
    padding: 0 0 0 30px;
    color: #CCC;
}

.archives ul {
    list-style: none;
    padding: 0;
}

.archives ul li { padding: 0 }

.archives ul li a {
    color: #09F;
    text-decoration: underline;
}

.archives ul li a:hover {
    color: #333;
    text-decoration: underline;
}



/* table with clnic contact details */

#table-contact {
    float: left;
    width: 205px;
    padding: 8px 5px 1px 10px;
    background: #ECF6F8;
}

#table-contact table { border-collapse: collapse }

.column1 { width: 85px }

.column2 { width: 120px }

iframe {
	margin:0;
	border:#ccc solid 1px
}


/* Contact form elements */

form {
    width: 600px;
    margin: 0 0 60px 0;
    display: block;
    clear: both;
}

label {
    float: left;
    width: 100px;
    height: 18px;
    color: #333;
}

input[type="text"] {
    float: left;
    width: 254px;
    height: 24px;
    padding: 4px 0 0 4px;
    outline: none;
    border: #CCC solid 1px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"].address { width: 554px !important }

input[type="text"]:hover, input[type="text"]:focus { background: #DDD }

input[type="submit"] {
    width: 105px;
    height: 31px;
    display: block;
    outline: none;
    margin: 40px 0 0 40px;
    padding: 0;
    border: none;
    background: url(../images/home/button-blue.png) no-repeat top left;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #477A7E;
    cursor: pointer;
}

textarea {
    float: left;
    width: 400px;
    height: 80px;
    line-height: 32px;
    padding: 4px 0 0 4px;
    outline: none;
    border: #CCC solid 1px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.inline { display: inline-block }
