/*
Global Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Email:     gary@simianenterprises.co.uk
Website:   http://www.simianenterprises.co.uk
*/


/* Import other style sheets */
@import url(formStyles.css);
@import url(tableStyles.css);
@import url(textStyles.css);
@import url(styleAdjusters.css);

/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: oblique !important;
}

:focus {
	outline: 0;
}
body {
	color: black;
	font: 0.6251em/1 Helvetica, Tahoma, Arial, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Link styles */
a {
	color: #185a89;
	text-decoration: none;
}

a:hover {
	color: #78B0D0;
	text-decoration: underline;
}


/* Website styles */
html {
	height: 100%;
}

body {
	background: url(/img/structure/pageLayout/topBG.gif) repeat-x top #ffffff;
	height: 100%;
}

#logo {
	float: left;
	background-image: url(/img/structure/pageLayout/logo.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 102px;
	text-indent: -99999px;
}

#header {
	width: 920px;
	height: 102px;
	text-align: left;
	margin: auto;
}

/* Advanced Search */
#advancedSearch {
	border: 2px solid #e9e9e9;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1.5em;
	margin-bottom: 2em;	
	clear: both;
}

	#advancedSearch fieldset {
		border: 0px;
		background: none;
		margin-top: 1em;
		padding: 0px;
		margin: 0px;
		margin-top: 2em;
		clear: both;		
	}
	
	#advancedSearch fieldset legend {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#advancedSearch fieldset ol {	
		margin-top: 1em;
		float: left;
		width: 100%;
		padding: 0px;
	}
	
	#advancedSearch fieldset ol li {	
		float: left;
		position: relative;
		display: inline;
		list-style: none;
		width: 30%;
		clear: none;
		font-size: 1.2em;
		height: 2em;
	}

	#advancedSearch fieldset ol li label {
		line-height: 1.6em;
	}

	#advancedSearch fieldset ol li input {
		margin-top: 0.3em;
	}
	
	#advancedSearch fieldset ol li a {
		width: 11px;
		height: 11px;
		padding: 2px;
		float: left;
		text-indent: -9000px;
		background-image: url(/img/elements/icons/whatisthis.gif);
		background-repeat: no-repeat;
	}

	#advancedSearch fieldset ol li a:hover {
		background-image: url(/img/elements/icons/whatisthis_on.gif);
	}	

	
	

/* Search Bar */
#frmSearch {
	position: relative;
	top: 6.5em;
	right: 1.5em;
	width: 21.6em;
	float: right;
	padding: 0px;
}

#frmSearch fieldset {
	background: none;
	border: 0px;
	margin: 0px;
}

#frmSearch fieldset legend {
	display: none;
}

#frmSearch fieldset ol {
	padding: 0px;
}

#frmSearch fieldset li {
	padding: 0px;
}

#frmSearch fieldset label {
	background: url(/img/structure/icons/iconSearch.gif) no-repeat 0em 0.5em;
	text-indent: -9000px;
	width: 1em;
	float: left;
	height: 1.55em;	
	font-size: 1.1em;
	margin-right: 0px;
}

#frmSearch fieldset input {
	float: left;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.55em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0.4em 0 0.4em;
	padding: 0.2em 0 0 0.5em;
	width: 15em;
}

#frmSearch fieldset button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.9em;
	width: 2.4em;
	background: url(/img/structure/buttons/btnSearchGo.jpg) center;
	text-indent: -9000px;
	display: block;
}

#frmSearch fieldset button:hover {
	border: 1px solid #78B0D0;
}

#frmSearch fieldset ol li a {
	display: block;
	float: right;
	border-bottom: 1px solid black;
	text-align: right;
	font-size: 1.1em;
	margin: 0.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #000000;
}

#frmSearch fieldset ol li a:hover {
	color: #78B0D0;	
	border-bottom: 2px solid #78B0D0;
}


/* Navigation styles */
#navigation {
	float: left;
	width: 180px;
	background: #f3f1f1;
	color: #000000;
	font-size: 1.2em;
	padding-top: 11px;
	padding-bottom: 20px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;	
}

