/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: center;
	color:#585961;
	background-color: white;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

/* basic divs */

#wrapper {
	width: 99%;
}

#seo {
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
}

#header {
	width: 100%;
	height: 129px;
	background-image: url(../images/hea/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-left: solid 1px #d8efff;
	border-right: solid 1px #d8efff;
	}
	
#logo {
	position: absolute;
	right: 40px;
	top: 50px;
}

#mainpage {
	min-height: 500px;
	position: relative;
	text-align: left;
	border-left: solid 1px #d8efff;
	border-right: solid 1px #d8efff;
	background-image: url(../images/mai/watermark.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
	}

	/* for Internet Explorer */
* html #mainpage{
	height: 500px;
}
#navigation {
	position: absolute;
	height: 17px;
	width: 100%;
	background-image:  url(../images/hea/nav1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #6c6d77;

}

/* within the navigation div - these control how links will look */

#navigation ul {
	list-style: none;
	margin-top:0px;
}

#navigation li {
	float: left;
	margin-right: 25px;
	padding-top:1px;
	
}

#navigation li a:link, #navigation li a:visited {
	height: 17px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font: 12px;
	padding-bottom: 10px
}

#navigation li a:hover {
	height: 17px;
	text-decoration: underline;
	color: #d8efff;
	
}

#maincontent {
	padding: 40px 40px 0px 40px;
	/*width: 60%;*/
	margin-right:320px;
	color: #5b5b66;
	padding-bottom:20px;
}

#maincontent2 {
	padding: 40px 40px 0px 40px;
	/*width: 60%;*/
	color: #5b5b66;
	padding-bottom:20px;
}

.square1 {
width:31%;
	background-color: #edf8ff;
	border: 1px solid #056291;
	padding:4px;
	text-align:center;
}

.left {
	width: 10px;
}

.square2 {
width:31%;
	background-color: #e7f6ff;
	border: 1px solid #056291;
	padding:4px;
	text-align:center;
}

.right {
	width: 10px;
}

.square3 {
width:31%;
	background-color: #d1e1eb;
	border: 1px solid #056291;
	padding:4px;
	text-align:center;
}
/*
.square1 {
	background-color: #edf8ff;
	border: 1px solid #056291;
	text-align:center;
}

.left {
	width: 10px;
}

.square2 {
	background-color: #e7f6ff;
	border: 1px solid #056291;
	padding:4px;
	text-align:center;
}

.right {
	width: 10px;
}

.square3 {
	background-color: #d1e1eb;
	border: 1px solid #056291;
	padding:4px;
	text-align:center;
}
*/
#right {
	background-color: #d8efff;
	width:280px;
	float: right;
	border-right: 1px solid #d8efff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom:9px;
	min-height: 460px;
}

* html #right{
	height: 460px;
}

.images {
	margin-top: 15px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom: 10px;
}
.text {
	color: #056291;
	font-size: 10px;
}

#address {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

#footer {
position:relative;
	height: 16px;
	background-color: #6c6d77;
	border-left: solid 1px #d8efff;
	border-right: solid 1px #d8efff;
	clear:both;
}

#info {
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  white;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	font-size: 14px;
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #6c6d77;
}

a:hover {
	color: #42a5f4;
	
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

table.supplierslogos { width: 160px; }

table.supplierslogos td {
text-aligmn: center;
vetical-align: top;
padding-bottom: 10px;
}

