/* FASHION SEARCH GROUP GENERAL RULES */

/* HTML RULES */

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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b9b3b3;
	text-align: center;
}

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

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINER */

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


/* HEADER */

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

	#header h1 {
		width: 1000px;
		height: 81px;
		cursor: pointer;
	}
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 560px;
	height: 77px;
	list-style: none;
	z-index: 50;
}

	#navigation li {
		float: left;
	}

		a#jobs_link {
			background: transparent url("/images/navigation/jobs_button.png");
			width: 87px;
		}
		
		a#about_link {
			background: transparent url("/images/navigation/about_button.png");
			width: 78px;
		
		}
		
		a#clients_link {
			background: transparent url("/images/navigation/clients_button.png");
			width: 85px;
		}
		
		a#candidates_link {
			background: transparent url("/images/navigation/candidates_button.png");
			width: 112px;
		}
		
		a#reviews_link {
			background: transparent url("/images/navigation/reviews_button.png");
			width: 98px;
		}
		
		a#contact_link {
			background: transparent url("/images/navigation/contact_button.png");
			width: 100px;
		}

		#navigation li a {
			display: block;
			height: 77px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		#navigation li a:hover {
			background-position: 0px -77px;
		}

			#navigation li a span {
				display: none;
			}


/* CONTENT BODY */

div#main_body {
	width: 1000px;
}

	div#body_text {
		position: relative;
		text-align: justify;
		line-height: 24px;
		font-size: 13px;
		z-index: 5000;
	}
	
		#body_text h2 {
			color: #ffffff;
			font-size: 24px;
			line-height: 52px;
		}
		
		#body_text h2 span {
			padding: 49px 20px 30px 10px;
			font-size: 150px;
			height: 50px;
			float: left;
			color: #dcdcdc;
		}
		
		* html div#body_text h2 span {
		}
		
	
		#body_text a {
			color: #d9c989;
		}
		
		#body_text a:hover {
			color: #ffffff;
		}
	

/* FOOTER */
		
		p.copyright {
			display: none;
		}
	
		a#sticky_stamp {
			display: none;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}
