﻿body
{
	background: #fff url(../Img/bg-body.jpg) 0 0 repeat-x;
	font: 12px/1.25 Arial,Helvetica,sans-serif;
	padding: 0 0 20px;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

a
{
	color: #ee1c25;
	font-weight: inherit;
}
a:hover
{
	text-decoration: none;
}

a h2
{
	color: #000;
}

strong
{
	font-weight: bold;
}

label, input, textarea, select
{
	font: inherit;
	/*padding: 2px;*/
	border: none;
}

input, textarea, select
{
	border: solid 1px #cccccc;
}

textarea
{
	font-family: Arial,Helvetica,sans-serif;
}

button
{
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0;
	height: 26px;
	text-align: center;
	width: 85px;
}
/*
button:hover
{
	background: #333;
	color: #fff;
	border-color: #fff;
	cursor: pointer;
}
*/

#outer
{
	border: 2px solid #cbcbcb;
	border-width: 0 2px 2px;
	width: 850px;
	padding: 0 70px;
	margin: 0 auto;
	background: #fff;
	color: #333;
}

#header hgroup
{
	overflow: hidden;
}

	#header h1
	{
		float: left;
		padding: 34px 21px 31px;
	}
	
	#header h2
	{
		float: right;
		padding: 40px 14px 0;
	}

#header .nav
{
	clear: both;
}

	#header .nav ul
	{
		margin: 0 0 0 -1px;
	}

	#header .nav li
	{
		display: block;
		float: left;
	}
	
	#header .nav a
	{
		display: block;
		background: #333;
		color: #fff;
		width: 105px;
		margin: 0 0 0 1px;
		border-bottom: 4px solid #fff;
		text-decoration: none;
		text-align: center;
		font: 11px/26px Verdana,sans-serif;
		text-transform: uppercase;
	}
	
	#header .nav .home a
	{
		padding-left: 1px;
	}
	
	#header .nav .contact a
	{
		padding: 0 1px;
	}
	
	#header .nav a:hover,
	body.home #header .home a,
	body.about #header .about a,
	body.products #header .products a,
	body.support #header .support a,
	body.case-studies #header .case-studies a,
	body.news #header .news a,
	body.events #header .events a,
	body.contact #header .contact a
	{
		border-bottom-color: #ee1c25;
	}

#footer
{
	font: 12px/1.4 Verdana,sans-serif;
	padding: 40px 0 20px;
	clear: both;
	overflow: hidden;
}

	#footer .contact
	{
		float: right;
		width: 200px;
		text-align: right;
	}

	#footer .email strong
	{
		font-weight: normal;
	}
	
	#footer .twitter
	{
		float: right;
		background: url(../Img/icon-twitter.gif) 0 0 no-repeat;
		padding: 0 0 0 19px;
		margin: 10px 0 0;
		line-height: 17px;
	}
	
	#footer .uk
	{
		background: url(../Img/icon-uk.gif) 0 0 no-repeat;
		padding: 0 0 0 19px;
		margin: 10px 0 0;
		line-height: 17px;
	}

#main
{
	clear: left;
	overflow: hidden;
	padding: 25px 0 0;
}
	
	#main .intro
	{
		letter-spacing: 1px;
		/*color: #949494;*/
		color: #000;
	}
	
	#main .nav.secondary
	{
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#main .nav.secondary li
	{
		padding: 0 0 12px;
	}
	
	#main .nav.secondary a
	{
		text-decoration: none;
		color: #6f6f6f;
	}
	#main .nav.secondary a:hover
	{
		color: #ee1c25;
	}
	
	#main .nav.secondary .active a
	{
		color: #ee1c25;
	}
	
	#main label
	{
		width: 150px;
		float: left;
		clear: left;
		font-weight: bold;
		color: #666;
	}
	
	.field.text input
	{
		width: 500px;
	}
	
	.field.text .form-notes
	{
		margin-left: 150px !important;
		width: 500px;
		text-align: right;
	}
	
	.field.textarea .form-notes
	{
		margin-left: 150px !important;
		width: 500px;
		text-align: right;
	}
	
	.field.file .form-notes
	{
		margin-left: 150px !important;
		width: 193px;
		text-align: right;
	}
	
	.field.password #txtPassword
	{
		width: 250px;
	}
	
	.field.text #txtUsername
	{
		width: 250px;
	}
	
	#main .date input, #main textarea
	{
		width: 500px;
	}
	
	#main h1, #main p, #main ul
	{
		margin: 0 0 22px;
	}
	
	#main .helper h2
	{
		display: block;
		clear: both;
	}
	
	#main h2
	{
		margin: 0 0 22px;
		font-weight: bold;
	}
	
	#main #privacy-container h2
	{
		font-size: 16px;
		font-weight: bold;
	}
	
	#main .intro
	{
		font-weight: normal;
	}
	
	#main q
	{
		font-style: normal;
		color: #9f9f9f;
	}
	
	/*
	#main cite
	{
		font-weight: bold;
		font-style: italic;
		display: block;
		margin-top: -15px;
		color: #9f9f9f;
	}
	*/
	
	#main cite
	{
		font-style: italic;
		font-weight: bold;
		color: #9f9f9f;
	}
	

/*#content h1
{
	display: none;
}*/

/***
	page specifics
****/

/* home */
body.home #main
{
	padding: 0;
}

body.home #main .intro
{
	background: #d5d6d8;
	/*color: #333;*/
	color: #000;
	padding: 0 45px 0 290px;
	height: 290px;
	position: relative;
	font-weight: normal;
}

	body.home .intro .hgroup
	{
		background: url(../Img/head-home.gif) 0 45px no-repeat;
		position: relative;
		left: -40px;
		text-indent: -2000px;
		width: 411px;
		height: 52px;
		padding: 45px 0 0;
	}
	
	body.home .intro img
	{
		position: absolute;
		top: 0;
		left: 0;
		filter: Alpha(Opacity=100);
	}
	
	body.home #main .intro p
	{
		margin: 15px 0 0;
	}
	
	body.home .intro .lead
	{
		font-weight: bold;
	}

body.home .featured-product
{
	float: left;
	width: 230px;
	background: #ccc;
	color: #333;
	margin: 33px 0 0;
}

	body.home .featured-product a
	{
		display: block;
		text-decoration: none;
	}

	body.home #main .featured-product h1
	{
		background: #333;
		color: #fff;
		margin: 0;
	}
	
		body.home .featured-product h1 img
		{
			display: block;
			width: 230px;
			height: 54px;
			padding: 0;
		}
	
	body.home .featured-product img
	{
		display: block;
		padding: 5px;
		width: 220px;
		height: 198px;
	}

	body.home #main .featured-product .more
	{
		background: #ee1c25 url(../Img/bg-feature-more.gif) 219px 9px no-repeat;
		color: #fff;
		font: bold 10px/24px Verdana,sans-serif;
		text-transform: uppercase;
		padding: 0 0 0 26px;
		margin: 0;
	}
	
	body.home #main .featured-product a:hover .more
	{
		background-color: #333;
	}

body.home #main .news
{
	float: left;
	border-top: 1px solid #ccc;
	margin: 33px 0 0;
}

	body.home .news .article a
	{
		display: block;
		background: #fff url(../Img/bg-home-news.gif) 0 100% repeat-x;
		font: 13px Verdana,sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		width: 559px;
		height: 94px;
		padding: 0 0 0 60px;
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
	}
	body.home .news .article a:hover
	{
		background: #e2e2e2;
	}
	
	body.home #main .news .article h1
	{
		background: url(../Img/bg-news-head.gif) 0 0 no-repeat;
		color: #777;
		float: left;
		width: 400px;
		padding: 2px 0 5px 40px;
		margin: 24px 0 0;
	}
	
	body.home .news .article img
	{
		float: right;
		width: 97px;
		height: 94px;
		border-left: 1px solid #ccc;
	}
	
	body.home #main .news .article p
	{
		clear: left;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 0 40px;
		color: #ee1c25;
		text-decoration: underline;
	}

/* products overview */
body.products #content
{
	float: right;
	width: 680px;
	padding: 0 0 5px 16px;
	color: #000;
	letter-spacing: 1px;
}

body.products #content .lead-copy 
{
	width: 342px;
}

body.products #content .trainer-pro
{
	margin-top: 50px;
}

body.products #content .varihite
{
	width: 360px;
}

body.products #content .touch-table
{
	width: 325px;
}

body.products #content img
{
	display: block;
}

body.products .nav.secondary
{
	width: 151px;
}

body.products #main .intro
{
	font-weight: bold;
}

body.products .product-list .product
{
	float: left;
	text-align: center;
	margin: 40px 0 0;
}

body.products .product-list .product-last
{
	float: left;
	text-align: center;
	margin: 40px 0 0;
}

	body.products .product-list .product a
	{
		display: block;
		color: #fff;
		/*text-decoration: none;*/
	}
	
	body.products .product-list .product-last a
	{
		display: block;
		color: #fff;
		/*text-decoration: none;*/
	}

	body.products .product-list .product img
	{
		padding: 0 0 5px;
	}
	
	body.products .product-list .product h2
	{
		line-height: 1.8;
		/*position: relative;*/ /* for IE6 */
	}
	body.products .product-list .product-last h2
	{
		line-height: 1.8;
		/*position: relative;*/ /* for IE6 */
	}
	
	body.products .product-list .product a:hover h2
	{
		color: #ee1c25;
	}
	body.products .product-list .product-last a:hover h2
	{
		color: #ee1c25;
	}
	
	body.products .product-list .product-last img
	{
		padding: 0 0 5px;
	}
	
	

body.products .product-list .item_2
{
	border: 1px solid #fff;
	border-width: 0 2px 0 3px;
}

/* product details */
body.products .prod-series-photo-r
{
	float: right;
	width: 310px;
	/*padding: 0 0 0 20px;*/
}

body.products .prod-series-photo-r #lectern
{
	margin-top: -20px;
}

body.products .resources li
{
	background: url(../Img/bg-resource-link.gif) 0 2px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0.5em;
}

body.products .resources a
{
	font-weight: bold;
}

body.products .article
{
	clear: both;
	overflow: hidden;
	margin: 30px 0;
}

body.products .article-bespoke
{
	float: left;
	overflow: hidden;
	margin: 0;
	width: 390px;
}

body.products .prod-layout-l .photos
{
	float: left;
}

body.products .prod-layout-l .copy
{
	float: right;
	width: 360px;
	padding: 35px 0 0;
}

body.products #content .bespoke-photos
{
	padding: 0 0 0 5px;
}

body.products .prod-layout-l.prod-layout-out h2
{
	float: right;
	width: 360px;
}

body.products .prod-layout-l.prod-layout-out .copy
{
	padding: 0;
}

body.products .prod-layout-r.prod-layout-out h2
{
	float: left;
	width: 380px;
}

body.products .prod-layout-r.prod-layout-out .copy
{
	float: left;
	width: 360px;
}

body.products .varihite-copy
{
	padding-top: 20px;
}

body.products td
{
	padding: 15px !important;
	text-align: center;
	font-size: 11px;
}

body.products td.index
{
	padding: 5px !important;
	text-align: left;
}

body.products td.index-right
{
	padding: 10px 10px 10px 60px !important;
	text-align: left;
}


body.products .prod-layout-r.prod-layout-out .accessories-copy
{
	float: left;
	width: 390px;
}

body.products .prod-layout-r.prod-layout-out .photos
{
	float: right;
}

body.products .prod-layout-r.prod-layout-out .accessories-photos
{
	float: right;
	margin-top: 40px;
}

body.about #main
{
	padding: 0;
}

body.about .about-layout
{
	margin-bottom: 27px;
}

body.about .about-layout #main-image
{
	float: left;
}

body.about .about-layout h1 
{
	padding: 20px 0 0 15px;
}

body.about .about-layout .intro
{
	padding-left: 450px;
	font-weight: bold;
} 

body.about .about-layout .products-intro
{
	padding-left: 450px;
	font-weight: normal !important;
} 

body.support #main
{
	padding: 0;
}

body.support .support-layout
{
	margin-bottom: 65px;
}

body.support .support-layout #main-image
{
	float: left;
	margin: 25px 25px 0 0;
}

body.support .support-layout h1 
{
	padding: 25px 0 25px 290px;
	margin-bottom: 0 !important;
}

body.support .support-layout h2 
{
	padding-left: 290px;
}

body.support .support-layout .intro
{
	font-weight: normal;
	padding-left: 290px;
	width: 550px;
} 

body.support .support-layout .intro .first
{
	font-weight: bold !important;
}

body.support .support-layout .support-section
{
	padding-top: 0;
	margin: 0;
}

body.support .support-layout .support-section .intro p
{
	padding-top: 0;
	margin: 0 !important;
}

body.support .support-layout .support-section h1
{
}

body.support .support-layout .support-section p
{
	padding-top: 15px;
}



body.case-studies #main
{
	padding: 0;
}

body.case-studies .case-studies-layout
{
	margin-bottom: 65px;
}

body.case-studies .case-studies-layout .case-study
{
	padding: 25px 0 0 0;
	clear: both;
	margin: 0;
}

body.case-studies .case-studies-layout .case-study-content
{
	/*color: #949494;*/
	color: #000;
	padding: 5px 55px 0 290px;
	letter-spacing: 1px;
}

body.case-studies .case-studies-layout .case-study-content img
{
	margin-bottom: 15px;
}

body.case-studies .case-studies-layout .case-study .side-image
{
	float: left;
}

body.case-studies .case-studies-layout h1 
{
	padding: 23px 0 0 15px;
}

body.case-studies .case-studies-layout .first
{
	font-weight: bold;
}

body.case-studies .case-studies-layout .intro
{
	padding-left: 270px;
	font-weight: normal !important;
	width: 350px;
} 

body.case-studies .case-studies-layout .intro p
{
	margin: 0 !important;
}

body.case-studies .case-studies-layout .case-studies-section
{
	padding-top: 0;
	margin-top: 0;
}

body.case-studies .case-studies-layout .case-studies-section h1
{
	padding-left: 270px;
}

body.case-studies .case-studies-layout .case-studies-section p
{
	padding-top: 15px;
}

#downloads
{
	margin: 15px 0 0 0;
	background-color: #d5d6d8;
	padding: 11px;
	font-size: 10px;
	width: 120px;
}

#downloads #links
{
	padding: 10px 0 0 0;
}

#downloads #links p
{
	padding: 5px 0;
	margin: 0;
}

#downloads a
{
	color: #000;
	text-decoration: none;
}


#find-a-reseller
{
	/*width: 130px;
	height: 50px;*/
	margin: 15px 0 0;
	padding: 0 0 13px;
}

.resources
{
	margin: 35px 0;
}

.clearer
{
	clear: both;
}

.field
{
	margin: 10px 0 15px;
}

/*
.text input
{
	width: 250px !important;
}
*/

#submit-container
{
	padding: 20px 0 0 150px;
}

form
{
	padding-left: 15px;
}

.news-list-title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	background: #fff url(../Img/news-chevron.gif) 40px 19px no-repeat;
	padding: 15px 0 25px 60px;
	width: 750px;
}

.news-item-title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	background: #fff url(../Img/news-chevron.gif) 40px 19px no-repeat;
	padding: 15px 0 25px 60px;
	width: 750px;
}

