html,body,p,h1,h2,h3,h4,h5,h6,ul,li,ol,form,input,br,hr,a,span,div {
	margin:0;
	padding:0;
}

body {
	font-size:67%;
	min-width:800px;
	color:#8b8c87;
	font-family: Helvetica, Arial, sans-serif;
}


/*********************************************************************************

*****	Defaults
	
**********************************************************************************/
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic
}
.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
}
.clearLeft{
	clear:left;
}
.clearRight {
	clear:right;
}
.centerMe {
	margin:0 auto;
	width:940px;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	outline: none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
a.galleryLink {
	color:#eee;
}
a img {
	border:none;
}

.border-bottom {
	border-bottom:1px dotted #ccc;
}
.border-top {
	border-top:1px dotted #ccc;
}
.border-right {
	border-right:1px solid #ccc;
}
.border-left {
	border-left:1px solid #ccc;
}
ul.noStyle{
	list-style:none;
}
ul.inline {
	list-style:none;
}
ul.inline li {
	float:left;
	display:block;
}
ul.inline li img {
	display:block;
}

/*********************************************************************************

*****	Navigation
	
**********************************************************************************/
#navigation {
	list-style:none;
	margin-top:35px;	
}
#navigation li {
	padding: 5px 10px 0 10px;
	border-right:1px solid #42424b;
	font-size:1.1em;
}
#navigation li a, #footer ul li a	{
	color:#fff;
}
#navigation li a:hover, #footer ul li a:hover {
	color:#8b8c87;
	text-decoration:none;
}

/*********************************************************************************

*****	Special links (with round arrows on the left)
	
**********************************************************************************/
a.special {
	font-weight:bold;
	color:#333;
	background:url(/media/1864/arrow_more.png) left -15px no-repeat;
	font-size:1.1em;
	padding:0 0 0 20px;
	margin-right:20px;
	cursor:pointer;
	display:block;
	height:15px;
}
a.special:hover {
	background:url(/media/1864/arrow_more.png) left 0px no-repeat;
}
a.special.showArtistByName {
	background:url(/media/1880/artistbyname.png) left -15px no-repeat;
	margin-right:0;
	display:inline;
	padding: 2px 0 0 20px;
}
a.special.showArtistByName:hover {
	background:url(/media/1880/artistbyname.png) left 0px no-repeat;
}
a.special.backToListing {
	background:url(/media/1839/arrow_back.png) left -15px no-repeat;
	margin-right:0;
}
a.special.backToListing:hover {
	background:url(/media/1839/arrow_back.png) left 0px no-repeat;
}
a.special.viewAllInfo {
	background:url(/media/1834/arrow_artistmore.png) left -15px no-repeat;
	margin-right:0;
}
a.special.viewAllInfo:hover {
	background:url(/media/1834/arrow_artistmore.png) left 0px no-repeat;
}
a.special.hideAllInfo {
	background:url(/media/1829/arrow_artistless.png) left -15px no-repeat;
	margin-right:0;
	display:none;
}
a.special.hideAllInfo:hover {
	background:url(/media/1829/arrow_artistless.png) left 0px no-repeat;
}

#pagePeel {
	display:none;
}
/*********************************************************************************

*****	Home Page
	
**********************************************************************************/
#homeArtworkContainer {
	position:relative;
}
#homeArtworkContainer a {
	text-decoration:none;
}
#homeArtworkContainer .artworkDetails {
	position:absolute;
	top:200px;
	left:0;
	display:block;
}
#homeArtworkContainer .artworkDetails .heading, #homeArtworkContainer .artworkDetails .artist, #homeArtworkContainer .artworkDetails .whiteArrow {
	font-size:4.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#333;
	padding:10px 20px 0px 20px;
	margin:0;
	color:#fff;
	display:inline;
	font-weight:normal;
}
#homeArtworkContainer .artworkDetails .artist{
	padding:10px 20px 10px 20px;
	color:#8b8c87;
	display:block;
	font-weight:normal;
}
#homeArtworkContainer .artworkDetails .whiteArrow{
	padding:10px 20px 10px 20px;
	color:#333;
	background:url(/media/1874/arrow_white.jpg) #fff no-repeat center;
	display:block;
}
#homeArtworkContainer .artworkDetails .info{
	padding:10px 20px 10px 20px;
	color:#fff;
	background: #333;
	font-size:1.2em;
}

/* --- Newsletter Popup Styles -------------------------------------------------- */
#newletterPopup {
	width:100%; 
	height:100%; 
	background:url(/media/2682/bg_transparent_darker.png);
	position:fixed; 
	top:0; left:0; 
	display:none; 
	z-index:5000;
}
#newletterPopup label {
	font-size:1.5em;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eee;
	padding-right:20px;
}
#newletterPopup input {
	padding:7px;
	border:none;
	margin-top:5px;
	margin-bottom:10px;
	width:180px;
}
#newletterPopup input.name {
	width:180px;
}
#newletterPopup input.email {
	width:180px;
}
#newletterPopup input.phone {
	width:180px;
}
#newletterPopup input.submit {
	padding:7px;
	border:none;
	margin-top:5px;
	width:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	color:#333;
	cursor:pointer;
}
#newletterPopup p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#fff;
	width:400px;
	margin-bottom:30px;
}
#newletterPopup .closeNewsletter {
	position:fixed;
	top:30px;
	right:30px;
	cursor:pointer;
}

/*********************************************************************************

*****	Artwork/Artist Listing page
	
**********************************************************************************/

