/* General properties */
html,body {
	height:100%;	
}

* {
	padding:0px;
	margin: 0px;
	border:0;
	outline:0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	/*background: #FFF url("../images/structure/mainbg.jpg") repeat-x fixed;*/
	background-image: url(../images/structure/mainbg2.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
}
/* Font properties */
p {
	font-size: 1.4em;
	margin: 0 0 1.4em 0;
}
a{
	color:#014FA2;
}
a:visited{
	color:#014FA2;
}
p.arrow {
	display: block;
	height: 23px;
	padding: 2px 0 0 27px;
	background: url("../images/structure/arrow.gif") no-repeat ;
}
p.white_bold{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFF;
}
p.grey_bold{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#555;
}
h1 {
	font-size: 22px;
	margin: 0 0 0.6em 0;
	font-weight: 400;
}

h2 {
	font-size: 16px;
	margin: 0 0 0.6em 0;
	font-weight: 400;
} 
h3{
	font-size: 14px;
	margin: 0 0 0.6em 0;
	font-weight: 400;	
}
img.border{
	padding: 3px;
	border: 1px solid #ccc;
}
img#border{
	margin-top:135px;
}
/* Image properties */
img{
	border:0;
}
/* Main content properties*/
div#wrapper {
	min-height:100%;
	_height:100%;
	width:952px;
	background:#FFF;
	margin:0px auto -100px auto;
	_margin:0px auto -103px auto;
}
/* Header properties */
div#header {
	height: 157px;
	position: relative;
	width: 100%;
	background: url("../images/structure/header_background_new.jpg") repeat-x top white;
}
div#header img.logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
/* Filter tool */
div#header div.filter_tool{
	position:absolute;
	top:0px;
	width:464px;
	height:45px;
	background:url("../images/structure/filter_tool_bg.png") no-repeat top;
	margin-left:440px;
	z-index:20;
	padding:18px 0px 0px 35px;
	_padding: 18px 0px 0px 38px;
}
div#header div.filter_tool p{
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	margin:2px 7px 0px 0px;
}
div#header div.filter_tool select{
	float:left;
	height:18px;
	width:100px;
	font:11px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0px 0px 0px 5px;
	border:1px solid #CCC;
}
div#header div.filter_tool input#search{
	float:left;
	margin:0px 0px 2px 5px;
	width:50px;
	height:18px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	background:#EFEFEF;
	border:1px solid #CCC;
	
}
div#camera{
	position:absolute;
	top:40px;
	right:20px;

}

/* Main Menu properties */
div#main_menu {
	width:886px;
	height: 20px;
	border-top: solid 1px #acacac;
	position: absolute;
	bottom: 45px;
	_bottom:35px;
	left: 50%;
	margin-left: -453px;
}
	div#main_menu ul {
		list-style-type: none;
		margin: 10px 0 0 -10px;
	}
		div#main_menu ul li {
			display: block;
			float: left;
			padding:0 5px 0 5px;
		}
			div#main_menu ul li .sifr_menu{
				float: left;
				height:20px;
				font-size: 1.3em;
			}
			.sifr_menu:hover{
				border-bottom:2px solid #0253ac;
			}
				div#main_menu ul li a {
					color: #656565;
					text-decoration: none;
				}

/* Content properties */
div#content {
	padding: 20px 20px 0px 20px;
}
/* Left Column properties */
div#left_column {
	width: 460px;
	float: left;
}
div#left_column_2 {
	width: 172px;
	float: left;
}
div#left_column_3 {
	width: 650px;
	float: left;
}
/* Middle Column properties */
div#middle_column {
	width: 178px;
	float: left;
	padding:0px 10px;
}
div#middle_column_2 {	
	width: 455px;
	float: left;
	padding:0px 20px;
}
/* Right Column properties */
div#right_column {	
	width: 242px;
	float: right;
	margin-top:130px;
}
div#right_column_2 {	
	width: 242px;
	float: right;
	margin-top:130px;
}
div#right_column_3 {	
	width: 730px;
	float: right;
	display: block;
}
div#productContainer .productItem {
}

