* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #8B989E url(../images/global/bg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}

a {text-decoration: none;}
a:link, a:visited {color:#0992AA;}
a:hover, a:active {color:#03798E;}

.clear {
	clear: both;
}

#shell {
	margin: 0 auto;
	width: 800px;
}

.header {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 65px;
}

	.logo {
		padding: 0 0 0 6px;
		margin: 0;
		height: 61px;
		float: left;
	}
	
	.menu {
		margin: 14px 0 0 0;
		padding: 0;
		height: 47px;
		float: right;
	}
	
	.menu-item {
		padding: 0;
		margin: 0;
		height: 47px;
		float: left;
	}
	
	/* ------------------*/
	/* ------ MENU ------
		.menu-1 {
			background: url(../images/global/menu/company_off.jpg) no-repeat;
			width: 77px;
			height: 32px;
			float: left;
		}
	
		.menu-2 {
			background: url(../images/global/menu/products_off.jpg) no-repeat;
			width: 85px;
			height: 32px;
			float: left;
		}
	
		.menu-3 {
			background: url(../images/global/menu/benefits_off.jpg) no-repeat;
			width: 76px;
			height: 32px;
			float: left;
		}
	
		.menu-4 {
			background: url(../images/global/menu/news_off.jpg) no-repeat;
			width: 53px;
			height: 32px;
			float: left;
		}
	
		.menu-5 {
			background: url(../images/global/menu/contact_off.jpg) no-repeat;
			width: 96px;
			height: 32px;
			float: left;
		}
		
		.menu-1:hover, .menu-1:active {
			background: url(../images/global/menu/company_on.jpg) no-repeat;
			width: 77px;
			height: 32px;
			float: left;
		}
	
		.menu-2:hover, .menu-2:active {
			background: url(../images/global/menu/products_on.jpg) no-repeat;
			width: 85px;
			height: 32px;
			float: left;
		}
	
		.menu-3:hover, .menu-3:active {
			background: url(../images/global/menu/benefits_on.jpg) no-repeat;
			width: 76px;
			height: 32px;
			float: left;
		}
	
		.menu-4:hover, .menu-4:active {
			background: url(../images/global/menu/news_on.jpg) no-repeat;
			width: 53px;
			height: 32px;
			float: left;
		}
	
		.menu-5:hover, .menu-5:active {
			background: url(../images/global/menu/contact_on.jpg) no-repeat;
			width: 96px;
			height: 32px;
			float: left;
		}
		
		.menu-1-on {
			background: url(../images/global/menu/company_on.jpg) no-repeat;
			width: 77px;
			height: 47px;
			float: left;
		}
	
		.menu-2-on {
			background: url(../images/global/menu/products_on.jpg) no-repeat;
			width: 85px;
			height: 47px;
			float: left;
		}
	
		.menu-3-on {
			background: url(../images/global/menu/benefits_on.jpg) no-repeat;
			width: 76px;
			height: 47px;
			float: left;
		}
	
		.menu-4-on {
			background: url(../images/global/menu/news_on.jpg) no-repeat;
			width: 53px;
			height: 47px;
			float: left;
		}
	
		.menu-5-on {
			background: url(../images/global/menu/contact_on.jpg) no-repeat;
			width: 96px;
			height: 47px;
			float: left;
		}
	
	------ END MENU ------*/
	/* ----------------------*/	
	
#footer {
	height: 25px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
}
