@charset "utf-8";
/* jQuery items */

	/* JQuery Generated Tab Elements */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-panel {

}

/* Main tab contaienr */
#tabs {
	width: 900px;
	margin: 0 auto;
}

/* tab links - menu items */
#tabs ul {
	margin: 0px;
	padding: 0px;
	height: 20px;
	list-style-type: none;
	float: right;
	position: relative;
	top: -10px;
}
#tabs ul li {
	float: left;
	width: 120px;
}

#tabs ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #ddd;
}
#tabs ul li a:hover {
	/*color: #d74f45;*/
}
#tabs ul li.ui-state-default a {
	color: #ccc;
}
#tabs ul li.ui-tabs-selected a, #tabs ul li.ui-state-active a {
	font-weight: bold;
	color: #fff;
}

/* Tabbed items - tab content */
#tab-content-container {
	height: 202px;
	overflow: hidden;
}
#tabs div {
	height: 202px;
	width: 900px;
	background-image: url(/images/header-backgound.png);
}
#tabs div div img {
	float: left;
	padding: 0 35px 0 35px;
}
#tabs div div div {
	float: left;
	width: 350px;
}
#tabs div div div b {
	display: block;
	color: #d71203;
	font-size: 22px;
	font-weight: none;
}
#tabs div div div a, #tabs div div div a:visited {
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	margin-left: 15px;
}

#tabs div div div a:hover {
	color: #d71203;
}
