/* --- Styles for Dragon Fireplaces eStart --- */

* { margin:0; padding:0; }
body { background:#dfdddc url(images/bg.gif) center repeat-y; font-size:62.5%;}
a, a img { outline:none; border:none; }

a {}
a:hover {}
a:active {}

#header {
	position:relative;
	background:#fff url(images/header_bg.jpg) top center no-repeat;
	margin:0 auto 0 auto;
	width:900px;
	height:265px;
	border-bottom:7px solid #fdc208;
}
#companyname {
	position:absolute;
	top:5px;
	left:142px;
	width:321px;
	height:197px;
	overflow:hidden;
}
#companyname h1, #corgilogo h1, #interestfreecredit h1 {
	padding-top:250px;
}
#corgilogo {
	position:absolute;
	top:27px;
	left:485px;
	background:url(images/corgi_logo.gif) top left no-repeat;
	width:194px;
	height:76px;
	overflow:hidden;
}
#interestfreecredit {
	position:absolute;
	top:22px;
	left:712px;
	background:url(images/interest_free_credit_logo.gif) top left no-repeat;
	width:159px;
	height:158px;
	overflow:hidden;
}
#navigation {
	position:absolute;
	bottom:0;
	left:0;
	margin:0 auto 0 auto;
	width:900px;
	height:40px;
}

/* --- MAIN-NAV BUTTONS --- */

#navigation li { display:inline; }

#navigation li a { float: left; height: 0; padding-top: 40px; overflow: hidden; width:180px; background-image:url(images/nav.gif) }

#navigation li#nav-1 a { background-position: 0 0; width:179px; }
#navigation li#nav-1 a:hover { background-position-y:-40px; }
#navigation li#nav-1 a:active { background-position-y:-80px; }

#navigation li#nav-2 a { background-position: -179px 0; }
#navigation li#nav-2 a:hover { background-position-y:-40px;}
#navigation li#nav-2 a:active { background-position-y:-80px; }

#navigation li#nav-3 a { background-position: -359px 0; }
#navigation li#nav-3 a:hover { background-position-y:-40px; }
#navigation li#nav-3 a:active { background-position-y:-80px; }

#navigation li#nav-4 a { background-position: -539px 0; }
#navigation li#nav-4 a:hover { background-position-y:-40px; }
#navigation li#nav-4 a:active { background-position-y:-80px; }

#navigation li#nav-5 a { background-position: -719px 0; }
#navigation li#nav-5 a:hover { background-position-y:-40px; }
#navigation li#nav-5 a:active { background-position-y:-80px; }

#footer {
	position:relative;
	margin:0 auto 0 auto;
	width:900px;
	height:55px;
	background:#fff url(images/footer_bg.jpg) top center repeat-y;
	border-top:6px solid #fdc208;
}
#copyright { position:absolute; top:20px; left:20px;}
#footer li {display:inline;}
#footer li#nav-credit a { margin:19px 20px 0 0; background-position:0 0; float: right; height: 0; padding-top: 14px; width:109px; overflow: hidden; background-image: url(images/infoserve_credit.gif) }
#footer li#nav-credit a:hover { background-position-y: -14px; }

#wrapper {
	width:900px;
	margin:0 auto 0 auto;
	background-color:#fff;
}
#content {
	overflow:auto;
	float:left;
	padding:34px 0 20px 0;
	margin-left:30px;
}
#regular #content {
	width:595px;
}
#lotsofpix #content {
	width:850px;
}
#content img {
	margin:15px 10px 0 0;
}
#content h1 {
	font:bold 2.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#b20000;
	line-height:1em;
	padding-bottom:1em;
}
#content h2 {
	font:bold 1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#b20000;
	line-height:1.4em;
	padding-bottom:0.5em;
}
#content h3 {
	font:bold 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#222;
	line-height:1.4em;
	padding-bottom:0.5em;
}
#content p {
	font:1.1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#000;
	line-height:1.5em;
	padding-bottom:1.5em;
	}
#images {
	float:right;
	width:200px;
	margin: 34px 39px 0 0;
}
#clear {
	clear:both;
}