@charset "utf-8";
/*Lisa's Landing page CSS Document*/
body
{
	background:#000 url(images/body-bg.jpg) repeat-x;
	padding-top:20px;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#000;
	padding-bottom:10px;
	line-height: 20px;
}
 
a
{
	color:#179BFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color:#7C4C1F;
}

p
{
	padding:5px 0px;
	margin:5px 0px;
}

img
{
	border: 0;
}

h1
{
	padding:0;
	margin: 0px 0px;
	font-size:30px;
	color: #fff;
	font-weight: bold;
}

h1.blue
{
	padding: 5px;
	margin: 0px;
	font-size:30px;
	color: #179BFF;
	font-weight: normal;
}

h1.brown
{
	padding: 5px 0px;
	margin: 0px;
	font-size:30px;
	color: #7C4C1F;
	font-weight: normal;
}



h2
{
	padding:0;
	text-align:center;
	margin:0px;
	font-size:30px;
	color: #fff;
	font-weight: normal;
	line-height: 36px;
}

h3
{
	padding: 5px 0px;
	margin: 0px 0px;
	font-size:18px;
	color: #666;
	font-weight: normal;
	line-height:30px;
}

.txt-bold{ font-size:16px;line-height:22px;}

.header{ background: url(images/header.jpg) no-repeat; height:319px;}

.top-txt-title{ background:#0B5A88 url(images/top-txt-bg.jpg) repeat-x top; font-size:24px; font-weight:bold; padding:10px 0px; width:712px; text-align:center; color:#FFFFFF; line-height:25px;}

.main-text{ color: #990000; font-size:24px; font-weight:bold; padding:10px 15px; text-align:center; line-height:30px; }
.heading{ background:#0B5A88 url(images/title-bg.jpg) repeat-x top; font-size:24px; font-weight:bold; line-height:25px; color:#FFFFFF; text-align:center; padding-left:10px; padding:10px 0px;}

.form-content{ background:#eee; padding:0px 10px 10px 10px;}
.form-title{ background:url(images/img-get-free-gifts.png) no-repeat top; height:71px;}
.form-txt{ font-size:18px; color:#666666; font-weight:bold; padding:5px 15px;}
.txt{ background:url(images/txt-bg.jpg) no-repeat; width:212px; height:29px; border:0; padding:2px 5px; border: 0px #FFFFFF solid;;}
.list{ margin:0px; padding:0px 20px; margin:10px 20px; list-style:none;}
.list li{ background:url(images/bullet.jpg) no-repeat top left; line-height:28px; margin-bottom:10px; padding-left:30px; margin-left:0px; color:#333; font-size:16px; line-height:22px; }
.testimonials{ padding:10px 20px;}
.footer{ background:url(images/footer-bg.jpg) no-repeat top; height:133px;}
