html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #333;
	text-align: center;
}
#mainframe {
	min-height: 100%;
	height: 100%;
	height: auto;
	text-align: center;  
	position: relative;
}
html>body #mainframe {
	height: auto;
}
#main {
	width: 957px;
	margin: 0 auto;
	padding-bottom: 77px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	background-color:#FCFCFC;
}
#mainbox {

}

/*************************  header *****************/
#header {
	height: 80px;
	background: #fff url('../images/menubg.jpg') repeat-x left top;
}
#header div{
	line-height:80px;
	font-size:35px;
	color:#000;
	margin: 0 0 0 15px;
	font-weight:bold;
	float:left;
}

/*********************** CONTENT ***************************/
#content {
	padding: 0 10px;
	min-height: 400px;
	_height: 400px;
}

#text {
	padding-left: 10px;
	padding-top: 7px;
}
#text.isbox {
	padding-left: 10px;
	float: left;
	width: 626px;
	.margin-top: 18px;
	padding-left: 10px;
	padding-top: 7px;
	.padding-top: 2px;
}

.clr {
	clear: both;
	margin: 0;
	padding: 0;
	line-height:0;
	border:0;
	visibility:hidden;
}


#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	background:  #555657 url('../images/footer.gif') repeat-x left top;
	margin: 0px;
	color: #bad3d6;
	line-height: 3em;
	padding: 0 ;
	line-height: 60px;
	text-align: center;
}
#footer div{
  width: 927px;
  margin: 0 auto;
  background: #5c5d5d url('../images/footerin.gif') repeat-x left top;
  text-align: left;
  padding: 0 15px;
  color: #ccc;
  font-weight:bold;
  font-size:11px;
  font-family: "Tahoma CE", Tahoma;
}
#footer a {
  color: #ccc;
  text-decoration:none;
  border:none;
}
#footer a:hover {
  color: #fco;
}
#footer span {
	float: right;
}


/********************************* MENU *******************************/
#mainmenu {
	margin: 10px;
	height: auto;
	min-height: 80px;
	_height: 80px;
	padding: 0;
	list-style-type: none;
	background: red url('../images/menubg.jpg') repeat-x left top;
	float: right;
}
#mainmenu li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	height: auto;
	min-height: 80px;
	_height: 80px;
    float: left; 
    position: relative;
    list-style-type: none;
    background: #fff url('../images/menu.png') no-repeat right top;
}
#mainmenu li.first {
	border: none;
}
#mainmenu li a {
	font-size: 12px;
	display: block;
	text-align: center;
	height: auto;
	min-height: 80px;
	_height: 80px;
	line-height: 80px;
  	background: url('../images/button.png') right top no-repeat; 0;
  	text-decoration: none; 
  	padding: 0 1.5em;
  	color: #000;
	border:none;
}
#mainmenu li a.active {

}
#mainmenu {
   font-family:   "Trebuchet MS", "Tahoma CE", Tahoma, "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
    font-size: 1em;  
    margin: 0; padding: 0; list-style-type: none;
    z-index: 500;
}
#mainmenu li a.active { background: url('../images/menu.png') 0 -86px no-repeat; }
#mainmenu li a:hover { background: none; color: #ffcc00;}




/*******   SEUBMENU    **********/
#sidebox {
	width: 250px;
	margin-top: 30px;
	margin-right: 10px;
	padding:10px;
	float: right;
}

	#sidebox .pparts{
	 background: #EEE;
	 padding: 5px 0;
	}
		#sidebox .pparts h5{
		  margin-top: 0;
		  background: #EEE;
		  border-top: 1px solid #1d1e1f;
		  padding: 5px 5px;
		  color: #fff;
		  font-size:16px;
		}
		
		ul.supermenu{
			background: #EEE;
			margin:0;
			padding:0;
		}
		
		ul.supermenu li{
			background: #EEE;
			height:15px;
			padding:10px;
			margin:0 0 0 25px;
		}

		ul.supermenu li a{
			color:#000; 
			font-weight:bold; 
			text-decoration:none; 
			border-bottom: 1px dotted;
		}
		
		ul.supermenu li a:hover{
			font-weight:bold;
			margin-left:5px;
			color:#FC0; 
			border-bottom: 1px dotted #FC0; 
		}




