html, body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/****************************************************/
/*Header*/

.header {
	width: 100%;
	background-image:url(../images/background.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 7px 15px -4px #000000;
-webkit-box-shadow: 0 7px 15px -4px #000000;
box-shadow: 0 7px 15px -4px #000000;
position: relative;
	top: 2px;
	z-index: 1;

}
.logo_navigation {
	margin-right: auto;
	margin-left: auto;
}



.topNavigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	padding-right: 10px;
	text-decoration: none;
}

.topNavigation a {
	color: #FFF;
	text-decoration: none;
}

.topNavigation a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: 3px solid #f00;
}


.logo_navigation tr td img {
	padding-top: 5px;
	padding-bottom: 5px;

}


/****************************************************/
/*Homepage content and Slideshow*/

.content {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}



/****************************************************/
/*Main Content */

.maincontent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
	background: #FFF;

}

.section_content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 95%;
	padding-bottom: 10px;
	padding-top: 5px;
}

.section_content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.section_content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	border-bottom: 4px double #F00;
}

/*About Us Page*/
.owners {
	margin-bottom: 20px;
	margin-top: 5px;
}

/*Contact Us Page*/
.contact tr td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.contact tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
}


/****************************************************/
/*Footer*/

.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	-moz-box-shadow: 0 -10px 15px -4px #000000;
-webkit-box-shadow: 0 -10px 15px -4px #000000;
box-shadow: 0 -10px 15px -4px #000000;
	border-top: 1px solid #000;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	top: -3px;
	z-index: auto;
}

.copyright_socialIcons {
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}


/****************************************************/
/*Additional*/

.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
}

.section_content #webgallery {
	height: 500px;
	width: 100%;
	background: #FFF;
	
}

