/************** OVERALL LAYOUT ELEMENTS *************/

html{
	height: 100%;
}
body {
	width: 100%;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: #e1e9f0;
	height: 100%;
}
ul li, ol li {
	margin: 4px;
	line-height: 140%;
}
ul {
	margin-bottom: 20px;
}
#innerColumn {
	margin: 10px;
}
#content {
	width: 860px;
	margin: auto;
	padding: 20px;
	background: #fff;
	min-height: 100%;
	padding-bottom: 80px;
}

#container { 
	min-height: 100%; 
	position: relative;
}
#header {
	background: #1A315E;
	width: 100%;
}
#headerContent {
	width: 900px;
	margin: auto;
		height:65px;
}
#headerContent img {
	margin: 10px 20px 0 0;
}
#contactBox {
	float: right;
	color: #fff;
}
#contactBox p {
	margin-top: 30px;
	text-align: right;
	margin-right: 20px;
}
#contactBox #telNo {
	font-size: 1.6em;
}
#contactBox #email a {
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}
#siteNav {
	float:left;
	width:100%;
	min-width: 900px;
	line-height:normal;
	padding: 0;
	background: url("../images/siteNav.png") repeat-x 0 7px;
	position: absolute;
	top: 130px;
	left: 0;
	margin-bottom: 10px;
}
#siteNav ul {
	width: 900px;
	margin: auto;
	padding:0;
	list-style:none;
}
#siteNav li {
	display:inline;
	margin:0;
	padding:0;
	line-height: normal;
}
#siteNav a {
	float:left;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#siteNav a span {
	float: left;
	display: block;
	background: url("../images/siteNav.png") repeat-x;
	background-position: 0 0;
	padding: 8px 15px 7px 15px;
 	color: #fff;
	margin-top: 7px;
	font-weight: normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #siteNav a span {float:none;}
/* End IE5-Mac hack */
#siteNav a:hover span {
	background-position: 0 -150px;
	background: #768aa1;
}
#siteNav .currentListItem a {
	background: url("../images/currentTabRight.png") no-repeat right top;
	color: #256089;
	padding:0 4px 0 0px;
	margin-top: 0;
}
#siteNav .currentListItem a span {
	background: url("../images/currentTabLeft.png") no-repeat left top;
	color:#256089;
	padding-bottom:7px;
	margin-top: 0;
	padding: 12px 10px 15px 15px;
}
#siteNav .currentListItem a:hover {
	background: url("../images/currentTabRight.png") no-repeat right top;
}
 #siteNav .currentListItem a:hover span {
	background: url("../images/currentTabLeft.png") no-repeat left top;
}

#logo {

width:120px; 
float:left; 
margin:0 0 0 10px;

}

.logoText {

margin:0 0 0 0; 
padding:0 0 0 57px;
font-size:1.1em;
color:#BDC9D5;
font-family: Arial, Helvetica, sans-serif

}

.productHeading {

font-size:1.7em;
margin:0 0 0 0;
padding:0 0 0 0;
border:none;
color:#1A315E;

}

.productHeading a {
	
	text-decoration:none;
	
}
.price {
	font-size:1.7em;
	font-weight:bold;
	color:#2B4C6D;
	text-align: center;
}
.product {
	border-bottom:1px dotted #2B4C6D;
}
.productDescription p {
	line-height:1.2em;
	font-size:1em;
}
.productDescription ul li {

padding:0 0 0 15px;
margin:0 0 0 0;
background: url("/order/images/productBullet.png") no-repeat left top;

}

.productDescription ul {

margin:0 0 8px 0;
padding:0 0 0 15px;
list-style:none;

}

.editButton {

margin:0 10px 0 12px;

}

p.price {

margin:0 0 4px 0;
padding:0 0 0 0;

}

.vat {

font-size:0.8em;

}

#orderNav ol {

margin-left:0;
padding-left:0;
list-style:none;
color:#1A315E;

}

#orderNav li {
	display: inline;
	font-size: 1.1em;
	font-weight:bold;
	margin: 0 0.6em 0 0;
	padding-right:1.2em;
	background: url("/order/images/orderNavArrow.png") no-repeat right;
}


#orderNav ol li.last{

background:none;

}


#orderNav strong {
	font-size: 1.4em;
}
#orderSummary {
	background: #e1e9f0;
	border: 1px solid #446588;
}
#orderSummary h2 {
	margin: 0 0 5px 0;
	padding: 6px 0 6px 10px;
	font-size: 1.2em;
	color: #fff;
	background: url("/order/images/basket.png") no-repeat right #446588;	
	text-align: left;
}

#confirmationSummary {
	background: #F4F8FB;
	border: 1px solid #446588;
}

.confirmationTotal {

	background:#fff5ce;
	padding:4px;

}

#confirmationSummary h2 {
	margin: 10px 0 5px 0;
	padding: 6px 0 6px 10px;
	font-size: 1.2em;
	background:#446588;	
	color: #fff;
	text-align: left;
}
#confirmationSummary tr td, #confirmationSummary tr th {
	padding:2px 7px 2px 7px;
}
.orderSummaryTable {
	border-collapse: collapse;
	width: 100%;
}
.orderSummaryTable tr td {
	padding: 2px 0 2px 10px;
}

