
BODY {
	color: #000;
	background-color: #000;
}
#wrapper {
	background-color: #fff;
}
#nav UL LI A {
	color: #fff;
}
#subnav UL LI A {
	color: #000;
}
A {
	color: #e0282e;
}
H1,
H1 A {
	color: #000;
}
H2,
H2 A {
	color: #000;
}
H3,
H3 A {
	color: #000;
}
HR {
	color: #d4d4d4;
	background-color: #d4d4d4;
}
IMG {
	border-color: #d4d4d4;
}
TABLE {
	border-color: #d4d4d4;
}
TD {
	border-color: #d4d4d4;
}

BODY {
	font: normal .75em Arial, sans-serif;
}
#nav UL LI A {
	font-size: 12px;
}
A {
	text-decoration: none;
	outline: none;
}
A:hover {
	text-decoration: underline;
}
H1 A:hover,
H2 A:hover,
H3 A:hover {
	text-decoration: none;
}
H1 {
	font: bold 2.35em/1.2em "Times New Roman", serif;
	margin: 0;
  	padding: 10px 0 5px 0;
}
H2 {
	font: normal 1.85em/1.2em "Times New Roman", serif;
	margin: 0;
  	padding: 10px 0 5px 0;
}
H3 {
	font: normal 1.3em/1.2em "Times New Roman", serif;
	margin: 0;
  	padding: 10px 0 5px 0;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
TEXTAREA {
	overflow-y: auto;
}
FORM {
	margin: 0;
}
HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	
}
#wrapperCenter {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#wrapperContent {
}

/* Header
===================*/
#header {
	height: 173px;
	overflow: hidden;
	position: relative;
	background: url(color_red/pics/nav.jpg) no-repeat left 91px;
}

/* Logo
===================*/
#logo {
	width: 220px;
	height: 80px;
	position: absolute;
	top: 3px;
	left: 20px;
	overflow: hidden;
}

/* Nav
===================*/

#nav {
	width: 990px;
	padding: 0 0 0 10px;
	height: 35px;
	overflow: hidden;
	background: #000 url(color_red/pics/nav.jpg) no-repeat left top;
	position: absolute;
	top: 91px;
	left: 0px;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI.open {
	background: #e2292f url(color_red/pics/navRight.jpg) no-repeat right top;
	margin-left: -1px; /* hide navBorder.jpg */
}
#nav UL LI A {
	display: block;
	float: left;
	line-height: 35px;
	padding: 0 18px;
	background: url(color_red/pics/navBorder.jpg) no-repeat right top;
}
#nav UL LI A.open {
	background: url(color_red/pics/navLeft.jpg) no-repeat left top;
}

/* Login
===================*/
#login {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 136px;
	left: 30px;
}
#login P {
	padding: 0;
}
/* Toolbox
===================*/
#toolbox {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 136px;
	right: 30px;
	text-align: right;
}
#toolbox IMG {
	display: none;
}
#toolbox DIV {
	display: inline;
	margin: 0 0 0 10px;
}
DIV#prButton A,
DIV#sitemapButton A,
#login A {
	background: url(color_red/pics/buttonTopLeft.png) no-repeat left top;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 19px;
	color: #fff;
}
DIV#prButton A SPAN,
DIV#sitemapButton A SPAN,
#login A SPAN {
	background: url(color_red/pics/buttonTopRight.png) no-repeat right top;
	display: inline-block;
	height: 21px;
	padding: 0 19px 0 0;
	cursor: pointer; /* ie6 */
}
#login A SPAN {
	background: url(color_red/pics/buttonTopArrowRight.png) no-repeat right top;
	padding: 0 27px 0 0;
}
DIV#prButton A:hover,
DIV#sitemapButton A:hover,
#login A:hover {
	text-decoration: none;
}
DIV#prButton A:hover SPAN,
DIV#sitemapButton A:hover SPAN,
#login A:hover SPAN {
	text-decoration: underline;
}

/* SearchBox 
===================*/
.searchBox {
	width: 500px;
	height: 30px;
	position: absolute;
	top: 35px;
	right: 30px;
}
.searchField {
	float: right;
}
INPUT.searchInput {
	border: 0;
	width: 190px;
	height: 19px;
	padding: 5px 15px 0 25px;
	background: url(color_red/pics/searchInput.png) no-repeat left top;
	color: #747474;
}
INPUT.searchSubmit {
	border: 0;
	background: none;
	cursor: pointer;
	padding: 5px 10px;
}

