body {
	margin: 0px;
		margin-bottom: 50px;
	
	background-color: #26282b;
	background-image: url("../gfx/background.png");
	background-position: top;
	background-repeat: repeat-x;
}

div.header {
	width: 900px;
	height: 98px;
	
	background-image: url("../gfx/header.png");
}

div.header h1, div.header h2 {
	display: none;
}

div.content {
		padding-top: 10px;
		padding-bottom: 10px;

	width: 894px;
	
	background-color: #fff;
}

div.content td.left {	
		margin-left: 10px;
		
		padding-left: 10px;
		
	width: 190px;
	
	border: 0px;
		border-right: 1px;
	border-style: solid;
	border-color: #ddd;
	
	text-align: left;
}

div.content td.left ul {
	margin: 0px;
	padding: 0px;
}

div.content td.left ul li {
	margin: 0px;
		margin-bottom: 20px;
	padding: 0px;
	
	background-image: url("../gfx/arrow_off.png");
	background-position: right;
	background-repeat: no-repeat;
	
	list-style-type: none;
	
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #444;
}

div.content td.left ul li.s {
	background-image: url("../gfx/arrow_on.png");
}

div.content td.left ul li.s {
	background-image: url("../gfx/arrow_on.png");
}

div.content td.left ul li:hover {
	background-image: url("../gfx/arrow_on.png");
}

div.content td.left ul li a {
	color: #444;
	text-decoration: none;
}

div.content td.left ul li a:hover {
	color: #538bc3;
	text-decoration: none;
}

div.content td.left ul li.s a {
	color: #538bc3;
}

div.content td.right {
		margin-left: 10px;
		
		padding-left: 20px;
		
	width: 654px;
	
	text-align: left;
}

div.content td.right h1 {
	margin: 0px;
	
	font-family: 'arial', 'sans-serif';
	font-size: 28px;
	font-weight: normal;
	color: #0285d9;
}

div.content td.right h2 {
	margin: 0px;
	
	font-family: 'arial', 'sans-serif';
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

div.content td.right h3 {
	margin: 0px;
		margin-top: 25px;
		margin-bottom: 4px;
	
	font-family: 'arial', 'sans-serif';
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7f5656;
}

div.content td.right li {
	margin: 0px;
		margin-left: 15px;
	padding: 0px;
	
	list-style-type: square;
	
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #444;
}

div.content td.right li a {
	color: #538bc3;
	text-decoration: none;
}

div.content td.right li a:hover {
	text-decoration: underline;
}

div.content td.right p {
	margin-right: 10px;
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #333;
	
	text-align: left;
	
	line-height: 20px;
}

div.content td.right p.c {
	margin-right: 10px;
		margin-right: 140px;
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #333;
	
	text-align: left;
	
	line-height: 20px;
}

div.content td.right p span.quote {
		margin-left: 10px;
		padding-left: 10px;

	border: 0px;
		border-left: 1px;
	border-style: solid;
	border-color: #ddd;
	
	font-family: 'arial', 'sans-serif';
	font-size: 16px;
	font-style: italic;
	color: #7f5656;
	
	line-height: 18px;
}

div.content td.right p.cquote {
		margin-left: 10px;
		margin-right: 160px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	
	background-color: #ffffff;

	border: 0px;
		border-bottom: 1px;
	border-style: dotted;
	border-color: #aaa;
	
	font-family: 'georgia', 'sans-serif';
	font-size: 14px;
	font-style: italic;
	color: #666;
	
	text-align: left;
	
	line-height: 26px;
}

div.content td.right p a {
	color: #538bc3;
	text-decoration: none;
}

div.content td.right p a:hover {
	text-decoration: underline;
}

div.content td.right div.indexCustomers {
	
	border: 0px;
		border-top: 1px;
		border-bottom: 1px;
	border-style: solid;
	border-color: #ddd;
	
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #333;
}

div.content td.right img.logo {
	margin-right: 25px;
}


div.content td.right img.imgleft {
	margin-right: 10px;
	padding-right: 10px;
	
	border: 0px;
		border-right: 1px;
	border-style: solid;
	border-color: #ddd;
}

hr {
		margin-top: 20px;
		
	width: 100%;
	height: 1px;
	
	background-color: #ddd;
	
	border: 0px;
}

div.content div.copyright {
	float: none;
	
	width: 994px;
}

div.bottom {
	margin: 0px;
	width: 900px;
	
	background-color: #538bc3;
	background-image: url("../gfx/btm_bg.png");
}

div.bottom p {
	margin:0px;
		margin-left: 230px;
		padding-top: 15px;
		padding-bottom: 15px;
	
	text-align: left;
	
	font-family: 'arial', 'sans-serif';
	font-size: 13px;
	color: #b1b7c0;
}

div.bottom p a {
	color: #d4d9e1;
	text-decoration: none;
}
div.bottom p a:hover {
	color: #fff;
	text-decoration: underline;
}
