/* SIDEBAR -----------------------------------------------------------------*/

#sidebar{
	padding: 0 0 50px 20px;
	font-family: Arial, sans-serif, Verdana; 
}
	
	#sidebar p{
		margin: 0;
	}
	
	#sidebar h3{
		margin-top: 2px;
	}
	
	#sidebar ul{
		font-size: 1.2em;
		margin-bottom: 30px;
	}
	
		#sidebar ul li{
			background: #f2f2ed url(/static/images/sidebar_list_icon.gif) no-repeat 96% 7px;
			line-height: 2em;
			border-bottom: 1px solid #e7e7e0;
		}
		
			#sidebar ul li a{
				display: block;
				width: 80%;
				height: 100%;
				padding-left: 10px;
			}
			
		#sidebar ul li.moreLink{
			background: none;
			border: none;
		}
		
			#sidebar ul li.moreLink a{
				width: 92%;
				text-align: right;
			}
	
/* BUTTONS -------------------------------------------------------------*/

#sidebar a.contactBtn{
	height: 30px;
	line-height: 30px;
	text-indent: 0;
	width: 140px;
	margin-top: 15px;
	text-align: center;
	background: #afae99 url(/static/images/btn_sidebar.gif) no-repeat top left;
	font-size: 1.2em;
}

#sidebar a.contactBtn.firstItem{
	margin-top: 2px;
}
#sidebar a.contactBtn span{
	background: #afae99 url(/static/images/btn_sidebar.gif) no-repeat top right;
	height: 30px;
	width: 10px;
}
#sidebar a:hover.contactBtn{
	background: #afae99 url(/static/images/btn_sidebar.gif) no-repeat 0 -30px;
}
#sidebar a:hover.contactBtn span{
	background: #afae99 url(/static/images/btn_sidebar.gif) no-repeat right -30px;
}



