
* {
	margin: 0px; 
	padding: 0px;
}


/*  BODY  */
body { 
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/background.gif) repeat-x top #360A0D;
}


/*  LOGO  */
#logo {
	width: 100px; height: 115px; float:left;
	background: url(../img/logo.gif) top left no-repeat;
}
#logo a { 
	display:block; 
	height:115px;
	width:100px; 
}



/*   DIV Styles   */
#main { border:solid 1px #710812; width:720px; background-color:#E5E6D9; padding:15px; }
#mainBorder1 { border:solid 1px #4B050C; width:752px; background-color:#FFFFFF; padding:1px;  }
#mainBorder2 { border:solid 1px #650711; width:752px; margin:auto; margin-top:10px; overflow:inherit; }
#topNav { border:solid 1px #FFFFFF; background-color:#ECE9DA; padding:10px; width:558px; height:83px; font-size:10px; }
#topNavBorder { border:solid 1px #CAC9A9; width:580px; height:105px; float:left; margin-left:37px; }
div#navLeft { display:block; width:10px; height:45px; background: url(../img/nav_background.gif) top left no-repeat; float:left; }
div#navRight { display:block; width:10px; height:45px; background: url(../img/nav_background.gif) top left no-repeat; float:left; background-position: -555px 0; }
div#navLeftStack {  
	float:left; 
	width:440px;
}
html>body div#navLeftStack {
	width: 433px;
}

div#navRightStack { width:125px; float:left; }
div#search { margin:0 0 0 100px; padding:0; }

