/*
 * Sales Letter Website styles
 *
 */
 
body {
	background-color: #dcdbdb;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px; 
	padding: 0px;
	text-align: center;
}
div { 
	margin: 0px; 
	padding: 0px; 
}
#main, #banner, #footer {
	margin: 0px auto;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 900px;
}
#main {
	background-image:url(images/bg_page_area.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#banner {
	background-image: url(images/bg_page_top.gif);
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-bottom: 0px;
}
#left {
	float: left;
	width: 200px;
}
#container {
	margin-left: 220px;
	padding-bottom: 10px;
	width: 650px;
}
#footer {
	background-image: url(images/bg_page_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}
#footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px auto;
	text-align: center;
	width: 750px;
}

h1, h2, h3, h4, h5, h6 { text-align:center; }
.redtext, p.redtext, h1.redtext, .redbiggertext { color: #CC0000; }
.redbiggertext { font-size: 14px; }
.subheading { font-size: 14px; }
#container ul li, #container ol li {
	padding-bottom: 10px;
}

a img { border-width: 0px; }

.Item1 { font-weight: bold; }

.right { 
	float: right; 
	margin-left: 10px;
}
.dottedbox {
	background-color: #FFFFCC;
	border-width:3px;
	border-style:dashed;
	font-size: 14px;
	padding: 15px; 
}
.TestimonialBox {
	font-size: 80%;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFCC;
	padding: 8px;
	margin: 5px;
}

p.centreredbold {
	color:#CC0000;
	font-weight: bold;
	text-align: center;
}
p.leftred {
	color: #CC0000;
	text-align: left;
}
p.centre {
	text-align: center;
}

p.centrebold {
	text-align: center;
	font-weight: bold;
}

p.testimonial {
	font-style: italic;
}

p.testimonialname {
	text-align: right;
	font-weight: bold;
	font-size: 80%;
}

.underline {
	text-decoration: underline;
}

.OrderLink {
	text-align: center;
}

p.footnotes {
	font-size: 8px;
}

.NavBox { background-image: url("images/nav_bar_bottom.png"); background-repeat:no-repeat; background-position: bottom; margin-top: 20px; }
.innerNavBox { background-image: url("images/nav_bar_top.png"); background-repeat: no-repeat; background-position: top; padding-top: 10px;}
.vnav { list-style-type:none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; line-height: 28px; padding-bottom: 35px;}
.vnav a:link, .vnav a:visited { color: #000000; text-decoration: none; }
.vnav a:hover { color: #FFFFFF;}