/********/
/* html */
/********/
body {
	background:#FFF;
	margin:0;
	padding:0
}

h1 {
	color:#E60005;
	font-size:13px;
	margin:0 0 10px 0;
	padding:0
}

h2 {
	color:#000;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0
}

h3 {
	color:#e60005;
	font-size:15px;
	margin:0 0 10px 0;
	padding:0
}

h4 {
	color:#000;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0
}

h5 {
	color:#000;
	font-size:13px;
	margin:0 0 10px 0;
	padding:0
}

h6 {
	color:#E60005;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0
}

p {
	margin:0 0 15px 0;
	padding:0
}

a {
	color:#E60005
}

img {
	border:0;
	display:block
}

fieldset {
	border:1px solid #DDD;
	margin:0 0 20px 0;
	padding:10px 20px
}

legend {
	color:#E60005;
	font-weight:bold
}

form {
	margin:10px 0 0 0;
	padding:0
}

input,
select,
textarea {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px
}

table {
	margin:0 0 20px 0;
	width:100%
}

table th,
table td {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	line-height:20px;
	padding:2px 6px;
	text-align:left;
	vertical-align:top
}

table th {
	background:#C3C4C8;
	color:#FFF;
	padding:2px 6px
}

table td {
	border-bottom:1px solid #C3C4C8;
	color:#000
}

table .footer td {
	background:#F2F2F2;
	border:1px dotted #C3C4C8;
	border-top:0;
	color:#000
}

/**********/
/* layout */
/**********/
/* page */
#page {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	width:760px
}

/* header */
#header {
	height:100px
}

#logo {
	float:left;
	height:100px;
	margin-right:20px;
	width:220px
}

#logo img {
	height:100px;
	width:220px
}

/* submenu */
#submenu {
	float:left;
	height:100px;
	width:520px;
	z-index:2
}

#submenu ul {
	border-bottom:2px solid #E60005;
	border-top:1px dotted #C3C4C8;
	height:33px;
	list-style:none;
	margin:35px 0 0 0;
	padding:0
}

#submenu li {
	display:inline;
	float:left;
	height:30px;
	margin:0 10px
}

#submenu li a {
	background:url(../img/bg/menu_item.gif) no-repeat;
	color:#666;
	float:left;
	font-weight:bold;
	height:22px;
	padding:10px 0 0 15px;
	text-decoration:none
}

#submenu li a:hover,
#submenu li a.active {
	color:#E60005
}

/* side */
#side {
	float:left;
	margin-right:10px;
	width:220px;
	display:inline;
	position:relative;
	z-index:2
}

/* menu */
#menu ul {
	background:#F2F2F2;
	border-top:2px solid #C3C4C8;
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	width:200px;
	z-index:2
}

#menu li {
	border-bottom:1px solid #C3C4C8;
	float:left;
	height:30px;
	position:relative;
	width:200px
}

#menu li a {
	background:#F2F2F2 url(../img/bg/menu_item.gif) 10px 0 no-repeat;
	color:#666;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:34px;
	padding:0 0 0 25px;
	text-decoration:none;
	width:175px
}

#menu li a:hover,
#menu li a.active {
	color:#E60005;
	display:block;
}

#menu li ul {
	border:2px solid #C3C4C8;
	display:none;
	left:180px;
	position:absolute;
	top:0;
}

#menu li:hover ul,
#menu li.cs_hover ul {
	display:block
}

#menu li ul li {
	background:#FAFAFA;
	border-bottom:0;
	height:20px;
}

#menu li ul li a {
	background:#FAFAFA;
	color:#666;
	display:block;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:175px
}

/* banners */
#banners {
	display:inline;
	float:left;
	margin:20px 0 0 20px;
	width:200px
}

#banners img {
	width:200px;
}

/* content */
#content {
	float:left;
	line-height:20px;
	padding:0 0 0 10px;
	width:510px;
	z-index:1;
	position:relative;
}

#content ul {
	color:#888;
	list-style:url(../img/bg/list.gif);
	margin:0 0 15px 30px;
	padding:0
}

#content .footer ul {
	margin:0 0 2px 18px
}

#content .footer a {
	text-decoration:none
}

/* footer */
#footer {
	background:#EEE;
	padding: 10px;
	margin:20px 0 20px 20px
}

#footer p {
	color:#666;
	margin:0;
	padding:2px 0 0 0;
	text-align:center
}

/*********/
/* pages */
/*********/
/* links */
#content .item {
	padding-top:10px;
	border-top:1px dotted #C3C4C8;
	border-bottom:1px dotted #C3C4C8;
	margin-bottom:20px;
	min-height:120px;
	width:520px;
	position:relative;
}

#content .image {
	float:left;
	margin-right:20px;
	width:200px;
	height:100px;
}

#content .text {
	color:#666;
	float:left;
	width:280px;
	min-height:100px;
	padding:10px;
	padding-top:5px; 
}

/***********/
/* overall */
/***********/
.clear {
	clear:both;
	line-height:1px
}

.hide {
	display:none
}

.show {
	display:block
}

.cs_form_wrapper .cs_form_label label {
	width:200px;
	font-weight:normal;
}

.cs_form_wrapper .cs_form_input input {
	height:15px;
	border:1px solid #AAAAAA;
	width:250px;
}

.cs_form_wrapper .cs_form_input select {
	border:1px solid #AAAAAA;
	width:250px;
	height:19px;
	font-size:11px;
}

.cs_form_wrapper .cs_form_input textarea {
	border:1px solid #AAAAAA;
	width:250px;
	height:100px;
}

.cs_form_wrapper .cs_form_input input {
	height:15px !important;
}

.cs_form_wrapper cs_form_input cs_form_selectbox {
	width:250px;
}

.cs_form_wrapper fieldset {
	border:1px solid #DDDDDD;
	margin:0 0 20px;
	padding:10px 20px;
}

.cs_form_wrapper legend {
	color:#E60005;
	font-weight:bold;
}

input.checkbox,
input.radio {
	border:0;
	width:14px
}

input.error,
textarea.error,
select.error {
	background:#FFC2C2;
	border:1px solid #F5384E
}

#feedback_info {
	color:#F00;
	margin:10px 0 15px 0
}


.cs_form_wrapper .cs_form_button {
	background:#C3C4C8;
	display:inline;
	float:right;
	cursor:pointer;
	padding:1px;
	color:#FFFFFF;
	text-decoration:none;
	width:84px;
	height:22px;
	margin:0 0 10px 10px
}

.cs_form_wrapper input.cs_submit, .cs_form_wrapper input.cs_reset {
	background:#E60005;
	border:1px solid #fff;
	height:22px;
	width:84px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}

.date {
	color:#888
}

.search_words {
	margin-top: 5px;
}
.search_words a {
	color: #666;
	text-decoration: none;
}
.search_words a:hover {
	text-decoration: underline;
}
