/**********************
Basic tag definitions
**********************/

* {margin: 0; padding: 0; outline: 0;}

p {margin-bottom: 1.33em; line-height: inherit;}

ul, ol {line-height: inherit; list-style: none; margin: 0 0 1.33em 0;}

table {border-collapse: collapse; border-spacing: 0;}

img, fieldset, abbr, acronym {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
strong {font-weight: bold;}
em {font-style: italic;}

caption, th {text-align:left;}
q:before, q:after {content:'';}


/**********************
Headers
**********************/

h1, h2, h3, h4, h5, h6 {line-height: 1.17em; font-weight: normal;}
h1 {font-size: 3em;}
h2 {
	border-bottom: 1px solid #E4E5DD;
	color: #4699e6;
	font-size: 2.36em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 22px -14px 11px 0;
	position: relative; z-index: 9999 !important;
}
h3 {font-size: 1.91em;}
h4 {font-size: 1em; font-weight: bold; margin-bottom: .3em;}
h5 {font-size: .92em;}
h6 {font-size: .88em;}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top,
#body h2:first-child, #body h3:first-child, #body h4:first-child {margin-top: 0 !important;}

#col-c h3 {
	color: #1f578c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 17px 0 0 0;
}
#col-r h3 {
	background-color: #f7f8ef;
	border-bottom: 1px solid #e4e5dd;
	height: 29px; width: auto;
	margin: 0 -10px 11px -10px;
}
h3.hd-headlines {
	background: url(../img/hd_headlines.gif) no-repeat 0 0;
}
h3.hd-testimonials {
	background: url(../img/hd_testimonials.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
	height: 15px;
}

h3.hd0 {
	height: 60px; width: 340px;
	left: -10px;
}
h3.hd0, ul.list-price, ul.list1, h4.hd-list-price {left: -10px; position: relative; z-index: 9999;}
h4.hd-list-price {color: #333; width: 330px;}

h3#hd-manage {background: url(../img/hd_manage.gif) no-repeat 0 0;}
h3#hd-manage span.price {
	color: #6e8b1f;
	display: block; text-indent: 0;
	font: bold 18px "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
	position: absolute; z-index: 9999;
	top: 31px; left: 227px;
}
h3#hd-simplify {background: url(../img/hd_simplify.gif) no-repeat 0 0;}

h4.hd-list-price {
	background: #eff1e3 url(../img/bg_dots.gif) repeat-x 0 bottom;
	border-top: 1px solid #7f807c;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	margin: 0;
}

ul.list1 h4 {
	text-transform: uppercase;
}


/**********************
Anchors
**********************/

a, a:link, a:active, a:visited {color: #6e8b1f; text-decoration: udnerline;}
a:hover {color: #96b927; text-decoration: underline;}


/**********************
Main structure
**********************/

body {
	background: #fff url(../img/bg.gif) repeat-x 0 0;
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .69em;
	line-height: 1.27em;
	margin: 20px 0 0 0;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	position: relative;
	width: 760px;
}

#header {
	background: url(../img/bg_header.jpg) no-repeat 0 0;
	height: 228px; width: 760px;
	margin: 0 0 10px 0;
	position: relative;
}
	#logo a {
		height: 228px; width: 205px;
		position: absolute;
		top: 0; left: 0;
	}

#body {
	background: url(../img/bg_body.gif) repeat-y 0 0;
	padding: 0 0 20px 0;
	position: relative;
	width: 760px;
}
	#col-l {
		float: left;
		width: 208px;
	}
	#col-c {
		float: left; display: inline;
		margin: 0 15px 0 22px;
		padding: 22px 0 0 0;
		width: 330px;
	}
	#col-r {
		float: left;
		padding: 0 10px;
		width: 165px;
	}

	#testimonials {
		float: left;
		background: url(../img/bg_testimonials.gif) no-repeat 0 0;
		min-height: 44px; height: auto !important; height: 44px;
		padding-top: 20px;
		width: 205px;
	}
	
#footer {
	background: url(../img/bg_footer.gif) no-repeat 0 0;
	border-top: 5px solid #d0d1ca;
	height: auto; width: 760px;
	margin-top: 3px;
	padding-top: 5px;
	position: relative;
}


/**********************
General Elements
**********************/

/* lists */
ul.headlines li {
	margin-bottom: 6px;
}
ul.headlines li a {
	background: url(../img/bullet0.gif) no-repeat 0 5px;
	color: #7f807c !important;
	display: block;
	padding-left: 15px;
}
ul.headlines li a:hover {
	background: url(../img/bullet1.gif) no-repeat 0 5px;
	color: #333 !important;
}

ul.list0 li {
	background: url(../img/bullet2.gif) no-repeat 0 5px;
	margin-left: 20px;
	padding: 0 0 .3em 15px;
}

ul.list1 {
	border-bottom: 5px solid #d0d1ca;
	margin-bottom: 2em;
	width: 340px;
}
ul.list1.top {
	background: #fefff9 url(../img/bg_dots.gif) repeat-x 0 0;
	padding-top: 1px;
}
ul.list1.top li {
	padding: .6em 0;
}

