﻿/* grey - #818285 */

body
{
	background-color: #E7E7E8;
	text-align: center;
	font-size: 87%;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top:0px;
	padding:0px;
	color:#6D6E71; 
}

.wrapper
{
	width: 990px;
	margin: 0px auto;
	text-align:left;
	position:relative;

}

.header
{
	width: 100%;
	background-color: #fff;
	background: url(images/header-gradient.jpg) repeat-y right top;
}

.logo
{
	float: left;
	width: 501px;
}

.login
{
	height: 100%;
	width: 337px;
	background: url(images/blue-gradient.jpg) repeat-y right top;
	float: right;
	text-align: left;
	color: #818285;
	font-weight: bold;
	font-size: 0.9em;
}

.login a
{
	color: #ED1C24;
	text-decoration: none;
}

.loginLabel
{
	float: left;
}
.loginInput
{
	float: right;
	padding-right: 20px;
}

.loginInputBox
{
	border-width:0px;
	border-left:solid 2px #D1D2D4;
	border-top:solid 2px #D1D2D4;
	width:232px;
}

.login H1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ED1C24;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
}


.menuHolder
{
	width: 100%;	
	background: url(images/menu-gradient.jpg) repeat-x left bottom;
	background-color: #ffffff;
	font-size:1em;
	border-top:solid 1px #fff;
	border-bottom:solid 2px #fff;
	color:#6D6E71; 
	font-weight:bold;
}


.search
{
	float:right;
	font-size:0.85em;
	padding-top:9px;
	
}

.content
{
	border-top:solid 6px #D1D2D4;
	border-bottom:solid 6px #D1D2D4;
	background-color:#fff;
	min-height:520px;
}


.contentText
{
	padding-left:22px;
	margin-top:22px;
	padding-bottom:22px;
	font-size:1.1em;
}

.contentText h1
{
	color:#0066B3;
	margin:0;
	padding:0;
}



.contentText h3
{
	font-size:1.8em;
}


.contentText h4
{
	font-size:1.2em;
}

.banners
{
	min-height:120px;
	background:#fff url(images/advert-gradient.jpg) repeat-x left top;
}


.squares
{
	float:left;
}

.address
{
	float:right;
	padding-top:10px;
	padding-right:10px;
	font-size:0.8em;
	text-align:right;
}

.address a
{
	text-decoration:none;
	color:#6D6E71; 
}


.clearing
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.footer
{
	background: url(images/footer-gradient.jpg) repeat-y left top;
}

.subFooter
{
	background-color:#fff;
	padding-left:12px;
	padding-bottom:15px;
}

.footerLeft
{
	float:left;
	color:#fff;
	padding-top:6px;
	padding-left:15px;
	text-align:left;
	font-size:0.85em;
}

.footerRight
{
	float:right;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:11px;
}


.downloadItem
{
	padding-bottom:16px;
	padding-top:16px;
	border-bottom:solid 1px red;
}

.productNavigation
{
	font-weight:bold;
}

.productNavigation a
{
	text-decoration:none;
	color:#0066B3;	
}

a.chosen
{
	color:#ED1C24;
}


#content.ul
{
	list-style-image: url(images/bullet.gif); 
}


a
{
	text-decoration:none;
	color:#0066B3;
}

a:hover,a:focus
{
	text-decoration:none;
	color:#ED1C24;
}

img
{
	border-width:0px;
}
