body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	margin: 0px;	
	background:#000;
	background-image:url(../images/bg.jpg);
	}
.accordion
{
	width:1200px;
	margin:0px auto;
	list-style:none;
	padding:0px;
}
.accordion img, .accordion .caption
{
	position:absolute;
	left:-999px;
}

/*My Style starts here*/

.header {
	background-image:url(../images/dottesdbg.png);
	background-repeat:repeat-x;
	background-position:center bottom ;
	height:120px;
	width:100%;
	z-index: 100;
}

.headernavigation {
	/*width: 1000px;*/
	height: 50px;
	float:right;	
}
.headerslogan {
	/*width: 1000px;*/
	height: 25px;
	padding-bottom:10px;
	padding-top:5px;
	font-family:'source_sans_proregular';
}
.headerslogan .ccc
{	
	color:#9CD038;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	letter-spacing:5px;
	}
.headerimage
{
	height:100px;
	float:left;
	margin-left:100px;
	margin-top:20px;
	}
	
.headernavigation ul {
	float: right;
	margin-right: 50px;
	margin-bottom:15px;
/*	overflow: hidden;*/
	text-shadow: 0 1px 1px black;
	list-style-type: none;
}
.headernavigation li {
	float: left;
	padding-top:10px;
}
.headernavigation ul li a {
	display: block;
	color:#9cd038;
	text-decoration: none;
	padding: 0 20px;
	font-size:15px;
	font-family: 'source_sans_proregular';
}
.headernavigation ul li a:hover {
	display: block;
	color:#ce8a20;
	text-decoration: none;
	font-size:15px;
	margin-top:-2px;
	padding: 0 20px;
	font-family: 'source_sans_proregular';
}

/*-container-*/
.container
{
	width:100%;
	float:left;
	
	}
.containergird
{
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	
	}
.containerimg
{
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	width:950px;
	}
.divimg
{
	display:inline;
	float:left;
	width:225px;
	height:150px;
	margin:5px;
	border:#00B6C4 solid 1px;
	}
.divimg a:hover
{
	text-decoration:none;}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
input.txtbox {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 90%;
    outline: none;
}
.divcontactleft
{
	float:left;
	width:475px;
	vertical-align:middle;
	text-align:center;
	}
	.divcontactleftaddres
{
	float:left;
	width:465px;
	vertical-align:middle;
	text-align:center;
	}
.divcontactright
{
	float:left;
	width:475px;
	}
/*-container-*/
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Footer Start*/
#socialLinks {
    height: 70px;
    width: 305px;
	float:left;
	padding-left:100px;
	padding-top:40px;
}
#socialLinks a {
    height: 48px;
    width: 48px;
}
.gplus {
   background-image: url('../images/social_gplus.png');
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.gplus:hover {
    background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.facebook {
    background-image: url('../images/social_facebook.png');
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facebook:hover {
   background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter {
    background-image: url('../images/social_twitter.png');
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.twitter:hover {
    background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
#footer
{
	width:100%;  
	background: url("../images/bg-footer.gif") repeat-x scroll 0 0 #333333;
	height:150px;
	float:left;	 
}
#footer .footercontainer
{	
	margin-right:auto;
	margin-left:auto;
	width:900px;
	}
	
#footer .footercontainer .cols {
    float: left;
    padding: 2px 6px 0 0;
	margin-right:auto;
	height:150px;
}
#footer .footercontainer .cols ul {
    float: left;
    font-size: 15px;
    left: 30px;
    margin-left: 33px;
    width: 151px;
}
#footer .footercontainer .cols ul li {
    border-top: 1px solid #595353;
    overflow: hidden;
    padding: 5px 0;
    vertical-align: top;
}
#footer .footercontainer .cols ul li:first-child {
    border: 0 none;
    padding-bottom: 3px;
    padding-top: 0;
}
#footer .footercontainer .cols ul a {
    color: #CEA820;
	text-decoration:none;
	font-family:'source_sans_proregular';
}
#footer .footercontainer .cols ul a:hover, .footer-holder .cols ul .active a {
    color: #9CD038;
    text-decoration: none;
	font-family:'source_sans_proregular';
}
/*Footer End*/

#divartistphoto
{
	float:left;
	width:450px;
	height:496px;
	}
#divartistinfo
{
	float:left;
	width:500px;
	font-family:'source_sans_proregular';
	
	}
#divartistinfo .header
{
	float:left;
	width:480px;
	height:25px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
	color:#CEA820;
	font-weight:bold;
	border-bottom:solid #CEA820 1px;
	}
#divartistinfo .data
{
	float:left;
	width:470px;
	margin-left:20px;
	margin-top:5px;
	color:#9CD038;
	}
#divartistphoto .photo {
	display: block;
	width: 430px;
	height: 496px;
	background: url('../images/profile.jpg');
}
#divartistphoto .photo:hover {
	background: url('../images/profile_.jpg');
}
#divscrollmessage
{
	width:100%;
	font-weight:bold;
	text-align:center;
	color:#9CD038;}