/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */


/*------------------------------------------------------- BODY LAYOUT */




* {	margin: 0; padding: 0;}

body 
	{
	background: #fff url(images/bg_page.jpg) top left repeat-x;
	color: #323D56;
	font-size: 13px;
	font-family:Trebuchet MS, Helvetia, Tahoma, Verdana, Arial, sans-serif;
	}

#layout 
	{
	width: 970px;
	margin: 0px auto;
	text-align: left;
	}

/*------------------------------------------------------- HEADER */

#header
	{
	width: 100%;
	height:110px;
	}

#header h1 
	{
	margin: 0;
	padding: 10px 0;
	}

.headerlogo 
	{
	float: left;
	width: 200px;
	height: 100px;
	padding-top: 10px;
	}

.headersearch 
	{
	float:right;
	height:44px;
	width:370px;
	margin: 25px 0px 0px 0px;
	background:url(images/bg_form_header.gif) no-repeat;
	text-align:center;
	}

.headersearch form 
	{
	padding:10px 10px 0px 10px;
	font-size:1.1em;
	margin: 0px;
	}
.headerSearchField 
	{	
	width:230px;
	background:url(images/bg_blockcontent.gif) top left repeat-x; 
	border:1px inset #000066;
	line-height:1.3em;
	font-size:1.1em;
	}

.headersearch button 
	{
	padding-left:15px;
	margin-left:5px;
	border: none;
	background:transparent url(images/buton_search.gif) no-repeat;
	color:#FFCC00;
	}

.sitename 
	{
	float:left;
	margin:65px 0px 0px 0px;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.headerbar 
	{
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height:30px;
	text-align: left;
	}
	

/*------------------------------------------------------- Navigation TABS */

#navigation 
	{ 
	position:relative;
	float:right;
	top:-1.5em;
	}

#navigation a 
	{
	float: left;
	display: block;
	width:110px;
	background:#E5E6FB url(images/bg_navtab.gif) left top repeat-x;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	}

/* Hide from IE5-Mac \*/
#navigation a 
	{
	float: none
	}
/* End hide */

#navigation a:hover 
	{
	background:transparent url(images/bg_navtab.gif) left -33px repeat-x;
	color: #FF9900;
	}

#navigation ul, #navigation li 
	{
	list-style: none;
	padding: 0;
	margin: 0
	}

#navigation li 
	{
	float: left;
	margin: 0;
	}
	
/*------------------------------------------------------- FLOAT */

.floatRight 
	{ 
	float: right;
	margin-left: 8px;
	}

.floatLeft 
	{ 
	float: left;
	margin-right: 8px;
	}
.floatClear 
	{ 
	clear:both;
    height:0;    
	line-height: 0px;
    font-size: 1px;
	}

/*------------------------------------------------------- FOOTER CREDITS */

#centerBlocks 
	{
	clear:both;
	margin:0;
	padding:0px;
	background:#070A71 url(images/bg_cb.jpg) top left repeat-x;
	border-bottom:1px solid #fff;
	}

#footerbar 
	{
	clear:both;
	margin: 0;
	padding: 8px 200px;
	background:#FBFBFF url(images/bg_footer.gif) top left repeat-x;
	color: #344587;
	line-height:2em;
	font-weight:bold;
	font-size:0.9em;
	text-align: center;
	}

#footerbar span 
	{ 
	float:right;
	}
	
	
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
