@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #8BBCCD;
	background-repeat: repeat-x;
}
#master {
	width: 980px;
}
a {
	color: #069;
	text-decoration: none;
}

#main {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #468CA5;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	color: #093;
	letter-spacing: 1px;
	font-weight: normal;
}

.content_bg {
	background-image: url(../images/bg_content_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	padding: 10px;
}


.right {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Navigation */

#nav {
	margin-right: 0px;
	text-align: right;
	padding: 0px;
}


.nav_bg {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 41px;
}

#nav a {
	color: #468CA5;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover {
	color: #29B459;
	text-decoration: none;
}


.topnav_bg {
	background-image: url(../images/topnav_1.jpg);
}
.topnav_item {
	background-image: url(../images/tn_bg.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 0px;
}

.topnav_item a {
	color: #40869F;
	font-size: 14px;
}

.topnav_item a:hover {
	color: #29B459;
	text-decoration: none;
}


#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px;
	font-size: 11px;
	color: #333;
}
#advert_right {
	background-image: url(../images/advert_right.png);
	height: 320px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 120px;
	padding-top: 10px;
	text-align: center;
}
#advert_top {
	background-image: url(../images/advert_top.png);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 10px;
}

#advert_top img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;

}

#login {
	margin: 0px;
	padding: 0px;
}


.login_input {
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	width: 80px;
	border: 1px solid #D6D7D9;
}
#FlashID {
	line-height: 0px;
}

.login_btn {
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	border: 1px solid #D6D7D9;
}
.bodytext {
	font-size: 14px;
	color: #666;
}
.input_1 {
	width: 200px;
	border: 1px solid #666;
}
.input_2 {
	width: 50px;
	border: 1px solid #666;	
}

.input_3 {
	width: 145px;
	border: 1px solid #666;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.message {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	letter-spacing: 1px;
}
.green_big {
	font-size: 24px;
	font-weight: bold;
	color: #25B554;
}
.blue_big {

	font-size: 16px;
	font-weight: bold;
	color: #0084B8;
}
.grey_big {


	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.txt_small {
	font-size: 11px;
	color: #666;
}

