/******************************************************************
/
/	GREAT LAKES COMBUSTION CSS
/
/
/
/
/
/
/*****************************************************************/

body {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

html {
	overflow: -moz-scrollbars-vertical;
}

p {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}

p a {
	color: #f04509;
}

h3 {
	font-family: Tahoma;
	color: #f04509;
	line-height: 20px;
	font-weight: normal;
}

.text-dark {
	color: #1f1f1f;
}

.text-dark a {
	color: #1f1f1f;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
}

ul li {
	list-style: url(../images/bullet.gif);
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul li:hover a {
	color: #f04509;
}

ul li:hover {
	list-style: url(../images/bullet-on.gif);
}


/******************************************************************
/
/	DIV TAGS 4 LAYOUT
/
/*****************************************************************/

div#navigation {
	height: 38px;
	background: url(../images/bg-navigation.gif) repeat-x;
}

div#header {
	height: 169px;
	background: url(../images/bg-header.gif) repeat-x;
	margin: 0px;
}

div#nav-holder {
	width: 780px;
	margin: 0px auto;
	text-align: right;
}

div#header-holder {
	width: 780px;
	margin: 0px auto;
}

div#wrapper-bg {
	background: #171717;
	margin: 0px;
}

div#wrapper {
	width: 780px;
	margin: 0px auto;
	padding-top: 20px;
}

div#footer {	
	height: 111px;
	background: url(../images/bg-footer.gif) repeat-x #FFFFFF;
}

div#footer-holder {
	width: 780px;
	padding-top: 25px;
	margin: 0px auto;
	text-align: center;
}

div#divider {
	border-top: 1px solid #e53014;
	margin-bottom: 15px;
	margin-top: 15px;
}

div#home-block {
	margin-left: 15px;
	margin-right: 10px;
}