@import "template.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px; background-color: White;}
.clear {
	clear: both;
}
/*Header height*/
#header {height: 239px;}

/*Column's width*/
#left {width: 260px;}
#page {width: 510px; padding: 10px;}
#right {width: 180px; padding: 5px;}

/*Height of the footer */
#footer {height: 155px;}
#content {padding-bottom: 155px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  background-image: url(../images/bg_container.jpg);
  background-repeat: repeat-y;
  background-position: top;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}
td {
	font-size: 0.9em;
}
#header
{
background: #FFFFFF url(../images/bg_header.jpg) no-repeat top;
}
a.home { 
	background-image: url(../images/ico_home.jpg);
	background-repeat: no-repeat; 
	width: 77px;
	height: 24px;
	display: block;
	float: left;
}
a.home:hover {
	background-image: url(../images/ico_home_on.jpg);
}
a.sitemap {
	background-image: url(../images/ico_sitemap.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 24px;
	display: block;
	float: left;
}
a.sitemap:hover {
	background-image: url(../images/ico_sitemap_on.jpg);
}
.hide {
	display: none;
}
.images {
	float: right;
}
#banners {
	width: 730px;
	height: 110px;
	float: right;
	font-size: 0.8em;
}
#banners a {
	color: #000;
	text-decoration: none;
}
#banners a:hover {
	color: #FFDBFF;
	text-decoration: none;
}
.banner_tab {
	background-image: url(../images/bg_banner.gif);
	width: 239px;
	height: 113px;
	float: left;
}
.ban_tit {
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px 5px 5px 10px;
}
.ban_pic {
	width: 80px;
	height: 80px;
	text-align: center;
	float: left;
	padding: 5px 3px 3px 3px;
}
.ban_text {
	width: 140px;
	padding: 3px;
	height: 80px;
	float: left;
	text-align: left;
	font-size: 0.8em;
}

#content {
	background-image: url(../images/bg_content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

#footer {
  width: 100%;
  background-image: url(../images/bg_footer.jpg);
}
#creat {
	width: 220px;
	padding: 70px 10px 10px 50px;
	float: left;
	font-size: 0.6em;
	color: #767676;
}
#creat a {
	color: #767676;
	text-decoration: none;
}
#foot {
	float: left;
	width: 530px;
  	text-align: center;
  	padding: 70px 20px 5px 10px;
	font-size: 0.8em;
	color: Gray;
}
#foot a {
	color: #7B9D12;
	text-decoration: none;
}
#foot a:hover {
	color: Gray;
	text-decoration: none;
}
/*Top menu*/
#topmenu li {
/*  width: auto;*/
/*  border: 1px solid #ababab;*/
}


/*left menu */
#left {
	font-size: 0.9em;
}
#left li a.mnu1{
  display: block;
  margin-left: 35px;
  height: 20px;
  background-image: url(../images/bg_mnu1_off.jpg);
  color: #C80AA8;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 10px 1px 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#left li a.mnu1:hover {
	color: Black;
	text-decoration: none;
	background-image: url(../images/bg_mnu1_on.jpg);
}
#left li a.mnu2{
  display: block;
  margin-left: 35px;
  height: 20px;
  background-image: url(../images/bg_mnu2_off.jpg);
  color: #006ea6;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 10px 1px 20px;
  font-family: Arial, Helvetica, sans-serif;
}
#left li a.mnu2:hover {
	color: #004F77;
	text-decoration: none;
	background-image: url(../images/bg_mnu2_on.jpg);
}
#left li a.mnu3{
  display: block;
  margin-left: 35px;
  height: 20px;
  background-image: url(../images/bg_mnu3_off.jpg);
  color: #E84000;
  font-weight: normal;
  text-decoration: none;
  padding: 1px 10px 1px 30px;
  font-family: Arial, Helvetica, sans-serif;
}
#left li a.mnu3:hover {
	color: #842400;
	text-decoration: none;
	background-image: url(../images/bg_mnu3_on.jpg);
}
#left li {
/*  border: 1px solid #ababab;*/
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 5px 0; padding:0;
  font-size: 1.4em;
  color: #E84000;
  font-weight: bold;
}
h2{
  margin: 10px 0; padding:0;
  font-size: 1.2em;
  color: #E84000;
  font-weight: bold;
}
h3{
  margin: 10px 0 ; padding:0;
  font-size: 1.0em;
  color: #E84000;
  font-weight: bold;
}
#page a {
	color: #fa92e7;
	font-size: 0.8em;
	text-decoration: none;
}
#page a:hover {
	color: #fa92e7;
	font-size: 0.8em;
	text-decoration: underline;
}
#login {
	width: 170px;
	height: 127px;
	background-image: url(../images/bg_login.jpg);
	font-size: 0.8em;
	margin-top: 10px;
	padding: 5px;
}
#login input {
	border: 1px solid #02dfe4;
	padding: 2px;
	color: Gray;
	background-color: transparent;
}
#login_text {
	color: #ea46ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#login_links a {
	color: #fa92e7;
	font-size: 0.8em;
	text-decoration: none;
}
#login_links {
		padding: 3px;
}
#login_links a:hover {
	color: #F30ECC;
	text-decoration: none;
}
#login_button {
	/*display: block;*/
	text-align: right;
	margin: 0px; padding: 13px 0 0 0;
}
#login_button input {
	border: 0;
	margin:0; padding:0;
}


/*topmenu*/
#topmenu {
	width: 510px;
	display: block;
	float: left;
}
#topmenu a {
	width: 98px;
	height: 35px;
	display: block;
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	vertical-align: bottom;
	background-image: url(../images/topmenu_off.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#topmenu a:hover {
	background-image: url(../images/topmenu_on.gif);
	color: #0033CC;
	text-decoration: none;
}


/*developer*/
body {background-color: #7b9d12; background-image: url(../images/bg_body.gif); background-repeat: repeat;}
/*#container {background: silver;}*/
/*#header {background: #efa4ae;}*/
/*#footer {background: #bf9347;}*/
/*#content {background: #afdbff;}*/
/*#topmenu {background: #0033cc;}*/
/*#left {background: #811f72;}*/
/*#page {background: #97468b;}*/
/*#right {background: #bd4ec0;} */

