body {
	text-align: center;
	background: url(../images/layout/body-bg.jpg) left top repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 1;
}

#header {
	background: url(../images/layout/header-bg.png) center top no-repeat;
	height: 300px;
	min-width: 960px;
	z-index: 3;
	position: relative;
}

#wrapper {
	text-align: left;
	z-index: 2;
	position: relative;
}

#container {
	width: 960px;
	margin: 0 auto;
	margin-top: -150px;
	z-index: 4;
	position: relative;
}

#top-nav {
	text-transform: uppercase;
	color: #eae5d4;
	font-size: 14px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 135px;
}

#top-nav ul {
	float: right;
}

#top-nav ul li {
	float: left;
}

#top-nav ul li a, #top-nav ul li a:visited {
	text-decoration: none;
	color: #eae5d4;
	display: block;
	padding-right: 30px;
}

#top-nav ul li a:hover, #top-nav ul li a:active {
	text-decoration: none;
	color: #cb9716;
}

#col-content-top {
	width: 960px;
	height: 15px;
	background: url(../images/layout/2-column-top-bg.png) left top no-repeat;
}

#col-content-bottom {
	width: 960px;
	height: 15px;
	background: url(../images/layout/2-column-bottom-bg.png) left top no-repeat;
}

#col-content {
	width: 870px;
	padding: 140px 45px 15px 45px;
	background: url(../images/layout/2-column-bg.png) left top repeat-y;
	overflow: hidden;
	z-index: 5;
}

#col-content #main-content {
	width: 560px;
	padding-right: 30px;
	float: left;
	position: relative;
	z-index: 6;
}

#col-content #main-content #image-container {
	text-align: center;
}

#col-content #main-content img { 
	z-index: 7;
	position: relative;
}

#col-content #main-content #comments {
	z-index: 7;
	position: relative;
	text-align: left;
}

#col-content #main-content #tab-container {
	overflow: hidden;
	position: relative;
	z-index: 7;
}

#col-content #main-content #tab-container ul.first {
	list-style-type: none;
	margin-left: 0;
	float: left;
}

#col-content #main-content #tab-container ul.first li {
	border-right: none;
}

#col-content #main-content #tab-container ul {
	list-style-type: none;
	margin-left: 0;
	float: right;
}

#col-content #main-content #tab-container ul li {
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
	border-right: 1px solid #eae5d4;
}

#col-content #main-content #tab-container ul li.last {
	float: left;
	text-align: right;
	padding: 0 0 0 15px;
	border-right: none;
}

h2#about-karmic {
	background: url(../images/layout/about-karmic.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: -15px;
	z-index: 7;
}

h2#message-karmic {
	background: url(../images/layout/message-karmic.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: -15px;
	z-index: 7;
}

#col-content #sidebar {
	position: relative;
	width: 250px;
	padding-left: 30px;
	float: left;
	z-index: 6;
}

h2#connect {
	background: url(../images/layout/connect.png) left top no-repeat;
	text-indent: -9999px;
	width: 281px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: 15px;
	z-index: 7;
}

h2#more-help {
	background: url(../images/layout/more-help.png) left top no-repeat;
	text-indent: -9999px;
	width: 280px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: 15px;
	z-index: 7;
}

h2#contact-info {
	background: url(../images/layout/contact-info.png) left top no-repeat;
	text-indent: -9999px;
	width: 280px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: 15px;
	z-index: 7;
}

h2#info {
	background: url(../images/layout/info.png) left top no-repeat;
	text-indent: -9999px;
	width: 280px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: 15px;
	z-index: 7;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Georgia, Times New Roman, serif;
}

h2 {
	font-size: 48px;
	color: #eae5d4;
	margin-bottom: 24px;
	font-weight: bold;
}

h2 span.first-name {
	font-size: 36px;
	font-weight: normal;
	color: #b3b2b2;
	display: block;
	margin-bottom: 0;
}

h4 {
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #eae5d4;
	z-index: 8;
	position: relative;
	
}

.head-underline {
	border-bottom: 1px dotted #eae5d4;
}

form {
	position: relative;
	z-index: 8;
}

form ol li {
	margin-bottom: 15px;
	overflow: hidden;
}

form ol li label {
	color: #eae5d4;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;	
}