#navigation li {
	background-color: #e9e9e9;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#navigation li a {
	color: #000000;
	text-decoration: none;
	padding: 0.35em 1em;
	display: block;
}

#navigation li a:hover {
	background-color: #c6e2ed;
	color: #000000;
}

#navigation li ul li {
	background-color: #cccccc;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation li ul li a {
	margin: 0px;
	padding-left: 30px;
	background-image: url(/img/structure/pageLayout/navIndent.gif);
	background-repeat: no-repeat;
	background-position: 17px;
}

#navigation li ul li ul li a {
	margin: 0px;
	padding-left: 45px;
	background-image: url(/img/structure/pageLayout/navIndent.gif);
	background-repeat: no-repeat;
	background-position: 34px;
}

#navigation ul li.product a, #navigation ul li.openProduct a {
	font-weight: bold;
	background-color: #DCDCDC;	
}

#navigation .currentProduct a {
	font-weight: bold;
	background-color: #C6E2ED;	
}

#navigation li ul li ul li.openProduct a:hover, #navigation li ul li.openProduct a:hover {
	background-color: #C6EDE4;
}

#navigation li#companyProfile a {
	margin-top: 50px;
	background-image: url(/img/elements/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 150px;
}

/* Sitemap navigation */
#content ul.sitemap li {
	font-size: 0.9em;
	font-weight: bold;
}

#content ul.sitemap li ul li {
	font-size: 0.9em;
	font-weight: normal;
}

#content ul.sitemap li ul li.closedCategory {
	font-weight: bold;
}

.sitemap li a {
}


/* Container Div */
#mainContainer {
	width: 920px;
	margin: auto;
}

/* Side Panel */
#sideBar {
	width: 180px;
	float: left;
}

	#sideBar p {
		font-size: 1.1em;
		line-height: 1.5em;	
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #565656;
	}

	#sideBar h4 {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: bold;
		color: #698f98;
		margin-top: 2em;
		float: left;
		width: 100%;
		border-bottom: 1px dotted black;
	}

	/* News summary */
	#sideBar p.blogTitle {
		float: left;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 1.1em;
		line-height: 1.5em;		
		margin-top: 1em;
		width: 100%;
		color: #565656;
	}
	
	#sideBar p.blogSummary {
		clear: both;
		margin-bottom: 1em;
	}

	#sideBar p.blogSummary a.blogLink {
		float: right;
		font-size: 0.9em;
	}
	
	.blogPostBody {
		clear: both;
		padding-bottom: 2em;
		border-bottom: 1px dotted black;
		float: left;
		width: 100%;
	}
		

/* Main Content */
#content {
	width: 710px;
	float: right;
	margin: 12px 0 2em 0;
	background-image: url(/img/structure/pageLayout/masthead.jpg);
	background-repeat: no-repeat;
	padding-top: 70px	
}

#content.homepage {
	padding-top: 90px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
	color: #698f98;
	text-align: justify;
	position: relative;
	top: 2.4em;
}

#content.homepage h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #698f98;
	margin-bottom: 0.6em;
	text-align: justify;
	top: 0px;	
}

#content h2, #content p.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #698f98;
	text-align: justify;
	margin-top: 1em;
}

hr {
	height: 1px;
	color: #565656;
	border: none;
	background-color: #565656;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #565656;
	text-align: justify;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #565656;
	text-align: justify;
}

#content li {
	list-style: circle;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

#content h3 {
	font-size: 1.3em;
	color: #698f98;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#content #breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #565656;
	margin-top: -1.8em;
	margin-bottom: 3.8em;
}

#content .pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 18px -475px 6px 0;
	padding: 0 0 2px 0;
	position: absolute;
	right: 50%;
	text-align: right;
	float: left;
	clear: right;
}	

