*{
  margin:0px;
	padding:0px;
}

body{
margin:0px 0px 0px 0px;
font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background: #FFFFFF;
	padding:20px 0;
	position:relative;
}
#wrapper
{
width:980px;
margin:0 auto;
}

#main_logo
{
width:437px;
height:171px;
background-image:url(../images/main_logo.png) ;
float:right; 
margin:5px 250px 0px 0px;
}

.clear
{
clear:both;
}

.social_icons
{
position:absolute;
right:0px;
top:10px;
}

.fb_icon
{
width:25px;
height:26px;
background:url(../images/fb.png) no-repeat 0 0 ;
float:left;
margin:0 10px 0 0;
}

.twtr_icon
{
width:32px;
height:26px;
background:url(../images/in.png) no-repeat 0 0;
margin:0 40px 0 0;
float:left;
}

#line_logo
{
width:904px;
height:29px;
background:url(../images/line_logo.png) no-repeat;
margin:15px 0px 0px 30px;
}




#button{margin:10px auto auto auto;text-align:center;width:950px;height:18px; padding-top:20px}
#button li{width:100px; margin:0px 0px 0px 30px; padding:0px; float:left; display:block;}
#button li a{width:100px;  margin:0px; padding-top:10px; float:left; font-family:Arial; font-size:12px;text-align:center;color:#003399; line-height:10px; font-weight:bold; text-decoration:none; }
#button li a:hover{color: #373737;}
#button li a.active{color: #373737;}

















/*
#button
{
margin:10px 0 0 0;
padding:0px;
float:left;
}

#button li{
width:100px; 
margin:0px 0px 0px 30px; 
padding:0px; 
float:left; 
display:block;
}
#button li a{
width:100px;  
margin:0px; 
padding:10px 0 0 50px; 
float:left; 
font-family:Arial; 
font-size:12px;
text-align:center;
color:#003399; 
line-height:10px; 
font-weight:bold; 
text-decoration:none; 
}
#button  li a:hover{
color:#666666;
}
*/
#slideshow
{
width:980px;
height:418px;
background:url(../images/s_1.jpg) no-repeat;
margin:40px 0px 0px 0px;
}

#container {
	width:980px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:20px;
	left:4px;
	z-index:80;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:980px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:980px;
	height:418px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:180px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:995px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#FFFFFF;
	background:rgba(0,0,0,.5);
	width:980px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

.copyrights
{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000099;
text-align:center;
font-weight:bold;
margin:10px 0px 0px 0px;
padding-top:140px;
}


