﻿body 
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	min-width: 640px;
}

#HeaderLogo
{
	background: #426BBA url('../img/cedacadwebsiteheader.png') no-repeat center;	
	height: 193px;
	margin: 0 auto;
	padding: 0;
}

.Column
{
	float: left;
}

.Centered
{
	margin: 0 auto;
}

.MainBgColor
{
	background-color: #426BBA;
}

.PageHeader
{
	border-bottom: solid 2px #CDDFEB;
	padding-bottom: 5px;
	text-align: right;
}

.PageFooter
{
	border-top: 2px solid navy;
	color: white;
	clear: both;
	height: 120px;
	padding-top: 10px;
}

.PageFooter a
{
	color: White;
}

.LegalNotice
{
	float: left;
	font-size: x-small;
	padding-left: 10px;
	text-align: left;
	width: 450px;
}

.ContactInfo
{
	background: url('../img/120px-Telephone_receiver.svg.png') no-repeat left;
	font-size: x-large; 	
	text-align: right;
	height: 120px;
	padding-right: 10px;	
	width: 225px;
	float: right;
}

.ResultsInfoHeader
{
	background-color: #CDDFEB;
	border-top: solid 2px navy;	
	clear: both;
	height: 30px;
	padding: 5px 15px;
}

.ResultsLinks
{	
	float: left;
}

.ResultsPagerInfo
{	
	text-align: right;
}

.ProdSearchArea
{
	min-height: 600px;
}
