/*------------------------------
Lifeline Energy - Splash (2009)
Developed at: Interlevel Technologies [http://www.interlevel.com]
------------------------------*/



/*----------BODY----------*/
body {
	font-family: Tahoma;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	
	
}
html {overflow-y: scroll;}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 48px 0 0 8px;
}

#header{
	background-image: url(../images/img-logo-splash.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	margin: 0 0 35px 28px;
	width: 258px;
	height: 72px;
}

#bodytop {
	background-image: url(../images/img-cloud-bann.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	margin: 0 0 0 0;
	width: 755px;
	height: 80px;
}

#txt01{
	position:relative;
	margin: 18px 0 8px 28px;
	color: #3f9644;
}

#bodymain {
	position: relative;
	margin: 0 0 0 21px;
	width: 755px;
	height: 80px;
}


/*----------FOOTER----------*/
#footwrap {
	width: 100%;
	height: 100%;
	margin: 60px 0 20px 28px;
}

#footwrap-player {
	width: 100%;
	height: 100%;
	margin: 20px 0 20px 28px;
}

#hr-footer{
	background-image: url(../images/img-hr-footer.jpg);
	background-repeat: no-repeat;
	background-position:left;
	width: 515px;
	height: 3px;
}

#copy-footer{
	background-image: url(../images/img-copy.jpg);
	background-repeat: no-repeat;
	background-position:left;
	margin: 10px 0 0 0;
	width: 193px;
	height: 28px;
}

/*----------UN-USED----------*/
a.footnav:link {color:#a9a9a9; text-decoration:none; }
a.footnav:visited {color:#a9a9a9; text-decoration:none; }
a.footnav:hover {color:#ffffff; text-decoration:none; border-bottom:1px dotted #a9a9a9;}
a.footnav:active {color:#a9a9a9; text-decoration:none; }

.copy{
	color: #777777;
	font-size: 11px;
}

.ilt{
	padding-left: 20px;
}

#contentwrap {
	background-image: url(xxx);
	background-repeat: repeat-x;
	background-color:#e2dfdd;
	width: 825px;
	height: 100%px;
}

#menuwrap{
	margin: 50px 0px 0px 30px;
	font-size:12px;
	color: #000000;
	
}

a.lmenu:link {color:#999999; text-decoration:none; }
a.lmenu:visited {color:#999999; text-decoration:none; }
a.lmenu:hover {color:#000000; text-decoration:none; border-bottom:1px dotted #444444;}
a.lmenu:active {color:#999999; text-decoration:none; }

a.bodylink:link {font-weight:normal; color:#0946bf; text-decoration:none; border-bottom:1px dotted #000000;}
a.bodylink:visited {font-weight:normal; color:#0946bf; text-decoration:none; border-bottom:1px dotted #000000;}
a.bodylink:hover {font-weight:normal; color:#000000; text-decoration:none; border-bottom:1px dotted #0946bf;}
a.bodylink:active {font-weight:normal; color:#0946bf; text-decoration:none; border-bottom:1px dotted #000000;}

a.lmore:link {font-weight:normal; color:#a9a9a9; text-decoration:none; border-bottom:1px dotted #000000;}
a.lmore:visited {font-weight:normal; color:#a9a9a9; text-decoration:none; border-bottom:1px dotted #000000;}
a.lmore:hover {font-weight:normal; color:#000000; text-decoration:none; border-bottom:1px dotted #a9a9a9;}
a.lmore:active {font-weight:normal; color:#a9a9a9; text-decoration:none; border-bottom:1px dotted #000000;}

#title{
	color: #0946bf;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

#title2{
	color: #a1976e;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#txtem{
	color: #0946bf;
	font-size: 12px;
	line-height: 14px;
	font-style:italic;
}

#hr01{
	background-image: url(xxx);
	background-repeat: repeat-x;
	background-position:center;

}

