@import url("reset.css");

/******************************************************************************
* Main screen stylesheet
******************************************************************************/

html,body {
	font: 12px Georgia, Verdana, sans-serif;
	height: 100%;
	background: #bbb url("../images/bg-general.gif") repeat-y 50% 0;
}

#outer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

* html #outer {
	height: 100% !important;
}

#inner {
	overflow: hidden;
	width: 959px;
	padding: 10px;
	margin: auto;
	background: #fff;
	height: 100%;
}

#headerimg {
	margin: auto;
	padding: 12px 0px 25px 0px;
	border-bottom:1px solid #333;
	width: 960px;
}
#outer h1 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 10px;

}

	#outer h1 a {
		color: #333;
		text-decoration: none;
	}
	
.clear {
	clear: both;
}
	
	
/******************************************************************************
* Zooooom
******************************************************************************
#ZoomBox {
overflow:auto;
margin: auto;
}
	
	
/******************************************************************************
* Navigation
******************************************************************************/

#navigation {
	padding: 4px 0px 5px 0px;	
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 6px 0 6px 0;
	margin: 0 6px 0 6px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

	#navigation ul li.first a {
		margin-left: 0;
	}
	
	#navigation ul li.active a {
		border-bottom: 2px solid #333;
	}
	
/******************************************************************************
* Breadcrumbs
******************************************************************************/

#breadcrumbs {
	clear: both;
	float: right;	
}

#breadcrumbs ul {

	list-style: none;
}

#breadcrumbs ul li {
	float: left;
	margin-top:-27px;

	padding: 0 5px 50px 10px;
	background: transparent url("../images/icon-bread.gif") no-repeat 0 5px;
	color: #222;
}

#breadcrumbs ul li a {
	color: #333;
}

/******************************************************************************
* Footer
******************************************************************************/

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	margin-top: 10px;
}

	* html #footer {
		margin-top: 150px;
	}

.push {
	height: 40px;
	clear: both;
}

#footer div.subnav {
	width: 960px;
	border-top:1px solid #333;
	margin: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 0px 10px 10px;
}

#footer div.paypal-logo{
	width: 80px;
float:right;
	margin: auto;
	height: 40px;

}


#footer div.subnav ul {

	list-style: none;
}

#footer div.subnav li {
	float: left;
}

#footer div.subnav li a {
	display: block;
	color: #333;
	padding: 5px 5px 0 5px;
	outline: none;
}

/******************************************************************************
* Page
******************************************************************************/

#page {
	clear: both;
}

#page h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

#page p {
	margin-bottom: 10px;
}

/******************************************************************************
* Collections
******************************************************************************/

#collections {
	clear: both;
}

#collections div.copy {
	margin-bottom: 20px;
}

#collections ul {
	list-style: none;
}

#collections ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 179px;
	height: 216px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
	position: relative;
}

#collections ul li span.title {
	display: block;
	height: 30px;
	width: 180px;
	position: absolute;
	margin-top: -4px;
	background:#222;
	padding: 4px;
}

	* html #collections ul li span.title {
		position: static;
	}
	
	*+html #collections ul li span.title {
		position: static;
	}

#collections ul li span.title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************************************
* Items
******************************************************************************/

#items {
	clear: both;
}

#items div.copy {
	margin-bottom: 20px;
}

#items ul {
	list-style: none;
}

#items ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 147px;
	height: 190px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #efefef;
	position: relative;
}

#items ul li span.title {
	display: block;
	width: 140px;
	position: absolute;
	top: 150px;
	height: 33px;
	background:#222;
	/*background: transparent url("../images/bg-title.png"); */
	padding: 5px;
}

	* html #items ul li span.title {
		position: static;
	}
	
	*+html #items ul li span.title {
		position: static;
	}

#items ul li span.title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************************************
* Item
******************************************************************************/

#item {
	clear: both;
}

#item #outer-left {
	width: 400px;
	border-top: 1px solid #333;
	float: left;
	margin-right: 20px;
	padding-top: 10px;padding-bottom: 25px;
}
#itemcopy {
padding-top:10px;
}

#itemcopy a {
border-bottom: 2px solid #333;
text-decoration: none;
color: #333;
}


#item #left {
	width: 400px;

}

#item #right {
	float: right;
	width: 535px;
	border-top: 1px solid #333;
	padding-top: 10px;
}

#item #right h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#item #right div.item-copy p {
	margin-bottom: 10px;
}

#item #right #item-images ul {
	list-style: none;
}

#item #right #item-images li {
	float: left;
	display: block;
	width: auto;
	height: 115px;
	margin: 0 15px 10px 0;
	overflow: hidden;
	border: 2px solid #efefef;
	text-align: center;
}

	#item #right #item-images li.selected {
		border: 2px solid #333;
	}
	

/******************************************************************************
* Artist Profile
******************************************************************************/



#artistcopy {
margin-left:0px;
width:710px;
padding-bottom:80px;
}

#artistprofilepic {
width:170px;
position: absolute;
height:255px;
margin-left:772px;
top:200px;
}

#artistpagepics ul {
	list-style: none;
}

#artistpagepics ul li {
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 301px;
	height: 255px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #efefef;
	position: relative;
}

#artistpagepics ul li span.title {
	display: block;
	width: auto;
	position: absolute;
	top: 203px;
	height: 43px;
	background:#222;
	/*background: transparent url("../images/bg-title.png"); */
	padding: 5px;
}

#artistpagepics ul li span.title {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

	* html #artistpagepics ul li span.title {
		position: static;
	}
	
	*+html #artistpagepics ul li span.title {
		position: static;
	}


/******************************************************************************
* Contact
******************************************************************************/

#contact p {
	margin-bottom: 50px;

}

#contactdetails {
border-left: 0px solid#ccc;
padding-left:100px;
height:250px;
margin-left: 550px;
top:232px;
position:absolute;
}


	#contactdetails ul li a {
	border-bottom: 2px solid #333;
	text-decoration: none;
	color: #333;
	}

#contactdetails ul li{
list-style:none;
margin-bottom:10px;
display:block;
}

#contact div.errors {
	width: 307px;
	padding: 0;
	background: #fffbda url("../images/bg-errorbox.gif") repeat-x;
	border: 2px solid #ffe400;
	margin-bottom: 20px;
	margin-left: 110px;
}

	#contact h4 {
		background: transparent url("../images/icon-error.png") no-repeat 10px 0;
		line-height: 33px; 
		padding-left: 55px;
		padding-bottom: 8px;
		font-size: 18px;
		margin: 5px 0 0 0;
		border-bottom: 1px dotted #fff179;
		color: #333;
	}

	#contact div.errors p {
		display: block;
		font-weight: bold;
		font-size: 12px;
		padding: 8px 8px 8px 20px;
		margin: 0;
		background: transparent url("../images/bg-errorbullet.gif") no-repeat 8px 50%;
		color: #333;
	}

#contact-form .field {
	margin-bottom: 5px;
}

#contact-form .leave {
	display: none;
}

#contact-form .button {
	margin-left: 110px;
	margin-bottom: 10px;
	width: 310px;
}

	#contact-form .button input.checkinput {
		border: 1px solid #999;
	}

	#contact-form .button label {
		display: inline;
		width: auto;
		float: none;
		margin-left: 5px;
	}

#contact-form label {

	display: block;
	float: left;
	width: 100px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#contact-form .textinput {
	border: 1px solid #999;
	padding: 5px;
	width: 300px;
	font: 12px Georgia, Verdana, sans-serif;
	background: #fff url("../images/bg-input.gif") repeat-x;
}

#contact-form .submitbutton {
	padding: 5px;
	background: #333;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}