/* IMPORT STYLES */

@import url(content.css);

/* STANDARD STYLES */

html { height: 101%; }

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	text-align: left;
}

table, tr, th, td, p, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #bd073c;
}

a:hover {
	text-decoration: underline;
	color: #c6c7c8;
}

address {
	font-style: normal;
}

p {
	font-size: 70%;
	padding-bottom: 10px;
	line-height: 140%;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 100%;
	color: #bd073c;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	padding-bottom: 8px;
	color: #bd073c;
	font-weight: bold;
}

h3 {
	font-size: 80%;
	padding-bottom: 8px;
	color: #bd073c;
	font-weight: bold;
}

b {
	font-size: 100%;
	color: #bd073c;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
}


/* DISPLAY STYLE */

.none {
	display: none;
}

.printonly {
	display: none;
}

.screen {
}

hr {
	display: none;
}

/* CLEAR STYLES */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* SITE */

#container {
	width: 900px;
	margin: 0 auto;
}

#topbar {
	height: 24px;
}

/* HEADER */

#headermain {
	height: 136px;
	background-color: #bd073c;
	padding: 0 30px;
}

#headerimage {
	background-image: url(../images/site/ecomax-head.jpg);
	background-repeat: no-repeat;
	padding-top: 98px;
}

/* PRIMARY NAVIGATION */

.primarynav {
	background-image: url(../images/site/nav-grey.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.primarynav ul{
	list-style: none;
	position: relative;
}

.primarynav li{
	float: left;
	background-color: #bd073c;
	width: 130px;
}

.navigation a {
	display: block;
	border-top: 6px solid #e59cb1;
	margin-right: 10px;
	padding-top: 4px;
	text-align: center;
	font-size: 60%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigation a:hover {
	border-top: 6px solid #c6c7c8;
	color: #000000;
	text-decoration: none;
}

.onnavigation a {
	display: block;
	border-top: 6px solid #c6c7c8;
	margin-right: 10px;
	padding-top: 4px;
	text-align: center;
	font-size: 60%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.onnavigation a:hover {
	border-top: 6px solid #c6c7c8;
	color: #000000;
	text-decoration: none;
}


/* FOOTER ELEMENT */

#footer {
	clear: both;
	border-top: 2px solid #c6c7c8;
	margin: 0 30px;
	font-size: 60%;
}

.copyright {
	float: right;
	padding: 10px 0;
}

.footlinks {
	padding: 10px 0;
}

/* HEIGHT STYLES */

.height22 {
	height: 22px;
}

















