@CHARSET "UTF-8";

body{
	margin:0px;
	/*background:#EEEEEE;*/
	text-align:center;
	font-size: 12px;
	color: #777;
	font-family:Tahoma,Verdana;
}
.sharimage{background: url("/img/logo2.gif");}


#top_banners{
	width: 800px; 
	margin: 0 auto;
	margin-bottom: 10px;
	height: 77px;
	/*border: solid 1px #777;*/
	text-align: left;
}
#top_banners a {
	color: #777;
	font-size: 12px;
	text-decoration: none;	
}
#top_banners a.head {
	color: #888888;
	font-size: 12px;
	text-decoration: underline;	
}


.main{
	width: 800px; 
	margin: 0 auto !important;
	/*border-left: solid 1px #CF9E1B;
	border-right: solid 1px #CF9E1B;*/
	/*background: #FAFAFA;*/
	min-height: 600px;
}

#header{
	width: 800px; 
	margin: 0 auto;	
	/*background: #CF9E1B;*/
	/*height: 40px;*/
	text-align: left;
	/*border: solid 1px #CF9E1B;*/
	/*padding: 10px;*/
}
#header2{
	width: 800px; 
	margin: 0 auto;	
}
#top_menu{
	/*margin: 10px;*/
	padding-left: 50px;
	/*background: #eee;*/
	text-align: right;
	color: #888888;
}
#top_menu a{
	color: #777;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	background: url("/img/but7.gif") bottom left no-repeat;
	/*border-top: solid 1px #888888;*/
	border-right: solid 1px #888888;
	text-decoration: none;
	padding: 2 10 2 10px;
	margin-right: 5px;
}
#top_menu a:hover{
	color: #fff;
	background: url("/img/buta2.jpg") bottom left no-repeat;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
}
#top_menu a.sel{
	color: #fff;
	background: url("/img/buta2.jpg") bottom left no-repeat;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	text-decoration: none;
	padding: 2 10 2 10px;
	margin-right: 5px;
}

#work{
	padding: 0px;
}

a.logo{
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}

#footer{
	background: #888888;
	height: 20px;
	text-align: left;
	/*border: solid 1px green;*/
}


.citems{
	float: left;
	width: 28%;
	text-align: left;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0 5 5 0px;
	height: 140px;
	background: #eee;
}
.citems p{
	font-size: 12px;
}
.citems p a{
	font-size: 12px;
	color: #000;
}
.error{
	border: solid 1px red;
	background: #FCDAD6;
	color: red;
}

h3{
	border-bottom: solid 1px #ccc;
	font-family:Tahoma,Verdana;
	font-size: 18px;
	color: #888888;
	text-align: left;
}
h4{
	font-size: 16px;
	color: #777;
	text-align: left;
	margin: 1px;
	padding: 1px;
}







/* --------  LOGIN -------- */
#login{
	border: solid 1px #336699;
	padding: 10px;
	background: #eee;
	text-align: center;
	width: 300px;
}
#login input{
	border: solid 1px #777;
	color: #777;
	margin: 3px;
}
/* -------- END LOGIN -------- */
