@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 12px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

body{
	background: #fff url(img/topbg.jpg) repeat-x top left;
	color: #78817e;
}

a {
	color: #5ea403;
	text-decoration: none;
}	
a:hover {
	color: #2281bb;
	text-decoration: underline;
}

#maincont{
	width:960px;
	margin:0 auto 0 auto;
}

#header {
	width:960px;
	float:left;
	height:149px;
	background: url(img/header.jpg) no-repeat left top;
}

#menu {
	width: 960px;
	height: 37px;
	padding:15px 0 0 0;
	float:left;
}

#menu ul {
}

#menu ul li {
	float:left;
}

#menu ul li a{
	color:#fff;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px 0 20px;
}

#menu ul li a:hover{
	text-decoration: none;
	color:#e0ff05;
}

#cont{
	float:left;
	width:960px;
}

#left {
	float:left;
	width:200px;
}

#right {
	float:right;
	width:200px;
}

#right h2, #left h2 {
	background: url(img/stitle.jpg) top left no-repeat;
	width:155px;
	padding:5px 0 0 45px;
	height: 27px;
	display: block;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}


#main {
	float:left;
	width:556px;
	padding:0 2px 0 2px;
}

#main h2 {
	background: url(img/btitle.jpg) top left no-repeat;
	width:511px;
	padding:5px 0 0 45px;
	height: 27px;
	display: block;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}

.box {
	padding:5px;
	background: url(img/boxbg.jpg) repeat-x top left #fff;
}	

#footer{
	clear:both;
	width:100%;
	background: url(img/footer.jpg) repeat-x top left;
	height: 80px;
}

#footer a {
	color: #fff;
}

#footer div {
	width: 940px;
	padding:10px;
	color:#fff;
	margin:0 auto 0 auto;
	text-align: center;
	font-size:11px;
}

#footer div p{
	width:470px;
	float:left;
}

#footer div spab {
	clear:both;
}

#submenu{
	
}
#submenu li {
	padding:2px 0 2px 30px;
	background: url(img/bullet.gif) no-repeat 20px 10px;
}

#submenu li a {
	text-transform: uppercase;
	font-weight: bold;
	padding:2px 0 2px 0;
	color:#78817e;
	font-size:14px;
}

#submenu li a:hover {
	text-decoration: none;
	color:#278ed3;
}

.percent{
	color:#278ed3;
	font-weight: bold;
}

.userlog p{
	padding:5px 0 0 20px;
}

.userlog input{
	
}	

.submit {
	background: #2789ca url(img/submit.gif) repeat-x top left ;
	padding:1px 10px 1px 10px;
	color:#fff;
	font-size:11px;
	font-weight: bold;
	border:1px solid #cecece;
	width: auto;
}

.cform {
	padding:10px 40px 10px 0px;
}

.cform table tr td{
	vertical-align: top;
	padding:2px;
}

.cform input {
	width:220px;
}

.cform textarea{
	width:220px;
	height:100px;
}

.cform input.submit {
	width:auto;
}

.prog{
	border: solid 1px #ebebeb;
	width: 100%;
}

.prog tr td, .prog tr th {
	border: solid 1px #ebebeb;
	padding:0 4px 0 4px;
}

.prog tr th {
	background: #ebebeb;
	color:#61a301;
	text-align: center;
	font-weight: bold;
}

.shab1{
	width:100%;
	color:#78817e;
}

.shab1 tr td{
	vertical-align: top;
	font-weight: bold;
	padding:4px;
}

.shab1 tr td span {
	font-size:18px;
	color:#c20025;
	padding:0 0 10px 0;
}	

.shab1 h3{
	color:#2483c3;
	font-size:18px;
}

.shab1 h4{
	font-weight: bold;
}

.shab1 .smal td,.shab1 .smal{
	font-weight: normal;
}

#addcom{
	margin:0;
	clear:both;
}

#addcom input{
	width: 546px;
	margin:0 0 4px 0;
}
#addcom textarea{
	width: 546px;
}
#addcom input.submit{
	width: 100px;
	float:right;
}

#addcom .box{
	width: 546px !important;
}

.adv{
	background: #2A95DD;
	text-align: center;
	width:;
	padding:5px 0 5px 0;
}