/* Global Styles */
body {
	color: #ebd6a4;
	background: #000 url(header-bg.jpg) repeat-x top center;
	font: normal .8em arial, sans-serif;
	text-align: center;
	margin: 0;
	}

p {
	margin: 0 0 10px 0;
	}

a {
	font-weight: bold;
	color: #ebd6a4;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	}
form {
	margin-top: 40px;
	}
input, textarea {
	color: #ebd6a4;
	background-color: #000;
	font: normal 1em arial, sans-serif;
	margin: 2px 0 4px;
	border: 0;
	border-bottom: 1px dashed #333;
	}
input.submit {
	border: 0;
	width: 80px;
	height: 30px;
	background: #111 url(send-button.jpg) no-repeat center;
	cursor: pointer;
	}

/* Specific DIVs */

/* Header Styles */
#header {
	width: 750px;
	height: 470px;
	margin: 0 auto 30px;
	position: relative;
	text-align: left;
	}
#logo {
	position: absolute;
	top: 60px;
	left: 0;
	}
#logo a {
	display: block;
	width: 110px;
	height: 170px;
	background: url(logo.jpg) no-repeat top left;
	}
#logo a:hover {
	background-image: url(logo-h.jpg);
	}
#nav {
	position: absolute;
	left: 145px;
	top: 60px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav li {
	padding: 0;
	margin: 0;
	}
#nav a {
	display: block;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center left;
	}
#nav a span {
	display: none;
	}
a.home {background-image: url(nav-home.jpg); width: 228px;}
a.home:hover {background-image: url(nav-home-h.jpg);}
.active a.home, .active a.home:hover {background-image: url(nav-home-a.jpg);}

a.portfolio {background-image: url(nav-portfolio.jpg); width: 378px;}
a.portfolio:hover {background-image: url(nav-portfolio-h.jpg);}
.active a.portfolio, .active a.portfolio:hover {background-image: url(nav-portfolio-a.jpg);}

a.info {background-image: url(nav-info.jpg); width: 307px;}
a.info:hover {background-image: url(nav-info-h.jpg);}
.active a.info, .active a.info:hover {background-image: url(nav-info-a.jpg);}

#sep-line {
	display: none;
	width: 410px;
	height: 2px;
	position: absolute;
	top: 240px;
	left: 0;
	background: url(sep-line.jpg) no-repeat top left;
	}

#introtxt {
	width: 267px;
	height: 84px;
	position: absolute;
	top: 250px;
	left: 145px;
	background: url(intro.jpg) no-repeat top left;
	text-transform: uppercase;
	}
	#introtxt span {display: none;}
/* End of Header Styles */

/* Content Styles */

#content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
div.sect {
	position: relative;
	}
h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 65px;
	}
h1 {
	width: 45px;
	height: 250px;
	background-color: #000;
	background-position: top right;
	background-repeat: no-repeat;
	}
	h1.h1-welcome {background-image: url(h1-welcome.jpg);}
	h1.h1-designs {background-image: url(h1-designs.jpg);}
	h1.h1-portfolio {background-image: url(h1-portfolio.jpg);}
	h1.h1-about {background-image: url(h1-about.jpg);}
	h1.h1-contact {background-image: url(h1-contact.jpg);}

h1 span {
	display: none;
	}
.content-col {
	padding-left: 140px;
	margin-bottom: 60px;
	}
.quote {
	margin-bottom: 30px;
	}
.artwork {
	margin-top: 30px;
	}
dl {
	margin: 10px 0 0 0;
	}
dt {
	text-transform: uppercase;
	font-weight: bold;
	color: #807359;
	}
dd {
	margin-left: 30px;
	}
/* End of Content Styles */

/* Footer Styles */

#footer-cont {
	height: 230px;
	background: url(footer-bg.jpg) repeat-x bottom center;
	}
#footer {
	width: 750px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	background: url(footer-bg.jpg) no-repeat bottom center;
	}
#copyright {
	position: absolute;
	top: 110px;
	left: 140px;
	width: 348px;
	height: 84px;
	background: url(copyright.jpg) no-repeat top left;
	}
/* End of Footer Styles */

/* Preload Style */
#preload {
	display: none;
	position: absolute;
	left: -10000px;
	bottom: -10000px;
	}
/* End of Preload Style */

/* Mailer Styles */
body.mailer-result {
	background-image: none;
	}
body.mailer-result a {
	display: block;
	width: 125px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 100px auto 0;
	}
body.mailer-result a span {display: none;}
a.ok {background-image: url(send-ok.jpg);}
a.error {background-image: url(send-error.jpg);}