@import url(/themes/fonts/opensans/OpenSans.css);
HTML {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background-color: #e7e7e7;
	height: 100%;
	min-height: 100%;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #d91933;}
A:hover { text-decoration: none; color: #000; }
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 40px 0 1px 0;
	color: #d91933;
	font-family: OpenSans, Arial, sans-serif;
	text-transform: uppercase;
}
H2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 19px 0 11px 0;
	color: #000;
}
H3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px 0 10px 0;
	color: #000;
	font-style: italic;
}
H4 {
	font-family: OpenSans, Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #000;
}
P {margin: 0; padding: 10px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}
BLOCKQUOTE {
	padding: 0 0 17px;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: Georgia, serif;
	color: #d91933;
}
UL {
	padding: 30px 0 24px 50px;
	margin: 0;
}
UL LI {
	background: url("pics/bullet.png") no-repeat left 8px;
	list-style-type: none;
	padding-left: 22px;
}
::-moz-selection { color: #fff; background: #da1a33; }
::selection      { color: #fff; background: #da1a33; } 
/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto -320px;
	min-width: 952px;
	max-width: 1280px;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	background: #fff url("pics/mainBorder.gif") repeat-y center top;
}
#wrapperCenter {
	padding-bottom: 320px;
}
/* Header
==========*/
#header {
	background: #202020;
	height: 86px;
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 99;
}
#headerContent {
	width: 972px;
	margin: 0 auto;
	position: relative;
}

/* Logo
========*/
#logo {
	padding: 23px 0 10px 10px;
	float: left;
}

/* banner
==========*/
.banner {
}
#banner_21875 {
	position: relative;
	left: -2px;
	width: 895px;
	overflow: hidden;
}
#banner_21875 img { float: right; }
#banner_21875 .bannerText {
	display: none;
}
.bannerText {
	font-family: OpenSansLight, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	position: absolute;
	top: 128px;
	left: 596px;
}
.bannerText strong {
	font-family: OpenSansBold, Arial, sans-serif;
}

/* Top navigation
==================*/
#nav {
	height: 35px;
	width: 721px;
	overflow: hidden;
	float: left;
	padding: 29px 0 0;
}
#nav UL {margin: 0; padding: 0 0 0 35px;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	min-width: 105px;
	background: none;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #b8b7b7;
	font-family: OpenSans, Arial, sans-serif;
}
#nav UL LI A SPAN {
	display: block;
	padding-top: 4px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#nav UL LI A:hover {
	color: #fff;
}
#nav UL LI A.open {
	color: #fff;
}
.lang {
	position: absolute;
	padding-left: 22px;
	width: 78px;
	height: 41px;
	right: 60px;
	top: 26px;
	float: left;
	background: url("pics/headerLine.gif") no-repeat left top;
}
.lang img { display: none; }
.lang a {
	padding-left: 12px;
	display: block;
	color: #b7b7b7;
	background: url("pics/lang.gif") no-repeat left 6px;
}
.lang a.open, .lang a:hover { color: #fff; background-image: url("pics/langOpen.gif"); }
.trial { position: absolute; top: 56px; right: 0px; z-index: 100; }
.trial p { padding: 0; }
.trial img:hover { cursor: pointer; }

/* Content
============*/
#content {
	height: auto;
	width: 953px;
	margin: 0 auto;
	min-height: 100px;
	overflow: visible;
	padding: 0;
	position: relative;
	z-index: 1;
}
#main {
	float: right;
	width: 743px;
	height: auto;
	min-height: 200px;
	overflow: visible;
	position: relative;
	padding: 0 0 40px 54px;
	margin-right: -14px;
}
.ingress { padding: 0 0 31px 35px; }
.mainText {
	width: 432px;
	float: left;
	padding: 33px 0 0 53px;
	color: #585858;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.persistableForm {
	float: right;
	padding-top: 29px;
}
.persistableForm .persistableFormCenter {
	width: 312px;
	padding: 0 59px 26px;
	border-left: 11px solid #cd5a5a;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.persistableForm h3 {
	font-family: OpenSans, Arial, sans-serif;
	color: #434343;
	font-size: 15px;
	line-height: 1;
	padding: 42px 0 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.persistableForm input[type='text'] {
	width: 291px;
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 29px;
	line-height: 29px;
	margin-bottom: 18px;
	padding: 0 5px;
}
.persistableForm textarea {
	height: 101px;
	min-height: 101px;
	min-width: 291px;
	max-width: 291px;
	border: 1px solid #c9c9c9;
	background: #fff;
	margin-bottom: 12px;
	padding: 5px;
}
.persistableForm input[type='submit'] {
	background: #3b3b3b;
	padding: 4px 20px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: #fff;
	border: 0;
	font-size: 11px;
}
#column1 {
	float: right;
	width: 142px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	padding: 47px 27px 0 0;
	color: #585858;
}
#column1 h2 {
	padding: 28px 0 23px;
	margin: 0;
	color: #000;
	background: url("pics/columnBlock.gif") no-repeat left top;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.columnBox { padding-bottom: 33px; }
.column1Text {
	padding-bottom: 33px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.column2Text {
	width: 215px;
	float: left;
	color: #7e7e7e;
	padding: 23px 0 0 33px;
}
strong {
	color: #000;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0 0 20px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	display: inline;
}
.subnav LI A {
	display: block;
	padding: 27px 0 19px;
	margin: 0;
	color: #000;
	background: url("pics/columnBlock.gif") no-repeat left top;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.subnav LI A.open, .subnav LI A:hover {
	color: #000;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 0 0 17px;
	text-transform: none;
	font-size: 12px;
	line-height: 18px;
	color: #d91933;
	font-weight: normal;
	font-family: Arial;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 0 0 17px 26px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	margin: 0 auto;
	min-width: 952px;
	max-width: 1280px;
	overflow: hidden;
	background: #202020 url("pics/footerLine.gif") repeat-x left 281px;
	color: #b7b7b7;
	height: 321px;
	font-size: 12px;
	line-height: 18px;
}
#footer strong {
	color: #b7b7b7;
}
#footer h3 {
	font-family: OpenSans, Arial, sans-serif;
	color: #b8b7b7;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	padding: 26px 0 0;
}
#footer a:hover { color: #fff; }
.footerText { height: 280px; overflow: hidden; }
.footerText A {
	color: #e35567;
	padding-left: 15px;
	background: url("pics/footerArrow.gif") no-repeat 2px 5px;
}
.footerText table { padding-top: 0px; margin: 0 auto; width: 952px !important; }
.footerText td { overflow: hidden; }
.footerText table tr td:first-child { padding-right: 30px; }
#footer .copyright {
	font-family: OpenSans, Arial, sans-serif;
	color: #525252;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	width: 300px;
	left: -325px;
	margin: 0 auto;
}
#footer .copyright p {
	padding: 0;
}
#really {
	width: 300px;
	position: relative;
	margin: 0 auto;
	right: -559px;
	top: -40px;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: 900;
}
#really a {
	color: #525252;
}
#really a:hover {
	color: #8fd71e;
}