/*------------------------------------------------------------------

project:	Galleria Dental
date created:	19 May 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/core/bg.gif') top center repeat-x;
	color: #222222;
}

a { color: #0261bf; text-decoration: none; }
a:hover, a:focus { color: #c6a956; text-decoration: underline; }
span.mailto { color: #c3dbf2; }  
a.mailto { color: #c3dbf2; text-decoration: none;  }  
a.mailto:hover { color: #c6a956; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #222222; }
h2 { font-size: 1.5em; color: #1d74c8; }
h3 { font-size: 1.4em; color: #6a6a68; }
h4 { font-size: 1.3em; color: #939393; }
h5 { font-size: 1.2em; color: #a7a7a7; }
h1, h2, h3, h4, h5 { margin-bottom: 0.5em; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1.1em; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

span.space { padding-right: 8px; font-weight: bold; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#bg-container {
	width: 1082px; height: auto;
	margin: 0 auto;
	background: url('../images/core/bg-container.jpg') top center no-repeat;
}

#container {
	width: 882px;
	padding: 0 100px;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header {
	height: 368px;
	position: relative;
}

#header h1 {
	background: url('../images/core/logo_galleriadental.gif') no-repeat;
	width: 172px; height: 134px;
	text-indent: -9999px;
	position: absolute;
	top: 21px; left: 9px;
}

#header h2 {
	width: 248px; height: 20px;
	background: url('../images/core/call_us_now.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 28px; right: 21px;
}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
div#nav {
	width: 172px;
	height: 150px;
	position: absolute;
	top: 177px;	left: 9px;
}

div#nav ul { 	
	list-style-type: none;
	margin: 0;
}

div#nav ul li {
	display: block;
	float: left;
}

div#nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width: 172px;
	height: 50px;
}

div#nav ul li a.home {
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
}

div#nav ul li a.services {
	background: url('../images/nav/nav_services.gif') 0 0 no-repeat;
}

div#nav ul li a.contact {
	background: url('../images/nav/nav_contact.gif') 0 0 no-repeat;
}


/* -- rollover -- */
div#nav ul li a:hover.home,
div#nav ul li a:hover.services,
div#nav ul li a:hover.contact {
	background-position: 0 -50px !important;
}

/* -- active -- */
div#nav li a:hover.home, 
body#home div#nav li a.home,
body#services div#nav li a.services,
body#contact div#nav li a.contact {
	background-position: 0 -50px !important;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner {
	width: 646px; height: 308px;
	background-color: #3b80c4;
	position: absolute;
	top: 55px; right: 9px;
	overflow: hidden;
}

#banner img {
	width: 634px; height: 296px;
	padding: 6px;
}

/* --- banner inner --- */
#banner-inner {
	width: 634px; height: 296px;
	border: 6px solid #3b80c4;
	position: absolute;
	top: 55px; right: 9px;
	overflow: hidden;
}

body#services #banner-inner { background: url('../images/core/banner-services.jpg') no-repeat; }
body#contact #banner-inner { background: url('../images/core/banner-contact.jpg') no-repeat; }
body#thankyou #banner-inner { background: url('../images/core/banner-contact.jpg') no-repeat; }


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content { 
	width: 853px;
	padding: 38px 10px 30px 18px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- banner inner --- */
#content-inner { 
	width: 853px;
	padding: 38px 10px 30px 18px;
}

#content-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#thankyou #content-inner { height: 350px; }

/* --- content left --- */
#content-left {
	width: 584px;
	float: left;
}

/* --- page title --- */
#content-left h1 {
	text-indent: -9999px;
	width: 300px;	height: 18px;
	_margin: 0;
}

body#home #content-left h1 { background: url('../images/titles/welcome.gif') no-repeat; }
body#thankyou #content-left h1 { background: url('../images/titles/thankyou.gif') no-repeat; }

#content-inner h1 {
	text-indent: -9999px;
	width: 300px;	height: 18px;
	_margin: 0;
}
body#services #content-inner h1 { background: url('../images/titles/services.gif') no-repeat; }
body#contact #content-inner h1 { background: url('../images/titles/contact.gif') no-repeat; }


/* --- content right --- */
#content-right {
	width: 229px;
	float: left;
	margin-left: 40px;
}

/* --- opening times --- */
#opening-times {
	width: 189px; height: 117px;
	background: url('../images/core/bg_cta_opening.gif') no-repeat;
	margin-top: 16px;
	padding: 15px 20px;
	position: relative;
}

.tooth {
	width: 57px; height: 66px;
	background: url('../images/core/tooth.png') no-repeat;
	position: absolute;
	top: -29px; right: 10px;
}

#opening-times h2 {
	color: #dcdcdc;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #6a6a68;
}

dl { color: #ffffff; }

dt {
	width: 90px;
	float: left;
}

dd {
	width: 89px;
	float: left;
	text-align: right;
	margin-bottom: 4px;
}

/* --- contact us --- */
#contact-us {
	width: 189px; height: 257px;
	background: url('../images/core/bg_cta_contact.gif') no-repeat;
	margin-top: 18px;
	padding: 15px 20px;
	color: #ffffff;
}

#contact-us h2 {
	color: #dcdcdc;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #6a6a68;
}

#contact-us a { color: #c3dbf2; text-decoration: none;  }  
#contact-us a:hover { color: #c6a956; text-decoration: underline; }

#contact-us p { font-size: 1em; line-height: 1.8em; }


/*-------------------------------*/
/* Contact
/*-------------------------------*/
#inner-left { 
	width: 400px;
	float: left;
}

#enquiry-form { border-top: 1px dotted #85b1dd; padding: 10px 0 0 0; }

#inner-right { 
	width: 400px;
	float: left;
	margin-left: 30px;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer-container {
	background-color: #c3d8ed;
}

#footer {
	width: 849px;
	margin: 0 auto;
	padding: 15px 13px 15px 20px;
	color: #4281be;
	position: relative;
}

#footer a { color: #4281be; text-decoration: none; }
#footer a:hover { color: #004180; text-decoration: underline; }

#wflogo {
	width: 65px; height: 21px;
	position: absolute;
	top: 10px; right: 15px;
}


