body {
	margin: 0px;
	font-size: 75%;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	margin: 3px 0px;
	color: #2665a7;
}

h4 {
	font-size: 1.2em;
	margin: 3px 0px;
}

hr {
	height: 3px;
	width: 100%;
	background-color: #2665a7;
	color: #2665a7;
}

img {
	border: 0px;
}

#container{
	position: relative;
	float: left;
	width: 944px;
	background-color: #dededd;
	background-image: url('images/container-bg.gif');
	background-repeat: repeat-y;
}

#header{
	width: 944px;
	height: 138px;
	background-color: #ffffff;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: 233px top;
}

#headerhome{
	width: 944px;
	height: 138px;
	background-color: #ffffff;
	background-image: url('images/headerhome-bg.gif');
	background-repeat: no-repeat;
	background-position: 233px top;
}

#logo{
	width: 233px;
	height: 138px;
	float: left;
	background-color: #dededd;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	cursor: hand;
}

#search{
	float: right;
	text-align: right;
	margin-top: 35px;
}
#search h3 {
	font-size:1.3em;
	color: #6d6a69;
	margin: 3px 0px;
}

#vmsearchkey {
	border: 2px solid #6d6a69;
}

.productsearch {
	background-color: #6d6a69;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #6d6a69;
	width: 40px;
	height: 22px;
}

#sidebar{
	width: 233px;
	float: left;
	background-color: #dededd;
	overflow: hidden;
}

#leftNav{
	width: 233px;
	height: 266px;
	float: left;
	background-color: #6d6a69;
}

#leftNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#leftNav li {
	margin: 0px;
	padding: 0px;
	
}

#leftNav a {
	display: block;
	width: 207px;
	height: 33px;
	font-weight: bold;
	background-image: url('images/nav-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 40px;
	margin-left: 10px;
}

#leftNav a.twoline {
	height: 46px;
}

#leftNav a:link {color: #ffffff; text-decoration: none;}
#leftNav a:visited {color: #ffffff; text-decoration: none;}
#leftNav a:hover {color: #8fc7e2; text-decoration: none; background-image: url('images/nav-over-bg.gif');}
#leftNav a:active {color: #ffffff; text-decoration: none;}

#leftContact{
	float: left;
	width: 193px;
	border-left: 10px solid #2665a7;
	background-color: #dededd;
	color: #3c494b;
	padding: 15px;
	font-size: 0.8em;
}
#leftContact a:link {color: #2665a7; text-decoration: none;}
#leftContact a:visited {color: #2665a7; text-decoration: none;}
#leftContact a:hover {color: #8fc7e2; text-decoration: none;}
#leftContact a:active {color: #2665a7; text-decoration: none;}

#contentArea{
	width: 671px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	float: left;
	border-top: 32px solid #2665a7;
	background-color: #ffffff;
	padding: 20px;
}

#contentArea strong {
	color: #2665a7;
}

#contentAreaHome{
	width: 671px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	float: left;
	background-color: #ffffff;
	background-image: url('images/home-content-bg.jpg');
	background-repeat: no-repeat;
	padding: 20px;
}

#catalogueLink {
	position: absolute;
	top: 15px; /* 160px */
	left: 330px;
	width: 260px;
	height: 120px;
	cursor: hand;
}

#newsItem {
	position: absolute;
	top: 160px; /* 310px */
	left: 251px;
	width: 332px;
	color: #3c494b;
}

#newItem h2 {
	margin: 3px 0px;
	color: #3c494b;
}

#leftPane {
	width: 335px;
	float: left;
	margin-right: 10px;
}

#rightPane{
	width: 335px;
	float: left;
	margin-left: 10px;
}

#bottomNav{
	float: left;
	width: 944px;
	color: #ffffff;
	background-color: #2665a7;
}
#bottomNav p {
	margin: 5px 0px 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#bottomNav a:link {color: #ffffff; text-decoration: none;}
#bottomNav a:visited {color: #ffffff; text-decoration: none;}
#bottomNav a:hover {color: #8fc7e2; text-decoration: none;}
#bottomNav a:active {color: #ffffff; text-decoration: none;}

#footer{
	float: left;
	width: 944px;
	background-color: #ffffff;
	text-align: center;
}
#footer p {
	margin: 5px 0px;
	font-size: 0.9em;
}

#credits {color: #aaaaaa; font-size: 0.8em; text-align: center;}
#credits a:link {color: #aaaaaa; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #aaaaaa; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #8fc7e2; text-decoration: none; font-weight: normal;}
#credits a:active {color: #8fc7e2; text-decoration: none; font-weight: normal;}

.clear {
	clear: both;
}