@charset "UTF-8";
/* CSS Document */

body {
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				12px;
	line-height:			14px;
	margin: 				0px;
	padding: 				0px;
	background-color:		#eae9e8;
	color:					#4d4d4d;
}
ul {
	margin:					0px;
	padding:				0px;
	list-style:				none;
}
li {
	margin:					0px;
	padding:				0px;
	list-style:				none;
}
img {
	border:					none;
}

#container {
	width:					900px;
	margin:					70px 0px 0px 35px;
}

#left {
	width:					168px;
	float:					left;
}

#right {
	width:					732px;
	float:					right;
}

#left #logo {
	margin-bottom:			35px;	
}

#left h1, #left h2 {
	font-size:				14px;
	line-height:			15px;
	margin:					0px;
	padding:				0px;	
}

#left h2 {
	color:					#4cbdcc;
}

.highlight {
	color:					#b3b3b3;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-style:				italic;
}

#content {
	position:				relative;	
}

.the-item {
	width:					732px;
	height:					488px;
	overflow:				hidden;
}

#content .overlay {
	position:				absolute;
	left: 					0;
	bottom:					0;
	width:					716px;
	height:					84px;
	padding:				8px;
	background-color:		#333;
	color:					#FFF;	
	opacity:				0.6;
	filter:					alpha(opacity=60);
	z-index:				50000000000000;
}
.overlay h3 {
	color:					#FFF;
	padding: 				0px;
	margin:					0px;	
	font-size:				14px;
	line-height:			15px;
}
.overlay p {
	color:					#FFF;
	padding: 				0px;
	margin:					0px;
}

#controls {
	margin-top:				9px;	
}

#slide-controls {
	float:					left;
}

#info-control {
	float:					right;	
	margin-right:			5px;
}

a, a:link {
	color:					#4d4d4d;
	text-decoration:		none;
}
a:visited {
	color:					#4d4d4d;
	text-decoration:		none;
}
a:hover {
	color:					#b3b3b3;
	text-decoration:		none;
}
a:active {
	color:					#b3b3b3;
	text-decoration:		none;
}
a.current {
	color:					#ee3d75;
}

#controls a, #controls a:link {
	color:					#4d4d4d;
	text-decoration:		none;
}
#controls a:visited {
	color:					#4d4d4d;
	text-decoration:		none;
}
#controls a:hover {
	color:					#4d4d4d;
	text-decoration:		none;
}
#controls a:active {
	color:					#4d4d4d;
	text-decoration:		none;
}

.overlay a, .overlay a:link {
	color:					#ffffff;
	text-decoration:		none;
}
.overlay a:visited {
	color:					#ffffff;
	text-decoration:		none;
}
.overlay a:hover {
	color:					#ffffff;
	text-decoration:		none;
}
.overlay a:active {
	color:					#ffffff;
	text-decoration:		none;
}

#home-content {
	overflow:				hidden;
	width:					732px;
	height:					488px;	
}

.home-item {
	position:				relative;
}

.the-label {
	position:				absolute;
	right:					0px;
	bottom:					0px;
	width:					80px;
	height: 	80px;
	line-height: 80px;
	text-align:				center;
	background-color:		#ee3d75;
	font-family:			Helvetica, Arial, sans-serif;
	font-style:				none;
	font-size:				12px;
	color:					#FFF;
	padding:				0px;
}
.text-block {
	margin-top:				66px;
	width:					380px;
}