*{
	margin:0px;
	padding:0px;
}

#header {
	width: 100%;
	height: 128px;
	background-image: url('../image/header/headerbackground.jpg');
}


#headercontainer {
	width: 1024px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
}

#headercontainer img {
	height: 118px;
	width: 128px;
	margin-top: 2px;
	float: left;
}

ul#navmenu li, ul.submenu1 {
	list-style-type: none;
	
}

ul#navmenu {
	float: left;
	
	margin-left: 250px;
	margin-top: 50px;
}

ul#navmenu li {
	position: relative;
	width: 120px;
	float: left;
	text-align: center;
	
}
.navmenulist a {
	text-decoration: none;
	font-family: arial;
	display: block;
	height: 30px;
	color: white;
	text-align: center;
}

ul#navmenu ul.sub1 {
		display: none;
		position: absolute;
		top: 26px;
		left: 0px;
		padding-top:20px;
		padding-left: 20px;
		padding-bottom: 10px;
		background-color: #dfdfdf;
		width: 150px;
		
		}

ul#navmenu li:hover .sub1 {
		display: block;
		}
	
li.sub1list a{
	color: #794d00;
	font-size: 14px;
	
}

#footer {
	width: 100%;
	height: 278px;
	background-image: url('../image/footer/footerbackground.png');
	background-repeat: repeat;
	font-family: arial;
}
#footercontainer {
	width: 960px;
	height: 278px;
	margin: 0px auto;
}

#footerrocketinsidemenu {
	margin-left: 50px;
	margin-top: 20px;
}
.footerrocketinsidemenulist  {
	list-style-image: url('../image/footer/bullet.png');
	margin-top: 20px;
	font-size: 16px;
	
	
}

.footerrocketinsidemenulist a, .footertopcontentmenulist a {
	color: #151515;
}
.footerrocketinsidemenulist a:hover {
	color: #626262;
}
.footertopcontentmenulist a:hover {
	color: #626262;
}
.footerrocketinsidemenulist a, .footertopcontentmenulist a{
	text-decoration: none;
}
#footermenurocketinside {
	width: 300px;
	height: 250px;
	float: left;
}
#footermenurocketinside h3, #footermenutopcontent h3, #footermenusocialnetwork h3 {
	margin-top: 30px;
	text-align: center;
	color: #151515;
	font-size: 25px;
	font-weight: lighter;
}
#footermenutopcontent {
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 10px;
	background-image: url('../image/footer/seperator.png');
}



#footertopcontentmenu {
	margin-top: 20px;
	margin-left: 50px;
}

.footertopcontentmenulist  {
	list-style-image: url('../image/footer/bullet.png');
	margin-top: 20px;
	font-size: 16px;
}
#footermenusocialnetwork {
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 10px;
	
}
#footersocialnetworkmenu {
	margin-top: 50px;
	margin-left: 45px;
}

.footersocialnetworkmenulist {
	list-style-type: none;
	display: inline;
	margin-right: 40px;
}