/*@import url(/css/sIFR-screen.css);*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: #630;
	
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	
	text-align: center;
}

h2
{
	text-transform: uppercase;
	font-size: 20px;
	font-family: "HelveticaNeueLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
	color: #00a5c8;
	margin-bottom: 0.2em;
	font-weight: normal;
}

h3
{
	text-transform: uppercase;
	font-size: 14px;
	font-family: "HelveticaNeueLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
	color: #00a5c8;
	margin-bottom: 0.2em;
	font-weight: normal;
}

p {
	margin-bottom: 0.5em;
	line-height: 1.4em;
}


a
{
	color: #59271e;
	text-decoration: none;
	
	font-weight: bold;
	text-transform: uppercase;
}

a:hover
{
	color: #00a5c8;
}

a img, img {
	border-width: 0;
}

.container {
	position: relative;
	top: 0;
	width: 792px;
	height: 567px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	border: 1px solid #59271e;
	border-top-width: 0;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
}

#header_artistOfMonth {
	position: absolute;
	z-index: 1000;
	top: 69px;
	left: 252px;
	width: 259px;
	
	font-size: 14px;
	color: white;
	font-weight: normal;
}

#header_artistOfMonth a {
	color: white;
	text-decoration: none;
	font-size: 0.85em;
}

#header_artistOfMonth a:hover {
	text-decoration: underline;
}

#navigation {
	position: relative;
	top: 5px;
	left: 0;
	height: 16px;

	color: #ccc;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	/*font-family: "arial narrow", "helvetica neue condensed", helvetica, arial, sans-serif;*/
	font-weight: bold;	
	text-transform: uppercase;
	
	z-index: 1000;
}

#navigation a
{
	font-weight: normal;
	margin: 0 4px;
	letter-spacing: normal;
}

#navigation a.current {
	color: #00a5c8;
}

#navigation a.nav_first {
}

#navigation a.nav_last {
}

#middle		
{
	position: relative;
	top: 25px;
	width: 792px;
	height: 325px;
	background-color: white;
	color: #555;
	
	margin-left: -1px;
	
	border: 1px solid #59271e;
}

#info
{
	position: relative;
	top: 0;
	left: 0;
	width: 201px;
	height: 321px;
	
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	
	overflow: auto;
	
	text-align: left;
}

.artist_info {
	text-align: center;
}

.artist_info p {
	text-align: left;
}

.gallery_nav {
	text-transform: uppercase;
	font-size: x-small;
	font-weight: bold;
	color: #666;
	
	line-height: 1.5em;
	
	margin-top: 1em;
}

#display
{
	position: absolute;
	top: 0;
	left: 216px;
	width: 361px;
	height: 100%;
	
	text-align: center;
}

#list		
{
	position: absolute;
	top: 0;
	left: 578px;
	width: 204px;
	height: 321px;
	
	padding-left: 10px;
	padding-top: 4px;
	
	overflow: auto;
}

#list ul {
	list-style: none;
	margin-top: 5px;
}

#list ul li {
	line-height: 1.4em;
}

.details {
	padding-left: 0 !important;
	line-height: 1.4em;
}

#list table {
	
}
#list table th, .label
{
	text-transform: uppercase;
	color: #00a5c8;
	vertical-align: top;
	font-weight: bold;
}

#list table td {
	color: white;
	vertical-align: top;
	padding-left: 3px;
}

#browseType {
	position: absolute;
	top: -1.7em;
	left: 585px;
	width: 235px;
	height: 15px !important;
	
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	
	color: #00a5c8;
}

#browseType2 {
	position: absolute;	
	top: 159px;
	_top: 165px;
	right: 0;
	width: 235px;
	
	text-align: right;
	padding-right: 5px;
	
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	
	color: #00a5c8;
	
	z-index: 100;
}

#thumbnailFrame {
	position: relative;
	top: 100px;
	width: 98%;
	height: 50px;
	margin-left: 1em;
	margin-right: 1em;
	
	border-width: 0;
}

#browseBy {
	float: left;
	width: 23px;
	margin-right: 5px;
}

#theList ul {
	list-style: none;
	margin-left: 1em;
}

#theList ul li.active		
{
	list-style-image: url(images/tinyArrow.gif);
	list-style-position: outside;
}

#theList {
	margin-left: 5px;
	margin-top: 3px;
	height: 250px;
	overflow: hidden;
}

#list_arrows, #buy_buttons {
	width: 100%;
	text-align: center;
}

#buy_buttons {
	margin-top: 1em;
}

#footer {
	position: relative;
	top: 25px;
	left: 0;
	height: 60px;
	color: white;
	background-color: #59271e;
	width: 100%;
	text-align: left;
	font-family: "HelveticaNeueLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial sans-serif;
	font-size: x-small;
	line-height: 2;
}

#footer a {
	font-weight: normal;
	color: white;
}

#addressCopyright
{
	padding: 15px 0 0 10px;
}

#tagline {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 278px;
	height: 49px;
}

#credit {
	display: none;
	background-color: white;
	color: #663;
	width: 100%;
	text-align: center;
	
	text-transform: lowercase;
	font-size: small;
	
	padding: 1em 0;
}

#credit a {
	text-transform: lowercase;
	font-weight: normal;
}

.inline {
	display: inline;
}



.error {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	
	width: 90%;
	padding: 2px;
}

.error ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.error ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.message {
	color: #030;
	background-color: #cfc;
	font-weight: bold;
	border: 1px solid green;
	padding: 0.5em;
}

#admin_nav {
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	padding-bottom: 5px;
}

.work_edit label {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 1em;
	color: #333;
}

#partOne {
    display: inline;
	float: left;
	width: 310px;
}

#partTwo {
    display: inline;
    float: left;
    width: 450px;
    margin-left: 15px;
}

#middle.no_columns {
	padding: 5px;
	width: 782px;
	
}

.pager {
	text-transform: uppercase;
	border-top: 1px dotted #ccc;
	margin-top: 1em;
	padding-top: 5px;
}

img.sidelong {
	margin-right: 15px;
	float: left;
}



#thumbnails {
	position: relative;
	width: 792px;
	height: 50px;
	overflow: hidden;
	background: #ddd;
}

#thumbnails #left_arrow, #thumbnails #right_arrow {
	position: absolute;
	top: 0;
	z-index: 100;
}

#thumbnails #left_arrow {
	left: 0;
	z-index: 100;
}

#thumbnails #right_arrow {
	left: 781px;
}

#thumbnail_strip {
	position: absolute;
	top: 0;
	left: 11px;
	height: 50px;
	width: 2000px;
}

.thumb_img {
	height: 50px;
}

.thumb_img img {
	height: 50px;
}

span.tax_exempt {
	font-size: 0.9em;
	color: #f33;
}