/* LAST UPDATED 07.02.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 28px;
}

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #5d3128;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #abaa11; }

a img { border: 0; }

.small { font-size: 10px; }

.brown { color: #5d3128; }
.lime { color: #abaa11; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 40px;
}

	#nav li { float: left; }


	#nav li a {
		display: block;
		height: 40px;
		font-size: 18px;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
	}

	#nav li#nav-home a { width: 93px; }
	#nav li#nav-about a { width: 112px; }
	#nav li#nav-treatments a { width: 158px; }
	#nav li#nav-ask a { width: 206px; }
	#nav li#nav-store a { width: 175px; }
	#nav li#nav-contact a { width: 160px; }

	#nav li a:hover { color: #943a00; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	width: 200px !important;
	left: -999em;
	line-height: 33px;
}

	#nav li li a {
		background-color: #fff;
		border-bottom: 1px #ddd solid;
		text-align: left;
		padding-left: 20px;
		font-size: 14px;
		width: 180px !important;
		height: 32px;
	}

	#nav li li a:hover {
		color: #abaa11;
		background-color: #fafafa;
	}

/* LEVEL THREE */

#nav ul ul ul { margin: -33px 0 0 200px; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 904px;
	margin: 0 auto;
	background-color: #f7f7ef;
}

	#header {
		position: relative;
		height: 146px;
	}

		#contactInfo {
			text-align: right;
			padding: 53px 28px 0 0;
			font-size: 22px;
			color: #5d3128;
			font-weight: bold;
			line-height: 1;
		}

			#contactInfo p { padding: 0; }

			#contactInfo .phoneNumber {
				padding-left: 25px;
				background: url('../images/bg-phone.gif') 0 60% no-repeat;
			}

			#contactInfo .mail {
				padding-left: 26px;
				background: url('../images/bg-mail.gif') 0 65% no-repeat;
			}

			#contactInfo a { text-decoration: none; }

			#contactInfo a:hover { text-decoration: underline; }

	#nav {
		height: 40px;
		background: url('../images/bg-nav.gif') repeat-x;
	}

	.blurb { padding: 0 0 10px; }

		.blurb p { padding: 0; }

		.blurb a .readMore {
			font-size: 10px;
			color: #888;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 26px; }

	#header h1 {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			position: absolute;
			top: 27px;
			left: 31px;
			display: block;
			width: 302px;
			height: 90px;
			background: url('../images/logo_dermatology-and-laser-.gif') no-repeat;
		}

h2 {
	font-size: 26px;
	color: #5d3128;
	font-weight: normal;
}

h3 { font-size: 19px; }

	.blurb h3 {
		font-size: 14px;
		padding: 0;
		line-height: 1.4em;
	}

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */