@charset "utf-8";  

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

.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.leftCell, .rightCell {
	width: 50%;
}
.leftCell {
	float: left;
}
.rightCell {
	float: right;
}
.productPic img {
	width: 100%;
    position: relative;
    top: -50%;
}


#topBar .rightCell a {
	margin-top: 4px;
	margin-right: 5px;
	float: right;
}
#branding {
	padding-top: 8px;
	height: 110px;
}
#branding a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #156DA3;
	text-decoration: none;
}
#logo {
	padding-top: 15px;
	width: 30%;
}
#info {
	padding-top: 20px;
	margin-left: 10%;
	width: 30%;
}
#ambient {
	margin-left: 5%;
	width: 10%;
}
#logo, #info, #ambient{
	height: 100px;
	float: left;
}
#navBar {
	clear: left;
	height: 40px;
}
#nav_menu a {
	line-height: 50px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	float: left;
}
#navBar li a {
	float: left;
	width: 221px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border-left: solid 1px #D0D1D1;
	-moz-transition: all 0.3s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-out; /* Opera */
}
#last_link a {	
	border-right: solid 1px #D0D1D1;
}
#navBar li a:hover {
	background-color: white;
	color: #689D41;
	-moz-transition: all 0.3s ease-in; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in; /* Opera */
}
#sliderInfo h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
#sliderInfo {
	margin: 0px 20%;
	max-width: 300px;
	padding: 3%;
}
#sliderInfo h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
#footer {
	height: 45px;
}
#footer_links {
	margin-bottom: 5px;
}
#footer_links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #D0D2D3; 
}