html,body {
		margin:0;
		padding:0;
		color:#000;
		background:#fff;	
}

body {
		font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		padding:0 0 10px 0;
		min-width: 760px;
}


code {
		font-family:Monaco, Courier, "Courier New", monospace;
}

h1 {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		color:#0084BB;
		font-size:16px;
}

h2 {
		font:76% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		color:#0084BB;
		font-size:12px;
}

.fwd {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		color:#0084BB;
}

.links {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		color:#0084BB;
		text-decoration: underline;
}

.noborder {
		border:0px;
		border-color:#FFFFFF;

}

a:hover{
		color:#FF0000;
}

#labfooter {

		text-align:center;
		clear:both;
		width:760px;
		margin:0 auto;
		background-image:url();
		font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#wrap {
		width:760px;
		margin:0 auto;
}

#main {
	    border-top:2px solid #0084BB;
		border-bottom:1px solid #0084BB;
		clear:both;
		margin:30px 81px;
		/*background-image:url(../images/mainbg.gif);*/
		background-repeat:no-repeat;
}

	
/* CSS for the tabs starts here */
#header {
		height:140px;
		background:url(../images/header.gif) 0 0 no-repeat;
}

#nav {
		float:left;
		width:760px;
		margin-top:-19px;
		font-size:0.94em;
		line-height:1em;
}

#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
}

#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url(../images/nav1.gif) 0 100% no-repeat;
}

#nav li:hover {
		background-position:-6px 100%;
}

#nav a {
		float:left;
		display:block;
		color:#473215;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		background:url(../images/nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
}

#nav li:hover a {
		background-image:url(../images/nav1.gif);
}

/* Hide from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
		/*color:#000;*/
		text-decoration:underline;
}

#home #nav #t1,
#advice #nav #t2,
#projects #nav #t3,
#prices #nav #t4,
#contact #nav #t5 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
}

#home #nav #t1 a,
#advice #nav #t2 a,
#projects #nav #t3 a,
#prices #nav #t4 a,
#contact #nav #t5 a {
		background-image:url(../images/nav2s.gif);
		padding-left:0;
		padding-right:19px;
}

#nav #t1,
#home #nav #t1 {
		margin-left:0;
}

#nav #t5,
#contact #nav #t5 {
		margin-right:0;
}

blockquote{
		width:270px;
		text-align:center;
		margin:0;
		padding:0;
		font-family:Georgia,serif;
		font-size:150%;
		letter-spacing:-1px;
		line-height:1em;
		color:#555;
		background:#eee url(../images/top.gif) no-repeat top left;
}

#quote{
		margin:0 10px 0 0;
		padding:20px 20px 10px 20px;
		background:url(../images/end_quote.gif) no-repeat right bottom;
}

#author{
		margin:0 10px 0 0;
		padding:0 0 10px 0;
		color:#999;
		font-size:60%;
}

#lightbox{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
}

#lightbox a img{ 
		border: none; 
}

#outerImageContainer{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
}

#imageContainer{
		padding: 10px;
}

#loading{
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
}

#hoverNav{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
}

#imageContainer>#hoverNav{ 
		left: 0;
}

#hoverNav a{ 
		outline: none;
}

#prevLink, #nextLink{
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
}

#prevLink { 
		left: 0; 
		float: left;
}

#nextLink { 
		right: 0; 
		float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
		background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
		font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
}

#imageData{
		padding:0 10px;
}

#imageData #imageDetails{ 
		width: 70%; 
		float: left; 
		text-align: left; 
}	

#imageData #caption{ 
		font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#imageData #numberDisplay{ 
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose{ 
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;
}	
		
#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
		/* filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;*/
		
}
	

.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

* html>body .clearfix {
		width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
		height: 1%;
	/* End hide from IE-mac */
}	
