/* --- 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;
	width:222px;
	height:109px;
	top:27px;
	left:498px;
	background:url(images/corgi_logo.gif) top left no-repeat;
	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 {
margin:0 auto;
width:900px;
height:40px;
background-image:url(images/nav.gif);
background-repeat:no-repeat;
}

#navigation ul#divMenu {
position:relative;
width:900px;
height:40px;
}

#navigation ul#divMenu li {
list-style:none;
position:absolute;
}

ul#divMenu li, ul#divMenu a {
height:40px;
display:block;
top:0px;
}

#navigation ul#divMenu li a {
text-indent:-5000px;
text-decoration:none;
}

#nav-1				{left:0px; width:180px;}
#nav-2				{left:180px; width:180px;}
#nav-3				{left:359px; width:180px;}
#nav-4				{left:539px; width:180px;}
#nav-5				{left:719px; width:180px;}

#nav-1				a:hover	{background:transparent url(images/nav.gif) -0px -40px no-repeat;}
#nav-2				a:hover	{background:transparent url(images/nav.gif) -180px -40px no-repeat;}
#nav-3				a:hover	{background:transparent url(images/nav.gif) -359px -40px no-repeat;}
#nav-4				a:hover	{background:transparent url(images/nav.gif) -539px -40px no-repeat;}
#nav-5				a:hover	{background:transparent url(images/nav.gif) -719px -40px no-repeat;}

#nav-1				a.on	{background:transparent url(images/nav.gif) -0px -80px no-repeat; cursor: default;}
#nav-2				a.on	{background:transparent url(images/nav.gif) -180px -80px no-repeat; cursor: default;}
#nav-3				a.on	{background:transparent url(images/nav.gif) -359px -80px no-repeat; cursor: default;}
#nav-4				a.on	{background:transparent url(images/nav.gif) -539px -80px no-repeat; cursor: default;}
#nav-5				a.on	{background:transparent url(images/nav.gif) -719px -80px no-repeat; cursor: default;}

#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;
}

.img_float_right {
	float:right;
}
