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

body { 
	background: #7C2B8A;
	height: 100%;
	margin-top: 0px;
}
ul { 
	list-style: disc;
    margin-top: 0px;
	font-size: 11px; 
	line-height: 1.2em;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff006e;
}
p { 
	font-size: 11px; 
	line-height: 1.185em;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000;
}	
p.footer-text {
	padding-top: 24px;
	font-size: 11px; 
	line-height: 1.2em;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}
p.afterlist {
	padding-top: 4px;
	font-size: 11px; 
	line-height: 1.185em;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	padding-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff006e;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;	
}
a.pinklink {
	font-size: 11px; 
	line-height: 1.185em;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff006e;
}

#header {
	text-indent: -9999px;
	margin-top: 0px;
	width: 955px;
	height: 118px;
	background: url(images/header.jpg) no-repeat top;
	background-color: #7C2B8A;
	
}
#page-wrap {
	width: 955px;
	margin: 0 auto;
	}
	
ul#nav {
	margin-top: 0px;
	margin-left: 152px;
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 79px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 98px;
			background: url(images/nav-home.png) top center no-repeat;
		}
		ul#nav li.services a {
			width: 115px;
			background: url(images/nav-services.png) top center no-repeat;
		}
		ul#nav li.products a {
			width: 121px;
			background: url(images/nav-products.png) top center no-repeat;
		}
		ul#nav li.gallery a {
			width: 112px;
			background: url(images/nav-gallery.png) top center no-repeat;
		}
		ul#nav li.calendar a {
			width: 112px;
			background: url(images/nav-calendar.png) top center no-repeat;
		}
		ul#nav li.contact a {
			width: 114px;
			background: url(images/nav-contact.png) top center no-repeat;
		}
		ul#nav li a:hover {
			background-position: bottom center;
		}
		ul#nav li a:focus {
			background-position: bottom center;
		}
#main-content{
	width: 955px;
	min-height: 571px;
	background: url(images/background2.jpg) no-repeat center;
	margin-top: -11px;

}
#main-text {
	position: relative;
	top: 97px;
	left: 470px;
	padding-left: 10px;	
	width: 255px;
}
img#products {
	margin-top: 10px;
	border: 2px solid #ff006e;
}
.style1 {
	color: #ff006e;
	font-weight: bold;
}
.style2 {
	color: #006;
	font-weight: bold;
}
#map {
	border: 2px solid #ff006e;
}
#toprow {
	position: relative;
	top: 42px;
	left: 84px;
}
#bottomrow {
	position: relative;
	top: 42px;
	left: 246px;
}
#footer {
	background: url(images/footer.jpg) no-repeat center;
	width: 955px;
	min-height: 79px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -11px;
}
#MorePhotos {
	color: #0000A0;
}

