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

#head {
	width: 1000px;
	height: 125px;
	background-image: url(images/Banner.png);
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
	padding-right: 0px;
	background-origin: content-box;
	background-clip: content-box;
	background-repeat: repeat-x;
}
#content {
	width: 1000px;
	height: auto;
	font-family: electrolize;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 20px;
	text-indent: 0px;
	text-align: left;
	min-width: 1000px;
	max-width: 1000px;
	padding-top: 65px;
	border: thin none #E8E8E8;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	background-repeat: no-repeat;
}
#footer {
	width: 1000px;
	text-align: center;
	text-decoration: none;
	font-family: orbitron;
	color: #333333;
	background-color: #FFFFFF;
	border: thin none #E8E8E8;
	font-style: normal;
	font-weight: 300;
}
body {
	background-color: #FFFFFF;
}
.home {
	width: 200px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 0px solid #E8E8E8;
	font-style: normal;
	font-weight: 300;
	font-family: orbitron;
	vertical-align: baseline;
	line-height: 30px;
}
.home a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration: none;
	vertical-align: middle;
}
.about {
	width: 200px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: 0px none #E8E8E8;
	font-family: orbitron;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.about a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration:none;
}

.services {
	width: 200px;
	height: 30px;
}

.services a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration:none;
}

.gallery {
	width: 200px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: thin none #E8E8E8;
	font-family: orbitron;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.gallery a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration:none;
}

.contact {
	width: 200px;
	height: 30px;
	float: left;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border: thin none #E8E8E8;
	font-family: orbitron;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.contact a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration:none;
}

.home:hover {
	background-color: #CCCCCC;
}
.about:hover {
	background-color: #CCC;
}
.gallery:hover {
	background-color: #CCC;
}
.contact:hover {
	background-color: #CCC;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
img {
border-style:none;
}
.logo {
	text-align: center;	
	display:block;
    margin:auto;
}
a, a:visited {
 color:#666666;
}

form {
	padding: 25px;
	
	}
.antispam {
	 display:none;
}