/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/

/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 38px; 
	bottom: 44px;
	margin: 0; 	
	padding: 0;		
	width:950px;
	font-size:  11px;
	text-transform: uppercase;
}



/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* footer-list */
#footer-wrap ul {
	list-style: none;
	padding: 0;	
	margin: 10px 25px 5px 25px;	
	background: url(../images/footer-sep.gif) no-repeat center top;
}
#footer-wrap ul li {
	background: url(../images/footer-sep.gif) no-repeat center bottom;
}
#footer-wrap li a {
	display: block;
	width: 98%;
	line-height: 2.1em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #694545;
	border: none;
}
#footer-wrap ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica,'Helvetica Neue', sans-serif;
	font-size: .9em;
}
#footer-wrap ul li a:hover,
#footer-wrap ul li a:hover span {
	color: #333;	
}

