@charset "UTF-8";
/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

body{
	background:#000 url(../images/bg.jpg) no-repeat top center;
	margin:0 auto 0 auto;
}

#header{
	width:951px;
	height:150px;
	margin:0 auto 0 auto;
	background:url(../images/headerbg.png) no-repeat top;
}

#logo{
	float:left;
	width:330px;
	height:150px;
}

#menu{
	float:left;
	width:560px;
	height:150px;
}

/*menu buttons=====================================================*/

td{
	width:100px;
}

.homebtn{
	display:block;
	width:82px;
	height:66px;
	background:url(../images/homebtn.png) no-repeat;
}

a.homebtn:link, a.homebtn:visited, a.homebtn:active{
	background:url(../images/homebtn.png) no-repeat;
	}
	
a.homebtn:hover {
	background-position:0 -66px;
	}
	
.servicesbtn{
	display:block;
	width:82px;
	height:66px;
	background:url(../images/servicesbtn.png) no-repeat;
}

a.servicesbtn:link, a.servicesbtn:visited, a.servicesbtn:active{
	background:url(../images/servicesbtn.png) no-repeat;
	}
	
a.servicesbtn:hover {
	background-position:0 -66px;
	}
	
.referbtn{
	display:block;
	width:82px;
	height:66px;
	background:url(../images/referbtn.png) no-repeat;
}

a.referbtn:link, a.referbtn:visited, a.referbtn:active{
	background:url(../images/referbtn.png) no-repeat;
	}
	
a.referbtn:hover {
	background-position:0 -66px;
	}
	
.specialsbtn{
	display:block;
	width:82px;
	height:66px;
	background:url(../images/specialsbtn.png) no-repeat;
}

a.specialsbtn:link, a.specialsbtn:visited, a.specialsbtn:active{
	background:url(../images/specialsbtn.png) no-repeat;
	}
	
a.specialsbtn:hover {
	background-position:0 -66px;
	}
	
.contactbtn{
	display:block;
	width:82px;
	height:66px;
	background:url(../images/contactbtn.png) no-repeat;
}

a.contactbtn:link, a.contactbtn:visited, a.contactbtn:active{
	background:url(../images/contactbtn.png) no-repeat;
	}
	
a.contactbtn:hover {
	background-position:0 -66px;
	}

/*main photos=====================================================*/
	
#homepic{
	width:871px;
	height:217px;
	background:url(../images/homepic.png) no-repeat;
	margin:20px auto 0 auto;
}

#servicespic{
	width:871px;
	height:140px;
	background:url(../images/servicespic.png) no-repeat;
	margin:20px auto 0 auto;
}

#referpic{
	width:871px;
	height:144px;
	background:url(../images/referpic.png) no-repeat;
	margin:20px auto 0 auto;
}

#specialspic{
	width:871px;
	height:144px;
	background:url(../images/specialspic.png) no-repeat;
	margin:20px auto 0 auto;
}

#contactpic{
	width:871px;
	height:144px;
	background:url(../images/contactpic.png) no-repeat;
	margin:20px auto 0 auto;
}

/*Content divs=====================================================*/

#content{
	width:841px;
	margin:0 auto 0 auto;
}

	/*home divs=====================================================*/
	
	#one{
		float:left;
		width:260px;
		margin:0 0 0 10px;
	}
	
	#two{
		float:left;
		width:260px;
		margin:0 0 0 15px;
	}
	
	#three{
		float:right;
		width:280px;
		height:310px;
		background:url(../images/rightbg.png) no-repeat left;
		margin:0 0 0 0;
	}
	
	#clear{
		clear:both;
		height:20px;
		margin:0 auto 0 auto;
	}
	
	
	/*services divs=====================================================*/
	
	#left{
		float:left;
		width:390px;
		margin:0 20px 0 0;
	}
	
	#right{
		margin:20px 0 0 0;
		float:left;
		width:390px;
	}
	
	#clear2{
		clear:both;
		height:20px;
		margin:0 auto 0 auto;
	}
	
	/*refer divs=====================================================*/
	
	#referleft{
		float:left;
		width:510px;
		height:300px;
		margin:0 21px 0 10px;
	}
	
	#referright{
		float:right;
		width:280px;
		height:300px;
		background:url(../images/rightbg.png) no-repeat left;
	}
	
	#contactright{
		float:right;
		width:280px;
		height:204px;
		background:url(../images/rightbg2.png) no-repeat left;
	}
	
/*content styles=====================================================*/

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0 0 10px 0;
	line-height:140%;
}

h2{
	color:#F58025;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 0 20px;
}

.redbox{
	margin:0 5px 5px 20px;
}

h1{
	color:#F58025;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 20px;
}

.redcenter{
	margin:0 10px 10px 20px;
	text-align:center;
}

.redprices{
	margin:0 10px 5px 20px;
	color:#f58025;
	font-size:11px;
}

.redtiny{
	font-size:9px;
	margin:0 4px 5px 20px;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color:#FFF;
	}
	
a:hover {
	text-decoration:none;
	color:#333;
	}

		/*services styles=====================================================*/
		
		.orangebar{
			background-color:#f58025;
			font-size:13px;
			padding:0 0 0 5px;
		}
		
		.redbar{
			background-color:#98002E;
			font-size:13px;
			padding:0 0 0 5px;
		}
		
		.greenbar{
			background-color:#6F9641;
			font-size:13px;
			padding:0 0 0 5px;
		}
		
		.photos{
			text-align:right;
			font-size:13px;
			margin:-27px 5px 3px 0;
		}
		
		.services{
			margin:0 0 5px 5px;
			font-size:12px;
			line-height:115%;
		}
		
		/*Specials styles=====================================================*/
		
		h2.white{
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:normal;
			margin:0 0 5px 0;
		}
		
		h1.white{
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			text-align:left;
			margin:0 0 5px 0;
		}
		
		p.little{
			font-size:10px;
		}

/*foot divs and styles=====================================================*/

#foot{
	position:absolute;
	top:715px;
	width:100%;
	height:30px;
	margin:8px auto 0 auto;
}

#copyright{
	width:841px;
	margin:0 auto 0 auto;
}	

.copyright{
	font-size:10px;
	margin-left:5px;
	color:#666;
}

/*Lightbox================================================================*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

