/* --------------------------------------------- */ 
/*	Milburys 2008 Landing Page				     */
/*	Build: ebbflow					        	 */
/*	Build start date: 2007-12-19                 */
/*	Developer: Nicolas Lazell.                   */
/*	Copyright (c) 2007 . All rights reserved.    */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* KEY                                           */
/* --------------------------------------------- */
/* 1.	General Setup                            */
/* 2.	SkipLinks                                */
/* 3.	Typography		                         */
/* 4.	Wrapper                                  */
/* 5.	Navigation                               */
/* 6.	Footer		                             */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* 1. General Setup                              */

	
body {
	font: 65% 'lucida grande',verdana,arial,helvetica,sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #353546;
}

.offScreen {
	position: absolute;
	margin-left: -5000px;
}

.clear {
	clear: both;
}
/*-------------------------------*/
/* clearFix (updated)            */

	.clearFix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	.clearFix {display:inline-block;} /* ie7 */

	/* Hide from IE Mac \*/
	.clearFix {display:block;}
	/* End hide from IE Mac */

/* --------------------------------------------- */
/* 2. Skip Links	                             */

	#skipLinks,
	#styleSheetSwitcher {
		padding: 0;
		position: absolute;
	 	right: 0px;
	 	top: -500em; /* This needs a width, height and overflow hidden to stop IE5 MAC from doing horizontal scroll */
	}

	#skipLinks a:active,
	#skipLinks a:focus {
		position: absolute;
		top: 500.25em;
		right: 0.25em;
		z-index: 5;
		white-space: nowrap;
		color: #000;
		background: #FFF;
		border: 2px solid red;
		padding: 3px;
	}
	

/* --------------------------------------------- */
/* 3. Typography	                             */

h1 {
	width: 640px;
	height: 199px;
	background: url(/a/img/landing/header.jpg);
	margin:0;
}
	
h2 {
	color: #353546;
	font: normal 1.3em georgia, times, serif;
	padding: 4px 0;
	font-style: italic;
	text-align: center;
	margin: 1px 0;
	background: #585b6d;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
}

a:link, a:visited {
	color: #353546;
	text-decoration: none;
}

a:hover, a:active {
	color: #A7B289;
}


/* --------------------------------------------- */
/* 4. Wrapper                                    */

#wrapper {
	text-align: center;
	font-size: 1.1em;
	margin: 50px auto 0 auto;
	width: 640px;
}	


/* --------------------------------------------- */
/* 4. Main Navigation Blocks                     */

dl {
	text-align: left;
	margin: 0 0 50px 0;
}
		
	dl dt {
		width: 159px;
		margin-right: 1px;
		text-align: center;
		float: left;
	}

		dl dt img {
			border: 0;
		}

			dl dt.last img {
				width: 160px;
				_width: 159px;
			}
		

		dl dd.last {
			width: 160px;
			_width: 159px;
		}

		dl dd {
			width: 159px;
			margin-top: 74px;
			margin-left: -160px;
			padding:3px 0;
			display: block;
			color: #ffffff;
			background: #585b6d;
			float: left;
			text-indent: 10px;
		}

			dl dd a:link,
			dl dd a:visited {
				display: block;
				color: #fff;
				text-decoration: none;
			}

			dl dd a:hover,
			dl dd a:active {
				display: block;
				color: #A7B289;
			}

div#subText {
	margin: 0 auto;
	width: 450px;
	text-align: center;
}

	div#subText p.acr {
		text-align: right;
		color: #999;
		font-size: 0.85em
	}



div#footerNav {
	width: 22em;
	margin: 25px auto;
}

	div#footerNav ul {
		margin: 25px 0;
		padding: 0;
		list-style-type: none;	
	}

		div#footerNav ul li {
			float: left;
			margin-right: 10px;
			padding-right: 10px;
			border-right: 1px solid #585b6d;
		}

			div#footerNav ul li.last {
				border-right: 0;
				padding: 0;
				margin: 0;
			}

			div#footerNav ul li a {
				color: #cccc95;
			}
