@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) repeat-y center;
}

a {
	color: #c00;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	color: #333;
}

strong {
	color: #333;
}

img {
	border: none;
}

h2 {
	font-size: 26px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

h4, h5 {
	font-size: 18px;
}

h5 {
	color: #e0bf6f;
	font-weight: normal;
}

p, li {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

.hide {
	display: block;
	position: absolute;
	margin: 0 0 0 -3000px;
}

.highlight {
	font-weight: bold;
	color: #c00;
}

.featureImg {
	width: auto;
	height: 130px;
}

.featureImg img {
	float: left;
}

.featureImg h4 {
	padding-top: 30px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/bg_top.jpg) no-repeat top left;
}

#header {
	width: auto;
	height: 100px;
}

#logo {
	width: 200px;
	float: left;
}

#navigation {
	width: 800px;
	margin-left: 200px;
}

#banner {
	width: auto;
}

#banner p.productTitle {
	margin: 42px 0 0 232px;
}

#banner h2 span.lineOne {
	margin: 0 0 0 300px;
}

#banner h2 span.lineTwo {
	margin: 0 0 0 350px;
}

#banner h2 span.lineThree {
	margin: 0 0 0 400px;
}

#banner h3.strapline {
	width: 650px;
	margin: 80px 0 0 50px;
}

#content {
	width: auto;
	margin-top: 20px;
}

#content li, #content p, #content h4 {
	margin: 0 0 10px 0;
}

#body {
	width: 710px;
	float: left;
}

#body ul {
	list-style: none;
	margin: 0;
}

#body ul li {
	background: url(../images/bullet.gif) no-repeat left 2px;
	padding-left: 20px;
}

#columnOne, #columnTwo {
	width: 260px;
	background: url(../images/corner_top.jpg) no-repeat top left;
	padding: 20px 25px;
}

#columnWide {
	width: 600px;
	background: url(../images/corner_top.jpg) no-repeat top left;
	padding: 20px 25px;
}

#columnOne, #columnWide {
	float: left;
	margin-left: 50px;
}

#columnTwo {
	margin-left: 380px;
}

.columnBottom {
	width: auto;
	height: 40px;
	background: url(../images/corner_bottom.jpg) right bottom no-repeat;
	margin: -20px -25px 0 0;
}

#side {
	width: 280px;
	margin-left: 710px;
	margin-bottom: 20px;
}

#side p.ctaBuy a, #side p.ctaInfo a {
	display: block;
	width: 250px;
	height: 115px;
	line-height: 115px;
	text-decoration: none;
}

#side p.ctaBuy a {
	background: url(../images/cta_buy.jpg) no-repeat;
}

#side p.ctaInfo a {
	background: url(../images/cta_info.jpg) no-repeat;
}

#footer {
	width: auto;
	clear: both;
	margin: 0 50px 25px 50px;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

#footer p {
	font-size: 9px;
}