/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html, body {
height:100%;
}

a {
outline:none;
color:#20b140;
text-decoration:none;
}

a:hover {
color:#222;
}
	
body {
margin:0px;
padding:0px;
text-align:center;
background:#fff url(../images/bg.jpg) no-repeat center top;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#555;
line-height:140%;
}

h1 {
font-size:19px;
line-height:125%;
margin:20px 0;
}

p {
margin-bottom:12px;
}

p.intro {
font-size:13px;
font-weight:bold;
margin-bottom:16px;
}

.body-list {
list-style-type:disc;
margin:12px 0 12px 0px;
padding-left:14px;
}

#container {
min-height:100%;
width:800px;
margin:0px auto;
text-align:left;
}

#header {
display:block;
text-indent:-9999px;
background:url(../images/header.jpg) no-repeat center top;
height:100px;
}

#content {
float:left;
width:800px;
background:#fff url(../images/main-bg.gif) repeat-y left top;
}

#inner-content {
position:relative;
float:left;
margin-left:11px;
width:778px;
min-height:545px;
background:#dadddf url(../images/inner-bg.jpg) repeat-x center top;
}

#left-content {
margin-top:55px;
float:left;
width:100px;
height:190px;
background:url(../images/feet-trans.png) no-repeat left top;
}

#main-content {
margin-top:55px;
float:left;
width:280px;
min-height:520px;
}

#wide-content {
margin-top:55px;
float:left;
width:633px;
min-height:520px;
}

.right-content {
margin-top:35px;
margin-left:20px;
float:left;
width:353px;
height:400px;
}

img.main-image {
margin-left:25px;
margin-top:20px;
}

.right-content a.demo {
display:block;
text-indent:-9999px;
background:url(../images/demo-trans.png) no-repeat left top;
width:188px;
height:35px;
margin:10px auto 0 auto;
}

.right-content a.demo:hover {
background:url(../images/demo-over-trans.png) no-repeat left top;
}

.right-content a.data {
display:block;
text-indent:-9999px;
background:url(../images/download-trans.png) no-repeat left top;
width:188px;
height:35px;
margin:10px auto 0 auto;
}

.right-content a.data:hover {
background:url(../images/download-over-trans.png) no-repeat left top;
}

#base {
float:left;
margin-top:22px;
margin-left:18px;
background:url(../images/base-trans.png) no-repeat center top;
width:742px;
height:79px;
}

#base p {
margin:20px 0 0 18px;
font-size:9px;
}

.clear {
clear:both;
}

#footer {
position:relative;
clear:both;
margin:0px auto 0 auto;
height:60px;
width:800px;
background:url(../images/footer-trans.png) no-repeat left top;
}

#footer p {
color:#777;
padding:36px 34px;
font-size:9px;
}



/* ACCORDION */

.accordion a {
margin-top:10px;
margin-bottom:22px;
background:url(../images/read-more-trans.png) no-repeat left top;
display:block;
text-indent:-9999px;
margin-left:-6px;
width:95px;
height:32px;
cursor: pointer;
}
.accordion a:hover {
background:url(../images/read-more-over-trans.png) no-repeat left top;
}

.accordion a.close {
background:url(../images/close-trans.png) no-repeat left top;
}
.accordion a.close:hover {
background:url(../images/close-over-trans.png) no-repeat left top;
}




/* FORM */

form {
margin-bottom:22px;
padding:20px;
background-color:#fff;
border:1px #999 solid;
}

input {
width:auto;
vertical-align:middle;
}

input.text {
margin-left:5px;
width:280px;
}

label.drop {
width:auto;
padding-right:10px;
}

input.postcode {
width:80px;
}

label {
float:left;
/* width:65px; */
width:75px; /* ALEX CHANGED THIS TO 75px TO ACCOMMODATE THE 'Address 2' LABEL */
}

label.block {
display:block;
width:300px;
padding-bottom:4px;
}

input#contact_name, input#contact_company, input#contact_address_1,
input#contact_address_2,input#contact_address_city, input#contact_address_county,  
input#contact_address_postcode, input#contact_telephone, input#contact_email {
margin-left:5px;
width:270px;
}

/* Added by Alex */
div.hidden { display:none; }
