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

body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 940px;
	margin: 30px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}



/* gallery-wrapper CSS */

#gallery-wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #990000;
	margin: 20px;
}

.artwork {
	padding: 4px;
}

.pricing {
	padding: 4px;
}

.pricing p {
	margin: 0;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

table.image-pricing {
	border-width: 0;
	color: #990000;
	font-size: 0.9em;
	line-height: 1.5em;
	border-collapse: collapse;
}

table.image-pricing td {
	border-width: 0;
	padding: 2px 8px;
	vertical-align: top;
	text-align: left;
}

.close_window {
	padding: 20px 4px 0 4px;
	float: left;
}

.close_window a:link {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color:#CC6633;
}



/* header CSS */
#header {
	height: 130px;
	background: url(images/signature.png) top left no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	text-indent: -999em;
	line-height: 130px;
}

#header img {
	width: 174px;
	height: 170px;
	position: absolute;
	top: 58px;
	left: 800px;
	z-index: 9;
}

#header_line {
	background: url(images/line.png) top left no-repeat;
}

#header_line p {
	padding-top: 12px;
	font-size: .85em;
	text-align: right;
	margin-right: 100px;
}

#content {
}

/* editable content CSS */
#rightcolumn {
	float: left;
	width: 76%;
	padding: 4px 0 10px 20px;
	min-height: 620px;
	border-left-color: #F2D99F;
	border-left-style: solid;
	border-left-width: 3px;
}

.feature {
	float: right;
	width: 36%;
	position: relative;
	min-height: 250px;
	padding: 0 0 0 20px;
}

.feature_content {
	background-color: #F3EACC;
	padding: 38px 20px 10px 20px;
}

#rotator {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 500px;
	left: 34px;
	z-index: 10;
}

hr {
	height: .5px;
	color: #F2D99F;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 14px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 3px;
}

p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
}

p a:link, a:hover {
	text-decoration: none;
	color:#990000;
}

p a:hover {
	background-color: #FFFFCC;
}

p a:visited {
	text-decoration: none;
	color: #CC6600;
}

.gallery_thumbnail {
	padding-bottom: 4px;
}

.inline_link {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 8px;
	margin: 4px 0 10px;
	padding: 4px 0 ;
}

ul {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}

ol {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 8px 0;
}

img.right {
	margin: 8px 0;
}

.clear {
	clear: both;
}

.clearfloat {
	clear:both;
	height: 0;
	font-size: 1px;
}


/* by_line CSS */
#by_line {	
	font-size: .8em;
	padding-left: 760px;
}

#by_line p a:link, a:hover {
	text-decoration: none;
	color:#990000;
}

#by_line p a:hover {
	background-color: #FFFFCC;
	padding: 2px 0;
}

#by_line p a:visited {
	color: #CC6600;
}