/* Industry Panels */
#content div.industryPanel, #content div.industryPanel2 {
	width: 340px;
	background-color: #e9e9e9;
	margin-right: 2px;
	margin-top: 20px;
}

	#content div.industryPanel {
		float: left;
	}
	
	#content div.industryPanel2 {
		float: right;
		margin-left: 26px
	}

	#content div.industryPanel:hover, #content div.industryPanel2:hover {
		background-color: #c6e2ed;
		color: #565656;		
	}

	#content div.industryPanel a, #content div.industryPanel2 a {
		height: 100%;
		width: 100%;
		display: block;
		text-decoration: none;
		color: #565656;
		padding-left: 20px;
		margin-left: -20px;
		padding-right: 20px;
		height: 21.5em;
	}

	#content div.industryPanel h2, #content div.industryPanel2 h2 {
		font-size: 1.8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 1.4em;
		font-weight: normal;
		text-align: center;
	}	

	#content div.industryPanel h2 a, #content div.industryPanel2 h2 a {
		color: #698f98;
		height: 1.4em;
		margin-top: -0.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-right: 0px;
	}	

	#content div.industryPanel h2 a:hover, #content div.industryPanel2 h2 a:hover {
		color: #698f98;
	}

	#content div.industryPanel p, #content div.industryPanel2 p {
		font-size: 1.1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-top: 0.8em;		
		height: 100%;
	}	

	#content #industryLinks {
		text-align: center;
		font-size: 0.86em;
	}

#tagLine {
	position: absolute;
	top: 43px;
	margin-left: 207px;
}

#tagLine h4 {
	font-size: 2.5em;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #565656;
}

