﻿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;
	background: #fff;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 25px;
	padding-left: 70px;
}

#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: 5px 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
{

	width: 209px;
	background: #ccc;
	color: #333;
	margin: 0px 0 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: 209px;
			height: 95px;
			padding: 0;
		}
	
	body.home .featured-product img
	{
		display: block;
		padding: 4px;
		width: 201px;
		height: 183px;
		
	}

	body.home #main .featured-product .more
	{
		background: #ee1c25 url(../Img/bg-feature-more.gif) 209px 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 .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 .intro
{

	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;
	font-size: 14px;
	font-weight: bold;
	height: 280px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}

#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;
}

/* January 2011 edits */

body.home div#outer{
	background-image: url(../Img/jan2011/bgd.jpg);
	background-repeat: repeat-x;
}
#bodyText{
	width:500px;
	height: 242px;
	padding-top: 0;
	padding-right: 53px;
	padding-bottom: 0;
	padding-left: 0;
	font: 12px Arial,Helvetica,sans-serif!important;
	letter-spacing: 1px!important;
}


body.home #subMenu{
	margin-top:34px;
	width:209px!important;

}


body.home #subMenu li{margin: 0 0 8px 0!important;;	width:209px!important;}

body.home #subMenu ul{
	width:178px;
	background-color: #D5D6D8;
	margin: -4px 0 0 0!important;
	padding: 15px 0 38px 31px!important;

}

body.home #subMenu ul li a {
	color: #4b4b4b;
	text-decoration: none;
	width:100px!important;
}
img#presenter{float:right;margin:26px 1px 0 0;}
#floatFixRight{float:right;}
li#video{margin-top: -8px!important;}
li#video div{
	height: 167px;
	width: 201px;
	border: 4px solid #D5D6D8;
	text-align: right;
}
li#video div a#more{padding-right:10px;}
body.home ul#subMenu li ul li{width:100px;}
body.home #subMenu ul li{width:150px!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;
	}
	
	
	body.home #main .news
{
	float: right;
	border-top: 1px solid #ccc;
	margin: 21px 0px 0 0px!important;
}

	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: 595px;
		height: 94px;
		padding: 0 0 0 45px;
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
	}
	
	
	li#operaFix{width:1000px!important;}

body.about .about-layout #main-image, .main-image-left
{
	float: left;
}
 .main-image-right
{
	float: right;
}

 .main-image-right, .main-image-left, div.main-image{
	width:420px!important;
	margin:0;
	padding:0;
	display: inline;
}
.about .intro{float:right;width:400px!important;padding-right:15px!important;}
.about .intro-left{float:left;width:400px!important;}
.about-layout h1{width:400px;}

.about-layout h1 img{margin:20px 0 20px 0;}
body.about .about-layout h1 {
	padding: 20px 0 0 15px;
	display: inline;
}
.about-layout{
	height: 273px;
}
.bFix{margin-left:15px!important;}
#dl li{margin-bottom:5px;}
#warranty{margin-top:20px;}

#productSelector form{
	width:646px;
	background-color: #D5D6D8;
	background-image: url(../Img/2011/squareRed.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	height: 25px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 30px;	
}
#productSelector label{
	padding:5px 0px 0 0;
	display: inline;
	
}
#productSelector select{width:150px;position:relative;top:2px;}
#productSelector{	position:relative;}
#productSelector fieldset{width:300px;
	
	position:absolute;
}

#pc1{}
#ps1{right:15px;}

#sc{
	position: relative;left:10px;width:105px!important;
}
#pc{position:relative;left:25px;}

#prod-selector-content
{
    width: 670px;
}

#productSelector ul{

	width:670px;
	
	padding-left:10px;
}

#productSelector ul li{display: inline!important;
list-style-type: none!important;
padding-right:15px;


}
#productSelector ul li img{display: inline!important;padding-bottom:20px!important;padding-top:40px;}

#productSelector ul li div{
	width:150px!important;
	display: inline!important;
	position: relative;

	text-align: center;
}
#productSelector ul li div span{
	position:absolute;
	bottom:0px;
	z-index:99;
	left:0px;
	text-align: center;
	width: 150px;
	
}
#selSubCategory{width:195px!important;}
.jcarousel_control{
	visibility: hidden;
}

.flickr{margin-top:5px;
	background-image: url(../Img/flickr.gif);
		background-repeat: no-repeat;
	background-position: 40px;;
}
.facebook{margin-top:5px;
	background-image: url(../Img/facebook.gif);
	background-repeat: no-repeat;
	background-position: 53px;
}
	.menu { padding: 0; clear: both; }
			.menu li { display: inline; }
			.menu li span {
	background-image: url(../Img/tab.png);
	padding: 10px;
	float:left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	width: 84px;
	border-right-width: 0px!important;
	border-bottom-width: 1px!important;
	border-top-style: solid!important;
	border-right-style: none!important;
	border-bottom-style: solid!important;
	border-left-style: solid!important;
	border-top-color: #CECECE!important;
	border-right-color: #CECECE!important;
	border-bottom-color: #CECECE!important;
	border-left-color: #CECECE!important;
	border-top-width: 1px;
	border-left-width: 1px;	

}
			.menu li.active span {
	background-color: #fff;
	border-bottom-style: solid!important;
	border-bottom-width: 1px;
	border-bottom-color: #fff!important;
	background-image: none!important;
}
			.content {
	float: left;
	clear: both;
	padding:0;
	width:314px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	background-color: #f3f3f4;
	background-image: url(../Img/contentBox.png)!important;
	background-repeat: repeat-x;
}
#lastTab{
	border-right-width: 1px!important;
	border-right-style: solid!important;
	border-left-color: #CECECE!important;
}
#tutorFix{position:relative;top:-25px;}
	
#recaptcha_widget
{
    border: none 0px #000;
    padding: 5px;
    width: 305px;
    margin: 0 0 15px 0px;
}

#recaptcha_widget p
{
    margin: 5px 0;
}

#ctl00_ctl00_cphBody_cphBody_captchaError
{
    margin-bottom: 15px;
}

.submit-container-contact{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#recaptcha_widget a
{
	
	text-decoration: none;	
	
	}
	
	#recaptcha_widget a:hover{
	text-decoration: underline;
}
body.contact #download{}
#map2{
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
}
#newsFix{position:absolute;top:620px!important;}
@-moz-document url-prefix() {#newsFix{position:absolute;top:622px!important;}#carousel{margin-top:-1px!important;}}

