/*
 *
 * Default Style Sheet
 * Author: Ethan McElroy (ethan@designokay.com)
 *
 */

/* STYLE RESET
--------------------------------------------------------------*/
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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/* BASIC STYLES
--------------------------------------------------------------*/
html {
	height: auto;
	min-height: 100%;
	}
body {
	background: #fff url(../i/pbg.jpg);
	color: #333;
	font: 85% calibri, arial, helvetica, sans-serif;
	height: auto;
	min-height: 100%;
	}
blockquote {
	margin: 2em 0;
	text-align: justify;
	}
blockquote p {
	font: small-caps 1.05em Arial, Helvetica, sans-serif;
	line-height: 180%;
	margin: 0 0 5px !important;
	}
blockquote p cite {
	font: 1em Arial, Helvetica, sans-serif;
	margin-left: 11px;
	}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
	}
h1 span#tagline {
	border-top: solid 3px #333;
	display: block;
	font-size: .7em;
	padding-top: .5em;
	}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	}
dt, dd, li, p {
	font-size: 1em;
	line-height: 130%;
	margin-bottom: 1em;
	}
ol, ul {
	margin-left: 1.5em;
	}
ol {
	clear: left;
	list-style: decimal;
	}
ul {
	list-style: disc;
	}
ul ul {
	list-style: circle;
	}
.box {
	border: solid 1px #333;
	float: left;
	margin-left: 105px !important;
	padding: 3px 5px !important;
	width: 220px !important;
	}
.underline {
	text-decoration: underline;
	}
.center {
	display: block;
	text-align: center;
	width: 100%;
	}
img.banner {
	clear: both;
	display: block;
	margin: 0 auto 30px;
	}
img.bottom {
	clear: right;
	float: right;
	margin: 3px 0 30px 25px;
	}
	
/* NAVIGATION
------------------------------------------------------------------------*/
#nav {
	background: url(../i/navbg.png);
	float: right;
	height: auto;
	list-style: none;
	margin: 102px 12px 0 0;
	padding: 20px 0 0 10px;
	min-height: 490px;
	width: 130px;
	}
	#nav li {
		height: 30px;
		margin-bottom: 10px;
		}
		#nav li a {
			display: block;
			height: 30px;
			text-indent: -2000000px;
			width: 100%;
			}
		#nav li a#fengshui {
			background: url(../i/nav.png) -5px -10px no-repeat;
			}
		#nav li a#baubiologie {
			background: url(../i/nav.png) -5px -50px no-repeat;
			}
		#nav li a#siteplan {
			background: url(../i/nav.png) -5px -90px no-repeat;
			}
		#nav li a#architecture {
			background: url(../i/nav.png) -5px -130px no-repeat;
			}
		#nav li a#interiordesign {
			background: url(../i/nav.png) -5px -170px no-repeat;
			}
		#nav li a#business {
			background: url(../i/nav.png) -5px -208px no-repeat;
			}
		#nav li a#retail {
			background: url(../i/nav.png) -5px -246px no-repeat;
			}
		#nav li a#nonprofit {
			background: url(../i/nav.png) -5px -284px no-repeat;
			}
		#nav li a#residential {
			background: url(../i/nav.png) -5px -322px no-repeat;
			}
		#nav li a#techniques {
			background: url(../i/nav.png) -5px -360px no-repeat;
			}
		#nav li a#bio {
			background: url(../i/nav.png) -5px -398px no-repeat;
			}
		#nav li a#contact {
			background: url(../i/nav.png) -5px -436px no-repeat;
			}

/* 'PAGES'
---------------------------------------------------------*/
#home-container { /* PAGE 1 */
	background: #54ac91;
	padding-top: 50px;
	}
	#home {
		background: url(../i/p1.jpg) no-repeat 0 75px;
		height: 1175px;
		margin: 0 auto;
		width: 800px;
		}

#fengshui-container { /* PAGE 2 */
	background: url(../i/fsbg.jpg) center top;
	padding: 140px 0 0;
	}
	#fengshui-s {
		background: url(../i/feng-shui.jpg) no-repeat center top;
		margin: 0 auto;
		min-height: 550px;
		padding: 400px 0 0;
		position: relative;
		width: 790px;
		}
		#fengshui-s #text-container {
			margin: 0 auto;
			padding: 10px 10px 0;
			width: 570px;
			}
		#fengshui-s #text {
			background: #efefcf;
			border: solid 3px #333;
			border-bottom: none;
			margin: 0 auto;
			padding: 20px 7px 10px;
			position: relative;
			width: 550px;
			}
		#fengshui-s #text h2, #fengshui-s #text p {
			text-align: center;
			}
		#fengshui-s #text h2 {
			font-family: georgia, times, 'times new roman', serif;
			font-style: italic;
			font-weight: normal;
			text-align: center;
			text-decoration: underline;
			}
		#baubiologie-s {
			border-top: solid 3px #333;
			border-bottom: solid 3px #333;
			font-size: 1.2em;
			padding: 10px 0;
			text-decoration: underline;
			}
		#fengshui-s .green {
			color: #396;
			text-decoration: underline;
			}

#divider {
	border-top: solid 3px #333;
	}

#container {
	height: auto;
	margin: 0 auto;
	padding: 20px 20px 20px 5px;
	width: 705px;
	}

#siteplan-s { /* PAGE 3 */
	padding: 125px 0 50px;
	}
	#siteplan-s p, #siteplan-s li {
		font-size: 1em;
		line-height: 180%;
		}
	#siteplan-s li {
		margin-bottom: .4em;
		}

#architecture-s { /* PAGE 4 */
	border-top: solid 2px #555;
	clear: both;
	padding: 75px 0 50px;
	}
	#architecture-s li {
		margin-bottom: .3em;
		}
	#architecture-s #architecture-quote {
		background: url(../i/quote1.png) no-repeat;
		height: 127px;
		text-indent: -999em;
		width: 705px;
		}

#interiordesign-s { /* PAGE 5 */
	border-top: solid 2px #555;
	clear: both;
	padding: 75px 0 50px;
	}
	#interiordesign-s li {
		line-height: 100%;
		margin-bottom: .5em;
		}
	#interiordesign-s li ul {
		margin-top: .5em;
		}
#residential-s {
	border-top: solid 2px #555;
	clear: both;
	padding: 75px 0 50px;
	}
	#residential-s #residential-quote {
		background: url(../i/quote2.png) no-repeat;
		height: 102px;
		text-indent: -999em;
		width: 705px;
		}
	
#techniques-s { /* PAGE 5 */
	border-top: solid 2px #555;
	clear: both;
	padding: 75px 0 50px;
	}

#bio-s { /* PAGE 6 */
	border-top: solid 2px #555;
	clear: both;
	padding: 75px 0 0;
	position: relative;
	}
	#bio-s h3 {
		font-size: 1.1em;
		}
	#bio-s li {
		margin-bottom: .1em;
		} 
	#logo {
		bottom: 0;
		height: 85px;
		margin: 30px 0 3px;
		position: absolute;
		right: 0;
		}

#contact-s { /* FOOTER */
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	margin: 15px auto;
	padding: 5px;
	width: 705px;
	}
	#contact-s p {
		clear: both;
		margin: 0;
		text-align: center;
		width: 100%;
		}