/* @override http://www.f22photography.ie/css/default.css */

* {margin:0px;padding:0px;outline:0px;}
	/* mac hide \*/
html,body{height:100%;width:100%;}
	/* end hide */
	
body { 
	background-color: #3D4657;
	text-align:center;
	min-height:665px;/* for good browsers*/
	min-width:1000px;/* for good browsers*/
	
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 665px;
} 
#inner {
	text-align: left;
	width: 1000px;
	height: 665px;
	margin-left:auto;
	margin-right:auto;
	background: url('/img/bg-ndx.jpg'); 
	border:1px solid #1F242D;
	position: relative;
}

/*	--	Banner 	--	*/

#banner h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	height: 40px;
	text-indent: -9000px;
}

/*	--	Services 	--	*/
#services {
	position: absolute;
	top: 20px;
	right: 150px;
	}
	#services li {
		font: normal 5em 'Arial', sans-serif;
		color: #BDCDDC;
		list-style: none;
		line-height: 0.8em;
		cursor: pointer;
		}
		#services li#nav-arts-corporate {
			}
		
/*	--	Canvas 	--	*/	
#content {
	color: #FFFFFF;
	float: left;
	font-family: Lucida Grande,Verdana;
	font-size: 0.7em;
	height: 238px;
	margin-top: -324px;
	padding-left: 414px;
	text-align: left;
}

#scroller {
	color: #3D4657;
	height: 248px;
	overflow: hidden;
	padding: 0;
	width: 575px;
}

#scroller div {
	background: #E2E4E5;
	height: 228px;
	padding-top: 10px;
	}

#content h2 {
	color: #7C8FA2;
	height: 10px;
	text-indent: -9000px;
}

#content p {
	font-size: 11px;
	margin: 10px;
}

/*	--	Navigation 	--	*/

#nav {
	width: 390px;
	height: 36px;
	padding: 191px 12px 0px 12px;

}

#nav ul {
	float: none;
	width: 401px;
	border-top: 1px solid #fff;
}

#nav ul li {
	float: left;
	list-style: none;

}

#nav ul li a {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;	
	height: 35px;
	line-height: 35px;	
	display: block;
	text-align: center;
	width: 80px;
	color:  #104477;	
	background: #fff;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}

#nav ul li a:hover {
	background: #8892C1;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#nav ul li.current a {
	background: #8892C1;
	color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	padding-left: 1px;

}


/* -- Award Slide Show -- */

#slideshow {
	height: 230px;
	width: 398px;
	margin: 4px 0px 5px 10px;
}

#slideshow embed#F22Gallery {
	margin:  0px 26px;
	border: 1px solid #fff;
}

/*	--	Contact 	--	*/

#contact {
	display: table;
	padding-top: 240px;
	padding-left: 12px;
}

#contact.home {
	padding-top: 0px;
}

#contact p {
	color: #3d4657;
	text-align: left;
	font-family: Lucida Grande, Verdana;
	font-size: 12px;
	line-height: 17px;
	height: 69px;
	width: 200px;
	float: left;
	padding-top: 17px;
	
}

#contact p#contact-left {
	padding-left: 10px;
	width: 190px;
}

#contact p strong {
	font-size: 1.2em;
	font-weight: normal;
}

#contact a {
	color: #3d4657;
	text-decoration: none;
}

#preload{
	display: none;
}



