/* CSS Document */

* {
margin: 0;
padding: 0;
/*border: 1px solid #FF6600;*/
}

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
line-height:1.75em;
color: #fff;
text-align:center;
background: url(images/bg_splash_top.gif) left top repeat-x #c7c045;
}

p
{ margin:0 0 1.3em 0; font-size: 1em; line-height:1.75em;}

img {
border: 0;
}


/* ----------------------------[ Layout ]---------------------------- */

#container_outer {
	font-size: 1em;
	line-height: 1.5em;
	width:950px;
	margin: 0 auto;
	text-align:left;
}

#content {
	width: 950px;
	text-align: center;
	padding: 100px 0 0 0;
	position: relative;
	height: 340px;
	margin: 10px 0 0 0;
}

	#home_text {
		text-align: center;
		position: absolute;
		left: 13px;
		top: 0;
		font-weight: bold;
	}
	
	#event_text {
		text-align: center;
		position: absolute;
		left: 195px;
		top: 0;
		font-weight: bold;
	}
	
	#corporate_text {
		text-align: center;
		position: absolute;
		left: 425px;
		top: 0;
		font-weight: bold;
	}
	
	#private_text {
		text-align: center;
		position: absolute;
		left: 673px;
		top: 0;
		font-weight: bold;
	}
	
	#weddings_text {
		text-align: center;
		position: absolute;
		left: 852px;
		top: 0;
		font-weight: bold;
	}

#footer {
	background: url(images/bg_catering.gif) center top no-repeat;
	padding: 20px 0 0 0;
	border-bottom: 11px solid #a30234;
	clear: both;
}

#copyright {
	width: 950px;
	margin: 5px auto;
	text-align: center;
	font-size: .9em;
	color: #7e6c38;
}
	#copyright a {color: #7e6c38;}


/* ----------------------------[ Primary Nav ]---------------------------- */

#nav_container {
	height: 12px;
	overflow: hidden;
	padding: 0;
	margin: 89px 0 0 28px;
	clear: both;
	}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 12px;
	display: inline;
	overflow: hidden;
	width: 934px;
	left: 0px;
	top: 0px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 12px 0 0 0;	
	height: 0px !important; 
	height /**/:12px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -12px;	
	overflow: hidden;
	}

#nav a:active, 
#nav a.selected {
	background-position: 0 -12px;
	}
	
#ihome a  {
	color: #fff;
	width: 43px;
	margin-right: 71px;
	background: url(images/nav_splash_home.gif) top left no-repeat;
	}

#ievent a  {
	color: #fff;
	width: 193px;
	margin-right: 64px;
	background: url(images/nav_splash_event.gif) top left no-repeat;
	}

#icorporate a  {
	color: #fff;
	width: 160px;
	margin-right: 72px;
	background: url(images/nav_splash_corporate.gif) top left no-repeat;
	}

#iprivate a  {
	color: #fff;
	width: 139px;
	margin-right: 71px;
	background: url(images/nav_splash_private.gif) top left no-repeat;
	}
	
#iweddings a  {
	color: #fff;
	width: 82px;
	background: url(images/nav_splash_weddings.gif) top left no-repeat;
	}