#page_left_div{
	width:280px;
	height:auto;
	margin:0px;
	float:left;
}

	#page_news_div{
		width:280px;
		height:auto;
		padding:0px 0px 0px 0px;
		margin-bottom:4px;
	}
	
		.page_news_content_div{
			height:auto;
			background-color:#252525;
			padding:10px 10px 10px 10px;
			
		}
		
		.page_news_ttl{
			font-weight:bold;
			background-color:#333333;
			padding:2px 2px 2px 8px;
		}


#page_right_div{
	width:604px;
	height:auto;
	margin:0px 4px 0px 4px;
	background-color:#FFFFFF;
	float:left;
}

	/* page content start */
		#page_content_div{
			height:auto;
			padding:2px 0px 0px 0px;
			background-color:#FFFFFF;
		}
		
		.page_content_details_div{
			height:auto;
			background-color:#FAFAFA;
			padding:10px 10px 10px 10px;
			line-height:14px;
		}
	/* page content */
	
	
	
/* team page styles start*/
	.team_member_div{
		height:320px;
		border:solid 1px #DDDDDD;
		padding:5px;
		margin-bottom:10px;
		background:url(../images/block_black_bg.jpg) repeat-x;
		background-color:#FFFFFF;
	}
	
	.team_ttl_div{
		clear:both;
		height:25px;
		background:url(../images/red_ttl.jpg) repeat-x;
		font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		padding:9px 0px 0px 14px;
		margin-bottom:5px;
	}
	
	.team_pic_div{
		float:left;
		height:auto;
		width:250px;
		height:280px;
		border:dotted 1px #AAAAAA;
		background:url(../images/loader.gif) no-repeat center;
	}
	
	.team_details_div{
		float:left;
		height:auto;
		width:290px;
		padding:0px 0px 0px 10px;
	}
/* team page styles end*/


/* promos page start */
	
	.thumbs_container{
		padding:0px 0px 20px 0px;
		width:570px;
	}
	
	.thumbs_set_div{
		height:80px;
		background-color:#FFFFFF;
	}
	
	.scrl_thumbs_div{
		width:500px;
		height:80px;
	}
	
	.thumb{
		padding:4px;
		float:left;
		border:solid 1px #AAAAAA;
		margin-right:5px;
	}
	
	
	a.next_btn{
		width:20px;
		background:url(../images/next_btn.jpg) no-repeat center;
		height:80px;
		display:block;
	}
	
	a.next_btn:hover{
		width:20px;
		background:url(../images/next_over_btn.jpg) no-repeat center;
		height:80px;
		display:block;
	}
	
	a.prev_btn{
		width:20px;
		background:url(../images/prev_btn.jpg) no-repeat center;
		height:80px;
		display:block;
	}
	
	a.prev_btn:hover{
		width:20px;
		background:url(../images/prev_over_btn.jpg) no-repeat center;
		height:80px;
		display:block;
	}
	
	
	a.next_disabled_btn{
		width:20px;
		background:url(../images/next_disabled_btn.jpg) no-repeat center;
		height:80px;
		display:block;
		cursor:default;
	}
	
	a.prev_disabled_btn{
		width:20px;
		background:url(../images/prev_disabled_btn.jpg) no-repeat center;
		height:80px;
		display:block;
		cursor:default;
	}
	
	div.scroller {width: 510px;height: 80px;overflow: hidden;margin:0px 10px 0px 10px;}	
	div.scroller div.section {width:510px;height:80px;overflow:hidden;float:left;}
	div.scroller div.content {width: 10000px;}
	div#section2 {background:#666666;color:#ffffff;}
/* promos page end */
