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

img {
	border:0;
	display:block
}

h1 {
	background:#FFF url(../img/bg/h1.gif) no-repeat 0 2px;
	color:#43A5B3;
	font-size:16px;
	margin:0 0 20px 0;
	padding:0 0 0 20px
}

h2 {
	color:#7B7878;
	font-size:12px;
	margin:0 0 20px 0;
	padding:0
}

h3 {
	color:#43A5B3;
	font-size:12px;
	margin:0;
	padding:0
}

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

a {
	color:#43A5B3;
	text-decoration:underline
}

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

form {
	margin:0;
	padding:0
}

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

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

/**********/
/* layout */
/**********/
/* page */
#page {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px
}

/* header */
#header {
	background:#FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	height:80px;
	position:relative;
	width:900px
}

/* logo */
#logo {
	height:50px;
	left:20px;
	position:absolute;
	top:15px;
	width:282px
}

#logo img {
	height:50px;
	width:282px
}

/* action menu / footer menu */
#action_menu,
#footer_menu {
	bottom:9px;
	font-size:11px;
	position:absolute;
	right:20px;
}

#action_menu ul,
#footer_menu ul {
	list-style:none;
	margin:0;
	padding:0
}

#action_menu li,
#footer_menu li {
	background:url(../img/bg/arrow_small.gif) no-repeat left center;
	float:left;
	padding:0 10px 0 11px
}

#action_menu li a,
#footer_menu li a {
	color:#7B7878;
	text-decoration:none
}

#action_menu li a:hover,
#footer_menu li a:hover,
#action_menu li a.active,
#footer_menu li a.active {
	color:#000;
	text-decoration:underline
}

/* menu */
#menu_wrapper {
	background:#43A5B3;
	border:1px solid #FFF;
	border-top:0;
	height:150px;
	position:relative;
	width:900px
}

#menu {
	background:#43A5B3;
	border-right:1px solid #FFF;
	left:0;
	position:absolute;
	height:150px;
	width:249px;
	z-index:2
}

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

#menu ul li {
	margin-bottom:1px;
	float:left;
	position:relative;
	width:249px
}

#menu ul li a {
	background:#43A5B3 url(../img/bg/menu_item.gif) no-repeat 20px 0;
	color:#FFF;
	display:block;
	font-weight:bold;
	height:28px;
	line-height:27px;
	padding:0 10px 0 40px;
	text-decoration:none
}

#menu ul li a:hover,
#menu ul li a.active {
	background:#72BCC6 url(../img/bg/menu_item.gif) no-repeat 20px -28px
}

/* submenu */
#menu ul li ul {
	border:1px solid #FFF;
	border-bottom:0;
	display:none;
	left:249px;
	margin:0;
	position:absolute;
	top:0;
	z-index:3
}

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

#menu ul ul li {
	border-bottom:1px solid #FFF;
	margin:0
}

#menu ul ul li a {
	background:#72BCC6;
	font-weight:normal;
	padding:0 10px 0 10px;
	text-decoration:none
}

#menu ul ul li a:hover,
#menu ul ul li a.active {
	background:#DCEEF1;
	color:#43A5B3
}

/* banner */
#menu_banner {
	height:150px;
	position:absolute;
	right:0;
	width:650px;
	z-index:1
}

#menu_banner img {
	height:150px;
	width:650px
}

/* showcase */
#showcase_wrapper {
	background:#DEDFDA;
	border:1px solid #FFF;
	border-top:0;
	height:117px;
	width:900px
}

#showcase {
	background:#DEDFDA;
	border-right:1px solid #FFF;
	float:left;
	height:117px;
	width:699px
}

#showcase .item {
	display:inline;
	float:left;
	height:77px;
	margin:20px 0 0 21px;
	width:206px
}

#showcase .item h2,
#showcase .item h2 a {
	color:#7B7878;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;
}

#showcase .item p {
	color:#7B7878;
	font-size:11px;
	margin:0;
	padding:0
}

#showcase .item_thumb {
	display:inline;
	float:left;
	height:77px;
	margin-left:1px;
	width:77px
}

#showcase .item_thumb img {
	border:1px solid #FFF;
	height:75px;
	width:75px
}

#showcase .item_text {
	float:left;
	height:75px;
	margin:0 0 0 10px;
	width:118px
}

#showcase_side {
	background:#BDBEBA url(../img/bg/showcase_side.gif) repeat-x;
	float:left;
	height:117px;
	position:relative;
	width:200px
}

#showcase_side #address {
	font-size:10px;
	line-height:17px;
	right:20px;
	position:absolute;
	top:15px
}

#showcase_side #address p {
	margin:0;
	padding:0
}

#showcase_side #cs_search_pages_form {
	bottom:19px;
	right:20px;
	position:absolute
}

#showcase_side #cs_search_pages_input {
	display:inline;
	float:left;
	margin-right:5px
}

#showcase_side #cs_search_pages_input input {
	border:1px solid #7B7878;
	width:101px
}

#showcase_side #cs_search_pages_button {
	float:left;
	margin-top:1px
}

#showcase_side #cs_search_pages_button a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none
}

/* content */
#content_wrapper {
	background:#FFF url(../img/bg/content_wrapper.gif) repeat-y;
	border-bottom:1px solid #FFF
}

#content {
	background:#FFF;
	border-left:1px solid #FFF;
	float:left;
	padding:20px 20px 0 20px;
	width:660px
}

/* triggers */
#triggers {
	background:#72BCC6;
	float:left;
	padding:20px;
	width:160px
}

#triggers .item {
	background:#FFF;
	color:#7B7878;
	float:left;
	font-size:11px;
	margin:0 0 20px 0;
	padding:10px;
	width:140px
}

#triggers .item h3 {
	font-size:11px
}

#triggers .item p {
	margin:0;
	padding:0
}

/* footer */
#footer {
	background:#DEDFDA;
	border:1px solid #FFF;
	border-top:0;
	font-size:11px;
	height:40px;
	line-height:39px;
	padding:0 20px;
	position:relative;
	width:860px
}

#footer_menu {
	bottom:0;
	right:10px;
}

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


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

/* forms */
.cs_form_wrapper .cs_form_label label {
	font-size:12px
}

.cs_form_wrapper .cs_form_input textarea {
	width:210px
}

.cs_form_wrapper .cs_form_button {
	float:left;
	margin:0 0 20px 150px
}