/*
	Base style sheet
*/

ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input,select,textarea,div,span {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial,Verdana,san-serif;
}

h3 {
	font-size: 18px;
	font-family: Arial,Verdana,san-serif;
}
a {
	color: silver;
	font-weight: 600;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
a img {
	border: none;
}

span.required {
	padding: 0px 2px 0px 2px;
  color: #800000;
}

div.clear {
  clear: both;
}

label.error {
	color: #800000;
	font-weight: bold;
}

.icon {
	border: none;
}

.button {

}
.button:hover {

}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	color: silver;
}

#container {
	width: 990px;
	background-color: black;
	margin: 0px auto 0px auto;
}

#top {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top {
	color: red;
	font-weight: 600;
	font-size: 14px;
}

#banner {
	height: 170px;
	background: black url(/css/logo.jpg) no-repeat top left;
}
.strapline {
	float: right;
}

#menu {
	float: left;
	min-height: 600px;
	width: 220px;
	background: black url(/css/bkgrndbot.jpg) repeat-x top left;
}
#menu ul {
  list-style-type: none;
	padding-top: 50px;
}
#menu ul li {

	text-align: left;
}
#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 180px;
	margin-left:2px;
	font-size: 14px;
	font-weight: 600;
	padding-left: 16px;
	text-decoration: none;
}
#menu ul li a:hover {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #75c3f3;
	color: black;
}

.info {

}

.confirmation {

}

.form {

}
.formSectionTitle {

}

#content {
/*	width:750px;	*/
	margin-top: 0px;
	padding-top: 50px;
	vertical-align: top;
	text-align: center;
	min-height: 600px;
	color: silver;
	background: black url(/css/bkgrndbot.jpg) repeat-x top left;
}

#content ul {
	text-align: left;
	margin-left: 450px;
}

img#under-construction {
	margin-top: 150px;
}

#main {
	background-color: black;
}

.googlelink {
	display: block;
	float: right;
	font-size:16px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 20px;
	padding:5px;
	text-decoration: none;
}
.googlelink:hover {
	color: white;
}

#gallery {
	width:100%;
	margin-top: 0px;
	padding-top: 50px;
	vertical-align: top;
	text-align: center;
	min-height: 600px;
	color: silver;
	background: black url(/css/bkgrndbot.jpg) repeat-x top left;
}

.gallery-item {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 198px;
	min-height: 200px;
}
/*
.gallery-item:hover {
	background-color: #67757f;
	-moz-border-radius: 5px;
}
*/
.gallery-image {
	margin-bottom: 5px;
}

#galleryshow {
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: black url(/css/bkgrndbot.jpg) repeat-x top left;
}

.galleryshow-image {

}
#popup {
background-color: black;
}

#footer {
	width: 100%;
	text-align:center;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {

}
#footer a:hover {

}

#company {
	padding-top: 100px;
	width: 200px;
	float: left;
	font-weight: 600;
}

#maintenance {
	background-color: black;
	color: silver;
}
