﻿body 
{
	background-color: #365570;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

html
{
	margin: 0px;
}

h1
{
	color: #6950A1;
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 4px 0px;
	background-image: url(images/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 28px;
}

h2
{
	color: #365570;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

h3
{
	color: #034EA2;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

img
{
	border: none;
}

p
{
	margin: 0px 0px 18px 0px;
}

ul
{
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 25px;
}

a:link, a:visited
{
	color: #0F1D31;
	font-weight: bold;
}

a:active, a:hover
{
	color: #6950A1;
	font-weight: bold;
}

#container
{
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-y;
	width: 768px;
	position: relative;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

	#top
	{
		background-image: url(images/cont_top.gif);
		background-repeat: no-repeat;
		width: 768px;
		height: 23px;
		position: relative;
	}
	


#logo
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 125px;
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 5;
}

#header
{
	width: 534px;
	height: 147px;
	position: absolute;
	top: 15px;
	left: 219px;
}

#nav
{
	background-image: url(images/nav_top.gif);
	background-repeat: no-repeat;
	width: 190px;
	position: absolute;
	top: 173px;
	left: 5px;
	padding: 20px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	border-top: dotted 1px #fff;
}
	
	#nav a:link, #nav a:visited
	{
		color: #fff;
		background-color: #0F1D31;
		border-bottom: dotted 1px #fff;
		text-decoration: none;
		font-weight: bold;
		display: block;
		width: 170px;
		margin: 0px;
		padding: 5px 10px 5px 10px;
	}
	
	#nav a:active, #nav a:hover
	{
		color: #fff;
		background-color: #6950A1;
		border-bottom: dotted 1px #fff;
		text-decoration: none;
		font-weight: bold;
		display: block;
		width: 170px;
		margin: 0px;
		padding: 5px 10px 5px 10px;
	}
	
#nav .visit
{
    position: relative;
    right: 10px;
    margin: 15px 0 0 0;
}		
	
#navcontent
{
	background-image: url(images/nav_bottom.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 30px 0px 0px 10px;
}	

	#navcontent a:link, #navcontent a:visited
	{
		color: #0F1D31;
		background: none;
		padding: 0px;
	}
	
	#navcontent a:hover, #navcontent a:active
	{
		color: #6950A1;
		background: none;
		padding: 0px;
	}
#maincontent
{
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 500px;
	min-height: 350px;
	position: relative;
	left: 216px;
	top: 140px;
	padding: 30px 20px 160px 20px;
	margin: 0px 0px 0px 0px;
	z-index: 5;
}

*html #maincontent
{
	height: 350px;
}

#bottom
{
	background-image: url(images/cont_bottom.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 59px;
	position: relative;
	margin: 0px auto 0px auto;
}
	
/* Content */

#homebox
{
	background-color: #8EA2B4;
	background-image: url(images/home_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 500px;
	position: relative;
	top: 1px;
}

.center
{
	text-align: center;
}

.contact
{
	font-weight: bold;
	width: 240px;
	float: left;
	margin: 9px 10px 18px 0px;
}

.rightimg
{
	float: right;
	margin: 0px 0px 0px 10px;
}

.leftimg
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.homelist
{
	list-style-type:none;
	padding: 10px 20px 20px 20px;
	float: left;
}

#customertable
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

#customertable td
{
	width: 25%;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
