html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	font: 76% Verdana,Arial,sans-serif;
	/*background: #000000;*/
	background: #000000 url(images/lfc_bg.jpg) repeat;
}

a {
	color: #ffffff;
	text-decoration: none;
}

img {
border: none;
}


a:hover {
	color: #c11010;
	text-decoration: none;
}

blockquote {
	margin: 5px 5px 5px 50px;
	border-left: 5px solid #c11010;
	padding: 2px;
}




input, textarea {
	padding: 1px 3px;
	margin: 2px 0;
	font: 1em verdana, arial, sans-serif;
	color: #0a1c4c;
	background-color: #EEE;
	border: 1px solid #DDD;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	color: #0a1c4c;
	background-color: #DDD;
	border: 1px solid #CCC;
}

table {
	width: auto;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
}


table td {
	font-size: 0.95em;
}


/* TABLE STYLES -----------------------------------------------------*/


.data {
    color: #fff;
	font: 0.95em Arial;
    text-align: right;
    background-color: #000;
}


.toprow {
	color: #405168;
	font-size: 0.90em;
    font-weight: bold;
    text-align: right;
    background-color: #FFF;
}


.leftcol {
	color: #fff;
    font-weight: bold;
	font-size: 0.90em;
    text-align: left;
    width: 25%;
    background-color: #000;
}


/* PAGE LAYOUT STYLES ------------------------------------------*/

#container {
	width: 700px;
	margin: 10px auto;
	padding: 0;
	border-right: 2px solid #7a7b7b;
	border-left: 2px solid #7a7b7b;
	min-height: 100%;
	background: #000;
}


#top_bar {
	width: 700px;
	height: 20px;
	background: #7a7b7b;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#header {
	width: 700px;
	height: 216px;
	background: #eeeeee;
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 0;
}

#content_container {
	width: 700px;
	margin: 0;
	padding: 0;
	border-top: 4px solid #0a1c4c;
}


#left_menu {
	float: left;
	width: 200px;
	background: #000000 url(images/menu_bg.jpg) top left no-repeat; 
	margin: 0;
	padding: 0;
}

#right_content {
	float: left;
	width: 500px;
	min-height: 100%;
	background: #000;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #000;
}

.clear {
	clear: both;
	width: 100%;
	height: 10px;
	background: #000;
}

.line {
	width: 470px;
	height: 2px;
	margin:  8px 0 8px 20px;
	padding: 0;
	background: #EEE;
} 

/* TOP BAR STYLES -----------------------------------------*/

#top_bar p {
	color: white;
	font-weight: bold;
	padding: 3px 15px 5px 0;
	font-size: 0.85em;
	text-align: right;
	margin: 0;
}

/* HEADER STYLES --------------------------------------------*/

#header h1 {
	color: #fff;
	font-weight: bold;
	text-align: right;
	font-size: 2.0em;
	padding: 265px 50px 0 0;
	margin: 0;
}

.h1 {
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.0em;
	padding: 0px 0px 0px 5px;
	margin: 0;
}

.h2 {
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: 0px 0px 0px 5px;
	margin: 0;
}


/* LEFT MENU STYLES ------------------------------------------*/

.menu {
	width: 200px;
	height: 680px;
	background: #000000 url(images/menu_bg.jpg) top left no-repeat; 
	margin: 0 0 15px 0;
	padding: 0px 0px 0px 0px;
}

