@charset "utf-8";
/* CSS Document */

/* ----------------------------------- */
html, body{
	margin:0px 0px 0px 0px;
	background-color:#dcdcdc;
	/*font-family:'Helvetica Neue', Helvetica, 'MgOpen Moderna', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	height:100%;
}
iframe { display:block; width:100%; border:none; }

#wraper{
	margin:0px 0px 0px 0px;
	position:absolute;
	overflow:visible;
	width:100%;
}

.sepLine1{
	height:19px;
	background-image:url(../images/sepLine1.gif);
	background-repeat:repeat-x;
	background-position:0% 50%;
}
.sepLine2{
	height:15px;
	background-image:url(../images/sepLine1.gif);
	background-repeat:repeat-x;
	background-position:0% 50%;
}

img{border:none;}
.imgBtn{
	cursor:pointer;
}
.floatToRight{
	float:right;
}
.floatToLeft{
	float:left;
}
.clear:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear{
 	width:100%;
	display: inline-block;
}

/* -----------    SITE    ---------- */

.btn{float:left;}
.btn img{
	visibility:hidden;
}
.btnOn img{
	visibility:visible;
	cursor:pointer;
}

#container{
	margin:0 auto;
	position:relative;
	width:752px;
}

#splitHolder{
	margin-top:25px;
}

#splitHolder #left{
	float:left;
	width:524px;
}
#splitHolder #right{
	float:right;
	width:195px;
}
#splitHolder #right #newsHolder{
	width:195px;
	height:49px;
	background-color:#000;
	overflow:hidden;
}
#splitHolder #right #newsHolder p{
	margin-left:13px;
	margin-right:13px;
	color:#dcdcdc;
}
#splitHolder #right .topBanner{
	width:95px;
	height:28px;
	background:url(../images/count.gif) no-repeat;
	padding:8px 0px 0px 103px;
	font-size:13px;
	font-weight:bold;
	color:#231f20;
}
#splitHolder #right #rightTitle{
	font-weight:bold;
	height:14px;
	overflow:hidden;
}

#mainMenu{}
#mainMenu .sep{
	background-image:url(../images/menu_sep.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	width:19px;
	float:left;
}

#footerMenu .sep{
	background-image:url(../images/menu_sep2.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:13px;
	float:left;
}

#content{
	height:349px;
	overflow:hidden;
}
#rightContent{
	height:349px;
	overflow:hidden;
}
#bottomContent{
	height:100px;
	overflow:hidden;
}

#footerMenu a, #footerMenu a:hover, #footerMenu a:link{
	float:left;
	display:block;
	text-decoration:none;
	color:#6c6c6c;
	font-size:10px;
}

.bigPhotoHolder{
	width:524px;
	height:349px;
	background-color:#FFF;
}
.bigPhotoHolder #bigPhoto img{
	width:504px;
	height:329px;
	margin:10px 10px 10px 10px;
}
.bigPhotoHolder #bigPhotoStatus{
	position:absolute;
	background-image:url(../images/px.gif)
	/*filter:alpha(opacity=75); /* IE's opacity*/
	/*opacity: 0.75;*/
}
.bigPhotoHolder #bigPhotoNav{
	position:absolute;
	width:524px;
}
.bigPhotoHolder #bigPhotoNav #navPrev, .bigPhotoHolder #bigPhotoNav #navNext{
	width:262px;
	height:349px;
	float:left;
}
.bigPhotoHolder #navPrevBtn, .bigPhotoHolder #navNextBtn{
	position:absolute;
	cursor:pointer;
	width:262px;
	height:349px;
}
.bigPhotoHolder #navPrevBtn{
	background:url(../images/navPrevBtn.png) 30px 157px no-repeat;
}
.bigPhotoHolder #navNextBtn{
	background:url(../images/navNextBtn.png) 208px 157px no-repeat;
}

#collectionBigPic{
	position:absolute;
	background-color:#FFF;
	width:250px;
	height:166px;
}

#photoData{
	height:140px;
}
#photoData .paramTitle{}
#photoData .paramText{
	color:#000;
	font-weight:500;
	margin-bottom:5px;
}
#photoOptions{
	margin-top:20px;
}

/* collection */
.collectionItem{
	float:left;
	width:278px;
	height:100px;
}
.collectionItem .frame{
	width:145px;
	height:100px;
	background-color:#FFF;
	float:left;
}
.collectionItem .frame img{
	width:139px;
	height:93px;
	margin:3px 3px 3px 3px;
}
.collectionItem .details{
	width:120px;
	margin-left:6px;
	float:left;
}
.collectionItem .details .text{
	height:77px;
}
.collectionItem .details .buy{}

#content-scroll{
	height:338px;
	overflow:hidden;
}
#content-scroll .collectionRow{
	overflow:visible;
	height:100px;
}

.sliderBG{
	background:#818282;
}
#content-slider{
  height:11px;
  margin-right:44px;
  position:relative;
}
.ui-slider-handle{
  width:44px;
  height:9px;
  position:absolute;
  top:1px;
  background:#FFFFFF;
  border:solid 0px;
}
.ui-slider-handle:focus{border:none;}

/* -- */
.scrollBack{
	border:1px solid #4d4f4f;
	background-color:#818282;
	height:11px;
}
.scrollThumb{
	width:44px;
	background-color:#FFF;
}

.homeInfo{
	height:328px;
}

.loadingFrame{
	height:300px;
}

#contactForm .formInput{
	margin-bottom:-6px;
}
#contactForm .inputLabel{
	width:35px;
	float:left;
}
#contactForm input{
	width:200px;
}
#contactForm textarea{
	width:519px;
	height:250px;
	margin-bottom:8px;
}
#contactForm #submitContactForm{}
#contactForm #formError{
	color:#900;
	float:left;
	width:250px;
}

.lyricsColumn{
	float:left;
	width:200px;
	margin-right:30px;
}

.teamText{
	display:none;
}

/* ----------- INVITATION ---------- */

#containerInvitation{
	margin:0 auto;
	position:relative;
	width:524px;
}

#header{
	margin-top:25px;
}

#containerInvitation #content{
	margin-top:35px;
}
#containerInvitation #invitationForm{
	margin-top:6px;
}
#containerInvitation #invitationForm .formInstructions{
	margin-bottom:6px;
}
#containerInvitation #invitationForm #formError{
	color:#900;
}

#containerInvitation #invitationForm input{
	width:141px;
	height:14px;
	border-color:#7f7d7e;
	border-style:solid;
	border-width:1px;
}

.submit1_up{
	background-image:url(../images/submitBtn_up.gif);
	width:91px;
	height:18px;
}
.submit1_over{
	background-image:url(../images/submitBtn_over.gif);
	cursor:pointer;
}