@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font:0.8em Arial, Verdana, Helvetica, sans-serif;
	background-color:#000;
	color:#333;
}

/* Wrapper */
#wrapper {
	margin:0px auto;
	width:919px;
}



/* Header */
#header {
	width:919px;
	height:70px;
	background:url(../images/header-bg.jpg) bottom center no-repeat;
}

#header-blog {
	width:919px;
	height:70px;
	background:url(../images/header-bg-blog.jpg) bottom center no-repeat;
}

#header IMG,
#header-blog IMG {
	margin:30px 0px 0px 35px;
	float:left;
}



/* Header Navigation */
#header-nav {
	margin:33px 0px 0px;
	height:20px;
	width:411px;
	float:right;
}

#header-nav ul {
	display:inline;
}

#header-nav ul li {
	height:20px;
	float:left;
	list-style:none;
}

#header-nav ul li a span {
	visibility:hidden;
}

#header-nav .blog a {
	width:43px;
	height:20px;
	background:url(../images/btn-blog.gif) no-repeat;
	display:block;
}

#header-nav .blog a:hover {
	width:43px;
	height:20px;
	background:url(../images/btn-blog-over.gif) no-repeat;
	display:block;
}

#header-nav .statement a {
	width:74px;
	height:20px;
	background:url(../images/btn-statement.gif) no-repeat;
	display:block;
}

#header-nav .statement a:hover {
	width:74px;
	height:20px;
	background:url(../images/btn-statement-over.gif) no-repeat;
	display:block;
}

#header-nav .cv a {
	width:29px;
	height:20px;
	background:url(../images/btn-cv.gif) no-repeat;
	display:block;
}

#header-nav .cv a:hover {
	width:29px;
	height:20px;
	background:url(../images/btn-cv-over.gif) no-repeat;
	display:block;
}

#header-nav .artwork a {
	width:64px;
	height:20px;
	background:url(../images/btn-artwork.gif) no-repeat;
	display:block;
}

#header-nav .artwork a:hover {
	width:64px;
	height:20px;
	background:url(../images/btn-artwork-over.gif) no-repeat;
	display:block;
}

#header-nav .technique a {
	width:74px;
	height:20px;
	background:url(../images/btn-technique.gif) no-repeat;
	display:block;
}

#header-nav .technique a:hover {
	width:74px;
	height:20px;
	background:url(../images/btn-technique-over.gif) no-repeat;
	display:block;
}

#header-nav .contact a {
	width:59px;
	height:20px;
	background:url(../images/btn-contact.gif) no-repeat;
	display:block;
}

#header-nav .contact a:hover {
	width:59px;
	height:20px;
	background:url(../images/btn-contact-over.gif) no-repeat;
	display:block;
}

#header-nav .orders a {
	width:51px;
	height:20px;
	background:url(../images/btn-orders.gif) no-repeat;
	display:block;
}

#header-nav .orders a:hover {
	width:51px;
	height:20px;
	background:url(../images/btn-orders-over.gif) no-repeat;
	display:block;
}



/* Main Content */
#main {
	padding:10px 20px 0px;
	width:879px;
	background:url(../images/main-bg.jpg) repeat-y;
}

#main-blog {
	padding:10px 20px 0px;
	width:879px;
	background:url(../images/main-bg-blog.jpg) repeat-y;
}

IMG.main {
	margin:0px 8px 0px 0px;
	float:right;	
}



/* Rotating Images Banner */
#main-banner {
	margin:0px 8px 10px;
	padding:9px;
	width:844px;
	height:213px;
	background:url(../images/main-banner-bg.jpg) no-repeat;
}



/* Left Column */
#main-left {
	margin:5px 0px 10px 8px;
	width:150px;
	float:left;
}

#main-left IMG {
	margin:0px 0px 20px;
}

#main-left ul {
	margin:0px 0px 20px 10px;
	width:75px;
}

#main-left ul li {
	padding:10px 0px;
	list-style-type:none;
	border-bottom:1px dashed #B52914;
}

#main-left ul li.last,
#main-left ul.blog li.last {
	border:none;
}

#main-left ul li a {
	font-weight:bold;
	font-size:1.1em;
	color:#B52914;
}

#main-left ul.blog li a {
	color:#486ecc;
}

#main-left ul.blog li {
	border-bottom:1px dashed #486ecc;
}



/* right content */
#main-right {
	margin:5px 8px 10px 0px;
	padding:0px 10px 0px 0px;
	width:660px;
	float:right;
}

#main-right-home {
	margin:5px 8px 0px 0px;
	padding:0px 10px 0px 0px;
	width:680px;
	float:right;
}

#main-right h1,
#main-right-home h1 {
	margin:0px 0px 10px;
	font-size:1.5em;
	color:#B52914;
}

#main-right h2 {
	margin:0px 0px 3px;
	font-size:1.1em;
	color:#B52914;
}

#main-right p,
#main-right-home p {
	margin:0px 0px 20px;
	line-height:1.5em;
}

#main-right span {
	line-height:1.5em;
	font-style:italic;
}

#main-right ul {
	margin:10px 0px 30px;
}

#main-right ul li {
	margin:0px 0px 10px;
	list-style-type:none;
}



/* blog */
#blog {
	margin:5px 8px 10px 0px;
	padding:10px 10px 0px 0px;
	width:660px;
	float:right;
}

#blog h2 {
	margin:0px 0px 10px;
	font-size:1.1em;
	color:#486ecc;
	float:left;
}

