/********/
/* html */
/********/
body {
	background:#fde6ba;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	
}

h2 {
	
}

h3 {
	font-weight:normal;
	font-size:16px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

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

a {
	text-decoration:underline;
	color:#a13104;
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:-295px 0 0 -415px;
	width:830px;
	height:590px;
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
}

/* header */
#header {
	width:820px;
	height:30px;
	position:absolute;
	left:5px;
	top:0;
}

#header h1 {
	font-size:18px; 
	font-family:tahoma;
	color:#d74004;
	margin-left:15px;
	margin:4px 0 0 15px;
}

#fader {
	width:820px;
	height:150px;
	position:relative;
	left:5px;
	top:30px
}

#fader p,
#fader img {
	width:820px;
	height:150px;
	left:0;
	position:absolute;
	top:0;
}

#fader img {
	display:none;
}

/* menu */
#menu {
	height:25px;
	width:820px;
	background:url(../img/bg/menu.gif) no-repeat;
	left:5px;
	top:180px;
	font-size:11px;
	position:absolute;
	font-family:tahoma;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

#menu li {
	float:left;
	background: url(../img/bg/streep.gif) right center no-repeat;
	padding:0 1px 0 0px;
	position:relative;
}

#menu li a {
	text-decoration:none;
	color:#000;
	height:25px;
	float:left;
	font-family:Verdana;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	padding:0 15px 0 15px;
}

#menu li a.active,
#menu a:hover{
	background: url(../img/bg/menu_hover_new.gif) repeat-x;
}

/* content */
#content {
	width:820px;
	height:380px;
	background:#fbca6f;
	position:relative;
	top:55px;
	left:5px;
}

#text {
	width:485px;
	height:295px;
	position:absolute;
	left:0px;
	top:0px;
	background:#fcc153;
	overflow:hidden;
	padding:20px;
	line-height:18px;
	padding-right:40px;
	padding-bottom:0;
	padding-top:15px;
}

#text h3 {
	margin:0;
	margin-bottom:15px;
}

#text_wrapper {
	width:555px;
	height:340px;
	position:relative;
	left:250px;
	top:10px;
	background:#fcc153;
}

/* triggers */
#submenu {
	width:225px;
	height:360px;
	background: url(../img/bg/submenu.png) no-repeat;
	position:absolute;
	left:15px;
	top:10px;
	z-index:2
}

#submenu h2 {
	font-size:13px;
	color:#a13104;
	margin:15px 0 0 10px;
}

#banner {
	left:15px;
	position:absolute;
	z-index:1;
	top:155px;
	width:200px;
	height:175px;
}


#submenu ul {
	list-style:none;
	margin:10px 0 0 10px;
	padding:0;
	width:203px;
	z-index:200;
}

#submenu li {
	margin:0;
	padding-bottom:8px;
	width:200px;
	background: url(../img/bg/list-item.gif) no-repeat 0 6px;
	padding-left:15px;
	padding-top:5px;
}

#submenu a {
	text-decoration:none;
	color:#a13104;
	font-size:11px;
	font-weight:bold;
}

#submenu a span {
	color:#646567;
	font-size:11px;
}

#submenu li a:hover span{
	color:#fbca6f;
}

#submenu li div {
	margin-top:5px
}

#submenu li a:hover,
#submenu li a.active {
	text-decoration:underline;
}

/* footer */
#footer {
	background: url(../img/bg/footer.gif) no-repeat;
	width:820px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:5px;
}

#footer p {
	margin:4px 0 0 15px;
	font-size:10px;
}


/*scrollbar */
.scrollbar_y {
	background: url(../img/bg/scrollbar_y.gif) no-repeat;
	height:320px;
	right:20px;
	position:absolute;
	display:none;
	top:20px;
	z-index:150;
}

.scrollbar_handler_y {
	background:url(../img/bg/scrollbar_handler_y.gif) no-repeat;
	height:35px;
	width:30px;
	cursor:pointer;
	display:none;
}

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


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

.hide{
	display:none
}

/* forms */
.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 123px 0px 19px;
	float:right;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	background:#c26012;
	color:#fff;
	border: 1px solid #000;
}