/*
	structure.css
*/

#container {

width:100%;
top: 0px;
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
border: 0px;
background-image: url(images/bgbg.gif);
background-repeat: no-repeat;
background-position: center;
background-color: #000000; }

/*****************
	menu
*****************/

#header {
width: 900px;
margin:0px auto;
padding: 0;
background-image: url(bg-inside.jpg);
background-position: center; }

#home {
width: 900px;
height: 120px;
display: block;
background-image: url(home.png); }

#home a {
display: block;
width: 300px;
height: 120px; }

#menu-int {
width: 860px;
margin: 15px 5px 5px 15px;
padding: 0;
background-image: url(bar.png); }

ul {
padding: 0;
margin: 0;
height: 30px;
list-style-type: none; }

ul li {
text-align: center;
float: left;
display: block;
position: relative;
padding: 0 0 0 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px; }

li ul {
display: none; }

ul li a {
display: block;
padding: 9px 10px 10px 10px;
white-space: nowrap; }

ul li a:hover {
padding: 9px 10px 10px 10px;
background-color: #000000;
white-space: nowrap; }

ul li ul li {
top: -3px;
text-align: left;
width: 180px; }

li:hover ul {
display: block;
position: absolute; }

li:hover li {
font-size: 11px;
background-color: #000000; }


/*****************
	splash image
*****************/

#splash {
background-image: url(sanshou3.jpg);
width: 900px;
margin: 0 auto 0 auto;
background-color: #000000; }

#splash2 {
background-image: url(sanshou4.jpg);
width: 900px;
margin: 0 auto 0 auto;
background-color: #000000; }

#splash3 {
background-image: url(sanshou5.jpg);
width: 900px;
margin: 0 auto 0 auto;
background-color: #000000; }

#splash4 {
background-image: url(sanshou6.jpg);
width: 900px;
margin: 0 auto 0 auto;
background-color: #000000; }

#splash5 {
background-image: url(sanshou7.jpg);
width: 900px;
margin: 0 auto 0 auto;
background-color: #000000; }

/*****************
	footer
*****************/

#footer {
clear: both;
width: 900px;
margin: 10px auto 0px auto;
padding-bottom: 50px; }

#sitemap {
float: left; }

#copyright {
float: right;
text-align: right; }

/*****************
	facebook/twitter
*****************/

#facetwit {
width: 181px;
height: 114px;
float: right;
text-align: center; }

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

ul#ftmenu li {
display: block;
overflow: hidden;
text-indent: -9999px; }

.getconnected {
width: 181px;
height: 44px;
background-image: url(images/getconnected.png);
background-repeat: no-repeat;
display: block; }

.facebook {
width: 181px;
height: 24px;
background-image: url(images/facebook.png);
background-repeat: no-repeat;
display: block; }

a.facebook:hover {
width: 181px;
height: 24px;
background-image: url(images/facebook-over.png);
display: block; }

.twitter {
width: 181px;
height: 24px;
background-image: url(images/twitter.png);
background-repeat: no-repeat;
display: block; }

a.twitter:hover {
width: 181px;
height: 24px;
background-image: url(images/twitter-over.png);
display: block; }
