/* Standard font and size styles */
* {
	margin: 0;
	padding: 0; }
	
p {
	font-size: 1em;
	margin-bottom: 1em; }
	
a {
	color: #dc0000;
	text-decoration:underline;
}

a:hover {
	color: #dc0000;
	text-decoration: none;
}

h1 {
	background: transparent url(../images/bg/bg-center.gif) repeat-x bottom left;
	font-family: "Arrow Narrow", Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding: 0 0 10px 15px;
	padding-top: 3px;
	padding-left: 15px;
	color: white;
	height: 32px;
	position: relative;
	top: -45px;
	left: 0;
	margin-bottom: -45px;
	margin-left: 15px;
}
h2 {
	font-size: 22px;
	font-family: "Arrow Narrow", Arial, Helvetica, sans-serif;
	color: #DC0000;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-family: "Arrow Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

.table_header {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	min-width: 1418px;
	background-image: url(images/header_left_background.gif);
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: auto;
	min-width: 1418px;
}

#header {
	height: 110px;
	min-width: 1418px;
	background-image: url(images/header_left_background.gif);
	background-repeat: repeat-x;
	background: #FFFFFF;
}

#side-a {
	float: left;
	width: 298px;
}

#side-b {
	float: left;
	width: 565px;
	height: 555px;
	min-width: 300px;
	background-image: url(images/right_bg01.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#content { 
	float: left;
	width: 535px;
	min-width: 535px;
	min-height: 555px;
	padding: 10px;
	background-image: url(images/body_background.gif);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	height: 85px;
	background: #A2A2A2;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
}

#header_left {
	float: left;
	height: 110px;
	width: 298px;
	background-image: url(images/header_left_background.gif);
}

#header_right {
	float: left;
	width: 565px;
	height: 110px;
	min-width: 300px;
	background-image: url(images/header_left_background.gif);
}

#header_center { 
	float: left;
	height: 110px;
	width: 555px;
	min-width: 555px;
	background-image: url(images/header_center_background.gif)
}

/* Navigation */

#mainnav {
	position: relative;
	right: -121px; top: 0;
	width: 194px;
}
#mainnav li {
	background-repeat: no-repeat;
	vertical-align: bottom; zoom: 1;   /* I have no freakin' idea why this fixes the IE6 bug. */
}
#mainnav li a {
	height: 0; overflow: hidden;
}
#mainnav ul {
	margin: -3px;
}
#mainnav ul a {
	height: auto; 
	background: transparent url(images/nav-normal.gif) repeat-y center left;
	color: white;
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	line-height: 14px;
}
#mainnav ul li {
	background: transparent url(images/nav-normal.gif) repeat-y center left;
}
#mainnav ul li a:hover, #mainnav ul a.active {
	background-image: url(images/nav-active.gif);
}
#mainnav li.first a {
	background-position: top left;
}
#mainnav li.last a {
	background-position: bottom left;
}

#nav-vendorinfo {
	background-image: url(images/nav_vendorinfo1.gif); padding-top: 27px;
}
a#nav-vendorinfo:hover, #nav-vendorinfo.active {
	background-image: url(images/nav_vendorinfo2.gif);
}
#nav-contact {
	background-image: url(images/nav_contact1.gif); padding-top: 27px;
}
a#nav-contact:hover, #nav-contact.active {
	background-image: url(images/nav_contact2.gif);
}

#utilities {
	position: absolute;
	right:120px;
	top: 32px;
	width:100px;
}
#utilities li {
	float: left;
}
#utilities a {
	padding-top: 21px;
	height: 0; overflow: hidden;
}

.util-contact {
	background-image: url(images/util-contact.gif);
	width: 84px;
}

/*  ------------------------------------------------------------------------------------- */

#region {
	text-transform: uppercase;
	font-family: "Arrow Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DCDCDC;
	position: relative;
	right: 1px;
	top: 70px;
	padding-left: 10px;
	white-space: nowrap;
	
}

#pagetitle {
	padding-left: 10px;
	font-family: "Arrow Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	white-space: nowrap;
	top: 70px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 85px;
	background-image: url(images/footer_background.gif);
	font-size: 12px;
	color: #A6A6A6;
	text-align: center;
	clear: both;
}

#footer a { color: #ffbe00; text-decoration: underline; }
#footer a:hover { color: #A6A6A6; text-decoration: none; }
	
/*  ------------------------------------------------------------------------------------- */