/*
===================
Global
===================
*/
html {
	background:#d9d9d9;
	padding-bottom:20px;
}
body {
	font:12px/150% Arial, Sans-Serif;
	color:#666;
	background:#fff url(../images/bg-pageTop.gif) top no-repeat;
	width:940px;
	margin:auto;
	padding-top:68px;
	position:relative;
}
h2, h3 {
	font-weight:bold;
	font-size:26px;
	margin-bottom:1em;
	color:#777;
}
h3 {
	font-size:16px;
	color:#85C22B;
	margin-top:1em;
}
a {
	color:#85C22B;
	font-weight:bold;
}
p, address {
	margin-bottom:1em;
	font-style:normal;
	line-height:130%;
}
strong {
	font-weight:bold;
}
em {
	font-weight:bold;
	color:#85C22B;
}
ul.bullet {
	padding-left:1.35em;
	margin-bottom:1em;
}
ul.bullet li {
	list-style:disc;
}
ul.arrows li {
	padding-left:13px;
	background:url(../images/arrow.gif) left center no-repeat;
	margin-bottom:8px;
}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}
.centred {
	text-align:center;
}

/*
===================
Containers
===================
*/
#buttons {
	background:#d9d9d9 url(../images/bg-buttons.gif) top no-repeat;
	padding:6px 12px 6px 142px;
	color:#fff;
	position:absolute;
	top:0; left:0;
	width:786px;
	height:24px;
}
#content {
	padding:30px;
}
#footer {
	background:#fff url(../images/bg-pageBottom.gif) bottom no-repeat;
	height:30px;
	margin-top:40px;
	text-align:center;
}

/*
===================
Button Links
===================
*/
#buttons span {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	margin-right:10px;
}
#buttons a {
	float:left;
	font-size:11px;
	line-height:24px;
	color:#fff;
	background:url(../images/bg-button.gif) no-repeat;
	margin-right:10px;
	text-decoration:none;
	text-align:center;
	width:172px;
}

/*
===================
Header
===================
*/
h1 a {
	display:block;
	height:130px;
	padding:70px 0 0 220px;
	background:url(../images/product-box.jpg) left no-repeat;
	color:#777;
	font-size:26px;
	font-weight:normal;
	line-height:130%;
	margin:0 30px 10px 30px;
	outline:none;
	text-decoration:none;
}
h1 strong {
	display:block;
	font-size:36px;
}
h1 strong small {
	font-size:16px;
	line-height:16px;
	position:relative;
	bottom:12px;
}
#quote {
	position:absolute;
	top:68px; right:20px;
	background:url(../images/bg-quote.jpg) no-repeat;
	width:282px;
	height:70px;
	padding:16px 0 0 18px;
}
#quote span {
	display:block;
}

/*
===================
Navigation
===================
*/
#nav {
	height:40px;
	background:#85c22b url(../images/bg-nav.gif) no-repeat;
	margin:0 30px 10px 30px;
	padding-right:20px;
}
#nav li {
	float:left;
	border-right:1px solid #b5da7f;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	background:url(../images/bg-nav-active.gif) 0 -100px repeat-x;
}
#nav li.first {
	background-image:url(../images/bg-nav-active-first.gif);
}
#nav li.active {
	background-position:left center;
	background-color:#9ecf55;
}
#nav li.phone {
	float:right;
	font-size:26px;
	border:0;
}
#nav a {
	float:left;
	color:#fff;
	font-size:16px;
	padding:0 20px;
	text-decoration:none;
}

/*
===================
Introduction
===================
*/
#intro p {
	font-size:18px;
	font-weight:bold;
	color:#999;
	float:left;
}
#intro p strong {
	color:#555;
}
.intro {
	font-size:18px;
	font-weight:bold;
	color:#999;
}
.intro1 {
	width:300px;
	padding:0 6px 0 10px;
	margin-right:14px;
	border-right:1px solid #ccc;
}
.intro2 {
	width:280px;
	padding-right:6px;
	margin-right:14px;
	border-right:1px solid #ccc;
}
.intro3 {
	width:248px;
}

/*
===================
Contact Page
===================
*/
address {
	float:left;
	width:250px;
	padding-left:15px;
	border-left:10px solid #ddd;
}
address span {
	display:block;
}
address span.phone {
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}
#contactForm {
	float:left;
	background:#f2f2f2;
	border:1px solid #ddd;
	padding:20px;
	width:500px;	
}
#contactForm h3 {
	padding-left:105px;
	margin-top:0;
}
#contactForm p {
	position:relative;
	padding-left:105px;
	min-height:26px;
	margin-bottom:7px;
}
* html #contactForm p {
	height:26px;
}
#contactForm label {
	position:absolute;
	top:0; left:0;
	display:block;
	width:95px;
	text-align:right;
	padding:4px 0 2px 0;
}
#contactForm input.text {
	font-size:13px;
	padding:5px;
	width:330px;
	border:none;
	background:#fff url(Images/bg-textinput-200.gif) no-repeat;
	margin-right:8px;
	border:1px solid #ddd;
	border-top-color:#bbb;
}
#contactForm textarea {
	width:330px;
	height:180px;
	display:block;
	padding:5px;
	border:1px solid #bbb;
	font-family:Arial, Sans-Serif;
}
#contactForm input.text:focus,
#contactForm textarea:focus {
	background-color:#ffffdd;
	border-color:#e1b86c;
}
#contactForm input.button {
	padding:8px;
}

/*
===================
Grid
===================
*/
.grid {
	width:700px;
	margin:20px auto 0 auto;
}
.grid tr.alt {
	background:#f2f2f2;
}
.grid th, .grid td {
	border-bottom:1px solid #ddd;
	padding:5px 10px;
}
.grid th {
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
.grid img {
	display:block;
	margin:2px auto 0 auto;
}
.grid th.logo {
	text-align:center;
}
.grid th.logo img {
	margin-bottom:10px;
}

/*
===================
Downloads
===================
*/
.downloadPanel {
	float:left;
	width:250px;
	padding-left:110px;
}
ul.downloads li {
	margin-bottom:10px;
}
ul.exe li {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
ul.downloads a {
	display:block;
	color:#666;
	text-decoration:none;
	padding-left:20px;
	background-position:0 3px;
	background-repeat:no-repeat;
	line-height:20px;
}
ul.downloads a:hover {
	text-decoration:underline;
}
a.exe {
	background-image:url(../images/icon-exe.gif);
}
ul.pdf a, a.pdf {
	background-image:url(../images/icon-pdf.gif);
	font-weight:normal;
}
ul.pdf a {
	font-weight:bold;
}
a.downloadButton {
	display:block;
	width:172px;
	height:51px;
	margin:20px auto;
	padding:12px 0;
	text-align:center;
	text-decoration:none;
	background:#85C22B url(../images/bg-download.gif) no-repeat;
	color:#fff;
}
a.downloadButton strong {
	display:block;
	text-align:center;
	font-size:24px;
	line-height:32px;
}