body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

img {
	border: 0px;
}

a {
	color: #004A84;
}

h4 {
	padding: 0px 0px 0px 6px;

	margin-top: 25px;
	width: 100%;
	height: 19px;

	_height: 20px;
	background-color: #004481;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;	
}

a:hover {
	color: #000;
}

div#logo {
	position:absolute; 
	left:-23px; 
	top:0px; 
	overflow:visible; 
	z-index:100;
}

div#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

div#header {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

div#menu {
	display: none;
}

div#right_top {
	width: 110px;
	_width: 125px;
	height: 80px;
	float: right;
	text-align: left;
	padding-right: 5px;
	margin-top: 13px;
	_margin-top: 23px;
}

div#right_top a:link {
	color: #004A84;
}

div#right_top2 {
	width: 200px;
	height: 45px;
	float: right;
	text-align: right;
	padding-right: 15px;
	margin-top: 26px;
}

div#left {
	width: 211px;
	float: left;
	display: none;
}


div#middle {
	width: 100%;
	float: left;
	padding-top: 35px;
}

div#right {
	width: 184px;
	height: 187px;
	background-image: url(../images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	float: right;
	display: none;
}

/* CMS elements */

div#right table {
	text-align: right;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

div#right input.elementText {
	width: 105px;
	height: 18px;
	border: 1px solid #fff;
	background-color: #004481;
	color: #fff;
	margin-top: 19px;
}


/* block */
div.block {
	width: 280px;
	background-image: url(../images/block_background.gif);
	margin: 0px 20px 15px 0px;
	font-size: 12px;
}

div.block div.footer {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/block_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.block div.footer_reversed {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/block_footer_reversed.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.block img {
	margin: 5px 0px 5px 5px;
}

div.block div.text {
	height: 90px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.block h3 {
	padding: 3px 0px 2px 12px;
	margin: 0px;
	width: 268px;
	_width: 280px;
	height: 19px;
	_height: 20px;
	background-image: url(../images/block_top.gif);
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #004481;
	background-repeat: no-repeat;
}

div.block h3.reversed {
	background-image: url(../images/block_top_reversed.gif);
}

div#header a {
	color: #000;
	text-decoration: underline;
}

/* elements */

div#left div.spacer {
	height: 13px;
	background-color: #ADD608;
	width: 170px;
}

table, td {
	font-size: 12px;
}

table.formTable td {
	padding: 3px 10px 3px 0px;
	vertical-align: top;
}

div.supplier {
	width: 280px;
	height: 135px;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 10px;
}

	div.supplier div.supplier_text {
		width: 45%;
		float: right;
		padding-top: 55px;
		padding-right: 10px;
	}
	
	div.supplier div.supplier_textAlternate {
		width: 55%;
		float: left;
		padding-top: 55px;
		padding-left: 20px;
	}	
