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

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header
{
	width: 1000px;
	position: relative;
}

.menu {
	position:absolute;
	top:120px;
	left:0px;
	height: 33px;
	width: 558px;
}

/* NAVIGATION BUTTONS */


/* Button Home */

.home {
	position: absolute;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/home-over.gif) no-repeat;
	width: 103px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/	
}

.home a {
	display: block;
	font-size: 11px;
	width: 103px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;/* for ie to hide extra height*/
}

.home img {
	width: 103px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
	}

.home a:hover img {
	visibility: hidden;
}


/* Button Walls */


.walls {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/walls-over.gif) no-repeat;
	width: 85px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/
	left: 103px;
	background-image: url(images/walls-over.gif);
}

.walls a {
	display: block;
	font-size: 11px;
	width: 85px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.walls img {
	width: 85px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.walls a:hover img {
	visibility: hidden;
}


/* Button Design */


.design {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/design-over.gif) no-repeat;
	width: 92px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/
	left: 188px;
	background-image: url(images/design-over.gif);
}

.design a {
	display: block;
	font-size: 11px;
	width: 92px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.design img {
	width: 92px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.design a:hover img {
	visibility: hidden;
}

/* Button Photos */


.photos {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/photos-over.gif) no-repeat;
	width: 100px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/
	left: 280px;
	background-image: url(images/photos-over.gif);
}

.photos a {
	display: block;
	font-size: 11px;
	width: 100px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;/* for ie to hide extra height*/
}

.photos img {
	width: 100px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.photos a:hover img {
	visibility: hidden;
}


/* Button Media */


.media {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/media-over.gif) no-repeat;
	width: 85px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/
	left: 380px;
	background-image: url(images/media-over.gif);
}

.media a {
	display: block;
	font-size: 11px;
	width: 85px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;/* for ie to hide extra height*/
}

.media img {
	width: 85px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.media a:hover img {
	visibility: hidden;
}


/* Button About */


.about {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/about-over.gif) no-repeat;
	width: 93px;
	height: 33px;
	overflow: hidden;/* for ie to hide extra height*/
	left: 465px;
	background-image: url(images/about-over.gif);
}

.about a {
	display: block;
	font-size: 11px;
	width: 93px;
	height: 33px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;/* for ie to hide extra height*/
}

.about img {
	width: 93px; 
	height: 33px; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.about a:hover img {
	visibility: hidden;
}


			/* END OF NAVIGATION */

.bioheading {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

.biotext {
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