form ol li input[type=text] {
	width: 222px;
	height: 17px;
	background: url(../images/layout/text-input-bg.png) left top no-repeat;
	border: none;
	color: #93815d;
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding: 14px;
}

#sidebar form ol li textarea {
	width: 222px;
	height: 172px;
	background: url(../images/layout/side-textarea-bg.png) left top no-repeat;
	border: none;
	color: #93815d;
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding: 14px;
}

form ol li input[type=submit] {
	width: 67px;
	height: 32px;
	background: url(../images/layout/submit-bg.png) left top no-repeat;
	border: none;
	color: #93815d;
	font-size: 14px;
	line-height: 32px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	cursor: pointer;
	float: right;
	padding-bottom: 4px;
}

#main-content form ol li textarea {
	width: 532px;
	height: 172px;
	background: url(../images/layout/main-textarea-bg.png) left top no-repeat;
	border: none;
	color: #93815d;
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding: 14px;
}

#sidebar ul#social-media {
	margin: 0;
	padding: 5px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 8;
	list-style-type: none;
}

#sidebar ul#social-media li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

p {
	color: #eae5d4;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
	z-index: 8;
	position: relative;
}

#footer {
	background: url(../images/layout/footer-bg.png) center top no-repeat;
	height: 203px;
	min-width: 960px;
	z-index: 2;
	position: relative;
	margin-top: -15px;
}

#footer-content {
	width: 900px;
	padding: 15px 30px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#bottom-nav-copyright {
	width: 560px;
	padding-right: 30px;
	float: left;
	position: relative;
	z-index: 8;
}

ul#bottom-nav {
	overflow: hidden;
	text-transform: uppercase;
	color: #eae5d4;
	font-size: 14px;
	margin-bottom: 30px;
}

ul#bottom-nav li {
	float: left;
}

ul#bottom-nav li a, ul#bottom-nav li a:visited {
	text-decoration: none;
	color: #eae5d4;
	display: block;
	padding-right: 30px;
}

ul#bottom-nav li a:hover, ul#bottom-nav li a:active {
	text-decoration: none;
	color: #cb9716;
}

#top-nav ul li.selected a, ul#bottom-nav li.selected a {
	color: #cb9716;
}

#author {
	width: 280px;
	padding-left: 30px;
	float: left;
	text-align: right;
	position: relative;
	z-index: 8;
}

a#designer {
	color: #eae5d4;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}

a#designer span {
	color: #cb9716;
	font-weight: bold;
}

#content-top {
	width: 960px;
	height: 15px;
	background: url(../images/layout/1-column-top-bg.png) left top no-repeat;
}

#content-bottom {
	width: 960px;
	height: 15px;
	background: url(../images/layout/1-column-bottom-bg.png) left top no-repeat;
}

#content {
	width: 870px;
	padding: 15px 45px;
	background: url(../images/layout/1-column-bg.png) left top repeat-y;
	overflow: hidden;
	z-index: 5;
	position: relative;
}

h2#artists {
	background: url(../images/layout/artists.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 7;
}

h2#studios {
	background: url(../images/layout/studios.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 7;
}

h2#gallery {
	background: url(../images/layout/gallery.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: -15px;
	z-index: 7;
}

.artist, .studio {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dotted #eae5d4;
}

#individual-artist, #individual-studio {
	overflow: hidden;
}

.artist img, .studio img, #individual-artist img, #individual-studio img {
	float: left;
}

.artist p, .artist h2, .studio p, .studio h2, #individual-artist p, #individual-artist h2, #individual-studio p, #individual-studio h2 {
	margin-left: 210px;
}

p a, p a:visited, #main-content ul li a, #main-content ul li a:visited, #main-content #tab-container ul li a, #main-content #tab-container ul li a:visited {
	color: #eae5d4;
	text-decoration: none;
	border-bottom: 1px solid #eae5d4;
}

dl a, dl a:visited {
	color: #eae5d4;
	text-decoration: none;
}

p a:hover, p a:active, dl a:hover, dl a:active, #main-content ul li a:hover, #main-content ul li a:active, #main-content #tab-container ul li a:hover, #main-content #tab-container ul li a:active {
	color: #cb9716;
	border-bottom: 1px solid #cb9716;
}

#main-content ul#gallery a {
	border-bottom: none;
}

