/* page Name: Home Page
   Author: Sandip Ghosh
   Creation Date:  10/02/2008
*/
/* CSS Document */
/* Global Classes start */
html, body {
    height: 100%;
}
body {
	margin:0;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px;
	border:1px solid #000000;
	width:960px;
	border:1px #000000 solid;
}

.centerdiv {
	margin: 0 auto 0 auto;	
}
img {
	border:none;
}
img.clickimage {
	cursor:pointer;
}
.pagecontainer{
	width:960px;
	border:1px #000000 solid;
}

a:hover{
	color:#9F3A32;
}
a{
	text-decoration:none;
	
}
/* Global classes end*/

.headercontainer{
	
}
.footercontainer
{
	margin: 0 auto;	
}
.thumb
{
	margin-bottom:100px;
}

.middlecontainer{
	width:960px;
}
.footercontainer1{
	padding-top:10px;
		
}
.thumbnailrow{
	width:960px; 
	height:70px;
}

.thumbnailOuterDiv{
	width:160px;
	float:left;
	padding-left:45px;
	
}
.thumbnaildiv{
	width:70px;
	height:70px;
	border:1px #CCCCCC dashed;
	float:left;
	
}
.thumbnailtext{
    padding-left:5px;
	width:80px;
	height:50px;
	float:left;
	padding-top:20px;
	color:#393939;
}
.divseparator{
	width:960px;
	height:10px;
}
.footerAddress{
	width:960px;
}
.footerAddress1{
	height:22px;
	width:440px;
	background-color:#717274;
	float:left;
	color:#FFFFFF;
}
.footerAddress2{
	height:22px;
	background-color:#717274;
	float:right;
	width:518px;
	margin-left:2px;
	color:#FFFFFF;
}
.footerBottom{
	background-color:#333333;
	height:45px;
	color:#FFFFFF;
}
.artist_link{
	text-transform: uppercase;
	color:#666666;
	font-size:12px;
	text-decoration:none;	
	padding-left:5px;
	width:auto;
	font-weight:bold;
	font-family:"Georgia", Times New Roman, Times, serif;
}
.artist_link a:hover{
	text-transform: uppercase;
	color:#666666;
	font-size:12px;
	text-decoration:none;	
	color:#DD0000;
	 }
.artist_link a{
	text-transform: uppercase;	
	font-size:12px;
	text-decoration:none;	
    color:#666666;
	 }
.header_top_text{

}
a.headertextvisited{
	color:#006600;	
	font-weight:bold;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

.header_mainnav_text{
	font-size:12px;
	padding-bottom:0px;
}
.header_subnav_text{
	border-top:1px solid #BBBDBF;
	font-size:11px; 
	vertical-align:bottom; 
	padding-bottom:5px;
}
a.headertext{
	color:#999999;	
	font-weight:bold;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

a.header_mainnav{
	color:#5B5B5B;	
	font-weight:bold;
}

a.header_mainnav:hover{
	color:#9F3A32;	
}

a.headertext:hover{
	color:#9F3A32;	
}

/* Artist Home page */
.artistHomeLeftSide
{
	float:left;
	border-right: 1px dotted #999999;
	width:300px;
	clear:left;
	padding:0px 0px 0px 20px;
	height:457px;
	overflow:auto;		
}

.artistHomeRightSide
{
	float:left;
	border:0px solid green;
	width:620px;
	padding-top:20px;
	height:437px;
	overflow:auto;		
}
.artistHomeLeftSide div
{
	
	font-size:14px;
	text-transform:none;
	font-family:"Verdana";
	margin:25px 0px 25px 0px;
	font-weight:bold;
}
.artistHomeLeftSide div a
{
	text-decoration:none;
	color:#000000;
}

.artFixedCat
{
	text-decoration:none;
	color:#666666;
}
.artTitleImg
{
	margin-left:20px;
	float:left;
}
.artTitleName
{
	padding-top:20px;
	padding-left:0px;
	float:left;		
	font-size:20px;
	text-transform:none;
	font-family:"Arial";
}
.clearBoth
{
	clear:both;
}
.artHr
{
	width:96%;
}

.profileImage
{
	
	height:400px;
	margin-left:10px;

}
.artistIntroLeft
{
	float:left;
}
.artistIntroRight
{
	border:0px solid #000000;
	float:right;
	padding-right:30px;
	margin:50px 0px 0px 0px;
	font-weight:bold;
	font-size:15px;
	font-family:"Verdana";
	text-transform:none;
}
.contact
{
	border:0px solid #000000;	
	margin:30px 0px 0px 30px;
	font-weight:bold;
	font-size:15px;
	font-family:"Verdana";
}
.img_td{
	padding-right:3px;
}