@charset "utf-8";
/* ---------------------------------------------------------------------- General elements */
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #666362;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.3em;
	margin-bottom: 0.3em;
	color: #352F31;
}
h1 span {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 0.7em;
	color: #666362;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	color: #be1034;
}
p {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 2em;
}
a {
 	color: #be1034;
}
a.noColorLink {
 	color: #666362;
}
a:hover {
	text-decoration: none;
}
a.arrowLink {
 	color: #be1034;
	background: url(../images/arrows/arrow_right.gif) no-repeat 0em 0.5em;
	padding: 0px 0px 0px 10px;
}
a.arrowLink:hover {
	text-decoration: none;
}
.contentBlock ul {
	font-size: 1.2em;
	list-style: inside;
	margin-bottom: 20px;
}
.contentBlock li{
	list-style: disc;
	margin-bottom: 4px;
}
/* ---------------------------------------------------------------------- Main background */
body {
	background: url(../images/backgrounds/main_background.gif) repeat-x;
}
/* ---------------------------------------------------------------------- Container */
#container {
	background-color: #ffffff;
}
/* ---------------------------------------------------------------------- Header */
#header {
	padding-top: 10px;
	margin-bottom: 3px;
	background: url(../images/backgrounds/top_redbar.gif) repeat-x;
}
/* ---------------------------------------------------------------------- Left column */
#leftColumn #mainNavigation li{
	border-top: 2px solid #ffffff;
}
#leftColumn #mainNavigation li a{
	display: block;
	background-color: #eaeaea;
	color: #666362;
	font-weight: bold;
	border-left: 5px solid #be1034;
	padding: 4px 0px 4px 15px;
	text-decoration: none;
	font-size: 1.2em;
}
#leftColumn #mainNavigation li a:hover{
	background-color: #f5f5f5;
	color: #be1034;
}
#leftColumn #mainNavigation li li a{
	background-color: #fbfbfb;
	font-weight: normal;
	border-left: 5px solid #c4c2c1;
	background: url(../images/arrows/arrow_right.gif) no-repeat 20px 9px;
	padding: 4px 5px 4px 26px;
	text-decoration: none;
}

#leftColumn #mainNavigation li li a:visited{
	background-color: #f5f5f5;
	color: #be1034;
}

#leftColumn h2 {
	color: #d9d8d8;
	font-size: 1.1em;
	text-align: right;
	padding: 10px 10px 0px 0px;
}
#leftColumn #seoNavigation {
	margin-right: 10px;	
}
#leftColumn #seoNavigation li {
	float: right;
	white-space:nowrap;
}
#leftColumn #seoNavigation a {
	display: block;
	color: #d9d8d8;
	font-size: 1.1em;
	text-align: right;
	padding: 2px 0px 2px 8px;
	text-decoration: none;
}
#leftColumn #seoNavigation a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------------------- Seo */
#seo #seoNavigation {
	margin-right: 10px;	
}
#seo #seoNavigation li {
	float: left;
	white-space:nowrap;
}
#seo #seoNavigation a {
	display: block;
	color: #d9d8d8;
	font-size: 1.1em;
	text-align: right;
	padding: 2px 0px 2px 8px;
	text-decoration: none;
}
#seo #seoNavigation a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------------------- Center column */
#centerColumn{
	padding-top: 15px;
	background: url(../images/backgrounds/faded_line_vertical.gif) repeat-x;
}
#centerColumn h1.homeTitle{
	display: none;
}
/* ---------------------------------------------------------------------- Right column */
#rightColumn #genericNavigation{
	margin-bottom: 20px;
}
#rightColumn #genericNavigation li{
	border-top: 1px solid #ffffff;
}
#rightColumn #genericNavigation li a{
	display: block;
	color: #be1034;
	padding: 1px 0px 1px 8px;
	text-decoration: none;
	font-size: 1.2em;
	background: url(../images/arrows/arrow_right_red.gif) no-repeat 0px 5px;
}
#rightColumn #genericNavigation li a:hover{
	text-decoration: underline;
}
#rightColumn .partnerLogos{
	margin-bottom: 40px;
}
#rightColumn .whitepapers{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 40px;
}

#rightColumn .tips-and-tricks{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 40px;
}
#rightColumn .address{
	font-size: 1.2em;
	line-height: 1.6em;
}
/* ----------------------------------- Content */
#centerColumn .addressTable{
	margin-bottom: 20px;
}
#centerColumn .addressTable td{
	font-size: 1.2em;
	line-height: 1.6em;
	vertical-align: top;
}
#centerColumn .contactForm td{
	font-size: 1.2em;
	line-height: 1.6em;
	vertical-align: top;
}

/* ----------------------------------- Form elements */
input, textarea, select {
	border: 1px solid #dbdfe6;
	font-size: 1em;
}
#form p{
	display: block;
	margin-bottom: 10px;
}
#form p label{
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.inputSmall{
	padding: 3px;
	width: 100px;
}
.inputMedium{
	padding: 3px;
	width: 250px;
}
.inputLarge{
	padding: 3px;
	width: 450px;
}
.submitButton{
	padding: 3px;
	width: 100px;
	font-size: 1em;
}
.formError {
	color: #e70000;
	padding: 2px 0px 0px 2px;
}
