/* Neil Sampson */

body {
	background-color: #ffffff;
	color: #3b3b3b;
	font: 12pt Tahoma;
}


/* Fonts */
.h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004bb2;
}

.h2 {
	font-weight: bold;
	color: #d0d0d0;
}
.telnumbers
{
	color: #4d4c53;
	font-size: 14pt;
}


.text {
	font: 12px/125% Tahoma;
}

.SmallFont

{
	color: #494949;
	font-size: 10px;
}

.SmallnavFont

{
	color: #FFF;
	font-size: 10px;
}


/* Links */

a.masnav:link, a.masnav:visited, a.masnav:active {
color: #FFF;
text-decoration: none;
}  
a.masnav:hover {
color: #a7adaf;
text-decoration: underline;
}

a.secnav:link, a.secnav:visited, a.secnav:active {
color: #3e3e3e;
text-decoration: none;

}  
a.secnav:hover {
color: #024181;
text-decoration: underline;
}
.style1 {color: #004BB2}
.style2 {color: #d0d0d0;

font-size:xx-small

}


#container {
	width: 790px;
	height: 920px;
	margin: auto;
	margin-top: 20px;

	border: 1px solid #004bb2;
	background-color: white;
}
	
#banner {
	width: 790px;
	height: 150px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

#subbanner {
	width: 775px;
	height: 25px;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #004bb2;
	color: #fff;
}


#minicontainer
{
	width: 790px;
	height: inherit;
	margin-top: 5px;

}

#navbar {
	width: 180px;
	height: 720px;
	background-color: #004bb2;
	float: left;
		color: white;
	font-size: 14px;
	padding: 10px 0px 0px 20px;
	line-height: 125%;
}

#Welcome {
	width: 550px;
	height: 250px;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 20px;
	float: right;
}

.imageright {
	margin: 2px;
	padding: 5px;
	border: 0px;
	float: right;
}

#SiteContent {
	width: 550px;
	height: 510px;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 20px;
	padding-top:3px;
	float: right;
}

#Products {
	width: 550px;
	height: 200px;
	margin-left: 15px;
	margin-right: 20px;
	float: right;

}

#ProductThumbs {
	width: 180px;
	height: 66px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
#ProductThumbs2 {
	width: 180px;
	height: 66px;
	margin-left: 5px;
	margin-top: 10px;
	float: right;
}

#Copyright {
	width: 350px;
	height: 20px;
	padding-left: 20px;
	margin-top: 60px;
	float: right;
	}