ul.list-price {
	border-bottom: 5px solid #d0d1ca;
	width: 340px;
}
ul.list-price li, ul.list1 li {
	background: #fefff9 url(../img/bg_dots.gif) repeat-x 0 bottom;
	color: #333;
	position: relative;
	width: 340px;
}
ul.list-price li strong.price {
	color: #828b6a;
	font-weight: normal;
	position: absolute;
	top: 6px; right: 10px;
}
ul.list-price li div.bullet, ul.list1 li div.bullet {
	background: url(../img/bullet0.gif) no-repeat 10px 12px;
	padding: 8px 50px 10px 25px;
}
ul.list1 li div.bullet {
	padding-right: 10px;
}
ul.list1 p, ul.list1 ul {margin: 0;}
ul.list1 li ul li {
	background: none;
	width: auto;
}
ul.list1 p.goals {margin: .6em 0 .3em 0;}
ul.list1 p.p1 {margin-top: .6em;}

ul.list2 li {
	background: url(../img/bullet3.gif) no-repeat 5px 7px !important;
	margin-bottom: .3em;
	padding: 0 0 0 15px !important;
}

ul.list-testim li {background: url(../img/bg_dots.gif) repeat-x 0 bottom; padding: 15px;}
ul.list-testim li.odd {background-color: #fefff9;}
#testimonials p {margin: 0;}
#testimonials p.sig {margin-top: .6em; text-align: right;}


/* text styles */
.txt0 {color: #4699e6}
.txt1 {color: #7f807c;}
.txt2 {color: #828b6a; font: normal normal .91em Tahoma, Arial, Helvetica, sans-serif;}
.txt2 em {color: #6e8b1f; font-style: normal;}
.txt3 {color: #1f578c;}
.txt4 {color: #6e8b1f;}

/* paragraphs */
p.p0 {margin-left: 10px;}
p.p1 {padding: 0 10px;}
p.video {
	background: #f7f8ef;
	border: 1px solid #d0d1ca;
	margin-bottom: 2em;
	padding: 5px;
}
p.price-block {
	background: #eff2f8;
	border: 1px solid #dcdfe6;
	color: #6b7c8c;
	left: -10px;
	padding: 5px 10px;
	width: 320px;
	position: relative;
	z-index: 9999;
}


/**********************
Navigation
**********************/

ul.nav {margin-bottom: 0;}
ul.nav li.first {border: 0 !important;}

/* main nav */
ul#nav {
	float: left;
	width: 208px; height: auto;
}
ul#nav li {
	float: left;
}
ul#nav li a {
	background: url(../img/nav.gif) no-repeat;
	float: left;
	display: block;
	height: 30px; width: 205px;
	text-indent: -10000px; line-height: 0;
}

ul#nav li.nav1 a {background-position: 0 0;}
ul#nav li.nav1 a:hover {background-position: -205px 0;}
ul#nav li.nav1 a.active {background-position: -410px 0 !important;}

ul#nav li.nav2 a {background-position: 0 -30px;}
ul#nav li.nav2 a:hover {background-position: -205px -30px;}
ul#nav li.nav2 a.active {background-position: -410px -30px !important;}

ul#nav li.nav3 a {background-position: 0 -60px;}
ul#nav li.nav3 a:hover {background-position: -205px -60px;}
ul#nav li.nav3 a.active {background-position: -410px -60px !important;}

ul#nav li.nav4 a {background-position: 0 -90px;}
ul#nav li.nav4 a:hover {background-position: -205px -90px;}
ul#nav li.nav4 a.active {background-position: -410px -90px !important;}

ul#nav li.nav5 a {background-position: 0 -120px;}
ul#nav li.nav5 a:hover {background-position: -205px -120px;}
ul#nav li.nav5 a.active {background-position: -410px -120px !important;}

ul#nav li.nav6 a {background-position: 0 -150px;}
ul#nav li.nav6 a:hover {background-position: -205px -150px;}
ul#nav li.nav6 a.active {background-position: -410px -150px !important;}

ul#nav li.nav7 a {background-position: 0 -180px;}
ul#nav li.nav7 a:hover {background-position: -205px -180px;}
ul#nav li.nav7 a.active {background-position: -410px -180px !important;}

/* footer nav */
#footer ul.nav {
	position: absolute;
	top: 5px; right: 0;
}
#footer ul.nav li {
	float: left;
	padding: 0 .15em;
}
#footer ul.nav li a {color: #7f807c !important;}
#footer ul.nav li a:hover {color: #333 !important;}
#footer ul.nav li:before {content: " | ";}
#footer ul.nav li.first:before {content: "";}


/**********************
General Forms
**********************/

input, select, textarea {font: 1em Arial, Helvetica, sans-serif; width: auto;}
input, textarea {padding: 1px;}
input, select {vertical-align: middle;}
textarea {overflow: auto; width: 195px; height: auto;}

input.text {width: 195px;}
select.select {width: 200px;}


/**********************
Common classes / Misc.
**********************/

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}
.nomargin {margin-bottom: 0;}
.noborder {border: 0 !important;}
.nobgimg {background-image: none !important;}

.col-l, .float {float: left;}
.float {display: inline;}
.col-r {float: right;}

.c {text-align: center;}
.r {text-align: right;}


/**********************
CSS Hacks / Tools
**********************/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}
 .clearfix {display: inline-block;}  

 /* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End Holly Hack */