/********/
/* html */
/********/
body {
	background:#E3E3E3 url(../img/bg/body.gif) repeat-x;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

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

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

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

a {
	color:#BB393D;
	font-weight:bold;
	text-decoration:none
}

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

form {
	margin:0;
	padding:0
}

input {
	border:1px solid #9FA1A2;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:18px;
	padding:2px 5px 0 5px
}

/**********/
/* layout */
/**********/
/* page */
#page {
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	margin:0 auto;
	position:relative;
	width:740px
}

.tpl_1 {
	background:#FFF url(../img/bg/page_1.gif) repeat-y
}

.tpl_2 {
	background:#FFF url(../img/bg/page_2.gif) repeat-y
}

.tpl_3 {
	background:#FFF url(../img/bg/page_3.gif) repeat-y
}

.tpl_4 {
	background:#FFF url(../img/bg/page_4.gif) repeat-y
}

.tpl_5 {
	background:#FFF url(../img/bg/page_5.gif) repeat-y
}

/* header */
#header {
	background:#FFF;
	border-bottom:5px solid #FFF;
	height:229px;
	position:relative
}

#header img {
	height:229px;
	width:740px;
	z-index:1
}

/* logo */
#logo {
	background:#FFF;
	filter:alpha(opacity=0);
	height:88px;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	width:232px;
	z-index:2
}

#logo a {
	float:left;
	height:88px;
	width:232px
}

/* menu */
#menu_wrapper {
	background:#BB393D;
	border-bottom:5px solid #FFF;
	height:30px;
	line-height:29px
}

#main_menu ul,
#action_menu ul {
	display:inline;
	float:left;
	list-style:none;
	margin:0 0 0 20px;
	padding:0
}

#action_menu ul {
	float:right;
	margin:0 20px 0 0
}

#main_menu li,
#action_menu li {
	float:left;
	margin:0 15px 0 0
}

#action_menu li {
	margin:0 0 0 15px
}

#main_menu li a,
#action_menu li a {
	color:#F99;
	font-weight:bold;
	font-size:11px;
	text-decoration:none
}

#main_menu li a:hover,
#action_menu li a:hover,
#main_menu li a.active,
#action_menu li a.active {
	color:#FFF
}

/* sub menu */
#sub_menu {
	float:left;
	margin:0 5px 0 0;
	padding:20px;
	width:175px
}

.tpl_1 #sub_menu,
.tpl_3 #sub_menu,
.tpl_4 #sub_menu {
	color:#FFF
}

.tpl_2 #sub_menu {
	color:#000
}

.tpl_1 #sub_menu h1,
.tpl_3 #sub_menu h1,
.tpl_4 #sub_menu h1 {
	color:#FFF
}

.tpl_2 #sub_menu h1 {
	color:#000
}

#sub_menu ul {
	margin:0 0 15px 15px;
	padding:0
}

#sub_menu li a {
	color:#FFF;
	font-weight:normal
}

.tpl_2 #sub_menu li a {
	color:#7A7A7A
}

.tpl_5 #sub_menu li a {
	color:#000
}

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

/* content */
#content,
#content_full {
	float:left;
	padding:20px;
	width:480px
}

#content {
	width:325px
}

#content_full .item {
	clear:both
}

#content_full .item img {
	float:left;
	margin:0 10px 10px 0
}

/* triggers */
#triggers {
	color:#666;
	float:left;
	padding:20px;
	width:115px
}

#triggers img {
	margin:0 0 5px 0;
	width:115px
}

/* footer */
#footer {
	background:#CCC;
	border-top:5px solid #FFF;
	clear:both;
	height:30px;
	line-height:29px;
}

#footer ul {
	color:#BB393D;
	margin:0 15px;
	padding:0
}

#footer li {
	background:url(../img/bg/footer_li.gif) no-repeat 0 13px;
	display:inline;
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 10px
}

#footer li a {
	color:#000;
	font-weight:normal
}

#footer li a:hover,
#footer li a.active {
	color:#BB393D
}

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

/**************/
/* components */
/**************/
/* search pages */
#cs_search_pages_form {
	bottom:10px;
	height:24px;
	position:absolute;
	right:20px;
	z-index:2
}

#cs_search_pages_input {
	float:left;
	margin:0 5px 0 0
}

#cs_search_pages_button {
	background:#FFF;
	float:left;
	padding:1px
}

#cs_search_pages_button a {
	background:#FFF;
	border:1px solid #9FA1A2;
	float:left;
	font-weight:normal;
	height:18px;
	line-height:17px;
	padding:0 5px
}

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