/* Refine Studios site development by Rob L. Glazebrook.
   My site: http://www.cssnewbie.com/
   
   Table of Contents:
     1. Resets.
	 2. Global (site-wide) styles.
	 3. Banner and top navigation.
	 4. Content (general and specific).
	 5. Sidebar (general and specific).
	 6. Footer area.
*/

/* 1: Resets. Based on Eric Meyer's Resets Reloaded. */
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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
:focus {
	outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white; }
ol, ul {
	list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
blockquote, q {
	quotes: "" ""; }
/* -------------------------------------------------- */

/* 2: Globals. */
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #e4e4d8 url(../images/bg.png); }
#wrap {
	position: relative;
	width: 934px;
	margin: 0 auto;
	background: #fff url(../images/contentbg.png) repeat-y; }
strong {
	font-weight: bold; }
em {
	font-style: italic; }
a {
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
/* -------------------------------------------------- */

/* 3: Banner and top navigation. 
   3.1: Banner. */
#banner {
	padding: 50px 50px 0 50px;
	background: transparent url(../images/topbg.png) no-repeat top; }
#banner h1 {
	width: 130px;
	height: 120px; }
#banner h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000px;
	background: transparent url(../images/logo.png) no-repeat center; }

/* 3.2: Navigation bar. */
#navbar {
	position: absolute;
	top: 130px;
	left: 210px;
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps; }
#navbar ul {
	float: left;
	width: 677px;
	border-bottom: 2px solid #a5a694; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	color: #717174; }
#navbar li a:hover, #navbar li.active a, #navbar li.active li.active a {
	color: #333;
	text-decoration: none; }
#navbar li ul {
	position: absolute;
	display: inline;
	font-size: .85em;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid; }
#navbar li li {
	float: left; }
#navbar li li a, #navbar li.active li a {
	color: #bbb2a6;
	padding: 3px 6px;
	border-bottom: 0px none; }
#navbar li li a:hover {
	color: #a29c94; }
	
/* -------------------------------------------------- */
	
/* 4: Content/main area. 
   4.1: General content styles. */
#main {
	float: left;
	background: transparent url(../images/home-rule.jpg) no-repeat 35px 0; }
#content {
	float: left;
	font-size: 1.2em;
	line-height: 1.4;
	width: 324px;
	margin-top: 100px;
	padding: 50px 400px 20px 0;
	color: #5e5e5e; }
#content h2 {
	font-weight: bold;
	font-size: 1.5em; }
#content h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
	margin: .8em 0; }
#content p {
	margin: 1em 0; }
#content a {
	color: #06c; }
#content ul {
	list-style: disc;
	margin: 1em 0 1em 2em; }
#content ol {
	list-style: decimal;
	margin: 1em 0 1em 2em; }
#content li {
	margin: .25em 0; }
#content blockquote {
	padding: 0 0 0 2em;
	font-style: italic;
	border-top: 1px solid #959597;
	border-bottom: 1px solid #959597; }
#content blockquote em {
	font-style: normal; }

/* Page-specific content styles. */
#home #main {
	background: transparent url(../images/home-rule.jpg) no-repeat 35px 0px; }
#home ul.rotate {
	float: left;
	width: 269px;
	height: 240px;
	margin: 150px 15px 20px 0;
	overflow: hidden; }
#home ul.rotate#img1 {
	margin-left: 50px; }
#home ul.rotate#img3 {
	margin-right: 0; }
#home #welcome {
	clear: left; 
	margin: 1em 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ece2a9 url(../images/home-welcome.png) no-repeat 20px 15px;
	padding: 50px 20px 20px 20px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	color: #717174; }
#home #welcome p {
	margin: .5em 0; }

#default #main {
	background: transparent url(../images/home-rule.jpg) no-repeat 35px 0px; }
	
#about #main {
	background: transparent url(../images/about-bg.jpg) no-repeat 35px 0px; }
#about #content {
	width: 255px;
	padding-right: 469px; }
	
#eyebrow #main {
	background: transparent url(../images/eyebrow-bg.jpg) no-repeat 35px 0px; }
	
#wholebody #main {
	background: transparent url(../images/wholebody-bg.jpg) no-repeat 35px 0px; }
	
#hair #main {
	background: transparent url(../images/hair-bg.jpg) no-repeat 35px 0px; }
	
#laser #main {
	background: transparent url(../images/laser-bg.jpg) no-repeat 35px 0px; }
	
#massage #main {
	background: transparent url(../images/massage-bg.jpg) no-repeat 35px 0px; }

#services #main {
	background: transparent url(../images/services-bg.jpg) no-repeat 35px 0px;
	min-height: 500px; }
	
#skincare #main {
	background: transparent url(../images/skincare-bg.jpg) no-repeat 35px 0px; }
	
/* -------------------------------------------------- */


/* 5: Sidebar area. */
#sidebar {
	float: left;
	width: 130px;
	margin-top: 150px;
	padding: 100px 30px 0 50px;
	font-size: 1.4em;
	text-align: right; }
#wholebody #sidebar {
	margin-top: 250px; }
#sidebar li {
	margin: .5em 20px .5em 0; }
#sidebar a {
	font-weight: bold;
	color: #06c; }
#sidebar p {
	font-size: .9em;
	line-height: 1.3;
	margin: 2em 0;
	padding: 1em 5px 1em 0;
	border-right: 1px solid #ccc; }
	

/* -------------------------------------------------- */

/* 6: Footer. */
#footer {
	clear: both;
	padding: 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	color: #959597;
	text-align: center;
	background: #e4e4d8 url(../images/footerbg.png) no-repeat top; }
#footer p {
	margin: 1em;
	font-size: .8em; }
#footer a {
	color: #959597; }
#footer p.fineprint {
	font-size: 70%;
	margin: .5em 0;
	font-style: italic;

/* -------------------------------------------------- */
	
	