/* Complete Tiling  */

/* Remove link outlines */
:active {outline: none;}	
:focus
{
-moz-outline-style: none;
}	
/* ---- end ---- */

#credit a:link, #credit a:visited, #credit a:active, #credit a:focus {
color:#999999;
text-decoration:none;
font-family: Helvetica, Geneva, Arial, sans-serif;
}

#credit a:hover { text-decoration:underline; }

#credit {
	position:absolute;
	right:0;
	color:#FFFFFF;
	font-size:9px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	bottom: 0px;
}

body { background-color: #112C49; /*#003366; */ text-align:center; }
#container {
position:relative;
margin: auto;
width:84%;
/*height:500px;*/
height:540px;
/*text-align:left;*/
border:1px solid;
border-color:#727272;
}
#hdr {
	position:absolute;
	top:0;
	left:0;
	height:80px;
	width:100%;
	border-bottom:1px solid;
	border-color:#727272;
}
#banner {
	margin:0 0 0 15px;
	position:absolute;
	right:200px;
	top: 18px;
}

#border_nav_top {
	position:absolute;
	/*top:179px;*/
	top:35.8%;
	left:0;
	width:100%;
	border-top:1px solid;
	border-color:#727272;
	overflow:hidden;
	height:0;
}

#nav {
	position:absolute;
	top:36%;
	display:block;
	width:750px; 
	margin:0;
	padding:0;
	height:138px;
	overflow:hidden;
	left:50%;
	margin-left: -375px;
}

#border_nav_bottom {
position:relative;
left:0;
top:56.7%;
height:0px;
width:100%;
border-bottom:1px solid;
border-color:#727272;
overflow:hidden;
}

#border_bottom {
position:absolute;
left:0;
bottom:60px;
width:100%;
border-top:1px solid;
border-color:#727272;
}
#nav li {
	margin: 0; 
	padding: 0;
 	list-style: none;
	display: inline;
}
#nav a {
	float:left;
	padding-top: 138px;
	height: 0px !important; 
	height /**/:138px; /* for IE5/Win only */
	}
	
#nav a:hover, #nav a.selected
{
	background-position: 0 -138px;
}


/* INDIVIDULE PROPERTIES FOR THE ID'S OF EACH NAV MENU ITEM */
	#tfolders a  {
	width: 150px;
	background: url(../images/folders.jpg) top left no-repeat;
	}
	#tfountain_pen a  {
	width: 150px;
	background: url(../images/fountain_pen.jpg) top left no-repeat;
	}
	#ttrowel a  {
	width: 150px;
	background: url(../images/trowel.jpg) top left no-repeat;
	}
	#tgallery a  {
	width: 150px;
	background: url(../images/gallery.jpg) top left no-repeat;
	}
	#ttelephone a  {
	width: 150px;
	background: url(../images/telephone.jpg) top left no-repeat;
	}

