body{
	background: #ffffff url(images/body_bg.jpg) bottom center repeat-x fixed;
	padding-bottom: 0;
}

.header {
	background: url(images/header.png) no-repeat;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_contact {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main{
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	position:relative;  
	overflow:hidden;
	border-top: 1px solid #3e80e1;
	border-bottom: 1px solid #6699ff;
}

#main .transparency  {  
	opacity:0.5;  
	filter:alpha(opacity=50);  
	-moz-opacity:0.5;
	background: #3e80e1;
	width:1000px;  
	height:10000px;  
	position:absolute;  
	top:0px;  
	left:0px;  
	z-index:-1;  
}

.center{
	margin: auto;
	text-align: center;
}

.50{	
	width: 460px;
	float: left;
}

.news, .products{
	background: #ffffff;
	border: 1px solid #333333;
}

.news_img{
	float: left;
	text-align: left;
}

.news_item, .product_item{
	clear: both;
	margin: 10px;
}

.topSection, .contentSection{
	position:relative;
	margin-bottom: 10px;
}

.topSection div {
	background: #ffffff;
	border: solid 1px #333333;
	height: 340px;
	overflow: hidden;
}

.topSectionRight .slider-wrapper {
	background: #ffffff;
	height: 340px;
	overflow: hidden;
}

.topSectionRight img {
	height: 340px;
	min-width: 540px;
}

.topSection p{
	text-align: justify;
}

.topSection div p, .topSection div h2, .contentSection div p, .contentSection div h2{
	margin: 10px;
}

.contentSection{
	position:relative;
	margin-bottom: 10px;
}

.contentSection div {
	background: #ffffff;
	border: solid 1px #333333;
	overflow: hidden;
}

.contentSection p{
	text-align: justify;
	color: #333333;
}

.contentSection  img {
	margin: 5px;
}

.footer {
	background-color: #333333;
	position:relative;
	padding: 0 0 10px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

.footer div p{
	margin: 5px;
}

.legal {
	clear:both;
	margin: 10px;
}

.legal p {
	text-align: right;
	font: 6pt/1 arial;
}

.header_contact a:link, .header_contact a:active, .header_contact a:visited{
	color: #333333;
	text-decoration: none;
}

.header_contact a:hover {
	color: #003366;
	text-decoration: underline;
}

.footer a:link, .footer a:active, .footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #3e80e1;
	text-decoration: none;
}

.contentSection a:link, .contentSection a:active, .contentSection a:visited, .news a:link, .news a:active, .news a:visited, .recaptcha_options a:link, .recaptcha_options a:active, .recaptcha_options a:visited{
	color: #3e80e1;
	text-decoration: underline;
}

.contentSection a:hover, .news a:hover, .recaptcha_options a:hover {
	color: #003366;
	text-decoration: none;
}

a:link, a:active, a:visited{
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

.input_text{
	font: 14pt arial, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	background: #cccccc;
	width: 90%;
}

.textarea{
	font: 12pt arial, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	background: #cccccc;
	width: 90%;
	height: 200px;
}

.input_button{
	color: #333333;
	border: 1px solid #333333;
	background: #cccccc;
	margin-left: 10px;
}

.input_check{
	color: #333333;
	border: 1px solid #333333;
	background: #cccccc;
}

#recaptcha_widget{
	padding-left: 10px;
	border: none;
}

#recaptcha_widget div a{
	border: none !important;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#ffffff !important;
}

#recaptcha_table {
	border: 1px dotted #cccccc !important;
}

#recaptcha_response_field{
	font: 1em verdana, helvetica, arial, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	background: #cccccc;
	margin-bottom: 5px;
	width: 300px;
}

.recaptcha_options{
	float: left;
	font: 1em verdana, helvetica, arial, sans-serif;
}