/* Lang
===================*/
#lang {
	width: 500px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 47px;
	overflow: hidden;
	text-align: right;
}

/* Content
===================*/
#content {
	padding: 10px 10px 20px 10px;
	background: url(color_red/pics/content.jpg) repeat-x top;
	height: auto;
	min-height: 300px;
	overflow: hidden;
}
#contentGroup {
	width: 717px;
	padding: 0 10px;
	float: right;
}
#column3 {
	height: auto;
	min-height: 1px;
	overflow: hidden;
}
.column3Text {
	padding: 0 13px;
	/*padding: 13px;
	background: url(color_red/pics/column3Border.gif) no-repeat 13px bottom;
	margin-bottom: 5px;*/
}
.column3Text H1:first-child {
	width: 704px;
	padding: 0 0 0 13px;
	margin: 13px 0 10px 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative;
	left: -13px;
	background: #e2292f url(color_red/pics/H1.jpg) no-repeat left center;
}
#main {
	float: left;
	width: 430px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding-left: 13px;
}
#column2 {
	float: right;
	width: 240px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding-right: 13px;
}
#column1 {
	float: left;
	width: 211px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	clear: both;
}
#clearDiv,
.clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	padding: 10px 0 20px 0;
}
#subnav UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-image: none;
	list-style-type: none;
	display: block;
	width: 211px; 
	clear: left;
	float: left;
	margin: 1px 0;
	background: url(color_red/pics/subnavBot.png) no-repeat left bottom;
}
#subnav UL LI A {
	display: block;
	padding: 7px 10px 3px 23px;
	overflow: hidden;
	text-decoration: none;
	background: url(color_red/pics/subnavTop.png) no-repeat left top;
}
#subnav UL LI A.current {
	background: url(color_red/pics/subnavTopCurrent.png) no-repeat left top;
}
#subnav UL LI A:hover {
	text-decoration: underline;
}
#subnav UL LI.sub {
	background: none;
}

/* sub */
#subnav UL LI UL {
	padding: 10px 0;
}
#subnav UL LI UL LI {
	float: none;
	background: none;
	padding: 0;
}
#subnav UL LI UL LI A {
	padding: 3px 10px 3px 34px;
	background: none;
}
#subnav UL LI UL LI A.current {
	background: url(color_red/pics/subnavCurrent.gif) no-repeat 24px 7px;
}

/* subsub */
#subnav UL LI UL LI UL {
	padding: 5px 0 10px 0;
}
#subnav UL LI UL LI UL LI A {
	padding: 3px 10px 3px 45px;
}
#subnav UL LI UL LI UL LI A.current {
	background: url(color_red/pics/subnavCurrent.gif) no-repeat 35px 7px;
}

/* Footer
=================*/
#footerContainer {
	color: #fff;
	background-color: #000;
	padding: 0 0 40px 0;
	position: relative;
}
#footerContainer A {
	color: #818181;
}
/* Search in Footer
=================*/
#footerContainer .searchBox {
	margin: 0 auto;
	width: 500px;
	height: 0px;
	padding: 0;
	position: relative;
	top: 22px;
	left: 220px;
	z-index: 200;
}
#footerContainer .searchField {
	float: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
#footerContainer INPUT.searchSubmit {
	color: #fff;
}
/* Footer Content
=================*/
.footerTop {
	background-color: #1d1d1d;
}
.footerTopCenter {
	margin: 0 auto;
	width: 960px;
	padding: 15px 20px 25px 20px;
	overflow: hidden;
	position: relative;
	
}
.footer {
	margin: 0 auto;
	width: 960px;
	padding: 10px 20px;
}
#really {
	margin: 0 auto;
	width: 970px;
	padding: 0 15px;
}
#really A {
	color: #909090;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Buttons
