@import url('orbit.css');

#home-left {
	width:688px;
	float:left;
	margin-right:20px;
}

	#home-left #main-image {
		width:430px;
		
		float:left;
		
		padding:0px
	}
	
	#home-left #smaller-images .img {
		border:5px solid #FFF;
		height:60px;
		width:60px;
		float:left;
		margin:20px 20px 0 0;
	}
	
	
	/*TABBED ELEMENT HOMEPAGE*/
	
		/*MEET THE TEAM*/
#team {
	position:relative;
	width:420px;
	height:290px;
	border:5px solid #FFF;
	background-color:#000;
	}

#team ul{
	height: 35px;
	background-color:#000;
	width:420px;
	position:absolute;
	top:255px;
	}
	#team ul li{
		display: inline;
		font-size: 12px;
		line-height: 34px;
		border:none;
		border-top: 1px solid #fff;
		}
		#team ul li a{
			display: block;
			float: left;
			height: 34px;
			padding: 0 10px;
			font-size:14px;
			color:#fff;
			border:none;
			border-top: 1px solid #fff;
			border-right: 1px solid #FFF;
			border-left: 1px solid #FFF;
			}
			#team ul li a:hover{
				border-top:1px solid #FFF;
				border-right: 1px solid #FFF;
				border-left: 1px solid #FFF;
			}
			#team ul li.ui-tabs-selected a{
				color: #FFF;
				background-color:#cb060a;
				border-top: 1px solid #fff;
				border-right: 1px solid #FFF;
				border-left: 1px solid #FFF;
			}
			#team .noborderleft{
				border-left:0px;
			}
			
			#team .sliderphotos{
				float:left;
				width:420px;
				height:255px;
			}
	#team .ui-tabs .ui-tabs-panel { float:left; display: block;  width:420px; height:255px; padding:0px; border:0px; margin-top:0px; background: none; overflow:hidden; }
		#team .title{
			margin-bottom:20px;
		}
			#team .title h2{
				font-family: "gesta-1","gesta-2",sans-serif;
				font-size:28px;
				color:#000;
			}
		#team .ui-tabs .ui-tabs-panel p{
			font-size:12px;
			color:#000;
			font-family:"Century Gothic", sans-serif;
			line-height:14px;
		}
		#team .list{
			width:100%;
			position:relative;
		}
		#team .list ul{
			margin:0px;
			padding:0px; 
			background-image:none;
			width:100%;
			list-style-type:circle;
			
			
		}
			#team .list ul li{
				display:block;
				float:left;
				width:100%;
				font-family:"Century Gothic", sans-serif;
			}
		
	#team .ui-tabs .ui-tabs-hide { display: none !important; }


	
	
	/*TABBED ELEMENT HOMEPAGE*/
	
	
	.homeslider {float:left; width:420px; height:255px; list-style-type:none; margin:0px; padding:0px; background-color:#FF0;}
	
	
	
#home-mid {
	width:238px;
	height:478px;
	min-height:478px;
	float:left;
	margin-right:20px;
	border:1px solid #960a0d;
	font:300 12px Arial, Helvetica, sans-serif;
}

	h1 {
	
		padding:7px 10px;
		font:900 18px Arial, Helvetica, sans-serif;
	}

	#home-mid .tourbox-a {
		background:#cb060a;
		padding:8px 10px;
	}
	
	#home-mid .tourbox-b {
		background:#ad0b10;
		padding:8px 10px;
	}
	
	#home-mid a {
		color:#FFF;
		text-decoration:none;
		font-weight:900;
	}
	
	#home-mid a:hover {
		text-decoration:underline;
		font-weight:900;
	}
	
#home-right {
	width:230px;
	float:left;
}
	
	#home-right .artist {
		background:#cb060a;
		margin-bottom:20px;
	}
	
	#home-right .text {
		width:125px;
		float:left;
		margin-top:10px;
	}
	
	#home-right .text p {
	font-size:12px;
	color:#FFFFFF;
	margin-left:10px;
	
	}

	#home-right .text a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	
	}
	
	#home-right .text a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	
	}	
	
	
	#home-right .img {
		width:95px;
		float:right;
		border:5px solid #FFF;
	}
	

