/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/



body  {
	background: #FFFFFF;text-align: center;
	margin: 0; 
	padding: 0; 
	color: #000000; bgcolor: #DEE6CF; }

h3 {    font-size: 1.1em; font-weight: normal;  color: #000000;text-align: left; 
	font: 1.1em/135% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	

	}
a:link,
a:visited { color: #e2671d; }
a:hover { color: #d44b0f; }


a img {
	border: none;
	text-decoration: none;
}

a.button, a.button:visited {
position:relative; padding:2px 6px 2px; border-bottom:1px solid rgba(0,0,0,0.25);
text-decoration:none; text-shadow:0 -1px 1px rgba(0,0,0,0.25); /*эффект небольшой "вдавленности" надписи на кнопке*/
color:#fff; background:#D80000;
cursor:pointer; font-weight:bold;
-moz-border-radius:7px; -webkit-border-radius:7px; /*задает для кнопки скругление уголков*/
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /*заставляет кнопку отбрасывать тень*/
}
a.button:hover {
background:#DD7C8D; /*при наведении курсора кнопка меняет цвет*/
}
a.button:active {
top:1px; /*по клику кнопка чуть смещается вниз*/
}
/* ================================= Footer =============================*/
#footer-wrapper {  left:15%; top:90%;z-index:3; width: 50%;
	margin: 0 auto;
	text-align: left;			
}

/* footer-content */
#footer-content {
	float: left;	
	width: 70%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 70%;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
	
