#blog h3 {
	font-size:0.9em;
	color:#486ecc;
	font-weight:normal;
	float:right;
}

#blog p {
	margin:0px 0px 10px;
	clear:both;
}

#blog hr {
	margin:20px 0px;
	height:1px;
	width:100%;
	border-top:2px dashed #486ecc;
	background:none;
}

.pagenumbers,
.pagenumbers a {
	font-weight:bold;
	color:#486ecc;
}

.pagenumbers {
	font-size:0.9em;
}



/* frame for images in gallery */
.artwork-holder {
	margin:10px 35px 0px 0px;
	width:280px;
	float:left;
}

.artwork-holder h3 {
	padding:0px 0px 0px 10px;
	font-size:1em;
}

.artwork-holder p {
	padding:0px 0px 0px 10px;
	font-size:0.8em;
}



/* image within frame */
.artwork-frame {
	padding:0px 15px;
	background:url(../images/frame-bg.jpg) repeat-y;
}



/* artwork and products page horizontal nav */
#artwork-nav,
#products-nav {
	margin:0px 0px 20px;
	padding:4px 6px 4px 0px;
	height:17px;
	color:#660000;
}

#artwork-nav {
	width:600px;
}

#products-nav {
	width:370px;
}

#artwork-nav a,
#products-nav a {
	margin:0px 9px;
	color:#A76430;
}

#artwork-nav a.start,
#products-nav a.start {
	margin:0px 9px 0px 0px;
}

#artwork-nav a:hover,
#products-nav a:hover {
	color:#773B1F;
}



/* exhibiting blog holder */
#blog-box {
	margin:0px 0px 20px;
	padding:15px 10px 0px;
	border:1px solid #666;
	background-color:#FFF;
}



/* copyright notice on artwork page */
#copyright {
	margin:0px 0px 20px;
	padding:103px 10px 10px 65px;
	width:77px;
	height:57px;
	background:url(../images/copyright-notice.jpg);
}

#copyright a {
	font-size:0.8em;
	line-height:1.2em;
}



/* Table */
table {
	width:600px;
	border:none;
}

table tr th {
	padding:3px;
	font-size:1em;
	color:#B52914;
	text-align:left;
	border-left:#663333 1px solid;
	border-bottom:#663333 1px solid;
}

table tr td {
	padding:3px;
	border-left:#663333 1px solid;
	border-bottom:#663333 1px solid;
}



/* Form */
form {
	margin:0px 0px 0px 70px;
	width:500px;
}

form label {
	margin:5px;
	padding:3px 0px 0px 70px;
	width:100px;
	text-align:right;
	float:left;
}

form input.inputtext {
	margin:5px;
	padding:1px 0px 2px 2px;
	width:220px;
	height:16px;
	color:#333;
	float:left;
	background:url(../images/input-bg.gif) repeat-x #FFF;
	border:1px solid #bfbfbf;
}

form textarea {
	margin:5px;
	padding:2px;
	width:219px;
	height:96px;
	font:1em Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	background:url(../images/textarea-bg.gif) repeat-x #FFF;
	border:1px solid #bfbfbf;
}

form select {
	margin:5px;
	height:21px;
	color:#333;
	float:left;
	background:#FFF;
	border:1px solid #bfbfbf;
}

form option {
	background:#FFF;
}

form h3 {
	margin:5px 0px 0px 185px;
	font-size:1em;
	color:#B52914;
}

button {
	margin:5px 247px 0px 0px;
	width:68px;
	height:24px;
	float:right;
	background:url(../images/btn-submit.gif);
	display:block;
	border:none;
}

button:hover {
	background-position: -68px;
}



/* Footer */
#footer {
	margin:0px 0px 50px;
	padding:10px 20px;
	width:879px;
	height:17px;
	background:url(../images/footer-bg.jpg) no-repeat;
}

#footer-home {
	margin:0px 0px 50px;
	padding:15px 20px;
	width:879px;
	height:57px;
	background:url(../images/footer-home-bg.jpg) no-repeat;
}

#footer-blog {
	margin:0px 0px 50px;
	padding:10px 20px;
	width:879px;
	height:17px;
	background:url(../images/footer-bg-blog.jpg) no-repeat;
}

#footer-left {
	margin:10px 0px 0px 15px;
	width:600px;
	float:left;
}

#footer-right,
#footer-right-home {
	margin:10px 15px 0px 0px;
	width:150px;
	float:right;
	text-align:right;
}

#footer-right-home {
	margin:45px 45px 0px 0px;
}

#footer p,
#footer-home p,
#footer-blog p {
	margin:2px 0px;
	font-size:0.7em;
	color:#FFF;
}

#footer a,
#footer-home a,
#footer-blog a {
	font:1em;
	text-decoration:none;
	color:#FFF;
}

#footer a:hover,
#footer-home a:hover,
#footer-blog a:hover {
	text-decoration:underline;
}



/* constants */
a {
	text-decoration:none;
	font-weight:bold;
	color:#B52914;
}

a:hover {
	color:#660000;
}

hr {
	margin:20px auto;
	width:400px;
	height:1px;
	background-color:#999;
	border:none;
}

img {
	border:none;
}

.left {
	margin:0px 10px 0px 0px;
	float:left;
}

.right {
	margin:0px 0px 0px 10px;
	float:right;
}

#main-right .left,
#main-right .right {
	border:1px solid #999;
}

.clearit {
	width:100%;
	height:0px;
	font-size:0px;
	clear:both;
	line-height:0.0px;
}