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

#headerEffect {
  position: absolute;
  width: 100%;
  height: 400px;
  overflow: hidden;
  top: 0; /* make sure IE stretches it properly */
  left: 0;
}

#rainbow {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
#swirl {
  background: url(swirl.png) no-repeat scroll 50% 0;
  height: 400px;
  width: 100%;
  position: absolute; /* places the swirl *over* the rainbow */
  top: 0;
  left: 0;
}
#rainbow div {
  height: 400px;
  width: 3312px; /* nice big width that ensures it repeats */
  background: url(rainbow.png) repeat-x scroll -20% 0;
}


body {
	background-color: #151515;
	color: #FFF;
}
#contentheader {
	position: relative;
	height: 140px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footercontent p {
	font-size: 12px;
}

#contentwindowindex {
	position: relative;
	height: 530px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#footercontent {
	height: 100px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footerleft {
	float: left;
	height: 100px;
	width: 400px;
	position: relative;
}
#footerright {
	float: right;
	height: 100px;
	width: 300px;
	position: relative;
	text-align: right;
}


#logo {
	position: relative;
	height: 32px;
	width: 355px;
	margin-top: 30px;
	background-image: url(../images/logo.png);
}
#navbar {
	position: relative;
	height: 25px;
	width: 355px;
	float: right;
	padding-top: 20px;
	padding-right: 70px;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	
}

#navbar li {
	margin-left: 10px;
	margin-top: 6px;
	display:inline
}
#navbar li a{
	color: #fff;
	text-decoration: none;
	padding-bottom:4px;
}
#navbar li a:hover{
	color: #009dff;
	border-bottom: 1px solid #009dff;
	text-decoration: none;
}
h1 {
	color: #009dff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: georgia, sans-serif, georgia, helvetica, arial;
}
* {
	padding: 0px;
	margin-top: 0px;
}



#navbar li.on a{
	color: #009dff;
	border-bottom: 1px solid #009dff;
	text-decoration: none;
	cursor: default;
}
#feedback ul li {
	margin: 20px;
	text-decoration: none;
	display: block;
}
#footerdiv {
	background-color: #111;
	width: auto;
	height: 100px;
	position: relative;
	top: 5px;
}

div.marqueediv p{
	color: #089DFF;
}
.marqueediv {
	position: relative;
	height: 20px;
	width: 768px;
	overflow: hidden;
}

#slides {
	text-align: center;
	height: 187px;
	width: 750px;
	margin-bottom: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mikedeepic.png);
}
#indexintro {
	position: relative;
	width: 768px;
	height: 285px;
}
#pagetitle {
	position: relative;
	height: 30px;
	width: 768px;
}
* {
	margin: 0px;
	padding: 0px;
}
#contactformdiv {
	float: right;
	position: relative;
	width: 250px;
	height: auto;
	top: 10px;
	right: 60px;
}

#contentwindow {
	position: relative;
	height: 360px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#contactdetails {
	position: relative;
	height: 300px;
	width: 300px;
	float: left;
	top: 10px;
}
#contentwindowcontact {
	position: relative;
	height: 360px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#contentwindowgallery {
	position: relative;
	height: 810px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#contentwindowlinks {
	position: relative;
	height: 560px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#contentwindowfeedback {
	position: relative;
	height: 720px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#contentheader h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
	visibility: hidden;
}
