body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000;
	text-align: center;
}

body {
	text-align: center;
	background: url(images/lines.jpg);
	margin: 10px 0 0;
}

td {
	text-align: left;
}
.more, .link {
	font-size: 10px;
	margin: 3px 0 0;
}
.right {
	float: right;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* fixes float clearing in IE7*/
*:first-child+html .clear {height: 1%;}
/* fixes float clearing in IE6*/
*html .clear {height: 1%;}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
	cursor: pointer;

}

a:hover {
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}


#page {
	margin: 0 auto;
	width: 810px;
	text-align: left;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 153px;
}

#content {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
/**:first-child+html #content{
	margin: 0;
}*/
.padd14, .padd13, .padd2 {
	padding: 0 30px 0 0;
}

#mainBody {
	width: 803px;
	text-align: left;
}

#leftCol {
	background: #FFD200;
	width: 225px;
}
#rightCol {
	background: #FFF;
}

#leftCol #contactDetails {
	padding: 15px;
	line-height: 15px;
	font-size: 10px;
}
#contactDetails .title {
	font-weight: bold;
}

/* breadcrumbs
**************************************************************************************/
#crumbs {
	margin: 0 0 15px;
}
#crumbs a {
	color: #215295;
}
.B_currentCrumb {
	color: #999;
}

/* home page
**************************************************************************************/
.homeLeftCol {
	padding: 0 30px 0 0;
}
.homeRightCol {
	margin: 0 10px 10px 0;	
	width: 210px;
}
.homeRightCol .sepBar {
	margin: 10px 5px 11px 0;
	border-bottom: 1px dashed #C6C6C6;
}
.homeIntro {
	font-size: 13px;
	color: #215295;
	margin: 15px 0 22px;
	font-weight:bold;
}
.homeContent {
	margin: 5px 0 15px;
	background-color: #e5eef5;
	padding: 5px;
}
#productFeature {
	margin: 5px 0 15px;
	padding: 5px;
	border: 1px solid #215295;
}
#productFeature .details {
	margin: 0 0 5px 0;
}
.featureImage {
	margin: 0 0 0 15px;
	border: 5px solid #215295;
}



#slideshow {
	text-align: center;
	height: 180px;
	/*background-color: #f0f0f0;
	border: 1px solid #d0d0d0;*/
	padding: 4px;
	margin: 0 5px 20px 0;

}
#slideshow img{

	border: 8px solid #215295;

}

#eventsHome, #catalogue, #productList {
	margin: 5px 5px 15px 0;
	background-color: #f0f0f0;
	padding: 0 0 0 5px;
	border: 1px solid #d0d0d0;
}
#catalogue {
	padding: 5px;
}
.homeEventHeading, .homeCatalogueHeading, .homeFeatureHeading {
	font-size: 16px;
	color: #215295;
	padding: 0 0 0 5px;
}
#eventsHome .heading, #catalogue .heading, #productFeature .title {
	font-size: 14px;
	color: #999999;
	background-color: #FFF;
	margin: 0 0 0 -5px;
}
#eventsHome .event {
	padding: 5px 0 10px;
}
#eventsHome .date, #catalogue .title {
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}
#eventsHome .title {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

/* Product information page
**************************************************************************************/
#content p {
	margin: 0 0 10px;
}
#productInfo .category, #pageTitle {	
	font-size: 16px;
	color: #215295;
	padding: 0 0 15px;
}
#productInfo .title{	
	font-weight:bold;
	font-size: 14px;
	color: #215295;
	padding: 0 0 10px;
}
#productInfo .details {
	float: left;
	width: 320px;
}

#gallery {
	float: right;
	margin: 0 5px 10px 0;	
	width: 200px;
}
.galleryTop {
	background: url(images/prodsRndCnrTop.jpg) center top no-repeat;
	height: 6px;
}
.galleryBody {
	border: 1px solid #d0d0d0;
	border-width: 0 1px;
	padding: 2px 5px;
}
.galleryBottom {
	background: url(images/prodsRndCnrBottom.jpg) center top no-repeat;
	height: 6px;
}
#gallery a img{
		border: none;
	text-decoration: none;
}	
#gallery .mainImage {
	text-align: center;
	height: 180px;
	background-color: #e5eef5;
	padding: 4px;
	margin: 0 0 15px;	
}

#gallery .thumb {
	float: left;
	width: 84px;
	height: 84px;
	text-align: center;
	padding: 5px;
}
#video {
	margin: 0px 0 15px;
}
#gallery .sepBar {
	margin: 10px 0 11px;
	border-bottom: 1px dashed #C6C6C6;
}

/* Product listing page
**************************************************************************************/
.productCategory {	
	font-weight:bold;
	font-size: 14px;
	color: #215295;
	padding: 0 0 5px;
}
#productList {
	margin: 0 5px 25px 0;
	padding: 5px;
}
#productList .product {
	width: 85px;
	float: left;
	text-align: center;
	padding : 0 8px;
}

#productList .title {
	font-size:9.5px;
	padding: 3px 0 5px;
}
#productList2 img {
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
}

/* news and events
**************************************************************************************/
#newsEvents .details {
	margin: 5px 5px 15px 0;
	background-color: #e5eef5;
	padding: 5px;
	border: 1px solid #abc4d7;
}

#newsEvents .date {
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}
#newsEvents .title {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}
#newsEvents .headline, #newsEvents .information {
	margin: 5px 0;
}
.eventTitle {
	font-size: 14px;
	color: #215295;
}

/* links
**************************************************************************************/
#links .link {
	margin: 5px 0 10px;
}
#links .title {
	font-size: 14px;
	color: #215295;
}
/* sitemap
**************************************************************************************/
.LSM_0 {
	padding: 0;
	margin: 0;
}
.LSM_0 li {
	list-style: none;
	margin: 10px 0;
}

.LSM_1 {
	padding: 0 0 0 15px;
	margin: 0;
}
.LSM_1 li {
	margin: 0;
}
.LSM_1 a {
	font-size: 10px;
}

/* contact Form
**************************************************************************************/
.errors {
	color: #FF0000;
}
.req {
	color: #FF0000;
	padding: 0 0 0 5px;
}

#contactForm .title {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	padding: 5px 0;
}
#contactForm .intro {
	padding: 0 30px 10px 0;
}
#contactForm td {
	padding: 2px;
}
#contactForm th {
	font-weight: normal;
	width: 180px;
	text-align:right;
}
#contactForm label {
	background: #DDDDDD;
	padding: 4px;
	display: block;
	margin: 0 5px 0 0;
}
#contactForm input, #contactForm select {
	padding: 0;
	margin: 2px 0 0;
	border: 1px solid #777;
}
#contactForm input {
	padding: 2px 0;
}
#contactForm textarea {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #777;
}
/* footer
**************************************************************************************/

#footer {
	background: #215295;
	border: 1px solid #0887bc;
	border-width: 3px 0 0;
	height: 27px;
	line-height: 27px;
	color: #FFF;
	text-align: left;
	padding: 0 18px 0;
	font-size: 9px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
.footerRight {
	float: right;
}