/* body style*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #000;
	background-image: url(images/Zebra Skin.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #cccccc;
	text-align: center;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#container {
	position: relative;
	width: 700px;
	margin: 0;
	padding-top: 50px 0 0 0;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
}

.title {
	width: 700px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#footer {
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	text-align: right;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
	padding-top: 10px;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	padding: 0;
}

.imageMenu ul li.webdesign a {
	background: #ccc url(images/webdesign.jpg) repeat scroll 0%;
}

.imageMenu ul li.branding a {
	background: #ccc url(images/branding.jpg) repeat scroll 0%;
}

.imageMenu ul li.coach a {
	background: #ccc url(images/coach.jpg) repeat scroll 0%;
}

.imageMenu ul li.photos a {
	background: #ccc url(images/photography.jpg) repeat scroll 0%;
}
.imageMenu ul li.seo a {
	background: #ccc url(images/seo.jpg) repeat scroll 0%;
}

.imageMenu ul li.testimonials a {
	background: #ccc url(images/testimonials.jpg) repeat scroll 0%;
}
.imageMenu ul li.blog a {
	background: #ccc url(images/blog.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