#tagLine p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #565656;
	margin-top: 5px;
}

	/* Product Page styles */
	#content #extendedDescription {
		margin-top: 20px;
		clear: left;
	}	
	
	#content #productImageDiv {
		border: none;
		display: block;
		width: 300px;
		margin: auto;
		clear: both;
	}


	#content #productImageDragtext {
		background: #ffffff;
		color: #9d9d9d;
		font-size: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		width: 300px;
		padding: 0.2em 0 0.2em 0;
		margin: 0px auto;
		border-bottom: 1px solid #9d9d9d;
		border-left: 1px solid #9d9d9d;
		border-right: 1px solid #9d9d9d;
		height: 1em;
		line-height: 1em;
	}

	#content #productImageDragtext span {
		background: #000000;
		color: #ffffff;
		padding: 0.2em 5px 0.2em 5px;
		margin-right: 5px;
	}		

	#content #productImageDragtext span.closeZoom {
		background: url(/img/elements/icons/tinyCrossWht.gif) no-repeat 4.2em 3px #9d9d9d;
		float: right;
		color: #ffffff;
		padding: 0px;
		margin: -12px 0 0 0;
		padding: 0.2em 20px 0.2em 5px;
		cursor: pointer;
	}	
	
	#content #productZoom {
		float: right;
		background: url(/img/structure/buttons/btnZoom.png) top center no-repeat;
		margin: 20px 20px 0 0;
		height: 50px;
		padding: 24px 0 0 0;
		font-weight: bold;
	}	

	#content #alternatePhotos {
		width: 240px;
		display: block;
		margin: 10px 0 0 20px;
		text-align: left;
		float: left;
	}	

	#content #alternatePhotos li {
		display: inline;
		margin: 0 5px 0 0;
	}
	
	#content #alternatePhotos li img {
		border: 1px solid #9d9d9d;
		margin: 0 0 10px 0;
	}

	#content #productTabs {
		margin-top: 3em;
	}

	/* Product Attributes tab */
	#content #productAttributes {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	#content #productAttributes li {
		list-style: circle;
	}	

	#content #productAttributes li span.heading {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: bold;
		color: #698f98;
	}

	#content #productAttributes li ul li{
		list-style: circle;
		margin-left: 30px;
	}
	
	/* Product downloads tab */
	#productDownloads {
		padding-left: 0px;	
	}

	#productDownloads p {
		text-align: left;
		margin-left: 15px;
	}	
		
	#productDownloads ul li.heading {
		font-weight: bold;
		list-style: none;
	}

	#productDownloads ul li ul li, #downloads ul li {
		font-weight: normal;
		font-size: 0.8em;
		line-height: 1.3em;
		list-style: none;
		padding-bottom: 0.5em;
		background-image: url(/img/elements/icons/disk.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 22px;
		margin-left: 0px;
		text-align: left;		
	}

	#downloads ul li {
		background-position: left bottom !important;
		padding-bottom: 0px;
		margin-bottom: 0.5em;
		padding-top: 1.5em;
		display: block;
	}

	#productDownloads ul li ul li.downloadPDF, #downloads ul li.downloadPDF {
		background-image: url(/img/elements/icons/pdf.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 22px;
		margin-left: 0px;
	}
	
	#productDownloads ul li ul li.downloadZIP, #downloads ul li.downloadZIP {
		background-image: url(/img/elements/icons/zip.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 22px;
		margin-left: 0px;			
	}	
	
	#productDownloads ul li ul li.downloadJPG, #downloads ul li.downloadJPG {
		background-image: url(/img/elements/icons/picture.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 22px;
		margin-left: 0px;
	}	


	#productDownloads ul li ul li a {
		font-weight: bold;
		width: 210px;
		display: block;
		line-height: 1.2em;		
	}

	#productDownloads ul li ul li span {
		float: right;
		margin-top: -1.2em;
	}
	
	#productDownloads ul li ul li p {
		clear: both;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.2em;
		text-align: left;
		margin-left: 0px;
	}	
	

	/* Search Page Styles */
	.searchBasic div {
		margin-top: 1em;		
	}

	.searchBasic div p {
		margin-bottom: 0.4em;		
	}

	.searchBasic dt {
		font-size: 1.4em;
		margin-top: 1em;
	}
	
	.searchBasic dt img {
		vertical-align: top;
		padding-right: 0.6em;
	}
	
	.searchBasic dd {
		margin-top: -32px;
		margin-bottom: 	2.5em;
		margin-left: 63px;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	
	/* Advanced Search Page Styles */
	.searchAdvanced form fieldset legend {
		font-size: 1.2em;	
	}

	.searchAdvanced form ol {
		margin: 0px;
		padding: 0.4em 0 0 1em;
		font-size: 1.2em;
	}

	.searchAdvanced form ol li {
		list-style: none !important;
		margin-left: 0px !important;
	}

	.searchAdvanced form ol.checkboxes p {
		font-weight: bold;
		margin-bottom: 0.4em;
	}

	.searchAdvanced form ol.checkboxes li {		
		width: 22%;
		float: left;
		clear: none;
		padding-bottom: 0.4em;
	}

	.searchAdvanced form ol.options {
		margin-left: 1em;
	}

	.searchAdvanced form ol.options label{
		font-weight: bold;
		color: #000000;
		padding-bottom: 0.4em;
	}

	.searchAdvanced form ol.options li.submit {
		float: right;
		clear: none;
		width: auto;
		padding: 0px;
		margin-top: 2em;
		height: auto;
	}	

	.searchAdvanced .pagination {	
		margin: 0px -475px 20px 0 !important;
	}

	.searchAdvanced .itemGrid {
		font-size: 0.8em;
	}


	/* Cart page styles */
	.cart div.layout2-1 {
		font-size: 1em;
	}

/* PRODUCT CATEGORY PAGE STYLES */
.catItemList {
	float: left;
	width: 100%;
	clear: both;
	margin: 2em 0 0 0px;
}

	.catItemList dl {
		float: left;
	}

	.catItemList dt {
		clear: both;
		position: relative;
		margin-left: 140px;
	}
	
	.catItemList dd img {
		float: left;
		text-align: center;
		padding-right: 20px;
		margin-top: -20px;
	}
	
	.catItemList dt a.textLink {
		font-size: 1.6em;
		font-weight: bold;
		text-indent: 20px;
		width: auto;
		display: block;
	}

	.catItemList dd {
		text-align: justify;
		font-size: 1.2em;
	}

	#content .catItemList dl dd p {
		margin-left: 160px;
		font-size: 1em;
		line-height: 1.6em;
	}

	.catItemList dd a.textLink {
		width: 690px;
		border-bottom: 1px solid #cccccc;
		text-align: right;
		float: right;
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}	
	
.itemGrid {
	float: left;
	width: 100%;
	clear: both;
	margin: 2em 0 0 0px;
}
	.itemGrid li {
		float: left;
		width: 142px;
		height: 15em;
		margin: 1.1em;
		text-align: center;
		font-size: 1em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		line-height: 1.5em;
		list-style: none !important;	
	}

	.itemGrid img {
		border: 1px solid #9D9D9D;
		width: 140px;
		height: 140px;
		float: left;
	}
	
	.itemGrid img:hover {
		border: 1px solid #78B0D0;
	}

