/********/
/* html */
/********/
body {
	background:#666;
	overflow:hidden;
	margin:0;
	padding:0
}

img {
	border:0;
	display:block
}

h1 {
	color:#333;
	font-size:14px;
	line-height:16px;
	margin:0 0 14px 0;
	padding:0
}

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

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

a {
	color:#900;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

hr {
	background:#AAA;
	border:0;
	border-top:1px solid #CCC;
	height:1px;
	line-height:1px;
}

table,
td {
	color:#333;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px
}

/**********/
/* layout */
/**********/
/* page */
#page {
	background:#FFF;
	color:#333;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	height:545px;
	left:50%;
	line-height:14px;
	margin:15px 0 0 -475px;
	position:absolute;
	width:950px
}

/* menu */
#menu {
	background:#FFF;
	height:107px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:555px
}

#menu ul {
	list-style:none;
	margin:57px 0 0 7px;
	padding:0
}

#menu li {
	border-right:1px solid #999;
	float:left;
	height:25px;
	padding:25px 10px 0 10px
}

#menu a {
	color:#BBB;
	font-size:12px;
	font-weight:bold
}

#menu a:hover,
#menu a.active {
	color:#333;
	text-decoration:none
}

/* submenu */
#submenu {
	background:#CCC;
	height:250px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:265px;
	width:150px
}

#submenu ul {
	list-style:none;
	margin:0;
	padding:0
}

#submenu li {
	margin:12px 0 0 0
}

#submenu a {
	background:#CCC;
	border-right:17px solid #CCC;
	color:#333;
	display:block;
	line-height:17px;
	padding:0 17px
}

#submenu a:hover,
#submenu a.active {
	background:#666;
	border-right:17px solid #666;
	color:#FFF;
	text-decoration:none
}

#submenu a.active,
#submenu a.active:hover {
	border-right:17px solid #069
}

/* main banner */
#main_banner_1,
#main_banner_2 {
	border-bottom:8px solid #C60;
	height:150px;
	left:0;
	position:absolute;
	top:107px;
	width:555px
}

#main_banner_2 {
	border-bottom:8px solid #FFF;
	width:250px
}

#main_banner_1 img,
#main_banner_2 img {
	height:150px;
	width:555px
}

#main_banner_2 img {
	width:150px
}

/* content */
#content_1,
#content_2 {
	background:#FFF;
	border-bottom:12px solid #FFF;
	border-top:12px solid #FFF;
	height:202px;
	left:150px;
	overflow:auto;
	padding:12px;
	position:absolute;
	top:265px;
	width:381px
}

#content_2 {
	height:360px;
	top:107px
}

#content_1 a,
#content_2 a {
	text-decoration:underline
}

#content_1 img,
#content_2 img {
	float:left;
	margin:0 12px 12px 0;
	clear:left
}

/* fader */
#fader {
	height:350px;
	left:555px;
	position:absolute;
	top:0;
	width:395px
}

#fader img {
	display:none;
	left:0;
	position:absolute;
	top:0
}

/* trigger */
#trigger_1,
#trigger_2 {
	background:#C60;
	color:#FFF;
	font-size:12px;
	height:165px;
	left:555px;
	position:absolute;
	top:350px;
	width:205px
}

#trigger_2 {
	background:#069
}

#trigger_1 h1,
#trigger_2 h1 {
	color:#FFF;
	padding:0 14px;
	margin:14px 0;
	text-transform:uppercase
}

#trigger_1 p,
#trigger_2 p {
	color:#FFF;
	padding:0 14px;
	margin:0
}

/* logo */
#logo {
	background:#FFF;
	color:#333;
	font-size:10px;
	height:165px;
	left:760px;
	position:absolute;
	top:350px;
	width:190px
}

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

#logo p {
	margin:0;
	padding:0 18px
}

/* footer */
#footer {
	background:#333;
	color:#FFF;
	height:30px;
	line-height:30px;
	left:0;
	padding:0 17px;
	position:absolute;
	top:515px;
	width:916px
}

#footer p {
	margin:0
}

#footer a {
	color:#FFF
}

/*********/
/* pages */
/*********/


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

.show {
	display:block
}

.hide {
	display:none
}

.cs_form_wrapper .cs_button {
	background:#666;
	margin:0 30px 15px 0
}

#content_1 .cs_form_wrapper .cs_button a,
#content_2 .cs_form_wrapper .cs_button a {
	text-decoration:none
}