﻿

/* basic elements */
body {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	line-height: 133%;
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #4a6b25;
}
td,th {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	line-height: 133%;
}
a {
	color: #4a9131;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: underline;
	color: black;
}
.spacerrow{
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: .01em;
	background: transparent;
}

#wrapper {
	background: #ffea59;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
}

#header {
	background: transparent url(images/header.jpg) no-repeat top left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 226px;
	display: block;
}

IMG.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;

} 

.title {
	font-weight:bold;
	font-size: 110%;
}

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	float: right;
	width: 715px;
}
#main ul{
	list-style-type:none;
	margin:0 20px;
	padding: 5px 0 0px 0;
}

#main li{
	background: transparent url(images/bullet.jpg) no-repeat top left;
	padding:0 0 0 28px;
	margin-bottom: 10px;
}

#main h1 {
	background: transparent url(images/tilde.jpg) no-repeat top left;
	height: 30px;
	margin: 0px;
	padding: 0 0 0 35px;
	font: italic 1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #d31a3c;
}
#main h2 {
	background: transparent url(images/tilde.jpg) no-repeat top left;
	height: 30px;
	margin: 0px;
	padding: 0 0 0 35px;
	font: italic 1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d31a3c;
}
#footer1 {
	background:transparent url(images/footer.jpg) no-repeat top left;	
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	width: 950px;
	height: 150px;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 80px 70px 10px 200px;
	text-align: center;
	font: .7em Arial, Helvetica, sans-serif;
}
.customer {
	
	position: relative;
	margin: 0px 0px 0px 0px;
	top: 0px;
	width: 325px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: left;
}

.customer2 {
	
	position: relative;
	margin: 0px 0px 0px 0px;
	top: 0px;
	width: 325px;
	float: left;
	text-align: center;
	clear: right;
	padding-bottom: 10px;
	margin-bottom: 10px;

}



/* left links */
#menu {
	
	position: relative;
	margin: 0px 0px 0px 0px;
	top: 0px;
	width: 235px;
	z-index: 1;
}
#menu p{
	padding-left: 5px;
	padding-right: 15px;
}
#menuheader {
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;
	height: 38px;
}
#menuheader h2 {
	margin: 0px 0 0 0;
	font-weight: bold;
	padding: 10px 0 0 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffea59;
}
#menulink {
	padding: 0px 0px 8px 0px;
	background: url(images/menuback.gif) repeat-y;
	margin: 0 0 0 0;
}
#menubottom {
	padding: 0px 0px 0px 0px;
	background: transparent url(images/menubottom.gif) no-repeat bottom left;
	height: 29px;
}
#menulink ul {
	list-style-type:none;
	margin: 0 30px 0 10px;
	padding: 10px 0 20px 0;
}

#menulink li {
	background: transparent url(images/fill.jpg) repeat-x top left;
	padding: 0 0px 0 10px;
	margin: 0 0 0px 0;
	height: 25px;
}
#sectionlinks a:link, #sectionlinks a:visited {
	background-image: url(images/fill.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #4D677F;
	border-top: 1px solid #330000;
	color: #ffea59;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin: 0 18px 0 10px;
}

#sectionlinks a:hover{
	
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: url(images/fillover.jpg);
}
