/* Website CSS */
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: black;
	background-image: url(../images/bg4.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#bg {
	width: 1000px;
	height: 800px;
	background-image: url(../images/bg3.jpg);
	margin: 0 auto;
}

#wrapper {
	width: 860px;
	height: 600px;
	margin: 0 auto;
	background-image: url(../images/fullshadowsides.png);
}

#footerwrapper {
	background-image: url(../images/fullshadowsides.png);
	width: 860px;
	height: auto;
	margin: 0 auto;
}

#bottomglow {
	width: 860px;
	height: 30px;
	background-image: url(../images/bottomglow.png);
	margin: 0 auto;
}


#container {
	width: 800px;
	height: 600px;
	border: 1px solid black;
	border-top: none;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

#header {
	width: 800px;
	height: 200px;
	border-bottom: 1px solid black;
	background-image: url(../images/header.jpg)
}

#links {
	width: 800px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid black;
	font-size: 24px;
}

#homemap {
	width: 420px;
	height: 360px;
	float:left;
}

#hometext {
	width: 330px;
	background-color: white;
	color: black;
	font-size: 14px;
	float: right;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	text-align: justify;
}

#sales {
	width: 800px;
	height: 370px;
	line-height: 370px;
	font-size: 14px;
	color: black;
	text-align: center;
}

#allservices {
	width: 800px;
	height: 370px;
	line-height: 16px;
	font-size: 14px;
	color: black;
	text-align: left;
	vertical-align: middle;
}

#infodiv {
	width: 350px;
	height: 570px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	font-size: 15px;
}

#videodiv {
	width: 450px;
	height: 550px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
}

#footer {
	padding-top: 5px;
	width: 800px;
	height: 35px;
	border: 1px solid black;
	border-top: none;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	background-image: none;
	background-color: black;
	margin: 0 auto;
	color: #999999;
}


/* STYLES */


/* Seperator Bar In Footer */

.sep {
	padding-left: 6px;
	padding-right: 6px;
	color: #999999;
}
