/*
	@name:		maltesers.css
	@date: 		19/03/10
	@author: 	Sam Benson
*/

/*--------------------------------------------------------------------------------
	General Styles
--------------------------------------------------------------------------------*/

#member_container {
	border: 0;
	margin-top: 5px;
}

#member_top_right .alt {
	height: auto;
	background: #000;
	min-height: 0;
}

#member_top_right .alt p {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#member_top_right .alt p a {
	color: #fff;
}

#member_mid .from_the_forum h4 {
	margin-bottom: 10px;
}

#member_mid .from_the_forum ul li.recipe,
#member_mid .from_the_forum ul li.recipe p  {
	font-size: 13px;
}

#maltesers_footer {
	background: #ECDDB9;
	width: 640px;
	float: left;
	margin-bottom: 49px;
}

#maltesers_footer .malt {
	margin-bottom: 15px;
}

#maltesers_footer .malt img {
	float: left;
	margin-right: 15px;
}

#maltesers_footer h4 {
	color: #e50102;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer_container {
	background: #f9f6e9;
	padding: 20px 20px 60px 20px;
	position: relative;
}

.padd_15 {
	padding: 15px;
}

#trademark {
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#maltesers_lowerMpu {
	float: right;
}

#container {
	margin-bottom: 15px;
}













/*--------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------*/

#navigation ul#menu {
	float:left;
	margin:0;
	padding:0 0 0 0; }

	#navigation ul#menu li {
		border-right:0;
		display:inline;
		margin:0 10px 0 0;
		padding:15px 10px 0 0; 
		background: url(../images/menuBorder.gif) no-repeat top right;
		float: left;
	}
		
	#navigation ul#menu li.add { 
		border:0;
		padding-top: 9px; 
		background: none;
	}

		#navigation ul#menu li a {
			color:#d79847;
			font-weight:bold;
			text-decoration:none; 
			float: left;
		}

			#navigation ul#menu li a:hover, #navigation ul#menu li.current a {
				background:url('../images/bg-menu-current.gif') no-repeat center bottom;
				padding:0 0 11px 0; }
				
			#navigation ul#menu li.add a:hover { background:none; } 

#navigation ul#user {
	float:right;
	margin:0;
	padding:14px 0 0 0; }

	#navigation ul#user li {
		color:#FFF;
		display:inline; }
		
#sub_tab {
	background:url("../images/member-subTab.gif") no-repeat scroll 0 0 transparent;
	float:right;
	height:47px;
	position:relative;
	top:-2px;
	width:200px;
}
