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

* {
	margin: 0;
	padding: 0;
}

#tab_cont {
	width: 713px;
	float: left;
	margin: 0 auto;
	font-family: "Verdana", Arial, Helvetica;
}

#tab_top {
	width: 711px;
	height: 37px;
	float: left;
	position: relative;
	top: 1px;
}

.tab_content {
	width: 707px;
	float: left;
	background-color: #f5fdff;
	background-image: url('../media/tab_bg.jpg');
	background-repeat: repeat-x;
	border-left: 1px solid #92eafd ;	
	border-right: 1px solid #92eafd ;	
}

#tab_content_left {
	width: 231px;
	float: left;
	margin: 25px 19px 0 19px;
}

#tab_content_left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
#tab_content_left table tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#colors {
	width: 212px;
	height: 324px;
	float: left;
	background-image: url('../media/color_bg1.jpg');
	background-repeat: no-repeat;
	
}

.colors2 {
	width: 212px;
	height: 200px;
	float: left;
	background-image: url('../media/color_bg2.jpg');
	background-repeat: no-repeat;	
}

.colors2 img {
	border: none;
	padding-top: 0;	
}

#top_color {
	width: 200px;
	height: 155px;
	margin: 0 auto;
	padding-top: 7px;
}

#bottom_color {
	width: 200px;
	height: 155px;
	margin: 0 auto;
}

#tab_content_right {
	width: 410px;
	float: left;
}

#tab_content_right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#tab_content_right table tr td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#tab_content_right_top {
	width: 400px;
	float: left;
	text-align: left;
}

#tab_content_right_top h2 {
	font-size: 18px;
	font-style: italic;
	color: #002b35;
	margin: 35px 10px 0 0;
}

#tab_content_right_top h3 {
	font-size: 16px;
	font-weight: normal;
	color: #002b35;
}

.left_text {
	width: 180px;
	float: left;
	margin-top: 15px;
}

.left_text p {
	font-size: 12px;
	font-weight: normal;
}

.right_colors {
	width: 200px;
	float: left;
	/*border:1px solid #ff0000;*/
}

.color_list {
	width: auto;
	margin: 0 auto;
}

.color_list img {
	border: none;
	padding: 1px;
}

.color_list a {
	margin: 0;
	padding: 0;
}

#tab_bottom {
	width: 711px;
	height: 9px;
	float: left;
}

#tab_top ul {
	list-style: none;
}

#tab_top ul li {
	margin-right: 1px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 37px;
	color: #002b35; 
}
.tab1 {
	width: 141px;
	height: 37px;
	float: left;
	background-image: url('../media/tab_selected.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}

.tab2 {
	width: 141px;
	height: 37px;
	float: left;
	background-image: url('../media/tab_deselected.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}

.tab3 {
	width: 141px;
	height: 37px;
	float: left;
	background-image: url('../media/tab_deselected.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}

.tab4 {
	width: 141px;
	height: 37px;
	float: left;
	background-image: url('../media/tab_deselected.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}

.tab5 {
	width: 141px;
	height: 37px;
	float: left;
	background-image: url('../media/tab_deselected.jpg');
	background-repeat: no-repeat;
	cursor:pointer;
}

.color_text {
	color: red;
}