/* GLOBAL */

html {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #040908;
}

* {
	padding: 0; margin: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


/* BODY */

body {
	padding: 6% 0 2% 67px;
}


/* NAV */

#nav {
	letter-spacing: 1px;
	width: 180px;
	position: fixed;
	padding: 9px 9px 9px 0;
	background-color: #040908;
}

#nav a {
	color: #7F8887;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #B4A25C;
	text-decoration: none;
	font-weight: bold;
}

#nav ul {
	min-width: 180px;
}

#nav li {
	list-style-type: none;
	text-align: right;
	color: #AB9C59;
	margin-bottom: 2px;
	white-space: normal;
}

#nav ul .category {
	margin: 8px 0 4px 0;
	color: #7F8887;
}

#nav #logo {
	margin: 0 0 12px 0;
}

#nav #email {
	font-size: 9px;
	margin: 0 0 48px 0;
}

#nav #email a {
	color: #596664;
}

#nav #email a:hover {
	color: #B4A25C;
}

#nav .sub a {
	color: #4A5654;
	font-weight: normal;
}

#nav .sub a:hover {
	color: #B4A25C;
	font-weight: normal;
}

#nav #on a {
	color: #B4A25C;
}

#nav .contact {
	margin-bottom: 10px;
}

#nav .experience {
	margin-bottom: 3px;
}

#nav .design_insight {
	margin-bottom: 0;
}

#nav .blue_note {
	margin-bottom: 4px;
}

#nav .sheridan_wesser {
	margin-bottom: 1px;
}

#nav .stvincent {
	margin-bottom: 4px;
}

#nav .painting {
	margin-bottom: 0;
}

#nav .cgboerner {
	margin-bottom: 3px;
}

#nav .lavielle {
	margin-bottom: 4px;
}

#nav .sheridan_campbell {
	margin-bottom: 0;
}

#nav .pistachio {
	margin-bottom: 4px;
}

#nav .islandweiss {
	margin-bottom: 2px;
}

#nav .sotheby {
	margin-bottom: 11px;
}

#nav ul .lessons {
	margin-bottom: 3px;
}

#nav ul .inspiration {
	margin: 0 0 3px 0;
}

#nav ul .links {
	margin: 0 0 3px 0;
}

#nav ul .end {
	margin: 0px;
}

/* CONTENT */

#page {
	position: relative;
	margin: 0 auto;
	width: 1465px;
	padding: 0;
}

#content {
	/*color: #4A5654;*/
	color: #5e6a69;
	vertical-align: top;
	text-transform: uppercase;
	vertical-align: top;
	float: left;
	width: 963px;
	margin-left: 214px;
}

.body_text {
	width: 920px;
	text-transform: none;
	line-height: 14px;
	letter-spacing: .5px;
	font-size: 11px;
}

.body_text li {
	list-style: none;
	float: left;
	width: 445px;
}

.body_text p {
	margin: 0 14px 10px 0;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* HEADER */

#header {
	margin: 0 0 54px 0;
	color: #5A6664;
}

#header h2 {
	margin-bottom: 12px;
}

#header_top_level h2 {
	margin-bottom: 13px;
}

#header_top_level {
	margin: 0 0 47px 0;
	color: #5A6664;
}

/* DIVIDER */

.divider {
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 4px 0;
	width: 983px;
	background: url(../images/dvdr_hori_dots.jpg) bottom left repeat-x;
}

.divider h3 {
	font-weight: normal;
	margin: 0 0 6px 0;	
	color: #B4A25C;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

.divider .top {
	float: right;
	text-transform: lowercase;
	margin-top: 4px;
	text-decoration: none;
	color: #7A8483;
	font-family: Arial, Helvetica, sans-serif;
}

.divider .top:hover {
	text-decoration: underline;
	color: #7A8483;
}

/* NEXT AREA */

#content #next {
	margin: 0 0 30px 0;
}

#content #next a {
	font-size: 60px;
	color: #7F8887;
	text-decoration: none;
}

#content #next a:hover {
	font-size: 60px;
	color: #B4A25C;
	text-decoration: none;
}

#content #next p {
	font-size: 9px;
	margin: 14px 0 0;
}

#content #next #copyright {
	font-size: 7px;
}

#content #info {
	line-height: 14px;
	margin: 59px 0 0 0;
	max-width: 700px;
}

#content #info a {
	color: #A0AEA4;
	text-decoration: none;
}

#content #info a:hover {
	color: #AB9C59;
	text-decoration: none;
}



