/*
Theme Name: Bouncing Navi
Theme URI: http://freshrestart.net
Description:Fresh Restart Web Design
Author: FRWV
Version: 1.0
*/
*{
	cursor: url(images.pointer.cur),default;
}
a, a:active, a:hover, a:visited{
  cursor: url(images/pointer.ico) pointer;
}

body{
	font-family:"Arial Black", Gadget, sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;


	style="cursor: url(images.pointer.cur), pointer;"
}
h3 {
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}


ul{
	margin:0;
	padding:0;
	position: absolute;
}

li{
	width:100px;
	height:50px;
	color:#191919;
	text-align:center;
	overflow:hidden;
	float: left;
}
a{
	color:#FFF;
	text-decoration:none;
	
}
a:hover{
	color:#333;
	background-color: #FFF;
	
}
p{
	padding:0px 5px;
}
	.subtext{
		padding-top:15px;
	}
/*Menu Color Classes*/
.home{
	cursor: crosshair;
}
.work{
	background-repeat: no-repeat;
	background-position: left top;
}
.contact{
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap #cake {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cake.png);
	background-repeat: no-repeat;
	margin-top: 500px;
}




#footer {
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	text-align: center;
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	height: 188px;
	width: 1000px;
	background-image: url(images/frlogo.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
}

