.container {
	width: 451px;
	margin: 10px auto;
}
.container2 {
	width:745px;
	margin: 10px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 100%;
	font-weight:normal;
}
ul.tabs li {
	float: left;
	margin:0 0 0 1px;
	padding: 0;
	height: 32px;
	line-height: 32px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	font-weight:normal;
	border:solid 1px #d1d1d1;
	border-bottom:0;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
ul.tabs li a {
	text-decoration: none;
	color: #1e455e;
	display: block;
	font-size:15px;
	font-family:'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
	padding:0 15px 0 15px;
	outline: none;
	margin:0 0 0 0px;
	font-weight:normal;
	background-color:#d4d5d6;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#f5f5f5), to(#d4d5d6));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #d4d5d6 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #d4d5d6 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #d4d5d6 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #d4d5d6 100%);
	background-image: -linear-gradient(top, #f5f5f5 0%, #d4d5d6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d4d5d6', GradientType=0 );
}
ul.tabs li a:hover {
	color:#FFFFFF;
	background-color:#2eb7f7;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#2eb7f7), to(#2493d0));
	background-image: -webkit-linear-gradient(top, #2eb7f7 0%, #2493d0 100%);
	background-image: -moz-linear-gradient(top, #2eb7f7 0%, #2493d0 100%);
	background-image: -ms-linear-gradient(top, #2eb7f7 0%, #2493d0 100%);
	background-image: -o-linear-gradient(top, #2eb7f7 0%, #2493d0 100%);
	background-image: -linear-gradient(top, #2eb7f7 0%, #2493d0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb7f7', endColorstr='#2493d0', GradientType=0 );
}
ul.tabs li.active a {
	color:#555759;
	background-color:#ffffff;
	border-bottom:0;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -linear-gradient(top, #ffffff 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
ul.tabs li.active, html ul.tabs li.active a:hover {
	color:#555759;
}
.tab_container {
	border: 1px solid #d1d1d1;
	border-top: none;
	clear: both;
	float: left;
	width:453px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding:10px;
	font-size:12px;
	margin-bottom:10px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size:12px;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.tab_container2 {
	border: 1px solid #d1d1d1;
	border-top: none;
	heigh t:320px;
	clear: both;
	float: left;
	width:100%;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	background: #fff;
}
.tab_container_home {
	border: 1px solid #d1d1d1;
	border-top: none;
	height:320px;
	clear: both;
	float: left;
	width:100%;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	background: #fff;
	-webkit-border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	border-radius: 0px 3px 3px 3px;
}
.tab_container4 {
	border-top: none;
	clear: both;
	float: left;
	width:453px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