dl ul#social-media a {
	border-bottom: none;
}

ul#aftercare-list {
	overflow: hidden; 
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

ul#aftercare-list li {
	float: left;
	border-right: 1px solid #eae5d4;
	padding: 0 15px;
	line-height: 1.2em;
	*padding-bottom: 2px;
}

ul#aftercare-list li a, ul#aftercare-list li a:visited {
	color: #eae5d4;
	text-decoration: none;
	border-bottom: 1px solid #eae5d4;
}

ul#aftercare-list li a:hover, ul#aftercare-list li a:active {
	color: #cb9716;
	border-bottom: 1px solid #cb9716;
}

h3 {
	font-size: 36px;
	font-weight: bold;
	color: #eae5d4;
	margin-bottom: 36px;
}

h2#aftercare {
	background: url(../images/layout/aftercare.png) left top no-repeat;
	text-indent: -9999px;
	width: 325px;
	height: 200px;
	position: absolute;
	top: -140px;
	left: -15px;
	z-index: 7;
}

#main-content > div {
	z-index: 8;
	position: relative;
}

#main-content ul, #sidebar ul {
	list-style-type: disc;
	margin-left: 15px;
	color: #eae5d4;
	font-size: 14px; 
	position: relative;
	z-index: 9;
}

#main-content ul li , #sidebar ul li{
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 18px;
}

#main-content ul.message, #sidebar ul.message {
	list-style-type: none;
	color: #eae5d4;
	padding: 5px 10px 0 10px;
	font-size: 14px;
	margin: 0 0 14px 0;
	border: 1px dotted #5f1500;
}

#main-content ul.message li , #sidebar ul.message li {
	margin-bottom: 5px;
	padding-left: 30px;
	line-height: 24px;
	background: url(../images/content/site-icons/alert.png) left center no-repeat;
}

dl.contact {
	width: 250px;
	overflow: hidden;
	color: #eae5d4;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px; 
}

dl.contact dt {
	width: 70px;
	float: left;
	margin-bottom: 14px;
}

dl.contact dd {
	width: 165px;
	padding-left: 15px;
	float: left;
	margin-bottom: 14px;
}

dl#info-items {
	width: 250px;
	color: #eae5d4;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	z-index: 8;
	position: relative;
}

dl#info-items dt {
	display: block;
	color: #cb9716;
}

dl#info-items dd {
	display: block;
	margin-bottom: 14px;
	padding-bottom: 1px;
	overflow: hidden;
}

dl#info-items dd span.day {
	display: block;
	width: 80px;
	float: left;
}

dl#info-items dd span.hours {
	display: block;
	width: 155px;
	padding-left: 15px;
	float: left;
}

dl#info-items ul {
	margin: 0 0 5px 0;
	list-style-type: none;
}

dl#info-items ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#gallery {
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
	position: relative;
	z-index: 8;
}

ul#gallery li {
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0;
	width: 112px;
	height: 112px;
	display: block;
	text-align: center;
}

#main-content .paginate-container {
	width: 100%;
	overflow: hidden;
}

#main-content ul.paginate {
	float: left;
	list-style-type: none;
	position: relative;
	left: 50%;
	margin: 0;
}

#main-content ul.paginate li {
	float: left;
	position: relative;
	right: 50%;
	padding: 0 7px;
	margin: 15px 0;
	border-right: 1px solid #eae5d4;
	line-height: 18px;
}

#main-content ul.paginate li.last {
	border-right: none;
}

#main-content ul.paginate li.current {
	color: #cb9716;
}

span.street {
	display: block;
}

#slideshow-overlay {
	width: 960px;
	height: 350px;
	background: url(../images/layout/slideshow-overlay.png) left top no-repeat;
	z-index: 10;
	position: absolute;
}

#slideshow {
	width: 910px;
	height: 315px;
	padding: 35px 0 0 50px;
	background: url(../images/layout/slideshow-bg.png) left top no-repeat;
	z-index: 5;
	overflow: hidden;
}

#slideshow ul {
	z-index: 6;
}

#slideshow ul li {
	float: left;
	position: relative;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 859px;
	height: 285px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 859px;
	height: 285px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 285px;http://www.logicbox.net/
	height: 285px;
}


/* --------------------MISCELLANEOUS-------------------- */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	display: none;
}

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