/* DETROIT INDUSTRIAL WAREHOUSING GENERAL RULES */

/* HTML RULES */

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

html, body {
	height: 100%;
}

html {
	background: #000000 url("/images/backgrounds/column_background(1).gif");
	background-repeat: repeat-y;
	background-position: left top;
	
}

body {
	background: transparent url("/images/backgrounds/main_background(2).jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINER */

div#container {
	position: relative;
	width: 979px;
	text-align: left;
	background: transparent url("/images/backgrounds/main_background(2).jpg");
	background-repeat: no-repeat;
	background-position: left top;
}


/* HEADER */

div#header {
	width: 979px;
}

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


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 180px;
	left: 7px;
	width: 195px;
	height: 260px;
	list-style: none;
}

	#navigation li {
		display: inline;
	}
	
		a#about_link {
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#services_link {
			background: transparent url("/images/navigation/services_button.gif");
		}
		
		a#facilities_link {
			background: transparent url("/images/navigation/facilities_button.gif");
		}
		
		a#gallery_link {
			background: transparent url("/images/navigation/gallery_button.gif");
		}
		
		a#contact_link {
			background: transparent url("/images/navigation/contact_button.gif");
		}
	
		#navigation li a {
			display: block;
			width: 121px;
			height: 52px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: -121px 0px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SUB NAV MENUS */

ul#services_sub_nav {
	position: absolute;
	top: 234px;
	left: 145px;
	width: 200px;
	border: 1px solid #ffffff;
	background-color: #000000;
	list-style: none;
	visibility: hidden;
	z-index: 100;
}

	#services_sub_nav li {
		display: inline;
	}
	
		#services_sub_nav li a {
			position: relative;
			display: block;
			padding: 7px 5px;
			border-bottom: 1px solid #414141;
			width: 190px;
			font-size: 11px;
			color: #ffffff;
			line-height: 16px;
			text-transform: uppercase;
			z-index: 500;
		}
		
		#services_sub_nav li a:hover {
			background-color: #5aa4ff;
			color: #ffffff;
		}


/* MAIN TEXT REGION */

div#main_body {
	clear: both;
	font-size: 12px;
	color: #d8d8d8;
	line-height: 24px;
}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 979px;
	height: 40px;
	background: transparent url("/images/backgrounds/footer.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

	p.copyright {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 70px;
		height: 40px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}