* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #5c5c5c;
	font-size: 11px;
}

html,body {
	height: 100%;
	font-family: verdana;
}

body {
	text-align: center; /* horizontal centering for IE Win quirks */
}

h1 {
	color: #1348a4;
	font-weight: normal;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-image: url('../gfx/heading_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left
}

h2 {
	padding: 1em 0;
}

.noTopPadding {
	padding-top: 0;
}

.noTopMargin {
	margin-top: 0;
}

#top .centeredContainer {
	height: auto !important;
	height: 480px;
	min-height: 480px;
	background-image: url('../gfx/top_bg.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#top #logo {
	position: absolute;
	right: 0;
	top: 20px;
}

#top #mainLinks {
	position: absolute;
	left: 15px;
	top: 185px;
	width: 219px;
}

#top #content {
	width: 540px;
	margin-left: 300px;
	padding-top: 255px;
	padding-bottom: 2em;
}

#top #mainLinks a,#top #mainLinks span {
	font-weight: bold;
	font-size: 14px;
	display: block;
	background: #fff;
	color: #4a4a4a;
	padding: 0.7em 1em;
	margin-bottom: 2px;
	border-left: 5px solid #83c3ff;
	border-right: 1px solid #f2f9ff;
}

#top #mainLinks a:hover {
	color: #83c3ff;
	background: #f9f9f9;
	border-left: 5px solid #1348a4;
}

#top #mainLinks span {
	color: #1348a4;
	border-left: 5px solid #1348a4;
	border-right: 1px solid #fff;
}

#top #content p {
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: left
}

#top #content a {
	color: #1348a4;
	font-weight: bold
}

#top #content a:hover {
	color: #83c3ff;
}

#top #content ul {
	margin: 1em 0;
}

#bottom {
	background-image: url('../gfx/footer_bg.jpg');
	background-repeat: repeat-x;
}

#bottom .centeredContainer {
	background-image: url('../gfx/footer_copy.jpg');
	background-repeat: no-repeat;
	background-position: 585px 0;
	height: 80px;
	font-size: 10px;
}

#bottom .centeredContainer a {
	font-size: 10px;
	color: #333;
}

#bottom .centeredContainer a:hover {
	color: #000;
}

#bottom #credits {
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	height:40px;
	font-size: 10px;
	color: #daedfe;
	background-image: url('../gfx/logo_suplier.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.fullWidth {
	width: 100%;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.centeredContainer {
	margin: 0 auto;
	width: 950px;
	position: relative;
}