/*------------------------------------------------
Intelligent Design Inc 
CSS development - implementation by Trafick IMS
http://www.trafick.net - Curtis Rostad 
curtis@trafick.net 
-------------------------------------------------*/

*{padding:0px;
margin:0px;
}

html, body{
text-align:center;
background-position:top;
background-color:#202020;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
font-size:.9em;

}

	a{outline:none;
	text-decoration:none;
	}
	
	a:hover{outline:none;
	text-decoration:none;
	}
	
	a:visited{outline:none;
	text-decoration:none;
	}
	
	a:active{outline:none;
	text-decoration:none;
	}

h1{
margin:0px ;
padding:0px ; 
}

#container{
width:741px;
background-image:url(../images/intelligent-design-top.jpg);
background-repeat:no-repeat;
margin:0px auto;
background-color:#202020;

}

/* ------------- Gallery --------------------------------------*/

#gallery{
color: #666;
}

#gallery ul{
list-style:none;
}

#gallery li{
padding:10px;
display:inline;
}

#gallery img{
border: 1px #000 solid;
}

	#gallery  li a{outline:none;
	text-decoration:none;
	border: none;
	}

	#gallery li a:hover{outline:none;
	text-decoration:none;
	border: none;
	}

/* --------------------------- end gallery ----------------------*/


/*------------ Lightbox ------------*/


#lightbox{
	position: absolute;
	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 Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#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;
	}
/*------------ Lightbox ------------*/

/*-----TOP NAVIGATION ROLLOVERS----------------------------------------*/

#nav{height:39px;}

ul#nav li {
		list-style-type: none;
		float: left;
		cursor: pointer;
		}
		ul#nav li#first { margin-left: 0 }
		ul#nav li a { display: block; text-indent: -9999px;}
			
			ul#nav a#home { background: url("../images/intelligent-design-home.jpg") no-repeat left top; height: 39px; width: 460px; }
			ul#nav a#about { background: url("../images/intelligent-design-about.jpg") no-repeat left top; height: 39px; width: 87px; }
			ul#nav a#services { background: url("../images/intelligent-design-services.jpg") no-repeat left top; height: 39px; width: 86px; }
			ul#nav a#contact { background: url("../images/intelligent-design-contact.jpg") no-repeat left top; height: 39px; width: 108px; }

			
			ul#nav a#home { background: url("../images/intelligent-design-home.jpg") no-repeat left top; height: 39px; width: 460px; }
			ul#nav a:hover#about, ul#nav a#about-here { background: url("../images/intelligent-design-about.jpg") no-repeat left -39px; height: 39px; width: 87px; }
			ul#nav a:hover#services, ul#nav a#services-here { background: url("../images/intelligent-design-services.jpg") no-repeat left -39px; height: 39px; width: 86px; }
			ul#nav a:hover#contact, ul#nav a#contact-here { background: url("../images/intelligent-design-contact.jpg") no-repeat left -39px; height: 39px; width: 108px; }

/*------------END NAV----------------------------------------------*/

/*-----SIDE NAVIGATION ROLLOVERS----------------------------------------*/

#sidenav{ width:161px;
float: left;}

ul#sidenav li {
		list-style-type: none;
		cursor: pointer;
		}
		ul#sidenav li#first { margin-left: 0 }
		ul#sidenav li a {display: block; text-indent: -9999px;}
			
		ul#sidenav a#quote { background: url("../images/intelligent-design-quote.jpg") no-repeat left top; height: 160px; width: 161px; }
		ul#sidenav a#guide { background: url("../images/intelligent-design-guide.jpg") no-repeat left top; height: 134px; width: 161px; }
		ul#sidenav a#upload { background: url("../images/intelligent-design-upload.jpg") no-repeat left top; height: 145px; width: 161px; }

		ul#sidenav a:hover#quote, ul#sidenav a#quote-here { background: url("../images/intelligent-design-quote.jpg") no-repeat left -160px; height: 160px; width: 161px; }
		ul#sidenav a:hover#guide, ul#sidenav a#guide-here { background: url("../images/intelligent-design-guide.jpg") no-repeat left -134px; height: 134px; width: 161px; }
		ul#sidenav a:hover#upload, ul#sidenav a#upload-here { background: url("../images/intelligent-design-upload.jpg") no-repeat left -145px; height: 145px; width: 161px; }

/*------------END NAV----------------------------------------------*/


#header{
height:162px;
text-indent:-9999px;
}

	#header h1{
	text-indent:-9999px;
	}


#content{
width:540px;
float:right;
text-align:left;
line-height:1.9em;
padding-right:12px;
font-size:.9em;
color: #CCC;
}
	#content h1{
	color: #58a125;
	font-weight:500;
	padding:10px 20px;
	font-size: 1em;
	text-transform: uppercase;
	}
	
	#content li{
	list-style:none;
	padding: 0px 0px 3px 50px;}
	
.content_title{
	color: #58a125;	
	font-size: 13px;
	padding:10px 20px;
	}

	
	#content p{
	padding:10px 20px;
	}

	#content a{outline:none;
	font-weight:bold;
	text-decoration:underline;
	color:#fff200;
	}

	#content a:hover{outline:none;
	font-weight:bold;
	text-decoration:underline;
	color:#cc3;
	}

#rtcol{
float:left;
width:161px;
margin: 0px;
text-align:left;
/*background-color: #FFC;
*/}

	#rtcol p{
	margin: 10px;
	padding:5px 5px 0px 5px;
	font-size:80%;
	}

#footer{
width:741px;
clear:both;
height:100px;
color:#58a125;
font-size:.7em;

}

	#footer p{
	text-align:left;
	padding: 30px 0px 0px 210px;
	line-height:20px;
	}
	.footergray{
	color: #575757;
	}
	
	
	#footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:dashed 1px #fff;
	}
	
	
.floatleft{
float:left;
margin: 5px;
border: 1px #000 solid;
}

.floatright{
float:right;
margin: 5px;
border: 1px #000 solid;

}

.clearer {clear: both;}

/* -------------------- classes --------------------*/

.title {
	padding:0px 15px 15px 75px;
	outline:none;
	border:0px;
	float: right;
}

/* --------------------------Misc--------------------------------------------*/

img.floatLeft { 
	float: left; 
	margin: 10px;
}

img.floatRight {
	float: right;
	margin:10px;

}

img.floatNone {
	border:.1em solid #333;
	float: none;
	margin: 4px;

}

/* ----------------typography -----------------*/

.small{
font-size:65%;

}

.green{
color: #58a125;
}