#top {
	clear: both;
	height: 65px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
	margin-top: 14px;
	}

img {
	border: 0;
}

#header {
	width: 100%;
	height: 100px;
	background: url(../pictures/head_bg.png) repeat-x;
}

#header #logo {
	float: left;
	width: 180px;
	height: 70px;
	text-align: left;
}

#tagline {
	height: 20px;
	margin-top: 25px;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
	border-left: 2px solid #e7eeff;
	float: left
}

#header #small_menu {
	float: right;
	color: #fff;
	margin-top: 31px;
	height: 30px;
}

#small_menu li a {
	color: #fff;
}

#small_menu li a:hover {
	color: #009dff;
	text-decoration: none;
}

.flags {
	margin-top: 2px;
	position: relative;
}

.menu.bigger {
	height: 40px;
	padding-top: 15px;
	color: #fff;
	background: url(../pictures/h2separate_bg.png) repeat-x;
}

.menu.bigger a {
	color: #fff;
}

.menu.bigger a:hover {
	color: #b4ddff;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	display: inline;
}

.menu ul li a {
	font-size: 0.9em;
	color: #fff;
}

.menu ul li a:hover {
	color: #009dff;
	text-decoration: none;
}

#menu {
	clear:both;
	display:block;
	float:left;
	overflow:hidden;
	margin-top: 1px;
	width: 100%;
	padding-top: 2px;
}

#menu ul {
   clear:left;
   list-style:none;
   margin:0;
   padding:0;
   left:50%;
   text-align:center;
}

#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   margin-right: 2px;
   padding:0;
   right:50%;
}

#menu ul li a { 
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background: #1a1a1a;
   color: #fff;
   text-decoration:none;
   line-height:1.3em;
}

#menu ul li a:hover {
   background: #000;
   color: #0098f8;
}

#home #header #menu ul li.home a,
#features #header #menu ul li.features a,
#examples #header #menu ul li.examples a,
#benefits #header #menu ul li.benefits a,
#support #header #menu ul li.support a,
#signup #header #menu ul li.signup a {
  	color:#333333;
	background: url(../pictures/menu_active_button_bg.png) repeat-x;
	border-bottom: 1px solid white;
}

#menu ul li.signup a {
	background: url(../pictures/menu_buy_button_bg.png) repeat-x;
	color: #4a6921;
	font-weight: bold;
}

#menu ul li.signup a:hover {
	color: #2e3510;
}
