/* CSS Document */

body{
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
background-color:#000000;
}

p{
padding:0px 0px 15px 0px;
margin:0px;

}



#container{

width:1040px;
padding:0px 25px 0px 0px;
margin:0 auto;
}


#header{
background:url(../images/logo_hd.png) no-repeat;

width:690px;
height:72px;
margin:0px;
padding:200px 0px 0px 350px;
}

	.tabs{
	width:653px;
	height:46px;
	padding-left:22px;
	}

#content{
background:url(../images/content_bg.gif) repeat-y;
width:940px;
margin:0px 0px 1px 0px;
padding:10px 8px 0px 95px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
}


#content a{
color:#FFFFFF;
}
#content a:hover{
color:#66CCFF;
}



#footer{
background:url(../images/content_bg.gif) repeat-y;
width:940px;
margin:0px;
padding:10px 5px 0px 95px;
color: #ffffff;
font: 11px Arial, Helvetica, sans-serif;
float:left;
}

	.foot_c1{
	float:left; 
	width:300px;
	padding-top:12px;

	}
	.foot_c1a{
	float:left; 
	width:360px;
	padding-top:12px;
	text-align:center;
	}
	.foot_c2{
	float:left; 
	width:257px;

	}
	.foot_c3{
	float:left; 
	width:940px;
	text-align:center;
	margin-bottom:10px;
	}

		#footer a:link,
		#footer a:visited {
			color: #ffffff;
			text-decoration:none;
		}
		#footer a:hover {
		color:#3a8ec1;
			
		}
	
/****other pages*****/

	 .head{
	width:941px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center
	}

	 .left{
	width:176px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	}
	
		 .left p{
		padding:0px 0px 30px 0px;
		font-weight:bold;
		width:176px;
		float:left;
		display:block;
		
		}
		
		  .left p img{
		border:1px solid #ffffff;
		
		}
	
	
	 .mid{
	width:578px;
	padding:0px;
	margin:0px;
	float:left;
	text-align:center
	
	
	
	}
	
		 .mid p{
		
		padding:0px 0px 20px 0px;
		
		}
		
		 .mid img{
			border:1px solid #ffffff;
		}
	
	.right{
	width:180px;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	
	
	}
	
		.right p{
		padding:0px 0px 30px 0px;
		text-align:center;
		font-weight:bold;
		width:176px;
		float:left;
		display:block;
		}
		
		 .right p img{
		border:1px solid #ffffff;
		
		}
		
		
	 .btm{
	width:855px;
	padding:10px 0px 20px 70px;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
		 .btm p{
		padding:15px 30px 0px 0px;
		float:left;
		width:176PX;
		text-align:center;
		font-weight:bold;
		}
		
		 .btm p img{
		border:1px solid #ffffff;
		
		}
		
	 .btm1{
	width:755px;
	padding:10px 0px 20px 164px;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
		.btm1 p{
		padding:0px 30px 0px 0px;
		float:left;
		width:176PX;
		text-align:center;
		font-weight:bold;
		}
		
		.btm1 p img{
		border:1px solid #ffffff;
		
		}




		
.contact_form{
	width:525px;
	padding:0px 0px 0px 5px;
	margin:0px;
	float:left;
	display:block;
	height:500px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	}
	.contact_form p{
	width:400px;
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	}
.select{
background-color:#999999;
width:300px;
border:0px solid #999999;
font-size:14px;
padding:1px;
}
.contact_right{
	width:400px;
	padding:0px;
	margin:0px;
	float:left;
	
	}
	
	
	
	
	   /* CSS to control the visibility of the inline players */

   /* show the button by default */
   .mp3button {
	  visibility: visible;
		 width: 17px;
		 height: 17px;
	  }

   .slimmp3player {
	  visibility: hidden;
	  width: 0;
	  height: 0;
	  }

   .pixeloutmp3player {
	  visibility: hidden;
	  width: 0;
	  height: 0;
	  }



   /* conditionally, show the slim player */
   #showslim .slimmp3player {
		 visibility: visible;
		 vertical-align: text-bottom;
		 width: 220px;
		 height: 17px;
		 }

   #showslim .mp3button {
		 visibility: hidden;
	     width: 0;
	     height: 0;
		 }

   #showslim .pixeloutmp3player {
		 visibility: hidden;
		 width: 0;
		 height: 0;
		 }



   /* conditionally, show the 1pixelout player */
   #showpixelout .pixeloutmp3player {
		 visibility: visible;
		 vertical-align: text-bottom;
		 width: 290px;
		 height: 24px;
		 }

   #showpixelout .mp3button {
		 visibility: hidden;
		 width: 0;
		 height: 0;
		 }

   #showpixelout .slimmp3player {
		 visibility: hidden;
		 width: 0;
		 height: 0;
		 }


	/*photogallery's new images*/
#btm_img{
/*background:url(../images/content_bg.gif) repeat-y;*/
width:440px;
padding:0px 220px 0px 265px;
margin:-20px 0px 0px 0px;
/*padding:10px 5px 0px 95px;*/
color: #ffffff;
font: 11px Arial, Helvetica, sans-serif;
float:left;
text-align:center;
}

	#btm_img p{
	float:left; 
	margin:0px 30px 0px 4px;
	text-align:center;
	}
	
	#btm_img p img{
	border:1px solid #ffffff;
	}
	
	
	/* vedio gallery btm img */
	
	.btm2{
	
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 0px;
	width:526px;
	float:left;
	
	
	}
	
		.btm2 p{
		padding:0px 0px 0px 0px;
		float:left;
		width:185PX;
		text-align:center;
		font-weight:bold;
		}
		
		/*.btm2 .last{
		padding:0px 0px 0px 0px!important;
		float:left;
		width:176PX;
		text-align:center;
		font-weight:bold;
		}*/
		
		
		.btm2 p img{
		border:1px solid #ffffff;
		
		}
		
		
		
		.btm2a{
	
	padding:15px 0px 0px 35px;
	margin:0px 0px 0px 0px;
	width:526px;
	float:left;
	
	
	}
	
		.btm2a p{
		padding:0px 0px 0px 0px;
		float:left;
		width:250PX;
		text-align:center;
		font-weight:bold;
		}
		

		
		
		.btm2a p img{
		border:1px solid #ffffff;
		
		}
		
		
		
		
		.btm2b{
	
	padding:15px 0px 0px 426px;
	margin:0px 0px 0px 0px;
	width:100px;
float:left;
	
	
	}
	
		.btm2b p{
		padding:0px 0px 0px 0px;
		float:left;
		width:250PX;
		text-align:center;
		font-weight:bold;
		}
		

		
		
		.btm2b p img{
		border:1px solid #ffffff;
		
		}