#content { 
	clear:both; border:solid 1px #CAC9A9; width:680px; 
	background-color:#FFFFFF; padding:20px;
	min-height:300px; 
}
#artworkBorder { 
	clear:both;
	border:solid 1px #CAC9A9; width:715px; 
	background-color:#E5E7DA; padding:1px; 
	margin-top:5px; overflow:inherit; 
}
#artwork { border:solid 1px #E8AE00; width:713px; background-color:#F7F7EF; }
.paintBox { background:#FFFFFF url(../img/box_head_lorange.gif) top left no-repeat; border-right:#E8E7D9 1px solid; width:346px; padding:2px; }
.printBox { background:#FFFFFF url(../img/box_head_lorange.gif) top left no-repeat; border-left:#E8E7D9 1px solid; width:346px; padding:2px; }
#sectionBoxBorder { background:#ECEADA; padding:5px; }
#sectionBoxBorder2 { border:solid 1px #CBCAAA; background:#FFFFFF; padding:1px; margin-top:5px;  }
.sectionBoxHeader { background: url(../img/sectionBox_arrow.gif) top left no-repeat; color:#000000; padding-left:10px; }
#eventsBox { border:solid 1px #EB6015; background: #ECEADA url(../img/box_head_orange.gif) top left no-repeat; padding:8px; min-height:125px; }
#framingBox { border:solid 1px #700813; background: #ECEADA url(../img/box_head_red.gif) top left no-repeat; padding:8px; min-height:125px; }
.sectionBox2Header { background: url(../img/sectionBox2_arrow.gif) top left no-repeat; color:#FFFFFF; padding-left:10px; }
.eventsTitle a { color: #797268; text-decoration:none; }

#mainPopoup { border:solid 1px #710812; width:570px; background-color:#E5E6D9; padding:15px; }
#mainBorderPopoup1 { border:solid 1px #4B050C; width:602px; background-color:#FFFFFF; padding:1px;  }
#mainBorderPopoup2 { border:solid 1px #650711; width:602px; margin:auto; margin-top:10px; overflow:inherit; }
#contentPopup { border:solid 1px #CAC9A9; width:550px; background-color:#FFFFFF; padding:10px; }
.hidden { 
  position : absolute;
  top : -9000px;
  left : -9000px;
}
div.clear { clear:both; }


/*   Text Styles   */
.text, th, td, p { font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; line-height:12px; color: #666666;}
.bigText {font-size: 14px; font-weight: bold; color:#6E0610; }
.blackText { color:#000000; size:9px; line-height:12.5px; }
.smalltext {FONT-SIZE: 9px;}
.errortext {color: #CC0000; font-weight: bold;}
.red {color: #6E0610; font-weight: bold;}
h1 { font-size:15px; font-weight:bold; color:#6E0610; }
h2 { font-size:12px; }
h3 { }



/*   A   */
.redLink { color:#6E0610; }
.greyLink { color:#666666; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color:#6E0610;}


/* Top Nav List Styles */
ul#menu li a { 
	display:block; background: url(../img/nav_background.gif) top left no-repeat; 
	background-position: -15px 0;
}
ul#menu li a.first { background-position: -20px 0; }

ul#menu.originals li a.originals { background-position: -20px -90px; }
ul#menu.reproductions li a.reproductions, 
ul#menu.exhibitions li a.exhibitions, 
ul#menu.services li a.services, 
ul#menu.about li a.about { background-position: -15px -90px; }

ul#menu a:hover, ul#menu li.hovering { background-position: -15px -45px; text-decoration:none; postition:absolute; z-index: 999;}
ul#menu li a.first:hover { background-position: -20px -45;text-decoration:none; }
ul#menu h2 {  
	display:block; height: 27px; line-height:9px;
	padding:18px 10px 0 10px; text-align:center;
	color:#FFFFFF; font-size:10px;
}
ul#menu h2.twoLine { padding-top:13px; height: 32px; }
ul#menu li {
  float:left; 
  -width:75px; /* IE 6 ONLY */
  position: relative;
  list-style:none;
}
ul#menu div {
 display: none;
}
ul#menu li div {
  position: absolute;
  top: 39px; left: 0; width: 15em;
  padding:0 25px 25px 25px; 
  border:solid 1px #5a1219; border-top:none;
  background: url(../img/subNav_background.gif) top left repeat-x #781019;
  position: absolute; z-index: 9999;
}
ul#menu li.hovering div {
  position: absolute; z-index: 9999;
  /* display: block; */
}
ul#menu li.hovering a { background-position: -15px -45px; }
ul#menu li.hovering a.first { background-position: -20px -45px; }
ul#menu div.subNav li { float:left; width:100%; padding-left: 10px; margin-top: 10px; }
ul#menu div.subNav ul.linkList li { clear:both; width:100%; padding-left:0; }
ul#menu div.subNav h3 { margin-top:10px; font-size:10px; color:#e4cfd1; }
ul#menu div.subNav a { 
	background:none; font-size:9px;  
	line-height:10px; color:#ae7075; margin-top:2px; 
}
ul#menu div.subNav a:hover { color:#FFFFFF;  }



/*   Form Elements   */
input { border: 1px solid #333333; padding:2px; height:14px; font-size:10px; margin:2px; z-index:10; }
.mediumInput, .themeInput { padding:1px; height:17px; border: 1px solid #C39405; font:Arial, Helvetica, sans-serif; font-size:10px; width:135px; margin-top:1px; }
.noborder { border: 0px; }
.submitBtn { border:solid 1px #676C20; background:#BFCA3C url(../img/submit_background.gif); color:#FFFFFF; padding:5px 15px 5px 15px; font-weight:bold; }

.orangeBtn { border:solid 1px #EB6015; background:#EB6015 url(../img/button_orange_background.gif); color:#FFFFFF; padding:5px 15px 5px 15px; font-weight:bold; }
.ui-state-disabled { border:solid 1px #666666; background:#666666 url(../img/button_gray_background.gif); color:#FFFFFF; padding:5px 15px 5px 15px; font-weight:bold; }


/*  Search Form  */
#search_form{
	margin:0; padding:0;
}
#search_term { 
	background:#eceadb url(../img/search_background.gif) no-repeat top left;
	border:0 none; float:left;
	height:20px; width:160px;
	padding:8px 5px 0 10px;
	color:#666666;
}
#search_submit {
	background:transparent url(../img/search_button.gif) no-repeat top left;
	border:0 none; cursor:pointer;
	float:left; margin-top:2px;
	width:65px; height:30px;
	overflow:hidden;
}
button#search_submit:hover {
	background-position:left -30px;
}

/* Search Results */
div#searchResults {  }
div.titleBox {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #E6E6E6;
	clear:both; display:block;
	margin:25px 0; padding:2px 0.7em;
	vertical-align:middle;
}
div#artistsSearch { padding-left:20px; }
div#artistsSearch div { padding-right:20px; float:left; font-size:10px; padding-bottom:20px; width:145px; text-align:center; }
div#artistsSearch div a:link, div#artistsSearch div a:visited { 
	font-size:10px; color:#6E0610;
	text-decoration:none; line-height:12px; 
}
div#artistsSearch div a:hover { text-decoration:underline;  }



/*   List Styles   */
/*
ul { padding:0px; margin:0px; list-style-type: none; }
.sideNav { margin-left:0px; margin-top:10px; }
.sideNavSub { margin-left:10px; margin-top:5px; }
*/


/*   Footer Styles   */
div#footer {
	width:755px; margin:25px auto;
	background:url(../img/footer_background.gif) top left repeat-x #500f14;
	padding:20px 0 35px;
}
ul#footer_columns li.column, ul#footer_columns li.listFirst, ul#footer_columns li.about {
	margin:15px 0 10px;
	padding:0 11px 0;
	width:125px;
	list-style:none;
}
ul#footer_columns li {
	display:block; float:left; width:125px;
}
ul#footer_columns li.column h2, ul#footer_columns li.listFirst h2, ul#footer_columns li.about h2 {
	color:#c3a2a5; font-size:11px;
}
ul#footer_columns li.column h3, ul#footer_columns li.listFirst h3, ul#footer_columns li.about h3 {
	color:#843f44; font-size:10px; margin-top:5px;
}
ul#footer_columns a, ul#footer_columns a:visited, ul#footer_columns li {
	font-size:10px; color:#8c595c;
}
ul#footer_columns a:hover {
	color:#E3D1D6;
}
ul#footer_columns ul.linkList li { display:block; clear:both; }
ul#footer_columns li.about { 
	background-image:url(../img/dotted_red_vertical.gif);
	background-repeat:repeat-y;
	display:block;
	padding-right:10px;
}

