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, input, textarea,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454a4e;
	line-height: 30px;
	overflow: visible;
}
body.resources {
	line-height: 18px;
}
a {
	color: #454A4E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* End CSS reset */

#branding {
	top: 38px;
	left: 27px;
	position: absolute;
}
ul.navigation {
	position: absolute;
	top: 53px;
	left: 640px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 520px;
}
ul.navigation li {
	list-style: none;
	float: left;
}
ul.navigation li a {
	display: block;
	line-height: normal;
	color: #454a4e;
	text-decoration: none; 
}
ul.navigation li#studio a, ul.navigation li#about a {
	margin-right: 41px;
}
ul.navigation li#craft a {
	margin-right: 48px;
}
ul.navigation li#resources a {
	margin-right: 47px;
}
ul.navigation li a:hover {
	color: #000;
}
div#main {
	position: absolute;
	overflow: auto;
	top: 93px;
	left: 0px;
	height: 620px;
	width: 100%;
}
body.artist div#main {
	overflow: visible;
}
div.showrooms {
	height: auto !important;
	overflow: visible !important;
	margin-top: 6px;
	font-size: 14px;
}

div#text {
	position: absolute;
	top: 0px;
	left: 29px;
	width: 296px;
}
body.resources div#text {
	width: 260px;
}
div#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 29px 0px;
}
p {
	margin-bottom: 18px;
}
h3 {
	margin-bottom: 18px;
}
table#images {
	position: absolute;
	height: 575px;
	width: auto;
	top: 0px;
	left: 357px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table#images2 {
	position: absolute;
	height: 575px;
	width: auto;
	top: 0px;
	left: 682px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table#images td {
	padding-right: 14px;
}
div#contact {
	position: absolute;
	height: 575px;
	width: auto;
	top: 0px;
	left: 357px;
	margin: 0px;
	padding: 0px;
}
#col2 {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 326px;
}
#col3 {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 576px;
}
#col4 {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 808px;
}
#col5 {
	width: 220px;
	position: absolute;
	top: 0px;
	left: 1029px;
	border-left: 1px solid #C0C1C1;
	padding-left: 11px;
}

/* Contact form */

.ddfmwrap label {
	display: block;
	margin-bottom: 2px;
}
.ddfmwrap .fieldwrap input {
	background: #EFEFEF;
	border: 1px solid #EDEDED;
	padding: 4px;
	width: 250px;
	height: 16px;
	margin-bottom: 8px;
}
.ddfmwrap .fieldwrap textarea {
	background: #EFEFEF;
	border: 1px solid #EDEDED;
	padding: 4px;
	width: 250px;
	height: 90px;
	margin-bottom: 19px;
}
.ddfmwrap .fieldwrap input.fmverify {
	width: 125px;
	float: left;
}
.ddfmwrap .fieldwrap img {
	float: left;
}
span.required, div.credits {
	display: none;
}
div.submit {
	clear: both;
	padding-top: 12px;
	margin-left: 178px;
}
div.submit input {
	text-transform: uppercase;
	color: #FFF;
	background: #454A4E;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-box-shadow: 0px 0px 4px #EEE;
	-webkit-box-shadow: 0px 0px 4px #EEE;
	box-shadow: 0px 0px 4px #EEE;
}
div.submit input:hover {
	color: #CCC;
	background: #000;
	cursor: pointer;
}
p.indent {
	margin-left: 9px;
}
p.small {
	font-size: 13px;
	line-height: 20px;
}
