/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FDE731;
}

a {
	color: #FF4200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 5px;
}

input, select { 
	border: 1px solid #999999;
	padding: 2px;
	font-size: 12px;
}

input.submit {
	cursor: pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	color: #FDE731;
}

h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Comic Sans MS, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FDE731;
}

h3 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px;
	width: 955px;
	position: relative;
}

.top {
	margin: 0px;
	padding: 0px;
	width: 955px;
	height: 350px;
	background-image: url('img/top.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	width: 679px;
	height: 67px;
	background-image: url('img/menu-bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0px;
}

.topmenu a {
	padding: 0px 20px;
	font-family: Comic Sans MS, sans-serif;
	font-size: 16px;
	color: #FDE731;
}

.logo {
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 180px;
	position: absolute;
	top: 25px;
	left: 40px;
}

.logo a {
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 180px;
	display: block;
}

.logo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}


.home-content {
	margin: 0px auto;
	padding: 0px;
	width: 841px;
	height: 206px;
	position: relative;
}

.home-content-bg {
	margin: 0px;
	padding: 0px;
	width: 841px;
	height: 226px;
	background-image: url('img/home-content-bg.gif');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.home-text-left {
	margin: 0px;
	padding: 0px;
	width: 525px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	bottom: 40px;
	left: 30px;
}

.home-text-left p {
	padding: 5px 15px;
}

.home-text-right {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.home-text-right p {
	padding: 5px 0px;
}

.home-footer-bg {
	margin: 0px;
	padding: 0px;
	width: 613px;
	height: 72px;
	background-image: url('img/footer-bg.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.home-footer-bg p {
	font-size: 10px;
}

.home-footer-bg a {
	color: #FDE731;
}

.leftpage {
	margin: 0px;
	padding: 0px 0px 0px 55px;
	width: 493px;
	float: left;
}

.content-top {
	margin: 0px;
	padding: 0px;
	width: 493px;
	height: 17px;
	position: relative;
}

.content-top-bg {
	margin: 0px;
	padding: 0px;
	width: 493px;
	height: 37px;
	background-image: url('img/content-top-bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.content-middle {
	margin: 0px;
	padding: 0px 20px;
	width: 453px;
	min-height: 200px;
	background-image: url('img/content-middle-bg.gif');
	background-repeat: repeat-y;
	position: relative;
}

.content-middle p {
	padding: 5px 15px;
}

.content-bottom {
	margin: 0px;
	padding: 0px;
	width: 493px;
	height: 20px;
	background-image: url('img/content-bottom-bg.gif');
	background-repeat: no-repeat;
	position: relative;
}

.footer-bg {
	margin: 0px;
	padding: 0px;
	width: 613px;
	height: 68px;
	background-image: url('img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer-bg p {
	font-size: 10px;
}

.footer-bg a {
	color: #FDE731;
}

.rightpage {
	margin: 0px;
	padding: 0px 70px 0px 0px;
	width: 316px;
	float: right;
}

.contact-bg {
	margin: 0px;
	padding: 0px;
	width: 316px;
	height: 215px;
	background-image: url('img/contact-bg.gif');
	background-repeat: no-repeat;
	position: relative;
}

.contact-bg-text {
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	width: 250px;
	height: 140px;
	overflow: hidden;
}


/*css page default*/

.article {
	margin: 0px;
	padding: 10px 10px;
}

.article ul {
	list-style: url('img/arrow.gif');
	margin: 0px;
	padding: 0px 0px 0px 45px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}

/*css page login*/

.bglogin {
	margin: 0px;
	padding: 10px 0px;
	width: 350px;
	background-color: #B20000;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.bglogin p {
	padding: 5px;
	font-size: 11px;
}

/*css tab*/

#tabcontainer {
	margin: 0px auto;
	padding: 10px 0px;
	display: none;
}

#tabcontainer-nav {
	margin: 0px;
	padding: 0px;
}

#tabcontainer-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabcontainer-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	float: left;
}

#tabcontainer-nav li a {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	color: #000000;
	width: 90px;
	height: 15px;
	display: block;
	background-image: url(img/bgtab.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a:hover {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(img/bgtabon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

#tabcontainer-nav li a.active {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(img/bgtabon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a.active:hover {
	color: #000000;
}

#tabcontainer-nav li a.active:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.tab {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #F7E0E6;
}

#iealert {
	padding: 10px 0px;
	display: block;
}

.home-seo {
	margin: auto;
	padding: 0px;
	width: 800px;
	color:#B05800;
	text-align:justify;
	font-size:10px;
}

