/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	min-width: 820px;
	}
	
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited { 
	color: #000;
	text-decoration: underline;
	}
a:hover { 
	color: #000;
	text-decoration: underline;
	}
a:active { 
	color: #000;
	text-decoration: underline;
	}

#container {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 820px;
	height: auto;
	text-align: center;
	}

#header	{
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	width: 800px;
	height: 165px;
	background-color: #000;
	}

#nav	{
	text-align: center;
	margin: 0px;
	background-color: #000;
	width: 800px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	}

#nav ul	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	}

#nav ul li	{
	margin: 20px;
	padding: 0px;
	display: inline;
	color: #FFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav ul li a	{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	}

#text	{
	font-size: 12px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 400px;
	}

#map	{
	float: left;
	margin-right: 10px;
	}

img.floatLeft { 
    float: left;
    margin-right: 10px;
}

img.floatRight { 
    float: right;
}

.heading	{
	font-weight: bold;
	}

.bigbold	{
	font-size: 16px;
	font-weight: bold;
	}

#textbox	{
	margin: 20px;
	border: 2px solid #660000;
	padding: 5px;
	}

#footer	{
	font-size: 12px;
	background-color: #000;
	background-image: url(images/footer.jpg);
	background-repeat: none;
	height: 40px;
	width: 800px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	}

#orderform	{
	border: 2px solid #660000;
	padding: 0px;
	}