body
{
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
width:100%;
background: url('../img/bodyBG.jpg') repeat-x top left transparent;
height:550px;
color:#4c4d4e;
}
*
{
margin:0;
padding:0;
}
p,a,table,tr,td,div,span,em,ul,ol,li
{
font-size:13px;
}
ul
{
list-style:none;
}
img
{
border:none;
}
p {
 margin-bottom: 10px;
}

/* Temp CSS */

/* Temp CSS */

/*-----------Slideshow CSS start-----------------*/
#homepageSlideshow {
width:368px;
text-align:center;
}
.slideshow {
width:368px;
margin-top:10px;
margin-left: 60px;
text-align:center;
z-index: 1;
}
/*-----------Slideshow CSS end-------------------*/

#container
{
margin: 0 auto;
width: 960px;
position: relative;
}

#header
{
	background: url('../img/logo.png') no-repeat top left transparent;
	min-height: 135px;
}

#headerInfo {
	float: left; margin-left: 63px;
	color: #000;
}

#socialLinks {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

li.socialLink {
	text-align: right;
	height: 30px;
}

li.socialLink img {
	margin-bottom: -15px;
}

li.socialLink a {
	margin: 10px;
	color: #fff;
	text-decoration: none;
}

li.socialLink a:hover {
	text-decoration: underline;
	color: #4c4d4e
}

#navContainer
{
	position: absolute;
	top: 100px;
	left: 0;
	border-left: 1px solid #000;
	z-index: 5;
}

li.mainLink {
	float: left;
	border-right: 1px solid black;
	height: 25px;
	width: 120px;
	text-align: center;
	padding-top:10px
}

li.mainLink ul {
	display: none;
	background-color: #506d0f;
	margin-top: 10px;
}

li.mainLink ul li {
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

li.mainlink ul a {
	color: #4c4d4e;
}

li.mainLink ul a:hover {
	color: #92af2a;
}

li.mainLink a {
	color: #fff;
	font-weight: bold;
}

#main
{
float: left;
border-left: 1px solid #000;
border-right: 1px solid #000;
background-color: #fff;
width: 780px;
z-index: 0;
margin-bottom: -6px;
}
#main .sidebar
{
width:180px;
padding:0;
margin: 0 -180px 10px 0;
float:right;
color:#4c4d4e;
}
#main .sidebar h2
{
font-size:18px;
font-weight:bold;
padding: 10px 0 0 10px;
}
#main .sidebar h3
{
font-size:16px;
font-weight:bold;
padding: 5px 0 0 20px;
}
#main .sidebar a
{
text-decoration:none;
color:#4c4d4e;
padding-left: 20px;
}
#main .sidebar a:hover, a:active
{
text-decoration:underline;
color:#4c4d4e;
}
/*----------------START Content columns----------------*/
div.column_half {
	width: 368px;
	float: left;
	padding: 10px;
}

.columnLeft {
	width: 250px;
	padding: 10px;
}

.columnRight {
	width: 480px;
	padding: 10px;
}

#homepage_galleryInfo {
	margin-top: 20px;
}

#homepage_galleryInfo a {
	text-decoration:underline;
	color:#92af2a;
}

#homepage_galleryInfo a:hover, a:active {
	text-decoration:none;
	color:#4c4d4e;
}

#rental_emailForm {
	margin-top: 430px;
	margin-left: 60px;
}

#rental_emailForm {
	margin-top: 430px;
	margin-left: 60px;
}

form div {
	margin-top: 10px;
}
/*----------------END Content colums----------------*/

/* CORNERS BOX */
.cornersBox {
	background-color: #ccc;
	margin: 10px;
	padding: .5em;
	border: 1px solid #aaa;
}

#main .content
{
background-color:#ffffff;
width:780px;
text-align:justify;
}
#main .content a
{
text-decoration:none;
color:#92af2a;
}
#main .content a:hover, a:active
{
text-decoration:underline;
color:#4c4d4e;
}
#main h1
{
font-size: 20px;
padding-left:10px;
margin-top: 10px;
margin-bottom:10px;
}

#main h2
{
padding-left:10px;
margin-top: 10px;
margin-bottom:10px;
}
#main .content p
{
margin: 10px;
}
#main .content p.leftBorder
{
border-left:solid black 4px;
padding-left:6px;
}
#main .content img
{
max-width:520px;
margin: 5px;
}
#main .galleryLink
{
width:780px;
height:40px;
text-align:left;
position: relative;
}

.linkList {
	position: absolute;
	top: 10px;
	left: 20px;
}
.linkList a
{
font-size:18px;
font-weight: bold;
}
#main .content table
{
width:100%;
text-align:center;
}
#main .content td.title
{
font-style:italic;
}

#main ul.bulletList {
	margin: 10px 10px 10px 30px;
	list-style: circle;
}

#artistIndex {
	width:780px;
	text-align:center;
	float: left;
	padding: 10px;
}

.artistIndexItem{
float:left;
width:33%;
height:200px;
text-align:center;}
/*----------------------------*/
/*       EXHIBITION PAGE      */
/*----------------------------*/
.itemWrapper {
	background: url('../img/icon_symbolPlus.png') no-repeat top right;
	border: 1px solid #999;
	padding: 10px 35px 10px 10px;
	margin: 10px;
}

.itemTitle {
	font-size: 14px;
}

/*----------------------------*/
/*       COMMON CLASSES       */
/*----------------------------*/
.highlight
{
font-size:1.1em;
font-weight:bold;
color:#4c4d4e;
}
.floatRight
{
float:right;
}
.floatLeft
{
float:left;
}
.empty
{clear:both;}
.textRight
{text-align: right;}
.sideMargin10
{margin-left: 10px;
margin-right: 10px;}

a:link, a:visited {
	text-decoration: underline;
	color: #92af2a;
}

a:hover, a:active {
	text-decoration: none;
	color: #4c4d4e;
}
/*------------------------------*
*-----------footer-------------*
*-------------------------------*/
#footer {
	width: 100%;
	height: 200px;
	margin-top: -5px;
	clear: both;
	background:url('../img/footerBG.jpg') repeat-x top left transparent;
	text-align: center;
	z-index: -1;
}

#footer .content {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 10px;
	color: #000;
	line-height: 22px;
}

#footer .content div {
	margin: 15px 10px 10px 10px;
}

#footer .content ul {
	margin-left: 20px;
	width: 100px;
}

#footer .content h3 {
	font-size: 12px;
	font-weight: bold;
}

#footer .content a {
	text-decoration: underline;
	color: #000;
}

#footer .content a:hover, a:active {
	text-decoration: none;
	color: #4c4d4e;
}

#googleCheckoutWrapper {
	margin-top: -20px;
}

.lsdLink {
	font-size:12px;
	text-align: right;
	margin: 0;
}

a:link.lsdLink, a:visited.lsdLink
{
text-decoration: underline;
font-size:12px;
color:#ffffff;
}

a:hover.lsdLink, a:active.lsdLink
{
text-decoration: none;
font-size:12px;
color:#4c4d4e;
}