@charset "utf-8";  

/* *************************************************** */
/*    CSS Document for Termicon Web Site ~  Common     */
/* *************************************************** */

body {
	margin: 0px;
	background-color: #E8E8E8;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	color: lightgray;
	font-weight: normal;
}
h2 {
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	font-size: 30px;
	font-style: uppercase;
	color: white;
	text-align: center;
}
h4 {
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	font-size: 30px;
	font-style: uppercase;
	color: #2E6BB3;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	text-align: justify;
	margin: 22px 0px;
}


.content_gray {
	padding: 50px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	color: #5A5B5B;
} 
.galeryCell {
	height: 160px;
	padding-top: 15px;
}
.pic {
	width: 23%;
	margin: 0% 1%;
	float: left;
	height: 120px;
	overflow: hidden;
}
.pic img {
	width: 100%;
    position: relative;
    top: -20%;
}
.formCell {
	width: 100%;
	height: 40px;
}
.formLabel {
	width: 40%;
	min-width: 200px;
	float: left;
	text-align: right;	
	padding-right: 15px;
}

#info {
	height: 25px;
	background-color: #5D5D5D;
	margin-bottom: 15px;
}
#info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
#branding {
	background-image: url(../images/bg.jpg);
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding-top: 18px;
	background-color: #4B4C4D;
	color: #D0D2D3;
}
#scroll {
	background-image: url(../images/toTop.png);
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	opacity: 0.5;
	display: none;
	cursor: pointer;
}
#scroll:hover {
	opacity: 1;
}