﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
}
div#pageFrame
{
	position: relative;
	margin: 0 auto;
	width: 960px;
}
div#contentUpper
{
	position: relative;
	padding: 0 15px 5px 15px;
	background: #fff url(img/contentUpperBkGrnd.gif) repeat-y 0 0;
}
div#upperBottomBorder
{
	position: relative;
	height: 25px;
	width: 960px;
	background: #fff url(img/contentUpperBottomBorder.gif) no-repeat 0 0;
	overflow: hidden;
}
div#lowerTopBorder
{
	position: relative;
	height: 10px;
	background: #fff url(img/contentLowerTopBorder.gif) no-repeat 0 0;
	overflow: hidden;
}
div#contentLower
{
	position: relative;
	height: 105px;		/* IE6 Fix */
	background: #fff url(img/contentLowerBkGrnd.gif) repeat-y 0 0;
}
div#lowerBottomBorder
{
	position: relative;
	height: 14px;
	background: #fff url(img/contentLowerBottomBorder.gif) no-repeat 0 0;
	overflow: hidden;
}

div#pageHeader
{
	position: relative;
	padding: 20px 30px;
	height: 60px;
}
a#logoLink
{
	display: block;
	position: absolute;
	top: 16px;
	left: 20px;
	width: 450px;
	height: 51px;
}
div#companyDescription
{
	position: absolute;
	left: 500px;
	top: 28px;
	width: 230px;
	font-size: 13px;
}
img#isoLogo
{
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 123px;
	height: 70px;
}
div#menuBar
{
	position: relative;
	padding: 0 30px 0 15px;
	height: 28px;
	background: #fff url(img/menuBarBkGrnd.gif) repeat-x 0 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #fff;
	z-index: 2;
}
div#menuBar div.tel
{
	float: right;
	font: normal normal normal 12px/28px Tahoma, Verdana, Helvetica, sans-serif;
}
div#contentContainer
{
	position: relative;
	padding: 25px 30px 0 30px;
	min-height: 300px; height: auto !important; height: 300px;
	z-index: 1;
}
div#pageFooter
{
	padding: 0 55px;
	text-decoration: none;
	font: normal normal normal 11px Tahoma, Verdana, Helvetica, sans-serif;
	color: #aaa;
}
div#pageFooter h2
{
	margin: 0 0 5px 0;
	font: normal normal normal 14px Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #999;
}
div#pageFooter a
{
	color: #aaa;
	text-decoration: none;
	font-style: normal;
}
div#pageFooter a:hover
{
	color: #555;
}
div#pageFooter div.row
{
	clear: both;
}
div#pageFooter span.col1
{
	display: block;
	float: left;
	width: 150px;
}
div#pageFooter div.block
{
	position: relative;
	float: left;
	margin-right: 30px;
	width: 230px;
	height: 105px;
}
div#pageFooter div.block.right
{
	float: right;
	margin-right: 0;
	width: 320px;
}
div#pageFooter table.partners td
{
	width: 75px;
}

div#copyright
{
	position: absolute;
	right: 50px;
	bottom: -28px;
	font-size: 10px;
}
