body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #595B40;
	line-height: 15px;
	color:#392F2B;
	font-weight: normal;
}
.cap {
float: left;
width: auto;
font-size: 37px;
line-height: 30px;
font-weight: normal;
color:#392F2B;
font-family: georgia, times;
}
a, a:active, a:hover, a:visited {
	color: #660000;
}
a:hover, a:active {
	text-decoration:none;
}
#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAC92;
	padding-left:15px;
}
#subnav a, #subnav a:visited {
	color: #392F2B;
	text-decoration: none;
	padding-right: 5px;
 	padding-bottom: 5px;
	padding-left: 5px;
}
#subnav a:hover, #subnav a.right:hover {
	text-decoration: underline;
	color: #660000;
}
#subnav a.right {
	color: #392F2B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAC92;
	padding-bottom: 5px;
	padding-left: 5px;
}
#subnav a.selected {
	color: #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #AAAC92;
	border: 1px solid #AAAC92;
}
#subnav a.selected:hover {
	text-decoration:none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.contentpad {
	padding-top: 20px;
}

/**** SOLE STYLES ****/

/** Homepage **/
#mainContent {
	padding:27px 22px;
}
#hp-main {
	padding-top:10px;
	padding-left:23px;
}
#hp-main a {
	display:block;
	margin-bottom:16px;
}
#hp-side {
	padding-top:10px;
	padding-left:18px;
}
#hp-bottom {
	margin-top:30px;
	padding-top:30px;
	background: url(images/divider_bar.gif) repeat-x 0 0;
}
#hp-bottom .titleWrapper {
	padding-bottom:14px;
}
#hp-bottom .indent {
	padding-left:23px;
}
/* Misc */
h1.slim {
	margin-bottom:0;
	padding-bottom:8px;
}

/* Primary Navigation */
a:focus { 
    outline: none; 
}

#mainNav {
	position:relative;
	text-align:center;
	height:22px;
	overflow:hidden;
}
a#nav-home {
	height:22px;
	display:block;
	width:32px;
	position:absolute;
	right:10px;
	top:0;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/nav_home.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
a#nav-home:hover {
	background-position:0 -22px;
}
#mainNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:570px;
	position:absolute;
	left:115px;
	top:0;
}
#mainNav ul li {
	float:left;
}
#mainNav ul li a {
	display:block;
	height:22px;
	text-indent:-3000px;
	background-image:url(images/nav_sprite.gif);
	background-repeat:no-repeat;
}
a#nav-philosophy {
	width:94px;
	background-position:0 0;
}
a#nav-philosophy:hover {
	background-position:0 -22px;
}
a#nav-philosophy.active, a#nav-philosophy.active:hover  {
	background-position:0 -44px;
}

a#nav-bio {
	width:91px;
	background-position:-94px 0;
}
a#nav-bio:hover {
	background-position:-94px -22px;
}
a#nav-bio.active, a#nav-bio.active:hover  {
	background-position:-94px -44px;
}

a#nav-gallery {
	width:75px;
	background-position:-185px 0;
}
a#nav-gallery:hover {
	background-position:-185px -22px;
}
a#nav-gallery.active, a#nav-gallery.active:hover  {
	background-position:-185px -44px;
}

a#nav-furniture {
	width:86px;
	background-position:-259px 0;
}
a#nav-furniture:hover {
	background-position:-259px -22px;
}
a#nav-furniture.active, a#nav-furniture.active:hover  {
	background-position:-259px -44px;
}

a#nav-fabric {
	width:73px;
	background-position:-345px 0;
}
a#nav-fabric:hover {
	background-position:-345px -22px;
}
a#nav-fabric.active, a#nav-fabric.active:hover  {
	background-position:-345px -44px;
}

a#nav-paint {
	width:72px;
	background-position:-418px 0;
}
a#nav-paint:hover {
	background-position:-418px -22px;
}
a#nav-paint.active, a#nav-paint.active:hover  {
	background-position:-418px -44px;
}

a#nav-contact {
	width:79px;
	background-position:-490px 0;
}
a#nav-contact:hover {
	background-position:-490px -22px;
}
a#nav-contact.active, a#nav-contact.active:hover  {
	background-position:-490px -44px;
}

/* General Lists */
ul.genList {
	margin:8px 0 8px 0;
	padding:0;
	padding-left:28px;
	list-style-type:disc;
}
ul.genList li {
	line-height:14px;
	padding-bottom:5px;
}