@CHARSET "ISO-8859-1";

ul{
	list-style-type: none;
	padding: 10px 0;
	margin: 0px;
}

body{
	font-family:"Helvetica", Arial;
	font-size: 14px;
	background-color: #f6f6f6;
	
}

.container{
}

#header{
	min-height: 50px;
	border-bottom: 1px solid #fff;
}

#header .container{
	padding 10px 0;
}

#header .container .menu{
	padding-right: 120px;
	float: right;
}

#header .container .menu li{
	display: inline;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	padding-left: 20px;
	font-size: 24px;
}

#header .container .menu li a {
	color: #000;
	text-decoration: none;
}

#header .container .menu li a:hover,
	    .container .menu li a:active{
	color: #00DD37;
}

#banner{
	border-top: 1px solid #d5d7ce;
	border-bottom: 1px solid #e6e7e1;
}

#banner .container{
	background-color: #00DD37;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background-image: -moz-linear-gradient(top, #e6e7e1, #eee);
	min-height: 200px;
}

#banner .container .content{
	padding: 10px 0 0 120px;
	text-shadow: 1px 1px 0 #f5f6f3;
	min-height: 350px;
	width: 350px;
}

#banner .container .content h1{
	font-size: 36px;
	line-height: 10px;
}

#banner .container .content h2{
	font-size: 24px;
	line-height: 25px;
	color: #00d92d;
}