.summaryTotal {

background:#FFF5CE;

}

.editlink {
  float: right;
  color: #fff;
}
.editlink a:link, .editlink a:hover {
  color: #fff;
}
.charges {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.charges td {
	border: 1px solid #446588;
	padding: 0.1cm;
}
.charges th {
	background-color: #446588;
	border: 1px solid #446588;
	color: #fff;
	padding: 0.1cm;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#footerContent {
	width: 870px;
	margin: auto;
	padding: 15px;
	font-size: 0.95em;
}
#footerContent p {
	text-align: right;
}
#footerContent a, #footerContent a:link, #footerContent a:visited {
	color: #315273;
	font-weight: normal;
}
#footerContent a:hover {
	color: #333;
}

/********* PAGE LAYOUTS *********/

#sidePanel {
	width: 235px;
	float: right;
}

#homepageBoxes {
	margin: 20px 0;
	vertical-align: top;
}
#homepageBoxes a img {
	vertical-align: top;
}
.column {
	margin-right: 260px;
}
#customers {
	margin-top: 20px;
}
#customers .customerPic {
	float: left;
	width: 200px;
	padding-bottom: 15px;
}
.customerPic a img {
	padding: 1px;
	border: solid 1px #ccc; 
	margin-bottom: 5px;
}
.customerPic a, .customerPic a:link, .customerPic a:visited {
	font-weight: normal;
	color: #315273;
	font-size: 0.95em;
}
table.edit td label {
	width: 180px;
}

/********** TYPOGRAPHY & LINKS **********/

h1 {
	font-size: 2em;
	color: #1A315E;
	margin-top: 25px;
}
h2 {
	font-size: 1.3em;
	color: #1A315E;
	margin-bottom: 0;
	padding-bottom: 8px;
	margin-top: 30px;
	border-bottom: solid 1px #ccc;
}
h3, h3 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 25px;
}
h4 {
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #1A315E;
}
p {
	text-align: justify;
	line-height: 140%;
	margin-top: 8px;
}
code {
	font-size: 1.2em;
}
a img {
	border: none;
}
th {
	text-align: left;
}
ul.tickList {
	list-style-type: none;
	margin: 20px 0 20px 25px;
	padding-left: 0;
}
ul.tickList li {
	background: url("../images/tick.png") no-repeat left center;
	padding-left: 25px;
	margin: 8px 0;
}
ul#actionsMenu {
	background: url("../images/actionsMenu.png") repeat-x left bottom;
	margin: 0;
	padding: 0px 20px;
	list-style-type: none;
}
ul#actionsMenu li {
	background: url("../images/blueDot.gif") repeat-x left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul#actionsMenu li#last {
	background: none;
}
.testimonial p {
	font-size: 0.95em;
	color: #fff;
	text-align: left;
	margin: 0 15px 15px 15px;
	padding-top: 20px;
}
.address div {
	margin: 0;
}
div.screenshot {
	margin: 15px 0 15px 15px;
	float: right;
	padding: 2px;
	text-align: center;
}
.screenshot img {
	border: solid 1px #527396;
}
.screenshot a {
	display: block;
}
/******* FORMS ********/

.editfield {
	width: 100%;
	clear: both;
	margin: 7px 0;
}
.editfield#startDate {
	padding-top: 8px;
}
.editfield label {
	width: 180px;
	padding-left: 15px;
	float: left;
}
fieldset {

	padding:0 0 8px 0;
	margin:0 0 0 0;
	background: url("../images/fieldsetBg.png") repeat-x left bottom;
	
	
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #1A315E;
	margin:0 0 0 15px;
	padding:8px 0 10px 0;

}
.editactions {
	text-align: right;
	margin:20px 0 0 0;
}

/**** MISC ***/

.error {
	color: #CC0000;
}
.date {
	white-space: nowrap;
}
.currency {
	text-align: right;
	padding-right: 10px;
}
.total{
	font-weight: bold;
}
.totalRow{
	font-size: 1.2em;
	font-weight: bold;

}
img.headingPic {
	margin-bottom: 20px;
}
.testimonialTop {
	height: 100px;
	width: 235px;
	background: url("../images/quoteTop.png") no-repeat left top;
	position: relative;
}
.testimonial2 p {
	font-size: 0.9em;
	margin: 20px;
	color: #fff;
	text-align: left;
	background: transparent;
	position: relative;
}
.testimonial2 {
	background: url("../images/quoteBottom.png") no-repeat left bottom;
	padding-bottom: 20px;
}
.testimonial2 p#firstQuote {
	margin-top: -80px;
}
.testimonialWrapper {
	margin-top: 20px;
	background: #3c5d7f;
}
.apimethods td {
	padding-left:  5px;
	vertical-align: top;
}



a.zoom img {
cursor:url('../images/zoom.png'), pointer;
}

p.productExample {
	
	margin-top:0; 
	padding-top:0; 
	text-align:center
	
}

p.productExample a {
	
	text-decoration:none;
	
}

