/* CSS Document */
body{
	padding:0px;
	margin:0px auto;
	display:block;
	background-color:#eeefff;
	font-family:sans-serif;
	font-size:80%;
	color:#333333;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;

}

/*A*/
a{
	color:#333333;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
	/*background-image: url(images/bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	text-align:center;

}

/*CONTAINER*/
div#container{
	width:660px;
	margin-left:auto;
	margin-right:auto;
text-align:left;
}

*html div#container{
	width:660px;
	margin-left:270px;
	margin-right:0px;
text-align:left;
}




/*TABS*/

.tabwrap {
	width: 824px;
	margin: 0;
	padding: 0;
	position:relative;
	top:240px;
	left:-80px;
}

*html .tabwrap {
	width: 824px;
	margin: 0;
	padding: 0;
	position:relative;
	top:240px;
	left:-140px;
}

*:first-child+html .tabwrap {
	width: 824px;
	margin: 0;
	padding: 0;
	position:relative;
	top:240px;
	left:-80px;
}

.tabhead {
	margin: 0;
	padding: 0;
}
#tabA,
#tabB {
	float: left;
	width: 412px;
	height: 32px;
	margin: 0;
	padding: 0;
}
#tabA {
	background: url(images/th1.gif) no-repeat left top;
}
#tabB {
	background: url(images/th1_2.gif) no-repeat left top;
}

.tabhead a img,
.tabhead a:link img {
	border: none;
}
.tabhead a,
.tabhead a:link {
	display: block;
	width: 412px;
	height: 32px;
	text-align: center;
	color: #111111;
	font-size: 12px;
	line-height: 2.0;
	font-family: sans-serif;
	text-decoration: none;
	/*outline: none;*/
}
.tabhead a:visited {
	color: #111111;
	text-decoration: none;
}
.tabhead a:hover,
.tabhead a:active {
	color: #777777;
	text-decoration: none;
}
.tabbody {
	margin: 0;
	padding: 0;
}
* html .tabbody {/*IE6*/
	margin-top: -2px;
}

#tab1,
#tab2 {
	clear: left;
	width: 824px;
	height: 1000px;
}

/*IE6*/
/*
* html #tab1,
* html #tab2,
* html #tab3,
* html #tab4,
* html #tab5 {
	width: 410px;
}*/

#tab1 {
	display: block;
	border-right: 1px solid #bac7d7;
	border-bottom: 1px solid #9fb7d4;
	border-left: 1px solid #9fb7d4;
	background-color:#eeefff;
}
#tab2 {
	display: none;
	border-right: 1px solid #bac7d7;
	border-bottom: 1px solid #9fb7d4;
	border-left: 1px solid #9fb7d4;
	background-color:#eeefff;
}

#tab1 p,
#tab2 p{/*each tab content*/
	margin: 0;
	padding: 15px;
}


#tab1 .plan{
width:760px;
padding:30px;
}

*html #tab1 .plan{
width:810px;
padding:20px;
}

*:first-child+html  #tab1 .plan{
width:760px;
padding:20px;
}


#tab1 .plan .t{
	float:left;
}

#tab1 .plan .e{
	float:right;
	margin-top:10px;
	width:350px;
	color:#616bcf;
	font-size:10px;
	line-height:14px;
}

span.str{
font-size:20px;
line-height:23px;
}

strong{font-wight:bolder;}


.clear{clear:both;}


#tab2 .plan{
width:760px;
padding:30px;
}

*html #tab2 .plan{
width:810px;
padding:20px;
}

*:first-child+html  #tab2 .plan{
width:760px;
padding:20px;
}


#tab2 .plan .t{
	float:left;
}

#tab2 .plan .e{
	float:right;
	margin-top:10px;
	width:350px;
	color:#616bcf;
	font-size:10px;
	line-height:14px;
}

span.str{
font-size:20px;
line-height:23px;
}

strong{font-wight:bolder;}


.clear{clear:both;}




/*FOOTER*/
div#footer{
position:relative;
display:block;
top:210px;
left:80px;
font-size:10px;
}

*:first-child+html div#footer{
position:relative;
display:block;
top:250px;
left:100px;
font-size:10px;
width:800px;
}

*html div#footer{
position:relative;
display:block;
top:210px;
left:80px;
font-size:10px;
}
