@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}
body
{
	font-family:"Trebuchet MS";
	font-size:14px;
	background:url(../images/body.png);
	color:#666;
	width:100%;
	height:100%;
	overflow:hidden;
}
a
{
	text-decoration:none;
}
img
{
	border:none;
}
ul
{
	margin:0;
	padding:0;
}
li
{
	list-style:none;
}

/*Head*/
/*Menu*/
#header
{
	height:45px;
	width:100%;
	background-color:#BBD800;
	background:url(../images/header_b.png) repeat-x;
}
#header ul
{
	width:800px;
	list-style:none;
	line-height:35px;
	margin:0 auto;
}
#header ul li
{
	float:left;
	margin-right:20px;
	text-height:20px;
	margin-top:5px;
}
#header ul li a
{
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
#logo
{
	margin:-47px 0 0 50px;
	position:absolute;
}
/*Content*/
#content
{
	width:800px;
	margin:20px auto;
	height:auto;
	padding:5px;
	background-color:#FFF;
}
#content h1
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#BBD800;
}
#content p
{
	margin-bottom:10px;
}
.product_images li,.clients li
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.clients div
{
	background-color:#E5E5E5;
	height:190px;
	padding:12px;
}
.clear
{
	clear:both;
}
#footer
{
	background:url(../images/footer.jpg) repeat-x;
	height:65px;
	width:100%;
	position:fixed;
	bottom:0;
}
#footer div
{
	width:800px;
	margin:10px auto;
}
#footer li
{
	float:left;
}
#footer ul
{
	line-height:50px;
}
#footer li a
{
	margin-right:7px;
	color:#999;
}
#footer li span
{
	margin:0;
}


/*Album To Show Events And Activities*/
ul.album
{
	padding-left:5px;
}
ul.album li 
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #CCC;
	padding:2px;
}
ul.album li img
{
	width:150px;
	height:auto;
}
ul.album li div
{
	height:100px;
	overflow:hidden;	
}
div.wrap
{
	width:170px;
	float:left;
}
ul.album a
{
	color:#E15E30;
}