/* Product categories list */
div#product_info p{
	font-size:11px;
	line-height:16px;
}
ul#product_categories_list{
	margin:0;
	padding:0;
}
ul#product_categories_list li.product_category{
	list-style:none;
	height:20px;
}
ul#product_categories_list li.product_category a{
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	margin-left:7px;	
}
ul#product_categories_list li.product_category a:hover{
	color:#0A52A6;
	padding-left:12px;
	margin-left:0px;
	background:url(../images/list_bullet.gif) no-repeat left center;	
}
ul#product_categories_list li.selected a{
	font-weight:bold;
	color:#0A52A6;
}
ul#product_categories_list{
}
ul#product_categories_list li.product_category{
	height: 20px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 5px; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;	
}
ul#product_categories_list li.selected{
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
}
ul#product_categories_list li.product_category:hover{
	height: 20px;
	padding: 5px 0px 0px 5px; 
	/*background-color: #fff;*/
	cursor: pointer;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
}
ul#product_categories_list li.product_category a{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
ul#product_categories_list li.product_category:hover a{
	/*background-image: url("resources/images/list_bullet_eee.gif");*/
	background-image: none;
	padding: 0;
	color: #0A52A6;
	font-weight: bold;
}
/* Products */
div#product_info{
	font-size:10px;
}
div#product a{
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
div#product a:hover{
	text-decoration:underline;
}
div#product div.product_link{
	float:left;
	margin-left:17px;
	_margin-left:11px;
	height:20px;
	padding:5px 0px 0px 25px;	
}
div#product div.product_link a{
	font-weight:bold;
}
div#product div#pdf_link{
	background:url(../images/pdf_icon.gif) no-repeat left center;
}
div#product div#pdf_link a{
	font-weight:bold;
	margin-bottom:2px;
}
div#product div#video_link{
	background:url(../images/video_icon.gif) no-repeat left center;
}
div#product div#zoom_link{
	background:url(../images/zoom_icon.gif) no-repeat left center;
}
div#product div#product_details{
	margin:10px 0px 10px 0px;
	padding:10px;
	border:1px solid #E0E0E0;
	background:#EFEFEF;
}
div#product p.product_small_header{
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}
div#product p.product_small_text{
	font:10px Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
/* Product relations */
table#product_relations tr td p.title{
	font:bold 11px Arial, Helvetica, sans-serif;
}
table#product_relations tr td p{
	font:10px Arial, Helvetica, sans-serif;
	margin:0;
}
/* Articles */
div.articleListNews div#news_header{
	height:20px;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
div.articleListNews a{
	color:#014fa2;
}
div.articleListNews a:visited{
	color:#014fa2;
}
div.articleListNews img{
	border:1px solid #CCC;
	padding:2px;
}
div.articleListNews p{
	font:normal 11px Arial, Helvetica, sans-serif;
	margin:0;
}
div.article_item{
	margin-bottom:10px;
}
div#news_read div.news_read_preamble p{
	font:bold 12px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
div#news_read div.news_read_text p{
	font:12px Arial, Helvetica, sans-serif;
}

div.contactsArticleRead form {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #ccc;
}	
	div.contactsArticleRead label {
		padding-top: 3px;
		display: block;
	}	
	div.contactsArticleRead input.text {
		background-color: #eef;
	}	
	div.contactsArticleRead input.submit {
		margin-top: 10px;
		background-color: #333;
		color: #fff;
	}	
	div.contactsArticleRead textarea {
		background-color: #eef;
	}	

#contactForm textarea {
	padding: 2px;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contactForm input.txt {
	padding: 2px;
	background: #ccc;
	border: 1px solid #aaa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#message {
	padding: 10px;
	border: 1px solid #ccc;
	color: #0c0;
}
#errorMessage {
	padding: 10px;
	border: 1px solid #ccc;
	color: #c00;
}

/* Videos */
div.videos{
	width:180px;
}
	div.videos div#videos_header{
		width:170px;
		height:12px;
		background:#000;
		padding:5px;
	}
	div.video_small{
		margin-bottom:10px;
		padding-bottom: 5px;
		background:#EEE;
	}
	div.videos div.video_small div#video_info{
		padding:5px 10px;
	}
		div.videos div.video_small div#video_info div#video_title p{
			font:bold 11px Arial, Helvetica, sans-serif;
			margin:0px 0px 2px 0px;
		}
		div.videos div.video_small div#video_info div#video_text p{
			font:normal 11px Arial, Helvetica, sans-serif;
			margin:0;
		}		
/* Footer properties */
.ie6 div#spacer{
	clear: both;
	height: 90px;
}
div#bottom_line{
	width:952px;
	height:10px;
	background-color: #fff;
	margin:0 auto;
	clear: both;
}
div#footer {
	width: 100%;
	background: url("../images/structure/footer_background.jpg") top repeat-x black;
	text-align: center;
	height:90px;
	position: relative;
}

div#footer div#footer_content {
	height: 90px;
	width: 952px;
	margin: 0 auto;
	text-align: right;
    background: url("../images/aaa.jpg") 20px center no-repeat;
}
div#footer p{
	margin:0px 0px 5px 0px;
	font-size:1.1em;
}
div#footer div#footer_content table {
	margin-right:30px;
}
div#footer p.grey_bold{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#aaa;
}

/* World map */
div#mapContainer {
	padding: 20px 0;
}

 /*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}
.floatcontainer{
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .floatcontainer{
	height: 1%;
}
.floatcontainer{
    display:block;
}
/* End Hack */
 */