/********/
/* html */
/********/
*{
	margin:0;
	padding:0;
}

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

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	color:#aac103;
	margin:0;
	padding:11px 0 0 0;
	text-transform:uppercase;
	font-size:26px;
	font-weight:normal;
}

h2 {
	color:#575759;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	color:#575759;
	margin:8px 0 0 0;
}

h4 {
	color:#aac103;
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
}

h5 {
	color:#aac103;
	margin:0;
	padding:0;
	font-size:15px;
}

h6 {
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;
}

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

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

a {
	position:relative;
	z-index:200;
	text-decoration:none;
	color:#66c9ee;
}

a:hover {
	text-decoration:underline
}

hr {
	display:none;
}

form {
	margin:0;
	padding:0
}

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

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

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

b,
strong{
	font-size:13px;
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0 auto;
	width:996px;
	margin-top:40px;
	margin-bottom:20px;
	position:relative;
	line-height:20px;
	color:#575759;
}

/* header */
#header {
	height:146px;
	width:996px;
	background:url(../img/bg/header_bg.png) no-repeat;
	position:relative;
	z-index:1;
}

#banner{
	height:292px;
	width:996px;
	position:relative;
}

#banner p,
#banner img{
	height:292px;
	width:962px;
	position:absolute;
	left:8px;
	top:0;
	border-bottom:2px solid #080809;
	z-index:1;
}

#banner img{
	display:none;
}

#logo {
	height:111px;
	width:336px;
	position:absolute;
	left:57px;
	top:24px;
	background:url(../img/logo.png) no-repeat;	
}

#logo img {
	height:111px;
	width:336px;
	position:absolute;
	left:0;
	top:0;	
}

#logo_link{
	height:111px;
	width:336px;
	position:absolute;
	z-index:3;
	left:57px;
	top:24px;
}

#logo_link a span {
	display:none;
}

#logo_link a {
	height:111px;
	width:336px;	
	display:block;
}

/* menu */
#menu {
	height:57px;
	width:497px;
	position:absolute;
	left:448px;
	top:50px;
	z-index:2;
}

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

#menu li {
	float:left;
	width:121px;
	height:41px;
	margin:0 1px 0 0;
	position:relative;
}

#menu li img {
	width:121px;
	height:41px;
	position:absolute;
	left:0;
	top:0;
}

#menu li a {
	display:block;
	height:41px;
}

#menu li span{
	display:none;
}

#menu li a:hover,
#menu li a.active {
	filter:alpha(opacity=60);
  	opacity:0.6;
}

/* sidebar */
#submenu {
	float:left;
}

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

#submenu li {
	width:250px;
	height:34px;
	float:left;
	margin:0 0 3px 0;
}

#submenu li img {
	width:250px;
	height:34px;
}

#submenu li a {
	display:block;
	height:34px;
}

#submenu li span{
	display:none;
}

#submenu li a:hover,
#submenu li a.active {
	filter:alpha(opacity=60);
  	opacity:0.6;
}

#contact_banner{
	width:250px;
	position:relative;
	float:left;
	margin:34px 0 0 0;
}

#contact_banner p
{
	margin-bottom:20px;
}

#contact_banner img {
	width:250px;
}

/* content */
#content_container {
	width:996px;
	background:url(../img/bg/page_bg.png) repeat-y;
}

#content{
	background:url(../img/bg/content_bg.gif) repeat-x;
	min-height:376px;
	width:962px;
	margin-left:8px;
}

#sidebar{
	width:250px;
	float:left;
	margin:24px 0 0 21px;
}

/* main */
#textbox{
	background:url(../img/bg/textbox_bg.gif) repeat-y;
	float:left;
	width:643px;
	margin:24px 0 23px 26px;
}

#textbox ul{ 
	list-style-image: url(../img/bg/list_circle.gif); 
}

#textbox #top{
	height:18px;
	background:url(../img/bg/textbox_top_bg.gif) no-repeat;
}

#textbox #main{
	background:url(../img/bg/textbox_main_bg.gif) no-repeat top;
	width:643px;
	xmargin:0 0 0 2px;
}

#textbox #inner{
	width:580px;
	margin:0 29px 0 29px;
	min-height:329px;
}

#textbox #bottom{	
	height:18px;
	background:url(../img/bg/textbox_bottom_bg.gif) no-repeat;
	margin:0;
}

#textbox #title{
	position:relative;
	display:block;
	padding:0 0 5px 0;
}

#textbox .home_title{
	color:#575759;
	margin:0;
	padding:0;
	font-size:20px;
	text-transform:none;
	font-weight:normal;
}

/* footer */
#footer {
	height:116px;
	width:996px;
	background: url(../img/bg/footer.png) no-repeat;
}

#footer p {
	padding:0 0 10px 0;
	margin:15px 0 0 0;
}

#footer_info{
	color:#f5f5f5;
	font-size:11px;
	margin:0 0 0 87px;
	width:867px;
	height:78px;
	padding: 10px 0 0 0;
	line-height:16px;
}

#footer,
#footer a {
	color:#565658;
	text-align:center;
	text-decoration:none;
}

#footer ul{
	margin:0;
}

#footer li{
	list-style-position: inside;
}

#footer a:hover{
	text-decoration:underline;
}

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


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

.float_left{
	float:left;
}

/* forms */
.cs_form_wrapper{
	width:362px;
}

.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 {
	
}

.cs_form_wrapper .cs_form_button input {
		width:74px;
		cursor:pointer;
		background:#c4d261;
		color:#fff;
		padding-top:-2px;
		border:none;
		line-height:15px;
		position:relative;
		z-index:200;
}

.cs_form_wrapper .cs_form_button input:hover {
		width:74px;
		background:#aac103;
		color:#fff;
}
