﻿html, body, form
{
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	width: 950px;
	margin: 0 auto;
}

#Page
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px 0;
}

#Header
{
	height: 140px;
	background: url(../IMAGES/bgF.jpg) repeat;
}
	
	#Header #logo
	{
		width: 207px;
		height: 109px;
		background-color: #4B4C4D;
		float: left;
		padding-top: 31px;
		padding-left: 23px;
	}

	#Header #picture
	{
		width: 350px;
		height: 140px;
		background: url(../IMAGES/homepic.jpg) no-repeat;
		float: left;
	}

#Intro
{
	padding: 10px 0 7px 213px;
	height: 50px;
	background-color: #000;

	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #B1B2B5;
}

	#Intro p
	{
		margin: 0;
	}

	.cap:first-letter
	{
		margin: 0 -2px 0 0;
		padding: 0;
		line-height: 25px;
		font-size: 1.7em;
		font-weight: normal;
	}

	.indent
	{
		padding-left: 16px;
	}

	.telNo
	{
		margin: 15px 35px 0 0;
		font: 80% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFF;
		float: right;
	}

#Navigation
{
	background: #000;
	font-size: 70%;
	font-weight: bold;
	overflow: hidden;
}

	#Navigation ul
	{
		border: 0;
		margin: 0;
		padding-left: 230px;
		list-style: none;
		overflow: hidden;
	}
	
		#Navigation ul li
		{
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
			margin-left: -1px;
		}
		
			#Navigation ul li a
			{
				display: block;
				margin: 0;
				padding: 4px 7px 4px 7px;
				text-decoration: none;
				color: #919396;
				background: #000 url(../IMAGES/nav_black.jpg) repeat-x;
			}
			
			#Navigation ul li a:hover,
			#Navigation ul li a:active
			{
				color: #900;
			}

#Body
{
	padding: 0 0 1.8em 0;
	overflow: hidden; /* Clearfix */
}

#Footer
{
	margin-top: 1px;
	height: 1.8em;
	background-color: #000;
	padding-left: 10px;
	margin-left: 230px;
	color: #919396;
	line-height: 1.8em;
}

	#Footer ul
	{
		list-style: none;
		margin: 0 0 0 -20px;
		padding: 0;
	}
	
		#Footer ul li
		{
			font-size: 70%;
			font-weight: bold;
			float: left;
			margin-left: 20px;
		}
		
.off-left
{
	position: absolute;
	left: -999px;
	width: 990px;
}

.shadowWrapper .shadow1
{
	background: #CCC;
}

.shadowWrapper .shadow2
{
	background: #999;
}

.shadowWrapper .shadow3
{
	background: #666;
}

/* DROP SHADOW POSITIONING */

.shadowWrapper .shadow1, .shadowWrapper .shadow2, .shadowWrapper .shadow3, .shadowWrapper .productBlock
{
	position: relative;
	left: -1px;
	top: -1px;
	float: left;
}

