@charset "utf-8";

@import url('reset.css');


/*GENERIC STYLESHEET for Illume/The Dental Practice's holding page ::::::::: */

/* AUTHOR:	Chris Wilsdon, Pepperneck Ltd.
/* DATE:		March 2009



/*______________________________________________________ BASIC CONFIGURATION */
body {
	background:#FFF url(images/bodybg.jpg) repeat-x;
	font:81.25%/1 'Century Gothic', Arial, Helvetica, sans-serif;
	text-align:center;
	color:#4c575f;
	}
/*---------------------------------------------------------------------------*/
a {
	text-decoration:none; outline:none; font-weight:bold; color:#4c575f;
	}
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom:1.0em;
	font-weight:normal;
	line-height:1.2;
	}
h2 {
	font-size:1.769em;
	font-weight:bold;
	}
h3 {
	font-size:1.47em;
	font-weight:bold;
	}
h4 {
	font-size:1.23em;
	}
p {
	margin-bottom:0.8em;
	line-height:1.2;
	}
p.intro {
	font-size:1.08em;
	margin-bottom:1.5em;
	line-height:1.4;
	color:#000000;
	}
tbody tr td {
	padding:0.3em 0;
	}
/*---------------------------------------------------------------------------*/
.content ul, .content ol, .content dl {
	margin-bottom:2.0em;
	}
.content ul {
	padding-left:2.0em;
	list-style-image:url(images/illumebullet.gif);
	}
.content ol {
	list-style-type:decimal;
	padding-left:2.0em;
	}
.content dt {
	margin-top:1.0em;
	font-weight:bold;
	}
.content li {
	margin-bottom:0.5em;
	padding-left:0.5em;
	}



/*_______________________________________________________________ PAGE SETUP */
#pagewrapper {
	background:url(images/pagewrapperbg.jpg) no-repeat;
	width:890px;
	padding:35px 41px 4.0em;
	margin:0 auto;
	}
#page {
	background:#FFFFFF;
	width:810px;
	padding:21px 40px 0;
	text-align:left;
	}
/*---------------------------------------------------------------------------*/
#main {
	position:relative;
	padding:3.0em 0;
	z-index:10;
	}
.content {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	}
#footer {
	background:url(images/footerbg.png);
	width:890px;
	margin:-120px -64px 0;
	padding:157px 24px 0;
	}

/*_______________________________________________________________ FOOTER NAV */
ul#footernav {
	margin-bottom:0;
	list-style-type:none;
	padding-left:0;
	float:right;
	margin-right:6px;
	}
ul#footernav li {
	float:left;
	padding:0 12px;
	margin-bottom:0;
	border-left:1px solid #999999;
	}
ul#footernav li:first-child {
	padding-left:0;
	border:0;
	}
ul#footernav li a {
	color:#a5abaf;
	font-weight:normal;
	font-size:0.92em;
	}
/*---------------------------------------------------------------------------*/
ul#footernav li#designedby {
	position:relative;
	width:89px;
	height:1.0em;
	padding:0 0 0 14px;
	}
#designedby a {
	position:absolute;
	top:-11px;
	left:14px;
	background:url(images/peppernecklogosprite.png) 0 0 no-repeat;
	display:block;
	width:89px;
	height:0;
	padding-top:28px;
	overflow:hidden;
	}
#designedby a:hover {
	background-position:0 -28px;
	}

#illumeweblink a {
	font-size:1.28em;
	font-weight:normal;
	}
h3#visitillume a {
	background:url(images/visitillume.gif) 0 0 no-repeat;
	display:block;
	width:310px;
	height:0;
	padding-top:60px;
	overflow:hidden;
	margin:0 auto;
	}
h3#visitillume a:hover {
	background-position:0 -60px;
	}

/*________________________________________________________ AUXILIARY CLASSES */
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.inlineleft {
	float:left;
	margin:0 30px 15px 0;
	}
.aligncenter {
	text-align:center;
	}
.nodisplay {
	display:none;
	}