/* --- Search / filter stuff --------------------------------------------------- */
#artistList {
	display:none;
	width:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	background-color:#333;
	z-index:50;
}
#artistList p {color:#fff;}
.artistList {
}
ul.artistsByName {
	
}
ul.artistsByName li {
	display:block;
	float:left;
	width:200px;
	margin:0 20px 0 0 !important;

}
ul.artistsByName li a {
	color:#fff;
	display:block;
	padding:10px 0 5px 5px;
	border-top:1px solid #464646;
}
ul.artistsByName li a:hover {
	background-color:#000;
	text-decoration:none;
}

/* ---Image grid stuff --------------------------------------------------------- */
.gridImage {
	float:left;
	margin:0px;
	padding:0px;
	width:236px;
	height:200px;
	overflow:hidden;
	display:none;
}

.gridImage a {
	display:block;
	position:relative;
	text-decoration:none;
	height:200px;
	overflow:hidden;
	padding:0;
	margin:0;
}

.gridImage img {
	padding:0; 
	margin:0;
	position:relative;
	display:block;
	width:320px;
}

.gridImage a span.dark-background {
	/*display: none;*/
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top:0;
	text-decoration: none;
	width: 100%;
	height:100%;
	z-index: 40;

}

.artworkDescription {
	display:none;
	position:absolute;
	z-index:45;
	bottom:0;
	width:216px;
	background:#fff;
	/*background:url("/media/2687/bg_transparent_white.png");*/
}

.gridImageArtist img {
	width:236px;
	height:200px;
	float:left;
	display:block;
}

/*********************************************************************************

*****	Artist Detail Page
	
**********************************************************************************/
.artistInformation {
	display:block;
	width:100%;
	z-index:600;
	background:#fff;
}
.artistInformation.constrained {
	height:200px;
	overflow:hidden;
}
.artistInformation .header {
	background:url(/media/8342/artistdetailheaderbg.gif);
	height:50px;
}
.artistInformation .header a h3 {
	height:35px;
	margin:10px 0 0 0;
	padding:5px 15px 0 15px;
}
.artistInformation .header a.active h3 {
	background-color:#fff;
	border-right:1px solid #ddd;
}
.artistInformation .header a.notActive h3 {

}
.artistInformation .header a.notActive h3:hover {
	background-color:#e4e4e4;
}

.artistInformation .info {
	width:454px;
}

#artistMore {
	display:none;
}

/*********************************************************************************

*****	3 steps to art rental.....
	
**********************************************************************************/
.threeSteps li {
	padding: 8px 0 20px 45px ;
	font-size:1.1em;
	line-height:1.4em;
}
.threeSteps li.step1 {
	background:url(/media/12760/steps_1.gif) left top no-repeat;
}
.threeSteps li.step2 {
	background:url(/media/12765/steps_2.gif) left top no-repeat;
}
.threeSteps li.step3 {
	background:url(/media/12770/steps_3.gif) left top no-repeat;
}


/*********************************************************************************

*****	Footer
	
**********************************************************************************/
#footer ul {
	list-style:none;
}
#footer ul li {
	padding:0 10px;
	border-right:1px solid #42424b;
	font-size:1.1em;
}
#footer a {
	font-weight:normal;
}

/*********************************************************************************

*****	Slide functionality
	
**********************************************************************************/
.stepcarousel, .stepcarousel2{
	position: relative; /*leave this value alone*/
	overflow:visible; /*leave this value alone*/
	/*width: 945px;*/ /*Width of Carousel Viewer itself*/
	/*height: 1000px;*/ /*Height should enough to fit largest content's height*/
	padding-bottom:50px;
	/*min-height:1200px;*/
}
.stepcarousel.noPaddingBottom {
	padding-bottom:0;
	min-height:200px;
}
.stepcarousel.standard .panel {
	min-height:1000px;
}
.stepcarousel.imageGrid {
	padding-bottom:10px;
}
.stepcarousel .belt, .stepcarousel2 .belt2{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel, .stepcarousel2 .panel2{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	/*margin: 10px;*/ /*margin around each panel*/
	/*width: 250px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.withBG {
	background: url(/media/8568/gridbg.jpg);
}

/*img.slideButton {
	position:absolute;
	top:20px;
}*/

.miniArrows {
	position: absolute; 
	top: 20px; 
	right: 0; 
	z-index: 50;
}

/*********************************************************************************

*****	Gallery
	
**********************************************************************************/
ul.thumbs li {
	padding:0 10px 10px 0;
}
.slideShowHolder {
	position:relative;
	display:block;
}


/*********************************************************************************

*****	jQuery Drop-Down (Combo Box)
	
**********************************************************************************/
.jquery-selectbox {
	position: relative;
	height: 25px;
	z-index: 0;
	float: left;
	display: inline;
	margin: -7px 20px 0 0;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 0;
	background: url("/media/2603/bg-textfield.gif");
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("/media/2608/bg-textfieldfocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 7px 0px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: visible;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 25px;
	padding: 10px 0 20% 5px !important;
	left: 0px;
	background: #333;
	/*height: 200px;*/
	overflow-x: visible!important;
	overflow-y: hidden;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url("/media/2613/lay-selectmorebutton.png");
	width: 16px;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/media/2618/lay-selectmorebuttonhover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #333;
	color: #8b8c87;
	cursor:pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:0 0 5px 5px;
}

.jquery-custom-selectboxes-replaced-list {
	padding-bottom:20px !important;
	overflow:auto !important;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("/media/2623/bg-textfielderror.gif");
}



































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
