/*
* blue = 41BCDF;
*/
.void {
	clear: both;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #41BCDF;
}

/*   Basic styles for the pages   */
html,body {
	height: 100%;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	font-size:11px;
}

#flashHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#navigationHolder {
	text-align: right;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -480px;
	height: 295px;
	width: 212px;
	background-color: white;
}

#navigationHolderInner {
	padding: 42px 20px 10px 35px;
}

#menuHolder {
	margin: 34px 17px;
}

.logo_margin{
	margin-right:5px;	
}

#menuHolder a.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-bottom: 10px;
	color: #999;
}

#menuHolder a.menuLink:hover {
	color: #000;
}

#captionNameHolder {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

#artistNameHolder {
	height: 19px;
	font: normal 11px/ 19px Arial, Helvetica, sans-serif;
	color: #41BCDF;
	text-align: right;
	display: block;
	padding-right: 36px;
	background-color: white;
}
.sideMenuBox{
	position: absolute;
	top: 315px;
	left: 50%;
	margin-left: -480px;
	width: 212px;
	background-color: #fff;
}

#ArtistList {
	height: 260px;
	overflow: hidden;
	
}

#ArtistListInner {
	position: absolute;
	right: 0px;
	padding: 0px 35px 10px 0px;
}

#ArtistList a {
	font: normal 11px/ 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: capitalize;
	display: block;
	text-align: right;
}

#ArtistList a:hover {
	color: #DDD;
}
#ArtistList a.selectedArtist{
	color:black;
}
#homeSideScroller {
	position: absolute;
	left: 30px;
	top:-8px;
}

#scrollUp {
	position: relative;
	top: 0px;
}

#scrollDown {
	position: relative;
	top:30px;
}

#contentHolder {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -230px;
	height: 555px;
	width: 460px;
	background-color: white;
}

#contentHolderInner {
	padding: 103px 20px 37px 31px;
}

.content_sub {
	font-size: 11px;
	line-height: 16px;
	font-family: "Times New Roman", Georgia, Serif;
	margin-bottom: 21px;
	height: 145px;
	overflow: hidden;
}

#scrollBox2holder {
	position: absolute;
	font-family: "Times New Roman", Georgia, Serif;
	overflow: hidden;
	
	line-height: 17px;
	width: 408px;
}

h1,h2,h3,h4,h5,.header {
	color: #41BCDF;
	font: bold 11px/ 14px Arial, Helvetica, sans-serif;
}


.sideScroller {
	position: absolute;
	left: 6px;
}

#scrollUp2 {
	top: 0px;
}

#scrollDown2 {
	position: relative;
	top: 30px;
}

#sideMenuHolder {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

#sideMenuHolder a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 35px;
	display: block;
	color: #999;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
}

#sideMenuHolder a.sidemenu_link_sel {
	color: black;
}
.downloadLink{	
	color:#41BCDF;
}
.downloadLink a{
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}

.downloadLink a:Hover{
	color:#41BCDF;
}

.footer{
	position:absolute;
	bottom:0px;
	background:white;
	padding-left:10px;
	color:#999;
	left:50%;
	margin-left:-454px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	
}


/* ================ 	ARTIST PAGE 	======================*/
#artistContentHolder {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -230px;
	height: 555px;
	width: 760px;
	background-color: white;
}

#artistContentHolderInner {
	padding: 103px 20px 37px 0px;
}

#artistMiddleColumn {
	float: left;
	/* border:1px solid red; */
}

#galleryArr {
	width: 460px;
	height: 460px;
	overflow: hidden;
	display: block;
	text-align: center;
	background-color: #FFF;
	cursor: url(../images/magnify.cur), pointer;
}

#sideText {
	margin-left: 75px;
	width: 100px;
	float: left;
	
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.galleryNav {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -413px;
	width: 500px;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.rArr,.lArr {
	position: absolute;
	display: block;
	width: 35px;
	height: 20px;
}

.rArr {
	left: 490px;
}

/* ================ 	CONTENT PAGE 	======================*/
.bottomText {
	height: 260px;
	top: 260px;
}

#contentPageScroll {
	top: 250px;
}

/* ================ 	VIEW PAGE 	======================*/
.fullText {
	height: 420px;
	top: 100px;
}

#newsPageScroll {
	top: 90px;
}




/* ==========================================================*/

#loginForm{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -480px;
	width: 212px;
	height: 215px;
	overflow: hidden;
	background-color: #fff;
}

/* ################################################################# */
	/* ########				CSSS GRAVEYARD			#################### */
	/* ################################################################# */
	/* Arrows */
.rArr,.lArr,.uArr,.dArr {
	background-position: center center;
	background-repeat: no-repeat;
}

.uArr,.dArr {
	width: 20px;
	height: 35px;
}

.rArr {
	background-image: url(../images/rArr.gif);
}

.lArr {
	background-image: url(../images/lArr.gif);
}

.uArr {
	background-image: url(../images/uArr.gif);
}

.dArr {
	background-image: url(../images/dArr.gif);
}

.rArr:hover {
	background-image: url(../images/rArrHover.gif);
}

.lArr:hover {
	background-image: url(../images/lArrHover.gif);
}

.uArr:hover {
	background-image: url(../images/uArrHover.gif);
}

.dArr:hover {
	background-image: url(../images/dArrHover.gif);
}

/* Rotating Cirle and inner thumb */
#outerCirlce {
	position: relative;
	width: 97px;
	height: 97px;
	overflow: hidden;
	margin-bottom: 63px;
}

#innerCircle {
	width: 97px;
	height: 97px;
	
	cursor: pointer;
}

/* Text page */
.subtitle p,.subtitle p strong {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bigForm {
	background: #fff;
	margin:0px;
	padding:0px;
}

.bigForm h2{
	margin:0px;
	padding:0px;	
}
.bigForm p {
	color: #999;
	font: normal 11px/ 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.formInput{
	border:1px solid #999;
	border-bottom:0;
	padding:3px 8px 0px 8px;
	
}
.formInput p{
	position:absolute;
	z-index:10;
}
.field {
	width: 99%;
	font-size:11px;
	color: #666;
	position:relative;
	top:0px;
	border-bottom:15px solid #FFF;
	border-top:15px solid #FFF;
	font-family:Arial,Helvetica,sans-serif;
	outline:0;
	border-left:0;
	border-right:0;
	padding:0;
}
textarea.field{
	line-height:13px;
	height:auto;
}

.submit {
	color: #41BCDF;
	font: bold 11px/ 14px Arial, Helvetica, sans-serif;
	text-align: left;
	cursor: pointer;
}

.submit:hover {
	color: #0aa;
}

.right {
	display: block;
	text-align: right;
	margin-bottom: 9px;
}

.blue {
	color: #41BCDF;
}

.grey {
	color: #999;
}

.small {
	font-size: 9px;
}

.spacer {
	height: 52px;
}

.readMore {
	padding-left: 16px;
	background: url(../images/rArrHover.gif) left 3px no-repeat;
	color: #41BCDF;
}

.readMore:hover {
	padding-left: 16px;
	background: url(../images/rArr.gif) left 3px no-repeat;
	color: #666;
}

.back {
	padding-right: 16px;
	background: url(../images/lArrHover.gif) right 3px no-repeat;
	color: #41BCDF;
}

.back:hover {
	padding-right: 16px;
	background: url(../images/lArr.gif) right 3px no-repeat;
	color: #666;
}