/* Main CSS - jFiveDesigns.com 2009*/
body{
background-color:black;
color:white;
overflow-y: scroll;
}

h3{
	margin:0px;
	color:white;
	}	

h5{
	margin:0px;
	color:white;
	text-decoration: underline;
	}

a{
	color:red;
	font-family:Tahoma;
	font-size:larger;

	}
	
	
	
#globalHolder{
	width:800px;
	height:650px;
	margin:0 auto;
	
	}


	 
#bannerNEW{
	width:800px;
	height:248px;
	position:absolute;
	background-image:url(Images/j5banner.jpg);
	z-index:2;
	
	}
	
	
		
	
#menuNEW{
	position:relative;
	left:275px;
	top:167px;
	height:33px;	
	z-index:1;
	}
	
#webSites a{background-image:url(Images/webButton.jpg);  float:left; width:91px; height:33px;}
#webSites a:hover{background-position: 0 -33px; }
#webSites a:active {background-position: 0 -66px; }

	
#graphics a{background-image:url(Images/graphicsButton.jpg); float:left; width:83px; height:33px;}
#graphics a:hover{background-position: 0 -33px; }
#graphics a:active {background-position: 0 -66px; }

	
#artwork a{background-image:url(Images/artworkButton.jpg); float:left; width:70px; height:33px;}
#artwork a:hover{background-position: 0 -33px; }
#artwork a:active {background-position: 0 -66px; }


#contact a{background-image:url(Images/contactButton.jpg); float:left; margin-left:100px; width:78px; height:33px;}
#contact a:hover{background-position: 0 -33px; }
#contact a:active {background-position: 0 -66px; }

	
#about a{background-image:url(Images/aboutButton.jpg); float:left; width:70px; height:33px;}
#about a:hover{background-position: 0 -33px; }
#about a:active {background-position: 0 -66px; }

#mainHolder{
	width:800px;
	position:absolute;
	top:260px;
	}
		
	
	
/* Home Page */


.infoBox{
	width: 740px;
	margin:5px 0 5px 25px;
	color:#CCCCCC;
	font-family: Tahoma;
	font-size: small;
	}

.infoBox a{
	color:#999999;
	font-family:Tahoma;
	font-size:larger;

	}



/* Contact Info*/

#contactInfo{
	width:200px;
	float: left;
	
	
	
	}

#formHolder{
	width:400px;
	float: left;
	margin-left:45px;
	}



/*Image Gallery CSS*/	
	




/*Fading Pop-Up CSS*/


.hotspot {
color:#900; padding-bottom:1px; cursor:pointer; margin:0 auto;
}

#tt {
position:fixed; display:block; background:url(images/tt_left.gif) no-repeat; top:1px; left:1px; z-index: 3; 
}

#tttop {
display:absolute; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden; z-index: 3;
}

#ttcont {
display:absolute; margin-left:5px; background:#666; color:#FFF; z-index: 3;
}

#ttbot {
display:absolute; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden; z-index: 3;
}

