/* MRINETWORK FRANCHISE SALES GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #101010 url("/images/backgrounds/main_gray_gradient(1).jpg");
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/header_background(3).png");
	background-repeat: no-repeat;
	background-position: center top;
}

div#site_container {
	background: transparent url("/images/backgrounds/footer_background(4).gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 185px;
}

	#header h1 {
		width: 1000px;
		height: 185px;
		background: transparent url("/images/logos/mrinetwork_site_logo.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	#header a {
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
/*
	width: 695px;
*/	
	width: 640px;
	height: 90px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#home_link {
			width: 65px;
			background: transparent url("/images/navigation/home_button.gif");
		}

		a#about_mrinetwork_link {
			width: 142px;
			background: transparent url("/images/navigation/about_mrinetwork_button.gif");
		}

		a#why_recruiting_link {
			width: 120px;
			background: transparent url("/images/navigation/why_recruiting_button.gif");
		}

		a#the_opportunity_link {
			width: 127px;
			background: transparent url("/images/navigation/the_opportunity_button.gif");
		}

		a#getting_started_link {
			width: 124px;
			background: transparent url("/images/navigation/getting_started_button.gif");
		}

		a#faqs_link {
			width: 52px;
			background: transparent url("/images/navigation/faqs_button.gif");
		}

		a#contact_us_link {
			width: 109px;
			background: transparent url("/images/navigation/contact_us_button.gif");
		}
	
		#navigation li a {
			display: block;
			height: 90px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -90px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SITE CONTENTS */

div#main_body {
	width: 1000px;
}


/* PHONE NUMBER TAG */

	p#phone_number {
		position: absolute;
		bottom: 188px;
		right: 30px;
		width: 240px;
		height: 80px;
		background: transparent url("/images/misc_elements/phone_number_showcase.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#phone_number span {
			display: none;
		}


/* FOOTER */

div#footer {
	position: relative;
	width: 1000px;
	height: 80px;
}

	p.copyright {
		display: none;
	}

	a#mrinetwork_stamp {
		position: absolute;
		bottom: 0px;
		left: 525px;
		width: 205px;
		height: 80px;
	}
	
		#mrinetwork_stamp p, #mrinetwork_stamp img {
			display: none;
		}
	
	a#sticky_stamp {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 105px;
		height: 80px;
		background: transparent url("/images/logos/sticky_stamp.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a#sticky_stamp:hover {
		background-position: -105px 0px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}