/*------------------------------
		General Page Design
------------------------------*/

body{
	margin:0;
	font-family:Arial;
	background-image:url(/images/mel_cook/grad.png);
	background-repeat:repeat-x;
	background-color:#5A554B;
}

#page_container{
	margin:0;
	width:100%;
	height:500px;
	font-family:Verdana, Arial;
	background-image:url(/images/mel_cook/grad.png);
	background-repeat:repeat-x;
	background-color:#4678C8;
}

#header{
	background-image:url(/images/dusk_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
	width:970px;
	margin:0 auto 0 auto;
	padding-top:139px;
}
div#heartland{
	height:100px;
}
div#heartland div{
	position:absolute;
	width:620px;
	height:177px;
	background-image:url(/images/mel_cook/heartland.png);
	background-repeat:no-repeat;
}
#top_container{
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	width:970px;
	z-index:0;
}

#top_container h1{
	margin:0;
	padding:0;
	position:absolute;
	left:40px;
	top:96px;
}
#top_container #orange_bar, #top_container #life, #top_container #home, #top_container #vehicle, #top_container #farm{
	position:absolute;
	left:180px;
	top:165px;
}
#top_container #orange_bar{top:146px;left:234px;}
#top_container #life{left:275px;}
#top_container #home{left:475px;}
#top_container #vehicle{top:146px;left:652px;}
#top_container #farm{left:809px;}
#top_container div{
	position:absolute;
	top:99px;
	left:20px;
	height:25px;
	padding:0;
}

#main_container{
	width:970px;
	margin:0 auto 0 auto;
	padding:0;
}
#main_container_inner{
	text-align:left;
	width:960px;
	background-color:#FFF;
	margin:0 5px 0 5px;
	padding:130px 0 0 0;
}

#footer{
	background-image:url(/images/dusk_bottom.png);
	background-repeat:no-repeat;
	height:20px;
	width:970px;
	margin:0 auto 0 auto;
}



/* main content area */
#content_area {
	float:left;
	width:755px;
	padding:0 0 0 10px;
}
/* main content area full width */
#content_area_full {
	float:left;
	width:920px;
	padding:0 0 0 20px;
}
/* menu container */
#menu_container {
	padding:0 0 0 15px;
	float: left;
	width: 160px;
}

/* nzeal advert link */
#nzeal_link, #nzeal_link:visited, #nzeal_link:active {
	color:#AAA;
	font-size:.8em;
	text-decoration:none;
}
#nzeal_link:hover {
	color:#FFF;
	background-color:transparent;
	text-decoration:underline;
}



/*------------------------------
		Menu Design
------------------------------*/

#menu_1_cont ul{
	display:block;
	padding:0;
	margin:10px 0 0 260px;
	width:950px;
}
#menu_1_cont li {
	display:block;
}
#menu_1_cont span {
	display:block;
	float:right;
	height:25px;
	width:5px;
}
#menu_1_cont li a, #menu_1_cont li span {
	display:block;
	float:left;
	color:#FFF;
	height:22px;
	padding:3px 0 0 10px;
	font-size:1em;
	text-decoration:none;
}
#menu_1_cont li a:hover {
	color:#CCF;
}

#menu2 ul {
	display:block;
	padding:0;
	margin:0;
	font-size:.8em;
}
#menu2 ul ul {font-size:1em;}
#menu2 ul ul ul {font-size:.9em;}
#menu2 ul ul ul ul {font-size:.9em;}

#menu2 li {
	display:inline;
}
#menu2 a{
	display:block;
	text-decoration:none;
	padding:3px;
	margin:0 0 1px 0;
}
#menu2 ul a {
	color:#333;
	background-color:#ccc;
}
#menu2 ul ul a {
	padding-left:10px;
	color:#555;
	background-color:#ddd;
}
#menu2 ul ul ul a {
	padding-left:20px;
	color:#666;
	background-color:#eee;
}
#menu2 ul ul ul ul a {
	padding-left:30px;
	color:#777;
	background-color:#eee;
}
#menu2 a:hover, #menu2 .active a{
	color:#00A;
	background-color:#CCD;
}
#menu2 #top{
	background-image:url(/images/menu2_tb.png);
	width:160px;
	height:20px;
	margin-bottom:1px;
}
#menu2 #bot{
	background-image:url(/images/menu2_tb.png);
	background-position:bottom;
	width:160px;
	height:20px;
}
