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

body {
	padding: 0 0 0 0;
	margin: 0 0;
}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(img/header_bg.png);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 100%;
	height: 250px;
}
.header1 {
	float: left;
	background: url(img/header1.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 471px;
	height: 250px;
}
.header2 {
	float: right;
	background: url(img/header2.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 530px;
	height: 250px;
}
.cont1 {
	padding: 0 0 0 0;
	margin: 250px 0 0 0;
	width: 100%;
	height: auto !important;
	background: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #dddddd;
}
.cont {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0;
	height: auto !important;
	background: url(img/cont_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.col_left {
	float: left;
	width: 160px;
	height: auto !important;
	padding: 0 10px 0 30px;
	margin: 50px 0 0 0;
}
.col_left .text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu_item_left {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1f1f1f;
	line-height: 24px;
}
.red {
	color: #ff347b;
}
.col_right {
	float: right;
	width: 220px;
	height: auto !important;
	padding: 0 20px 0 10px;
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.col_right h1 {
	color: #ff347b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.col_right a {
	color: #ff347b;
	text-decoration: none;
}
.col_right a:hover {
	color: #ff347b;
	text-decoration: none;
}
.col_right a:visited {
	color: #ff347b;
	text-decoration: none;
}
.col_right .more {
	color: #ff347b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0;
	text-decoration: none;
	text-align: right;
}
.col_center {
	padding: 20px 0 0 0;
	margin: 0 260px 0 210px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: auto !important;
}
.col_center h1 {
	color: #ff347b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.push {
	clear: both;
	width: 100%;
}
.footer {
	padding: 5px 0 5px 30px;
	margin: 0 0;
	widows: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.menu {
	position: absolute;
	top: 210px;
	right: 0px;
	width: 700px;
	height: 26px;
	padding: 0 0 0 0;
	margin: 0 0;
	z-index: 2;
}
.menu_item {
	float: right;
	width: 150px;
	height: 26px;
	padding: 0 0 0 0;
	margin: 0 0;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	background: url(img/button_bg.png);
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
}
.menu_sep {
	float: right;
	width: 1px;
	height: 26px;
	padding: 0 0 0 0;
	margin: 0 0;
	background: url(img/button_sep.png);
	background-repeat: no-repeat;
}
.add1 {
	position: absolute;
	top: 3px;
	right: 192px;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
}
.add2 {
	position: absolute;
	top: 3px;
	right: 160px;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
}
.add3 {
	position: absolute;
	top: 3px;
	right: 125px;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
}

