/* CSS Document */

/* DOCUMENT ///////////////////////////////////*/
html, 
body 
{
    height: 100%;
	margin:0;
	padding:0;
}

body{
	font-size: 62.5%;
	background-color:#FFFFFF;
	font-family: Georgia, serif;
}

div#container {
	position:relative;
	width:922px;
	/* margin:0 0 0 16px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	min-height:500px;
	padding:20px 0 0 0;
	
}


/* GLOBALS ///////////////////////////////////*/

form input,
form textarea,
form select,
form.file
{
	font-size: 1.3em;
	color: #888888;
	font-family: inherit;
	background-color: #FFFFFF;
	border: 1px solid #C3C3C3;

	padding: 3px 0 2px 5px;

}

img {
	border:none;
	padding:0;
	margin:0;
}

.error {
	color:#000000;
}

img.artwork {
	border: 1px solid #CCCCCC;
	padding:8px;
}

/* TEXT ///////////////////////////////////*/
p, h1, h2, h3, h4, h5, h6, address {
	color:#666666;
	margin:0;
	padding:0;
}

h1 {
	font-size:1.8em;
	line-height:.6em;
	font-weight:bold;
	color:#666666;
}

h2 {
	font-size:1.4em;
	line-height:1.5em;
	font-weight:normal;
	margin:5px 0 0 9px;
}

h3 {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	margin:0 0 0 9px;
}

h4 {
	font-size: .9em;
	font-weight:normal;
	font-style:italic;
	color:#999999;
}

h5 {
	font-size: 1.4em;
	font-weight: normal;
	margin:.6em 0 0 0;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height:1.3em;
	font-weight:normal;
	color:#666666;
}

p {
	font-size: 1.2em;
	line-height:1.3em;
	margin:0 0 0 0;
}

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#999999;
	text-decoration:none;
}

/* LEFT BAR //////////////////////////////////*/
div#left_container {
	position:relative;
	float:left;
	width:165px;
	height:635px;
}

div#logo {
	position:relative;
	height:90px;
	width:147px;
	margin:0 0 0 17px;
}

div#nav {
	position:relative;
	width:147px;
	margin:23px 0 0 18px;
}

.nav_but {
	position:relative;
	margin:0 0 13px 0;
}

div#news {
	position:relative;
	width:165px;
	margin:15px 0 0 0;
}

#scrollable2 {
	float:left;
	width: 145px;
	height: 100%;
	padding: 0;
	margin:3px 0 3px 0;
	overflow: hidden;
	white-space:normal;
}

#wrap3 {
	float: left;
	width: 11px;
	height: 101%;
	margin:0 6px 0 1px;
}

#track3 {
	position: relative;
	width: 11px;
	height: 101%;
}

#handle3 {
	width: 11px;
	height: 21px;
	cursor:pointer;
}

.news_dots {
	margin:0 0 0 17px;
}

div#news ul {
	list-style:none;
	padding:0;
	margin:0;
}

div#news li {
	font-size: 1em;
	line-height:1.5em;
	color:#555555;
}

div#news li span.hd {
	color:#05C4E6;
	text-transform:uppercase;
}

div#news li span.date {
	color:#007205;
}

div#news li p {
	
	font-size:1em !important;
	
	}

div#mail {
	position:relative;
	min-height:70px;
	width:147px;
	margin:48px 0 0 17px;
}

#join_email {
	margin:4px 0 8px 0;
}

p.error {
	font-size:1.1em;
	color:#990000;
}

div#mail a:link, div#mail a:visited {
	color:#007205;
	text-decoration:none;
}
div#mail a:hover {
	color:#000000;
	text-decoration:none;
}
div#mail a:active {
	color:color:#007205;
	text-decoration:none;
}

div#copy {
	position:relative;
	height:30px;
	width:147px;
	margin:8px 0 0 17px;
}


/* RIGHT BAR //////////////////////////////////*/
div#right_container {
	position:relative;
	float:left;
	width:735px;
	min-height:584px;
	margin:53px 0 0 16px;
}

div#img_container {
	min-height:527px;
}

img.des_dots {
	margin:.5em 0 0 1px;
}

div#right_container a img {
	margin:.2em 0 0 8px;
}

div#right_container h3,
div#right_container h2 {

overflow:visible;
width:500px;

}

div#right_container h3 form {

border:none;
width:135px;
position:absolute;
right:83px;
bottom:24px;
}

div#right_container h3 form input {

border:none;

}

form#viewcart {

	position: absolute;
right:90px;
border:none;
	
	}

form#viewcart input {

border:none;

}
	
img#creditcards {

	position: absolute;
right:230px;	


	}
	
span#lrbut {

	display: block;
	
	}

span.price {

	color:#008ba4;
	
	}

/* INNER LEFT BAR ////////////////////////////*/
.artBlock {
	position:relative;
	width:600px;
}

.nav_overflow {
	width:147px;
	height:107px;
	overflow:hidden;
	margin:0 0 0 -34px;
}

.artcol {
	position:relative;
	float:left;
	width:148px;
}

.artcol ul {
	padding:0;
	margin:.4em 0 0 34px;
	list-style: none;
}

.artcol ul li {
	font-size:1.2em;
	line-height:1.4em;
}

.artcol ul li span {
	color:#05C4E6;
	font-style:italic;
}

.artcol ul li a:link span {
	color:#05C4E6;
}

.artcol ul li a:hover span {
	color:#007205;
}

/* STATS ////////////////////////////*/
div#stats_about {
	position:relative;
	width:460px;
}

div#stats_contact {
	position:relative;
	width:460px;
	margin:16px 0 0 9px;
}

div#stats_links {
	width:200px;
	position:relative;
	float:left;
	padding:0 0 0 9px;
}

div#stats_links ul, div#stats_exhib ul, 
div#stats_pub div.pub_cols ul {
	list-style: none;
	padding:0;
	margin:0;
}

div#stats_links ul li {
	font-size:1.2em;
	line-height:1.3em;
}

div#stats_links ul li a:link, div#stats_links ul li a:visited {
	color:#666666;
}

div#stats_links ul li a:hover {
	color:#05C4E6;
}

div#stats_links ul li a:active {
	color:#666666;
}

div#stats_exhib {
	width:450px;
	position:relative;
	float:left;
}

div#stats_exhib ul li {
	font-size:1.4em;
	color:#666666;
	line-height:1.2em;
	margin-bottom:2px;
}

div#stats_pub {
	position:relative;
	float:left;
	width:460px;
	margin:0 0 0 9px;
	padding:0 0 40px 0;
}

div#stats_pub div.pub_cols {
	position:relative;
	float:left;
	width:140px;
	margin:2px 8px 0 0;
}

div#stats_pub div.pub_cols ul li {
	font-size:1.2em;
	line-height:1.3em;
	color:#666666;
}

div#stats_links, div#stats_exhib {
	margin-top:16px;
	padding-bottom:25px;
}

h4 span {
	margin-left:1em;
}

address {
	font-size:1.4em;
	font-style:normal;
	line-height:1.8em;
	margin:0;
	padding:0;
}

address span {
	text-transform:uppercase;
	font-size:.78em;
	letter-spacing:.15em;
	margin-right:.5em;
}		