@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: rgba(100, 100, 100, 1);
	background-image: url(background_generator.php);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	}

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:100%;
	color:#FFFFFF;
	height: 100%;
	}

#backgroundFade {
    height: 100%;
	width:100%;
	position:fixed;
	z-index:0;
	background-color: rgba(100, 100, 100, 1);
	}


#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
	position:relative;
	}

#footer, #push {
    height: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
    clear: both;
	color:#FFFFFF;
	text-align:right;
	position:relative;
	}

a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:hover {
	cursor:pointer;
	}

.main_content {
	width:670px;
	padding: 25px;
	background: rgba(50, 50, 50, 0.95);
	}

.title_container {
	height:110px;
	width:720px;
	background: rgba(100, 100, 100, 0.5);
	position:relative;
	padding: 0px 0px 0px -25px;
	margin: 0px;
	}
	
.title_content {
	font-size:60px;
	color:#323232;
	text-transform:uppercase;
	float: left;
	padding: 49px 0px 0px 25px;
	}

.menu_section {
	background: rgba(150, 150, 150, 0.5); 
	width:180px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	}
	
.menu_section_title {
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	}

.menu_botton {
	background: rgba(100, 100, 100, 0.5); 
	width:170px;
	height:20px;
	padding:5px;
	margin-top:5px;
	}

.menu_botton a {
	color:#FFFFFF;
	font-size:12px;
	padding-left:5px;
	text-transform:uppercase;
	}

.menu_botton:hover {
	background: rgba(50, 50, 50, 0.85); 
	}


.moreText {
	text-align:justify;
}

.moreBtn, .partnerContactBtn {
	cursor:pointer;
	margin-bottom: 5px;
}


.slideshow { 
	margin: auto;
	}
	
.slideshow img { 
 
	}
	
.play_slideshow {
	cursor: pointer;
}
	
.gallery_image {
	cursor: pointer;
}

.systems_title {
	font-size:16px;
	}
	
.systems_boxes_title {
	font-weight:bold;
}

.hardware_title {
	font-size:14px;
	}
	
.materials_title {
	font-size:24px;
	text-transform:uppercase;
	}
	
.materials_subtitle {
	font-size:12px;
	}
	
.case_history_title {
	font-size:30px;
	text-transform:uppercase;
	}
	
.case_history_gallery {
	margin-top:15px;
	margin-bottom:25px;
	}

.news_date {
	
}

.news_title {
	font-weight:bold;
	font-size: 12px;
}

.news_text_intro {
	text-align:justify;
}

.news_multipage{
	font-size:12px;
	text-align:right;
	width:100%;
}

.downloads_title {
	font-size:12px;
	color: #89735c;
	font-weight:bold;
}

.downloads_section_title {
	font-size:14px;
	text-transform:uppercase;
}

.downloads_files_list {
	font-size:12px;
}

.textField {
	height: 20px;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	-moz-box-shadow:    inset 0 0 3px #CCCCCC;
    -webkit-box-shadow: inset 0 0 3px #CCCCCC;
    box-shadow:         inset 0 0 3px #CCCCCC;
	}
	
.textArea {
	height: 71px;
	width: 400px;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	-moz-box-shadow:    inset 0 0 3px #CCCCCC;
    -webkit-box-shadow: inset 0 0 3px #CCCCCC;
    box-shadow:         inset 0 0 3px #CCCCCC;
	}

.sendBtn {
	height: 20px;
	border-style:none;
	cursor:pointer;
	background:none;
	color: #89735c;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
	}
	
input.error, select.error, checkbox.error, textarea.error {
      background:#FF9D9D;
	}
	
.message {
	position:absolute; 
	width:100%; 
	height:100%; 
	z-index:999; 
	background: rgba(100, 100, 100, 0.9); 
	top:0px; 
	left:0px;
}

.messageBox {
	text-align:center;
	font-size:12px;
	position:relative; 
	width:400px; 
	height:100px; 
	left:50%; 
	top:50%;
	margin: -50px 0 0 -200px;
}

#message .messageBoxHideBtn {
	text-align:center;
	cursor:pointer;
}