/*
	Base style sheet
*/

ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input,select,textarea,div,span {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial,Verdana,san-serif;
}

h3 {
	font-size: 18px;
	font-family: Arial,Verdana,san-serif;
}
a {
	color: black;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
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 {
cursor: pointer;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

body {
	background: white url(/css/bkgrndfull.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	color: silver;
}

#container {
	width: 990px;
	background-color: transparent;
	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 {
	width: 100%;
	text-align: center;
}
#menu ul {
  list-style-type: none;
	padding-top: 20px;
	padding-bottom: 5px;
}
#menu ul li {
	display: inline;
	text-align: center;
}
#menu ul li a {
	height: 30px;
	line-height: 30px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: silver;
}
#menu ul li a:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #75c3f3;
	color: black;
}

.info {

}

.confirmation {

}

.form {

}
.formSectionTitle {

}

#content {
/*	width:750px;	*/
	margin-top: 0px;
	padding-top: 60px;
	vertical-align: top;
	text-align: center;
	min-height: 600px;
	color: #141461;
}

#content ul {
	list-style-type: none;
}
#content ul li {
	padding-bottom: 5px;
}
#content ul li a:hover {
	text-decoration: none;
}

img#under-construction {
	margin-top: 150px;
}

#main {
	background-color: white;
}

.googlelink {
	display: block;
	float: right;
	font-size:16px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 20px;
	padding:5px;
	text-decoration: none;
	color:silver;
}
.googlelink:hover {
	color: white;
	text-decoration: none;
}

#gallery {
	width:100%;
	margin-top: 0px;
	padding-top: 50px;
	vertical-align: top;
	text-align: center;
	min-height: 600px;
	color: silver;

}

.gallery-item {
	float: left;
	margin: 10px;
	width: 200px;
	min-height: 200px;


}
.gallery-item:hover {

}

.image-link {
	display: block;
	height: 110px;
	padding: 10px;
}

.gallery-image {

}
.gallery-title {
	font-weight: bold;
}
.gallery-description {
	padding-top: 5px;
}

#galleryshow {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent;
	text-align: center;
}

.galleryshow-image {

}
#popup {
background-color: white;
}

#footer {
	width: 100%;
	text-align:center;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: silver;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}

#company {
	padding-top: 50px;
	width: 200px;
	float: left;
	margin-left: 100px;
	font-weight: 600;
}
#company p {
	font-size: 14px;
}
#maintenance {
	background-color: black;
	color: silver;
}

