/* CSS document for LBP Service Corporation website */

/* HTML ELEMENTS */

BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #060;	
	font-size: 10pt;
	text-align: center
}

A {
	color: #063;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

A:hover {
	border-bottom: #C90 1px solid;
}

A:focus {
	outline: none;
}

A IMG {
	border: none;
}

UL, LI {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* Web page sections */

#container {
	margin: 0 auto;
	width: 767px;
	text-align: left;
}

#header {
	height: 424px;
	background: url('../images/ui/bg_header.jpg') left bottom no-repeat;
}

#header SPAN {
	display: none;
}

#header #logoArea {
	width: 438px;
	height: 158px;
	background: url('../images/ui/logo_lbp.png') left top no-repeat;
	position: relative;
	top: 32px;
	left: 30px;
}

#header .imgGallery {
	width: 313px;
	height: 275px;
	position: relative;
	top: -140px;
	left: 454px;
}

#mainContainer #main {
	padding: 0 0 30px 0;
	background: url('../images/ui/bg_main_container.jpg') left top repeat-y;
}

#mainContainer #footer {
	margin: 5px 0 20px 0;
	padding: 5px 0;
	height: 20px;
	background: url('../images/ui/bg_main_container.jpg') left top repeat-y;	
	font-size: 0.85em;
}

.mainContent {
	padding: 0 20px;
	width: 425px;
	float: left;
}

.sideContent {
	padding: 0 10px;
	width: 250px;
	float: right;
}

#mainContainer #footer .sideContent {
	padding-top: 3px;
	text-align: center;
}

/* navigation */

#navMain A {
	padding: 17px 10px 5px 0;
	height: 33px;
	display: block;
	background-image: url('../images/ui/bg_navmain.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-align: center;
}

#navMain A:hover {
	border: 0;
	background-position: left bottom;
}

#navMain A SPAN {
	color: #FFF;
	text-transform: uppercase;
}

/* feature area */

#feature {
	text-align: center;
}

/* misc. */

.clear {
	height: 1px !important;
	float: none !important;
	clear: both !important;
}
