body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

.oneColFix #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(./img/bg.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 650px;
	overflow: hidden;
}
.oneCol #mainContent {
	padding: 0;
	margin: 0;
}
.anchorbox {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid white;
}

#imagebox {
	position: relative;
	left: 801px;
	top: 44px;
}

#textbox_single_header {
	position: relative;
	left: 379px;
	top: 179px;
	width: 400px;
}

#textbox_double_header {
	position: relative;
	left: 379px;
	top: 144px;
	width: 400px;
}

.text_headline {
	width: 400px;
	overflow: hidden;
}

.text_paragraphs {
	width: 650px;
	overflow: auto;
	height: 300px;
}

#menu_blue {
	width: 170px;
	height: 200px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	color: blue;
	position: relative;
	left: 189px;
	/*top: 220px;*/
	top: 236px;
}

#menu_blue a, #menu_blue a:active, #menu_blue a:visited {
	color: blue;
	text-decoration: none;
}

#menu_blue a:hover {
	text-decoration: underline;
}

#menu_red {
	position: relative;
	width: 150px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: red;
	left: 73px;
	top: 241px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 0.9em;
}

#menu_red td {
	position: relative;
	width: 150px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: bottom;
}

.redlinks a, .redlinks a:hover, redlinks a:active, redlinks a:visited {
	color: red;
	text-decoration: none;
}

.redlinks a:hover {
	text-decoration: underline;
}

#sliderbox {
	position: relative;
	top: 482px;
	left: 382px;
	width: 660px;
	height: 35px;
	color: red;
	line-height: 1em;
	font-size: 2em;
}

#credit {
	top: 504px;
	left: 382px;
	width: 669px;
	position: relative;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	color: #1B1C20;
}

#homelink {
	width: 66px;
	position: relative;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	color: #1B1C20;
	height: 70px;
	left: 206px;
}

#prodrivelink {
	top: 426px;
	left: 212px;
	width: 140px;
	position: relative;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	color: #1B1C20;
	height: 30px;
}

a img, a:visited img {
	border-style: none;
}

.slogan {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
}

.label {
	color: black;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

.downloadtable {
	background-color: white;
	border: 1px solid gray;
}

.downloadtable td {
	padding: 8px 10px;
}

a:hover, a:active, a:focus, a:active {
	outline: none;
	-moz-outline-style: none;
}