.menu_logo {
	width: 200px;
	height: 216px;
	background: url(images/lfc_logo.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
}

#navbar {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #home {
	background: url(images/navbar1.jpg) no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #home:hover {
	background: url(images/navbar_hover1.jpg) no-repeat;
	background-position: 0 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #about {
background: url(images/navbar2.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #about:hover {
background: url(images/navbar_hover2.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #gallery{
background-position: 0px 0px;
background: url(images/navbar3.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #gallery:hover {
background-position: 0px 0px;
background: url(images/navbar_hover4.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #clients {
background: url(images/navbar4.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #clients:hover {
background: url(images/navbar_hover5.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #pricestructure {
background: url(images/navbar11.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #pricestructure:hover {
background: url(images/navbar_hover11.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #packages {
background: url(images/navbar12.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #packages:hover {
background: url(images/navbar_hover12.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}


#navbar #testimonials {
background: url(images/navbar5.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #testimonials:hover {
background: url(images/navbar_hover6.jpg) no-repeat;
background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #contact{
background-position: 0px 0px;	
background: url(images/navbar6.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #contact:hover {
background-position: 0px 0px;
background: url(images/navbar_hover8.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #order{
background-position: 0px 0px;	
background: url(images/navbar7.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #order:hover {
background-position: 0px 0px;
background: url(images/navbar_hover.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}


#navbar #services{
background-position: 0px 0px;	
background: url(images/navbar9.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #services:hover {
background-position: 0px 0px;
background: url(images/navbar_hover3.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #mailist{
background-position: 0px 0px;	
background: url(images/navbar8.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #mailist:hover {
background-position: 0px 0px;
background: url(images/navbar_hover9.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}

#navbar #affiliates{
background-position: 0px 0px;	
background: url(images/navbar10.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
}
#navbar #affiliates:hover {
background-position: 0px 0px;
background: url(images/navbar_hover7.jpg) no-repeat;
margin: 0px;
	padding: 0px;
	width: 200px;
	height: 30px;
	list-style: none;
	display: block;
	
}


.menu_bottom {
	width: 200px;
	height: 23px;
	background: url(images/menu_bottom.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
}

p.date {
	font-weight: bold;
	color: #405168;
	padding: 5px 15px 0 15px;
	text-align: justify;
	margin: 0;
}

#left_menu p {
	padding: 5px 15px 0 15px;
	font: 0.85em Arial;
	text-align: justify;
	margin: 0;
}

	


/* RIGHT CONTENT STYLES ---------------------------*/

#right_content h2 {
	width: 470px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font: 1.5em Arial;
	font-weight: bold;
	margin:  7px 0 0 10px;
	padding: 0;
}

#right_content h3 {
	width: 470px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font: 2.0em Arial;
	font-weight: bold;
	margin:  7px 0 0 10px;
	padding: 0;
}

#right_content h4 {
	width: 470px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font: 1.5em Arial;
	font-weight: bold;
	margin:  7px 0 0 10px;
	padding: 0;
}

#right_content h5 {
	width: 470px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font: 1.0em Arial;
	font-weight: bold;
	margin:  7px 0 0 10px;
	padding: 0;
}

#right_content p {
	color: #eeeeee;
	font: 1em Arial;
	margin: 0;
	text-align: justify;
	padding: 8px 10px 10px 10px;
}


/* FOOTER STYLES ----------------------------------*/

#footer p {
	font: 0.80em Arial;
	color: #fff;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
}	


#footer a {
	padding: 0;
	margin: 0;
	color: #EEE;
	text-decoration: underline;
}	

#footer a:hover {
	color: #DDD;
	text-decoration: none;
}	

/* A FEW STRAY IMAGE STYLES -------------------------*/

p img {
	padding: 0;
	max-width: 100%;
}


img.alignright_nofixsize {
	float:right;
	margin:5px 15px 6px;
	padding:5px;
	clear: both;
	background: #eee;
	border: 1px solid #ddd;
}

img.alignright_250 {
    width: 250px;
    height: 300px;
	float:right;
	margin:5px 15px 6px;
	padding:5px;
	clear: both;
	background: #eee;
	border: 1px solid #ddd;
}

img.alignleft_250 {
    width: 250px;
    height: 300px;
	float:left;
	margin:5px 15px 6px;
	padding:5px;
	clear: both;
	background: #eee;
	border: 1px solid #ddd;
}

img.alignright_100 {
    width: 100px;
    height: 150px;
	float:right;
	margin:opx 0px 0px 0px;
	padding:0px;
	clear: both;
	background: #eee;
	border: 1px solid #ddd;
}

img.alignleft_100 {
    width: 100px;
    height: 100px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:2px;
	clear: both;
	background: #eee;
	border: 2px solid #ddd;
}


li.list
{

font: 100% Verdana,Arial,sans-serif;
color: #ffffff; 
padding: 5px; 
width: 300px; 
}

label.sb1
{
font: 100% Verdana,Arial,sans-serif;
color: #fff; 
padding: 5px; 
font-weight:bold; 
}

#txtbox{

}

p.rates{


width: 450px;

}

fieldset{

margin:20px; 

}

legend{
font: 100% Verdana,Arial,sans-serif;
color: #fff; 
font-weight:bold; 

}

