/*-------------------global style starts---------------------*/

html {
	width: 100%;
	height: 100%;
	border: 0;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #630b11;/*Grey colour*/
	/*background: #851302;*/
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-size-adjust: none;
	font-style: normal;
	font-size: 11px;
	color: #FF0000;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

a img {
	border: none;
}

.clearer{
	clear: both;
	line-height: 0px;
}

/*---------------global style ends------------------------*/


/*---------------content style starts------------------------*/

div.contentContainer {
	padding-top: 80px;
}

div.whitebox {
	height: 480px;
	background-color: #FCFCFC;
	padding: 40px 0 50px 40px;
}

div.imageContainer {
	margin-right: 20px;
	float: left;
}

/*---------------content style ends------------------------*/


/*---------------navigation style starts------------------------*/

div.nav {
	/*height: 26px;
	width: 660px;
	background-color: #FF0000;*/
	background: url(images/navBar_2.gif) no-repeat;
	position: fixed;
	-position: absolute;
	top: 0;
	left: 40px;
}

div.nav a.logo {
	float: left;
	margin: 0 20px 0 11px;
}

div.nav div.navItem {
	float: left;
}

div.nav div.navItem a {
	color: #FCFCFC;
	text-decoration: none;
	display: block;
	height: 19px;
	padding: 7px 12px 0 10px;
}

div.nav div.navItem a:hover {
	/*background-color: #ebead3;*/
	/*background-color: #ffe503;*/
	background-color: #AD4722;
	background-color: #851302;
	background-color: #fa8c01;
	background-color: #FF8A00;
}

div.nav ul{
	display: none;
	background-color: #36abd9;
}

div.nav div.navItem ul li {
	list-style: none;
}

div.nav div.navItem ul li a {
	list-style: none;
	height: 20px;
	padding: 7px 0 0 10px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.nav div.navItem a{
		color: #FCFCFC;
		text-decoration: none;
		display: block;
		padding: 7px 12px 7px;
	}
	
	div.nav div.navItem ul li a {
	list-style: none;
	padding: 7px 0 0 12px;
	height: 20px;
}
	
}*/

/*---------------navigation style ends------------------------*/


/*---------------artist style starts------------------------*/

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	line-height: 130%;
}

div.profileText {
	width: 225px;
	height: 450px;
	float: left;
	margin: 15px 60px 0 0;
	border-right: 1px solid #999999;
	padding-right: 50px;
}

div.profileText p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: 150%;
	color: #333333;
}

div.profileContainer {
	height: 450px;
	margin-top: 15px;
	margin-right: 20px;
	float: left;
}

div.profileSolo {
	height: 450px;
	float: left;
	margin: 15px 60px 0 0;
	border-right: 1px solid #999999;
	padding-right: 30px;
}

div.profileSolo2 {
	height: 437px;
	float: left;
	margin: 15px 60px 0 0;
	border-right: 1px solid #999999;
	padding-top: 15px;
	padding-right: 30px;
}

div.profileSolo3 {
	height: 437px;
	float: left;
	margin: 15px 60px 0 0;
	padding-top: 15px;
}

div.profileGroup {
	height: 450px;
	float: left;
	margint: 15px 60px 0 0;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

div.profileGroup2 {
	height: 450px;
	float: left;
	margint: 15px 60px 0 0;
	border-right: 1px solid #999999;
}

table {
	margin-top: 0px;
	width: 610px;
}

table p {
	color: #333333;
}

table caption {
	text-align: left;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

table td {
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	line-height: 150%;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-stretch: normal;
}

table td.datecolumn {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 130%;
}

table td.datecolumn2 {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 130%;
	padding-right: 5px;
}

table td.namecolumn {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 130%;
	padding-right: 10px;
}

div.contactText {
	float: left;
	margin: 15px 50px 0 0;
	border-right: 1px solid #999999;
	padding-right: 50px;
}

div.contactText p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #333333;
	text-align: justify;
}

div.contactText a {
	text-decoration: none;
	color: #333333;
}

div.contactText a:hover {
	text-decoration: none;
	color: #FCFCFC;
	background-color: #FF8A00;
}


div.map {
	color: #FCFCFC;
}

div.contactText h5 a {
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
}

div.contactText h5 a:hover {
	text-decoration: none;
	color: #FCFCFC;
	background-color: #000000;
}

div.bibliographyText {
	height: 450px;
	float: left;
	margin: 15px 80px 0 0;
	border-right: 1px solid #999999;
	padding-right: 50px;
}

div.bibliographyText2 {
	height: 436px;
	float: left;
	margin: 15px 80px 0 0;
	border-right: 1px solid #999999;
	padding-top: 14px;
	padding-right: 50px;
}

div.bibliographyText3 {
	height: 436px;
	float: left;
	margin: 15px 80px 0 0;
	border-right: 1px solid #999999;
	padding-top: 14px;
	padding-right: 50px;
}

/*---------------artist style ends------------------------*/


/*---------------button style starts------------------------*/

div.header {
	margin-top: -15px;
}

div.header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FCFCFC;
	float: left;
	bottom: 0;
	margin-left: 40px;
	-margin-left: 20px;
	background-color: #36abd9;
}

div.copyRight a {
	float: left;
	font-size: 9px;
	color: #FCFCFC;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

div.copyRight a:hover {
	background-color: #FF8A00;
}

a.backToFront {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FCFCFC;
	text-decoration: none;
	margin-right: 40px;
	padding: 5px 10px 5px 10px;
	float: right;
	background-color: #36abd9;
}

a.backToFront:hover {
	background-color: #FF8A00;
}

