@charset "utf-8";

body 
{
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index/bg_img_main.jpg);
	background-repeat:repeat;
	background-position:top;
	vertical-align:middle;
	padding-top:100px;
}

p, font
{
	font-family: Arial, Helvetica, sans-serif;
}

.main-content 
{
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}

#main
{
	width: 748px;
	background-color: #FFFFFF;
	border:#7d8a91 solid 1px;
}

#header
{
	width: 748px;
	height: 55px;
	background-color: #FFFFFF;
}

#center
{
	width: 748px;
	height: 426px;
	background-color: #FFFFFF;
	background-image: url(../images/index/bg_img_index.jpg);
	background-repeat: no-repeat;
}

#center #top
{
	width: 748px;
	height: 75px;
}

#center #leftbar
{
	width: 400px;
	float: left;
	position: relative;
}

#center #maincontent
{
	width: 300px;
	float: left;
	height: 351px;
}

#center #maincontent #layer1
{
	height: 150px;
	text-align: center;
}

#center #maincontent #layer2
{
	height: 20px;
}

#center #maincontent #layer3
{
	height: 30px;
}

#center #maincontent #layer4
{
	height: 101px;
}

.highBandwidth
{
	height: 16px;
	width: 130px;
	background-image:  url(../images/index/img_a_highband.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-top:16px;
	cursor: pointer;
}

.highBandwidth:hover
{
	height: 16px;
	width: 130px;
	background-image:  url(../images/index/img_h_highband.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-top:16px;
}

.lowBandwidth
{
	height: 16px;
	width: 130px;
	background-image:  url(../images/index/img_a_lowband.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-top:16px;
	cursor: pointer;
}

.lowBandwidth:hover
{
	height: 16px;
	width: 130px;
	background-image:  url(../images/index/img_h_lowband.gif);
	background-repeat: no-repeat;
	padding-top:16px;
	border: 0;
}

#center #maincontent #layer5
{
	height: 50px;
}

#footer
{
	width: 748px;
	height: 43px;
	background-color: #FFFFFF;
}

#footer #top
{
	width: 748px;
	height: 1px;
	background-image: url(../images/index/border_lhs.gif);
	background-repeat: repeat-x;
}

#footer #leftbar
{
	width: 110px;
	float: left;
}

#footer #rightbar
{
	float: left;
	height: 37px;
}

#shadow {
	width: 748px;
	background-image: url(../images/index/img_shadow.jpg);
	background-repeat: no-repeat;
	height: 96px;
	float: left;
}
