/*
#030303
#1A1A1A
#333333
#4D4D4D
#666666
#7F7F7F
#999999
#B3B3B3
#CCCCCC
#E5E5E5
*/
ul{
padding:0px;
margin:0px;
list-style-type:none;
}
a {
	color:#4D4D4D;
}
a:hover {
	color:#4D4D4D;
}

body {
	font: 100%   Trebuchet MS,Verdana,Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4D4D4D;
}
input {
	border: 1px solid #B3B3B3;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4D4D4D;
}
img {
	border:none;
}
h1, h2 {
	font-family:Trebuchet MS,Arial,Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:18px;
	padding:0px;
	margin:0px;
	padding-bottom:20px;	padding-top:1px;

	text-transform:capitalize;
	
}
#exTitle{
text-transform:none;
}
h2 {
	font-size:12px;
	font-weight:bold;
	padding:36px 0px 18px 0px;
	margin:0px;
}
h3 {
	font-family:Trebuchet MS,Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
	padding-bottom:0px;
	margin:0px;
	font-weight:normal;
}

#slide ul li{
padding-right:5px;
}
#headerContent {
	height:80px;

}
#headerContent ul, #headerContent li {
	/*filter:alpha(opacity=50);	*/
	padding-left:0px;
	margin-left:0px;
	padding:0;
	margin:0;
}
a:focus {
	outline:none
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px 0px 0px 270px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	margin-top:25px;
	background: #FFFFFF;
	float:none;
}

/*sub menu formatting.............................................................................................*/

#artistThumb{
	float:left;
	width:250px;
	padding:0;
	margin:0;	margin-top:45px;
	margin-left:40px;
	height:250px; border:none; overflow:hidden;

}
#subMenu{
	float:right;
	width:140px;
	padding:0;
	margin:0;
	margin-left:30px;
	border:1px dotted #b3b3b3;
}


#subMenu ul,#subGallery ul{
	display:block;
	list-style:none;
	margin:15px;
}


#subMenu li,#subGallery li{
	margin:0px;
}

#subMenu li a, #subMenu li strong,#subGallery li a{
	display:block;
	width:100%;
	margin:0px;


	padding-bottom:5px;
	padding-top:5px;
	font-size:11px;
	text-decoration:none;
}
#subMenu li strong{
padding-bottom:20px;
}

#subMenu li a:hover{
	color:#CC0000;
}
#subGallery li a:hover{
color:#4d4d4d;
}
/*sub menu formatting.............................................................................................*/


/*artist List page css */
.artisListBlock {
	list-style:none;
	display:block;
	line-height:18px;
	height:120px;
			float:left;

}
.artisListBlock, .artisListBlock li {
	padding-left:0px;

	margin-left:0px;
	padding:0px;
	margin:0px
}
.artisListBlock li {
	padding-right:30px;
	padding-bottom:5px;
}
.artisListBlock li a {
	color:#4d4d4d;
	text-decoration:none;
}
.artisListBlock li a:hover {
	color:#CC0000;

}
/* end artist List page css */

/* arist bio css */
.artistBio {
	text-align: center;
}

#galleryContent,#exhibitionContent, #artistBioContent, #artistListContent, #publicationContent {
	
	width:480px;
	float:left;
	padding:0px;
	line-height:18px;
	margin:0px;

}

#galleryContent{
line-height:18px;

}

 #artistListContent{width:auto;}
 
 

/* end artist bio */

/* artwork css */

#artworkNav {
	padding:10px;
	color:#4D4D4D;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#next, #prev {
	padding: 0 10px;
}
#next:hover, #prev:hover {
	color:#4D4D4D;
}
#next, #prev {
	font-size:12px;
	color:#999999;
	text-decoration:none;
}

#artwork {
	float:left;
	margin: 0 auto;
	width:470px;
	padding:0px;
	text-align:center;

}
#artworkDetails {
	text-align:left;
	font-family: Arial,  Verdana,Helvetica, sans-serif;
	font-size:11px;
}

#innerThumbHolder {

	vertical-align:middle;
	width:450px;
	margin: 0 auto;
	padding:0 0;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}
/*end artwork css */


/*  header css */

#header {
	margin: 0;
	padding: 0px 0px 0px 0px;
	padding-top:35px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:none;
	background-color:#FFFFFF;
}
#logo {
	margin:0;
	float:left;

	height:39px;
	width:270px;
	padding-top:0px;
	background-color:#FFFFFF;
}
#search {
	float:right;
}
#headerContent {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top:0px;
	
	/*border-bottom:1px dotted #4d4d4d;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #headerContent ul {
	display:block;
	list-style:none;

}
#headerContent ul {
padding-top:10px;
}

#header #headerContent ul li {
	/*background-color:black;*/	
	font-size:12px;

	  position: relative;	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:50px;
	text-transform:uppercase;
}
#header #headerContent ul li a {

	display:block;

	text-decoration:none;
}
#header #headerContent ul li a:hover{
	color:#cc0033;
}

.sfHover{
color:#cc0033;

}


.sfHover > a:hover,.sfHover a{
color:#cc0033;
}
#header #headerContent ul li ul {
	position:absolute;
  	top:10px;
	left:0px;
	display:block;
	list-style:none;

	
}
#header #headerContent ul li ul li {
	border:1px solid white;
	padding:0px;
	display:block;
	white-space: nowrap;
  	position: relative;
	float:none;
	margin:0px;
	text-transform:capitalize;	

}
#header #headerContent ul li ul li a {
			float:none;
letter-spacing:0px;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;	text-decoration:none;	display:block;	
padding:0;
		border:none;
		


}
#header #headerContent ul li ul li a:hover {
color:#cc0033;
}
/* end header css */

/* exhibition*/
#exhibition {
	float:right;
}
.exhibitionDetails {
	padding-top:8px;
}
.exhibitionDetails p {
	font-size:11px;
	padding:0;
	padding-top:4px;
	margin:0;
	color:#4D4D4D;
}
.exhibitionDetails strong {
	width:100px;
	font-size:13px;
	color:#4D4D4D;
	font-family:Trebuchet MS,Arial,Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
.exhibitionBlock {
	float:left;
	margin-right:15px;
	border:1px solid white;
	padding:10px;
	width:120px;
	height:230px;
}
.exhibitionBlock img {
	display:block;
}

.exhibitionsDetails {
	width:110px;
}
/* exhibition--------------------------------------------------------------*/


/*publication--------------------------------------------------------------*/
.publicationBlock {
	border:1px dotted #fff;
	padding:0;
	margin:0;
	float:left;
	margin-bottom:20px;
	width:500px;
}
.publicationBlock img {
	display:block;
	padding:20px;
	padding-left:0px;
	float:left;
}
.publicationDetails {
	display:block;
	margin-left:170px;
	padding:20px;

}
.publicationDetails p {
	font-size:11px;
	padding:0 0;
	padding-top:5px;
	margin:0;
	color:#4D4D4D;
}
.publicationDetails p strong {
	font-size :12px;
	display:block;
	padding-bottom:5px;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
}
/*publication--------------------------------------------------------------*/



.clearLine {
	clear:both;
}
#footer {
	clear:both;
	padding: 20px 0px;
	padding-top:50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	color:#B3B3B3;
	text-align:right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0;
	padding-bottom: 0px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.addRed{
color:#CC0000;
font-weight:bold;
}
.galleryList ul li a,.galleryList ul li{
text-transform:uppercase;
}
.galleryList ul li{
display:block;
padding-bottom:10px;

}
