/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Modified for Concrete5 by Jordan Lev - http://jordanlev.com */

#c5wrapper {
	margin-top: 80px;
	padding: 0;
/*	height: 900px;*/
	background: #F1F1F1;
/*	url(assets/img01.gif) repeat-x left top;  */
}

#wrapper {
 /*   position: relative; left: 0px; top: 0px; */
	width: 980px;
	margin: 0 auto;	margin-top: 87px;
	padding: 0;
/*	background: #eff; */
}


#headwrapper {
/*    position: relative; 
    left: 0px; top: 0px; */
/*    	height: 330px; 
   background-color: #Ffe6e6; */
/* background-color: #F00; */
}

/* Header */

#header {
	width: 980px;
/*	height: 320px; */
	margin: 0 auto;
	padding: 0px;
/*    position: relative;
    left: 0px; top: 90px; */
}

/* Header */

/* Menu */

#menu {
/*	width: 960px;
	height: 100px; */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
/*    position: absolute; left: 0px; top: -55px; */
   background-color: aqua;
}

#menu ul {
    float: left;
	margin: 0;

	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
/*	background-color: #ADFF2F;*/
}

#menu li {
    padding: 0px 0px 0px 0px;
    background-color: none;
 /*   background-color: #b3d9ff;*/
	float: left;

}

#menu a {
	display: block;f
	width: 130px;
	margin-right: 1px;
	padding: 10px 10px 10px 10px;
	background-color: #000;
/*	background: url(images/img02.gif) no-repeat right top;*/
    border: 1px solid #000;
    border-radius: 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	padding-left: 0;
}