.alternativeProducts div.layout1-1 div.itemGrid {
	margin: 1.8em 0 0 -1.1em;
}

.alternativeProducts div.layout1-2 div.itemGrid {
	margin: 1.8em 0 0 2em;
}

	.alternativeProducts div.itemGrid li {
		width: 96px;
		height: 14em;
		margin: 1.2em;
	}

	.alternativeProducts div.itemGrid img {
		width: 94px;
		height: 94px;
	}

	.alternativeProducts div.itemGrid p {
		margin-left: 0.7em;
		font-family: Century Gothic, Tahoma, Helvetica, Arial, sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		color: #554d49;
	}	

	.alternativeProducts div.itemGrid p.price {
		margin-left: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		color: #554d49;
	}	

/* Dealer Login styles */
#dealerLogin form {
	margin-top: 2em;
}

#dealerLogin li {
	list-style-type: none;	
}

#dealerLogin p {
	margin: 5em auto;
	padding: 3em;
	border: 1px solid #9D9D9D;
	background-color: #f1f1f1;
	background-image: url(/img/elements/fieldset_gradient.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 30em;
}

#dealerLogin p a {
	display: block;
	float: right;
	font-size: 0.9em;
}

/* Footer styles */
#footer {
	height: 1.5em;
	margin: auto;
	padding: 3px 10px 3px 10px;
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
	width: 900px;
	background-color: #e9e9e9;
	color: #565656;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
}

#footer p#siteDesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	vertical-align: middle;
}


/* Facebox styles */
.facebox {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #565656;	
}

.facebox h1 {
	font-size: 1.4em;
	color: #698f98;	
	line-height: 1.8em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.facebox ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
	margin-top: 0.5em;	
}

.facebox li {
	list-style: circle;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}


.facebox img {
	padding: 10px;
}

/* Column definitions */

.layout {
	width: 100%;
	clear: both;
	float: left;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

/* Main content form styles */
.layout form fieldset {
	font-size: 1.2em;
}

.layout form fieldset ol li {
	font-size: 1.1em !important;
	list-style: none !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.layout form label {
	margin-top: 2px;
}

.layout1-1 {
	width: 340px;
	float: left;
	clear: both;
}

.layout1-2 {
	width: 340px;
	float: right;
}

.layout2-1 {
	width: 710px;
	float: left;
	clear: both;
	display: block;
}

.text h2 {
	font-size: 1.2em !important;
	width: 100%;
}

.text {
	margin-top: 2em;
	}

.text p {
	margin-bottom: 2em !important;
}

.text dl dt {
	font-weight: bold;
}

.text dl dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.text ul li {
	list-style: circle;
	margin-left: 3em;
	margin-bottom: 1em;
}

.border-top {
	border-top: 1px solid #9d9d9d;
}

.border-left {
	border-left: 1px solid #9d9d9d;
	margin-right: -1px;
}

.border-bottom {
	border-bottom: 1px solid #9d9d9d;
}

.border-right {
	border-right: 1px solid #9d9d9d;
	margin-left: -1px;	
}

.borderLgt-top {
	border-top: 1px solid #FFFFFF;
}

.borderLgt-left {
	border-left: 1px solid #FFFFFF;
	margin-right: -1px;
}

.borderLgt-bottom {
	border-bottom: 1px solid #FFFFFF;
}

.borderLgt-right {
	border-right: 1px solid #FFFFFF;
	margin-left: -1px;	
}


/* Button styles
Thanks to Kevin Hale @ Particle Tree
http://particletree.com/features/rediscovering-the-button-element */

a.button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background: #f7f7f7;
    border:1px solid #c2c2c2;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 12px 6px 9px; /* Links */


    width: auto;
    overflow: visible;
}

a.button img {
    margin: -1px 6px -4px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */

a.button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

a.button.positive {
    color:#529214;
}
a.button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
a.button.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

a.button.negative {
    color:#d12f19;
}
a.button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
a.button.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