.news-item-copy
{
	float: left;
	padding: 0 40px 0 40px;
	letter-spacing: 1px;
}


.news-list-content
{
	width: 750px;
}

.news-list-content td
{
	vertical-align: top;
	padding-right: 95px;
}

.news-list-content td img
{
	border: solid 2px #cccccc;
}

#form-container
{
	border: solid 1px #cccccc;
	padding: 15px 15px 25px 15px;
}

.news-copy
{
	float: left;
	padding: 0 40px 0 40px;
	letter-spacing: 1px;
}

.image-upload-l
{
	float: left;
}

.image-upload-r
{
	float: right;
	height: 100px;
}

.image-upload-r #inp_fileImageThumb
{
	margin-top: 80px;
}

#admin-list
{
	border: solid 1px #cccccc;
	padding: 15px;
	width: 850px;
}

#admin-list td, #admin-list th
{
	padding: 5px 0 5px 15px;
}

#admin-list th
{
	font-weight: bold;
}

#further-information-links
{
	padding: 25px 0 0 40px;
}

#further-information-links div
{
	padding: 15px 0;
}

.further-information-link
{
	padding-left: 15px;
	background: #fff url(../Img/pdf-chevron.gif) 0 0 no-repeat;
	font-weight: bold;
}

.news-links
{
	margin: 0 0 25px 40px;
}

