/* Rohan Carousel */
* { margin: 0; padding: 0;}

#main-container {
	width: 960px;
	margin: 0 auto;
}

#content { 	
	margin: 0 auto;
	padding: 10px;
	width: 934px;
	height: 525px;	
}

h1 { margin-bottom: 10px;}
h2 { font-size: 16px; margin-bottom: 5px;}

.links-to-tabs { margin: 0 0 20px 20px;}
.links-to-tabs a { color: #000; text-decoration: none;}
.links-to-tabs a:hover { color: #E50D76;}

#tabs {
	position: relative;
}

#tabs li {
	display: block;
	float: left;
	border-bottom: 1px solid #000; 
	background: #000;
	border-radius: 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	
}

#tabs li a {
	display: block;
	padding: 5px 30px;	
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 14px;
}

#tabs li a:hover, #tabs li.first-active a, #tabs li.active a {
	background: #0074C0;
	border-radius: 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

.tabs-copy {
	position: absolute;
	top: 27px;
	left: 0;
	width: 450px;
	height: auto;
	padding: 10px;
}