#footnotes { 
	width:100%; text-align:center; 
	color:#8c595c; font-size:10px;
	margin-top:25px;
}



/*  TABLE Styles  */  
table { padding:0px; margin:0px; border:0px; }

#eventsTable { width: 545px; padding: 0; margin: 0; }
#eventsTable th {
	color: #000000;
	border-right: 1px solid #676C20;
	border-bottom: 1px solid #676C20;
	border-top: 1px solid #676C20;
	text-align: left;
	padding: 5px 5px 5px 7px;
	background: #D7DD8B url(../img/box_head_green.gif) no-repeat;
}
#eventsTable th.nobg { border-top:0; border-left:0; border-bottom:0; border-right:1px solid #676C20; background: none; color:#6E0610; text-align:right; }
#eventsTable td {
	border-right: 1px solid #676C20;
	border-bottom: 1px solid #676C20;
	background: #ffffff;
	padding: 5px 5px 5px 7px;
	color: #737373;
}
#eventsTable td.alt { background: #FAF5F5; color: #797268; }
#eventsTable td.init { border-right:1px solid #676C20; border-bottom:0; }
#eventsTable td.spec { background: #ffffff url(../img/bullet1.gif) no-repeat; }
#eventsTable td.specalt { background: #FAF5F5 url(../img/bullet2.gif) no-repeat; color: #797268; }
#eventsTable td a { color: #700713; }
#eventsTable td.alt a { color: #700713; }

p.totalBox { padding-left:180px; }

.errorbold { color:#CC0000; font-weight:bold; }

.searchArtistName { text-align:center; margin-top:2px; display:block; }

.socialDash { width: 100%; display: block; text-align: center; }
.socialDash ul { list-style: none; }
.socialDash li { display:inline; margin:0 10px 0 10px; padding-bottom:5px }
.socialDash li a:link, .socialDash li a:active, .socialDash li a:hover, .socialDash li a:visited { color:#ffffff; font-size:10px; text-decoration:none; }
.socialDash li a:hover { text-decoration:underline; }
.fb_icon { background:url('../img/fb_icon.gif') top left no-repeat; padding-left: 30px; }
.tw_icon { background:url('../img/tw_icon.gif') top left no-repeat; padding-left: 35px; }