.news-link
{
	margin: 10px 0;
}

.list-event td
{
	vertical-align: top;
	padding: 20px 0;
}

.list-event img
{
	border: solid 2px #cccccc;
}

.event-title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	background: #fff url(../Img/news-chevron.gif) 0 4px no-repeat;
	padding: 0 0 25px 20px;
	width: 500px;
}

.event-details
{
	color: #7f7f7f;
	font-size: 16px;
	font-weight: bold;
	
}

#contact-panel
{
	float: left;
	width: 369px;
}

#contact-panel #map p
{
	text-align: left;
	font-size: 9px;
	padding: 5px 0 0 15px;
}

#contact-details
{
	color: #666666;
	background-color: #f3f3f4;
	font-size: 14px;
	font-weight: bold;
	width: 267px;
	padding: 25px;
}

#contact-details td
{
	padding: 5px 0;
}

.contact-type
{
	color: #ee1c25;
	font-weight: bold;
}

.contact-numbers
{
	width: 229px;
}

#contact-details td.contact-detail
{
	font-weight: bold;
	vertical-align: bottom;
	padding-left: 25px;
}

.contact-address
{
	padding-top: 30px;
}

.contact form
{
	width: 447px;
	float: right;
	margin-right: 5px;
	font-size: 14px;
	color: #333333;
}

