@charset "utf-8";
/* CSS Document */

#pc_container {
	width:830px;
	height:auto;
	float:left;
	position:relative;
}
#pc_logo {
	background:url(../images/pc_logo.jpg);
	position:relative;
	width:830px;
	height:199px;
	float:left;
}
#pc_scroller_left {
	background:url(../images/pc_left.jpg);
	position:relative;
	width:30px;
	height:316px;
	float:left;
}
#pc_scroller {
	position:relative;
	width:769px;
	height:316px;
	float:left;
}
#pc_scroller_right {
	background:url(../images/pc_right.jpg);
	position:relative;
	width:31px;
	height:316px;
	float:left;
}
#pc_spacer {
	background:url(../images/pc_spacer.jpg);
	position:relative;
	width:830px;
	height:5px;
	float:left;
}
#pc_buttons_left {
	background:url(../images/pc_buttons_left.jpg);
	position:relative;
	width:30px;
	height:70px;
	float:left;
}
#pc_how {
	background:url(../images/pc_how.jpg);
	position:relative;
	width:259px;
	height:70px;
	float:left;
}
#pc_how:hover {
	background-position: 0 -70px;
}
#pc_what {
	background:url(../images/pc_what.jpg);
	position:relative;
	width:255px;
	height:70px;
	float:left;
}
#pc_what:hover {
	background-position: 0 -70px;
}
#pc_total {
	background:url(../images/pc_total.jpg);
	position:relative;
	width:255px;
	height:70px;
	float:left;
}
#pc_total:hover {
	background-position: 0 -70px;
}
#pc_buttons_right {
	background:url(../images/pc_buttons_right.jpg);
	position:relative;
	width:31px;
	height:70px;
	float:left;
}
#pc_buttons_bottom {
	background:url(../images/pc_buttons_bottom.jpg);
	position:relative;
	width:830px;
	height:28px;
	float:left;
}
#pc_menu {
	height:70px;
	position:relative;
	float:left;
	margin:0;
}
#pc_menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}
#pc_menu ul li {
	float:left;
	margin:0;
}
#pc_menu li.how a { 
	background-image:url(../images/pc_how.jpg); 
	display:block; 
	height: 70px; 
	width: 259px; 
	text-indent: -4000px;
}
#pc_menu li.how a:hover { 
	background-image:url(../images/pc_how.jpg);
	background-position:0 -70px;
	display:block; 
	height: 70px; 
	width: 259px; 
	text-indent: -4000px;
}
#pc_menu li.what a { 
	background-image:url(../images/pc_what.jpg); 
	display:block; 
	height: 70px; 
	width: 255px; 
	text-indent: -40000px;
}
#pc_menu li.what a:hover { 
	background-image:url(../images/pc_what.jpg);
	background-position:0 -70px;
	display:block; 
	height: 70px; 
	width: 255px; 
	text-indent: -40000px;
}
#pc_menu li.total a { 
	background-image:url(../images/pc_total.jpg); 
	display:block; 
	height: 70px; 
	width: 255px; 
	text-indent: -40000px;
}
#pc_menu li.total a:hover { 
	background-image:url(../images/pc_total.jpg);
	background-position:0 -70px;
	display:block; 
	height: 70px; 
	width: 255px; 
	text-indent: -40000px;
}
#link_1 {
	height:0px;
	text-indent:-40000px;
}





#scroller {
	position:relative;
	float:left;
	width:769px;
	height:316px;
	margin:0;
}
#scroller_wrapper {
	margin: 0px auto;
	overflow: hidden;
	height: 316px;
	width: 769px;
	position: relative;
	float:left;

}
#scroller_inner {
	width: 3076px;
	height: 316px;
	background-image: url(../images/bg.jpg);
	position: relative;
} 
.scrolling_content {
	height: 316px;
	text-align: left;
	position: absolute;
} 
#content1 {
	left: 0px; 
	top: 0px;
	width: 769px;
	height: 316px;
}
#content_text {
	width: 300px;
	height:auto;
	margin-left:12px;
}
 #content_text a {
	color: #d8ac89;
}
  #content_text a:hover {
	color: #CCCCCC;
}
#content2 {
	left: 769px; 
	top: 0px;
	width: 769px;
	height: 316px;
} 
#content3 {
	left: 1538px; 
	top: 0px;
	width: 769px;
	height: 316px;
}
#content4 {
	left: 2307px; 
	top: 0px;
	width: 769px;
	height: 316px;
}








.pc_form {
	margin-left:507px;
	margin-top:130px;
	display:table-cell;
	vertical-align:middle;
	width:400px;
	position:relative;
	float:left;
}
.pc_form_input{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	border:1px solid #CCCCCC ;
	padding: 7px 4px;
	width:210px;
	margin-top: 15px;
}
.pc_form_submit {
	background:url(../images/pc_submit.jpg);
	float:left;
	width:47px;
	height:35px;
	margin-top:19px;
	margin-left:170px;
	text-indent:-4000px;
}
