body 	{

		font-family: verdana;

		font-size: 11px;

		color: #ffffff;

		

		margin-top: 0px;

		margin-bottom: 0px;

		margin-left: 0px;

		margin-right: 0px;

		

		background-color: #000000;

		}

a		{
		font-family: verdana;
		
		font-size: 11px;
		
		text-decoration: none;

		color: yellow;
}

a:hover {

	text-decoration: underline;

	font-family: verdana;

	color: #666666;

}

li	{
    	font-family: verdana;

		font-size: 11px;

		color: #ffffff;
}

p		{
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		}





h1		{

		font-family: verdana;

		font-size: 12px;

		color: #cccccc;

		}



#body	{

		position: relative;

		}

		

#nav	{

		position: absolute;

		top: 5px;

		width: 95%;

		height: 25px;

		z-index: 100;

		}



#top	{

		position: relative;

		top: 35px;

		width: 95%;



		z-index: 1;

		}

		

#logo	{

		position: absolute;

		top: 55px;

		left: 40px;

		width: 125px;

		height: 49px;

		

		z-index: 100;

		}

		



#content	{
	position: relative;
	top: 40px;
	width: 95%;
	height: 25px;
	z-index: 10;
		}
		

#info	{
		position: relative;
		padding-top: 55px;
		width: 95%;
		height: 25px;
		z-index: 10;
		}


.foot {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;}
	
.foot a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: 700;}

.foot a:hover {
	color: #FFFF00;}
	
.coupon {
	border: 1px dashed;
	}
	
.wow {
	font-size: 24px;
	}
	
#callout_home {
		float: right;
		height: 235px;
		width: 201px;
		background: url(../assets/call_out_home.jpg);
}
#callout_home p {
	margin: 3px;
}
#callout_services {
		float: right;
		height: 280px;
		width: 201px;
		background: url(../assets/call_out_services.jpg);
}
#callout_services p {
	margin: 3px;
}
#topnav {
	text-align: center;
	margin: 8px auto;
	width: 980px;
	padding: 0px 30px 0px 0px;
}
#topnav ul {
	list-style: none;
	display: inline;
}
#topnav ul li {
	display: inline;
	padding: 8px 5px;
}
#topnav ul li a {
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	line-height: 23px;
}
#topnav ul li a:hover {
	color: #9294A3;
	text-decoration: none;
	background-color: #525469;
	line-height: 23px;
	border: 1px solid #fff;
	padding: 4px 8px;
}