=================*/
A.button {
	background: url(color_red/pics/buttonLeft.png) no-repeat left top;
	padding: 0 0 0 25px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
A.button SPAN {
	background: url(color_red/pics/buttonRight.png) no-repeat right top;
	display: inline-block;
	height: 25px;
	padding: 0 25px 0 0;
	cursor: pointer; /* ie6 */
	white-space: nowrap;
}
A.button:hover {
	text-decoration: none;
}
A.button:hover SPAN {
	text-decoration: underline;
}

A.buttonBlack {
	background: url(color_red/pics/buttonBlackLeft.png) no-repeat left top;
	padding: 0 0 0 12px;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 1.3em;
}
A.buttonBlack SPAN {
	background: url(color_red/pics/buttonBlackRight.png) no-repeat right top;
	display: inline-block;
	height: 27px;
	padding: 0 12px 0 0;
	cursor: pointer; /* ie6 */
}
A.buttonBlack:hover {
	text-decoration: none;
}
A.buttonBlack:hover SPAN {
	text-decoration: underline;
}

/* old redButton
================== */
a.redButton {
	display: block;
	width: 130px;
	line-height: 25px;
	text-align: center;
	background: url(color_red/pics/redButton.gif) no-repeat center top;
	color: #fff;
}
a.redButton:hover {
	color: #fff;
	text-decoration: none;	
}


/* red arrows for links
=================*/
A.arrowRed {
	display: inline-block;
	padding: 0 14px 0 0;
	background: url(color_red/pics/arrowRed.gif) no-repeat right center;
}

/* Sitemap
=================*/
#pageList {
	padding: 15px 0 0 0;
}
#pageList UL {
	margin: 0;
	padding: 0;
}
#pageList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 2px 0 2px 20px;
}

/* Search results
=================*/
.searchResults {
	padding: 5px 0 5px 10px;
}

/* Extra box (first content = H2)
=================*/
.extra,
.extraRed {
	width: 211px;
	background: url(color_red/pics/extraTop.png) no-repeat left top;
	margin: 10px 0;
}
.extraContent,
.extraRedContent {
	padding: 0 1px 15px 1px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	background: url(color_red/pics/extraBot.jpg) no-repeat left bottom;
}
.extraRed {
	background: url(color_red/pics/extraRedTop.png) no-repeat left top;
}
.extra H2,
.extraRed H2 {
	color: #fff;
	padding: 5px 25px 15px 25px;
}
.extra H2 A,
.extraRed H2 A {
	color: #fff;
	text-decoration: none;
}
.extra P,
.extraRed P {
	padding: 5px 25px;
}

#column2 .extra,
#column2 .extraRed {
	margin: 10px 0 10px 29px;
}

/* Headings, black and red
=================*/
H2.headingBlack,
H2.headingRed {
	padding: 0 0 0 30px;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin: 10px 0;
}
H2.headingBlack SPAN,
H2.headingRed SPAN {
	display: block;
	height: 36px;
	padding: 0 30px 0 0;
}
H2.headingBlack {
	background: url(color_red/pics/headingBlackLeft.png) no-repeat left top;
}
H2.headingBlack SPAN {
	background: url(color_red/pics/headingBlackRight.png) no-repeat right top;
}
H2.headingRed {
	background: url(color_red/pics/headingRedLeft.png) no-repeat left top;
}
H2.headingRed SPAN {
	background: url(color_red/pics/headingRedRight.png) no-repeat right top;
}

/* Form
==================*/

#main FORM {
	position: relative;
	background: url(color_red/pics/form.gif) repeat-y left;
	padding: 0px 30px 10px 30px;
	width: 308px;
}
#main FORM.formNoBorders {
	background: none !important;
}
#main FORM P {
	padding: 2px 0;
}
#main FORM DIV.formTop {
	padding-top: 5px;
	position: relative;
	left: -30px;
	height: 16px;
	width: 368px;
	background: url(color_red/pics/formTop.gif) no-repeat left top;
}
#main FORM DIV.formBottom {
	position: relative;
	top: 10px;
	left: -30px;
	height: 16px;
	width: 368px;
	background: url(color_red/pics/formBottom.gif) no-repeat left top;
}
#main FORM INPUT.textInput,
#main FORM TEXTAREA {
	width: 190px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px #d4d4d4 solid;
	background: url(color_red/pics/formText.gif) repeat-x left top;
}
/* needs to be separate for ie6 to work */
#main FORM INPUT[type="text"],
#main FORM INPUT[type="password"] {
	width: 190px;
	margin: 3px 0 3px 0;
	padding: 2px;
	border: 1px #d4d4d4 solid;
	background: url(color_red/pics/formText.gif) repeat-x left top;
}
#main FORM TEXTAREA {
	height: 100px;
}
#main FORM INPUT.submit {
	padding: 0;
	border: 0;
	width: 196px;
	height: 25px;
	background: #b5252a url(color_red/pics/formSubmit.jpg) no-repeat center center;
	color: #fff;
	cursor: pointer;
}
/* compulsory fields etc. */
.red {
	color: #db0008;
}
