* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	color: #555;
}
#pgContainer {
	width: 852px;
	margin: 0 auto;
	background-image: url(assets/bgPg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}
#pgWrapper {
	padding: 0 26px;
	background-image: url(assets/bgTop.jpg);
	background-repeat: no-repeat;
}
#pgHeader {
	height: 93px;
	background-image: url(assets/headerBG.jpg);
	background-repeat: repeat-x;
}
#pgHeader h1 {
	margin: 0;
	padding: 0;
}
#pgHeader h1 a {
	display: block;
	width: 219px;
	height: 93px;
	margin: 0;
	padding: 0;
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	right: 26px;
	top: 0;
	width: 570px;
	height: 93px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}
#nav ul {
	margin: 38px 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0 15px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #FF6600;
}
#nav #langToggle {
	position: absolute;
	right: 5px;
	top: 5px;
}
#pgBanner {
	height: 67px;
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
}
#pgBanner h1 {
	margin: 0;
	height: 26px;
	width: 84px;
	position: absolute;
	right: 140px;
	top: 134px;
	background-image: url(assets/bannerTxtAbout.jpg);
	background-repeat: no-repeat;
}
#pgContent {
	width: 230px;
	margin: 50px 0 0 290px;
}
#pgPromos {
	position: absolute;
	left: 26px;
	top: 184px;
	width: 264px;
}
#pgPromos p, #pgSidebar p {
	margin: 0;
}
#homeSearch {
	display: block;
	height: 287px;
	width: 264px;
	background-image: url(assets/searchForYourHome.jpg);
	background-repeat: no-repeat;
}
#badCredit {
	display: block;
	height: 299px;
	width: 264px;
	background-image: url(assets/badCredit.jpg);
	background-repeat: no-repeat;
}
#pgSidebar {
	position: absolute;
	right: 40px;
	top: 197px;
	text-align: right;
}
#sidebarNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	cursor: default;
	list-style: none;
	margin: 10px 25px 0 0;
	padding: 0;
}
#sidebarNav li {
	margin: 5px 0;
}
#sidebarNav li a {
	color: #FFF;
	display: block;
	width: 140px !important;
	width: 165px;
	height: 28px !important;
	height: 35px;
	padding: 7px 25px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(assets/sbNavBG.jpg);
	background-repeat: no-repeat;
}
#sidebarNav li a:hover {
	color: #FF6600;
	background-position: 0 -50px;
}
#pgFooter {
	/*width: 852px;*/
	width: 800px;
	height: 103px;
	margin: 0 auto;
	padding: 90px 26px 20px 26px;
	background-image: url(assets/bgBot.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #AAA;
	font-size: 85%;
}
#pgFooter ul {
	list-style: none;
	margin: 10px 0;
	cursor: default;
}
#pgFooter li {
	display: inline;
	margin: 0 12px;
}
#pgFooter p {
	margin: 10px 12px;
}
#pgFooter a {
	color: #AAA;
	text-decoration: none;
}
#pgFooter a:hover {
	color: #333;
}
.invis, #pgHeader span, #pgBanner span, #pgPromos span {
	position: absolute;
	left: -999em;
}


/* FORMAT STYLES */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F2A60;
}
h1 {
	font-size: 150%;
	margin: 10px 0;
}
h2 {
	font-size: 120%;
	margin: 25px 0 -5px 0;
}
h3 {
	font-size: 110%;
	margin: 25px 0 -5px 0;
}
p {
	margin: 15px 0;
}
ul, ol {
}
li {
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
