@charset "utf-8";
/* CSS Document */
body {
	font:12px Calibri,Arial, Helvetica, sans-serif;
	margin:0px;;
	background:#3a3a3a url(../images/bg_body.png) repeat-x;
}

#container{
	width:906px;
	background:url(../images/bg_container.png) top center repeat-y;
	margin:0px auto;
	min-height:760px;
 	height:auto !important;
	height:760px;
}
#container-inner{
	width:900px;
	margin:0 auto;
}
#header{
	background:url(../images/bg_top.png) top center no-repeat;
	height:114px;
}



#menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	text-align:center;
	overflow:hidden;
	width:750px;
	margin:5px auto auto auto;
}

#menu ul {
	display:inline;
		padding:0;
		margin:0;
		
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	font:16px Calibri,Arial, Helvetica, sans-serif;
	color:#2876dc;
}

#menu li{
	background:url(../images/bg-mainmenu.png) right no-repeat;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color:#e39d0a;
	font:16px Calibri,Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:15px;
	float:left;
}



#menu ul li a:hover, #menu ul li a:active {
	color:#2876dc;
}
#menu .last{
	background:none;
}
#socialmedia{
	margin:10px auto auto auto;
	width:120px;
	

}
.socialmedia-buttons{
	width:60px;
	float:left;
	text-align:center;
					 }
#slideshow{
	height:233px;
}
#content-home{
	height:403px;
	background:url(../images/bg_welcome.jpg) top center no-repeat;
}

#content-home-inner{
	background:url(../images/bg_monitor.png) top center no-repeat;
	height:403px;
}
#welcome{
	width:395px;
	margin:auto 35px auto 20px;
	padding-top:50px;
}

#video{
	width:391px;
	height:221px;
	padding-top:68px;
}
#content{
	background:url(../images/bg_middle.png) top center no-repeat;
	min-height:403px;
 	height:auto !important;
	height:403px;
	padding-top:20px;
	padding-bottom:20px;
	color:#737373;
	}
#content-inner{
	width:860px;
	margin:auto;
	
}

#footer{
	background:url(../images/bg_footer.png) top center no-repeat;
	height:208px;
	}
#footer_title{
	padding-top:30px;
}

#quotation_form{
	width:535px;
	
}
/*classes*/
.float{
	float:left;
}
.float-right{
	float:right;
}
.clear{
	clear:both;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-center{
	text-align:center
}
.align-justify{
	text-align:justify;
}
.halfwidth{
	width:50%;
}

.nobullets ul{
	margin:0px 20px;
	padding:0px;
}
.nobullets ul , .nobullets ul li{
	list-style:none;
}

/*font sizes*/
.text-small{
	font-size:10px;
}
.text-big{
	font-size:14px;
}

.text-large{
	font-size:16px;
}

.text-huge{
	font-size:18px;
}
.text-very-huge{
	font-size:30px;
}
.contact-holder{
	width:400px;
	margin:auto;
	line-height:20px;
}

.right-contact{
	width:600px;
	margin-left:30px;
}
/*colors*/

.blue{
	color:#2876dc;
}

.yellow{
	color:#e39d0a;
}
#white{
	color:#fff;
}

a, a:link, a:visited {
	color:#2876dc;
	text-decoration:none;
}
a:hover, a:active{
	color:#e39d0a;
}
a img{
	border:none;
}

h1, h2, h3, h4, h5, h6{
	color:#e39d0a;
}
label{
	color:#e39d0a;
}
p {
	margin-left:10px;
}

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel{
	width:500px;
	height:281px;
	margin:auto;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}