.contact form label
{
	width: 150px !important;
}

.contact form textarea
{
	width: 250px !important;
	height: 200px;
}

.contact .thank-you
{
	padding: 0 0 0 30px;
}

#submit-container-contact
{
	padding-left: 150px;
}

#shifted
{
	margin-top: 32px !important;
}

#black-bar
{
	background-color: #333333;
	height: 26px;
}

.current-image img
{
	border: solid 2px #cccccc;
}

.intro-event-list
{
	margin-left: 40px;
}

.event-list-container
{
	padding-left: 40px;
}

#dotted-line
{
	margin-left: -40px;
}

.news-image img
{
	border: solid 1px #cccccc;
}

body.contact .field.text input
{
	width: 250px;
}

body.contact .footer-content
{
	font-size: 10px;
	padding: 35px 0 0 0;
}

.comment-space
{
	padding-top: 35px;
}

.char-count
{
	width: 650px;
	text-align: right;
}

.form-prompt
{
	padding-top: 25px;
}

#privacy-container
{
	padding-right: 35px;
	letter-spacing: 1px;
}

.products-list
{
	letter-spacing: 1px;
	padding: 0 0 0 25px;
	margin: 0 !important;
}

#substitute
{
	display: block;
}

#lectern-bottom
{
	clear: both;
	
}

.gallery-images
{
	padding: 25px 0 25px 0;
}
	
.gallery-table
{
	width: 900px;
}

.gallery-thumb
{
	width: 207px;
	height: 163px;
	vertical-align: middle;
	text-align: center;
}

.gallery-paging
{
	float: right;
}

.av-awards
{
	float: right;
	margin-right: 35px;
}

	.av-awards img
	{
		border: none;
	}