
/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	background:url('../img/header.png') repeat-x;
	display: block;
	height: 220px;
	padding: 10px;
}

h1{
	background:url('../img/logo.png') no-repeat center center;
	height: 80px;
	margin: 75px auto;
	overflow: hidden;
	text-align: center;
	text-indent: -99999px;
}



/*----------------------------
	Green filter bar
-----------------------------*/


#filter {

	display: block;
	height: 39px;
	margin:20px 0px;
	position: relative;
	width: 600px;
	padding-left:10px;


}

#filter:before, #filter:after {

	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';

}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	color: #333;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 8px;
	font-size:13px;
	text-decoration:none;
	
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1efef), to(#f4f4f4));
background-image: -moz-linear-gradient(top, #f1efef, #f4f4f4);
}


/*----------------------------
	Content area
-----------------------------*/


#container{
	display:block;
	overflow:hidden;
	width:900px;
	margin:0 auto;
}

#container li{

float: left;
height:144px;
list-style: none outside none;
margin: 12px;
position: relative;
width:195px;
/*-moz-box-shadow: 0 0 5px #d1d1d1;
-webkit-box-shadow: 0 0 5px #d1d1d1;
box-shadow: 0 0 5px #d1d1d1;*/
}

#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	display:block;
	background-color:#13181d;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
}

footer h2{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

footer a.tzine,a.tzine:visited{
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}