@charset "utf-8";
/* CSS Document */

/*- Carreiro CSS -*/
/*- Basics -*/
body {
	margin:0px;
	background-image:url(../img/bg-mattress.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#175176; /*#183e62*/
	/* font */
	line-height:normal;
	font-family: 'CenturyGothicBold', sans-serif;
	/*
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	*/
	}
img { border:0px; }

/*- Structure -*/
div.container {
	width:1204px;
	}
div.uppermenu{
	height:108px;
	width:879px;
	width:100%;
	}
div.menu{
	width:1204px;
	height:30px;
	background-image:url(../img/menu.png);
	color:#fff;
	}
.menualigner{
	height:30px;
	padding:0px 150px 0px 0px;
	float:left;
	}	
.menuwrapper {
	height:22px;
	padding:8px 15px 0px 15px;
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#fff;
	}
.menuwrapper:hover{
	height:22px;
	padding:8px 15px 0px 15px;
	font-size:12px;
	font-weight:bold;
	float:left;
	background-color:#f3ab1c;
	}
.menudivider {
	height:22px;
	padding:7px 0px 0px 0px;
	width:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	}
div.maincontainer {
	width:960px;
	height:650px;
	padding:30px 0px 0px 0px;
	}
div.tipscontainer {
	width:960px;
	height:535px;
	padding:30px 0px 0px 0px;
	}
div.shoteleracontainer {
	width:890px;
	height:540px;
	padding:20px 0px 0px 0px;
	}
div.labcontainer {
	width:890px;
	height:665px;
	padding:20px 0px 0px 0px;
	}
div.maincontainer_index {
	width:810px;
	height:530px;
	padding:30px 75px 0px 75px;
	}
div.maincontainer_hist {
	width:960px;
	height:550px;
	padding:30px 0px 0px 0px;
	}
div.maincontainer_innov {
	width:960px;
	height:350px;
	padding:10px 0px 30px 0px;
	}
div.center_display {
	width:645px;
	float:left;
	}
.center_top {
	padding:0px 0px 20px 0px;
}
	
/*- footer -*/
div.footer{
	font-size:12px;
	text-align:center;
	color:#164c6e;
	padding:66px 20px 40px 0px;
	width:1204px;
	}
	
/*- gradient -*/
.gradient_y {
	height:2px;
	width:400px;
	/*
	background:
	-webkit-gradient(
		linear,
		right,
		left,
		color-stop(0.22, rgb(152,88,12)),
		color-stop(0.61, rgb(183,115,39)),
		color-stop(0.79, rgb(255,255,255))
		);
	background:
	-moz-linear-gradient(
    	right,
		rgb(152,88,12) 22%,
		rgb(183,115,39) 61%,
		rgb(255,255,255) 79%
		);*/
	text-align:center;
	background-color:#f3ab1c;
	}
	
/*- font -*/
.f_yellow {
	color:#f3ab1c;
	}
.f_blue {
	color:#1c81ac;
	}
.f_blue2 {
	color:#1c81ac;
	}	
/*- links -*/
a{
	line-height:normal;
	text-decoration: none;
	font-family:'CenturyGothicBold', sans-serif;
	color:#fff;
}
a.blue{
	line-height:normal;
	text-decoration: none;
	font-family:'CenturyGothicBold', sans-serif;
	color:#165176;
}
a.blue:hover{
	line-height:normal;
	text-decoration: none;
	font-family:'CenturyGothicBold', sans-serif;
	color:#f3ab1c;
}
a.yellow{
	line-height:normal;
	text-decoration: none;
	font-family:'CenturyGothicBold', sans-serif;
	color:#f3ab1c;
}
a.yellow:hover{
	line-height:normal;
	text-decoration: none;
	font-family:'CenturyGothicBold', sans-serif;
	color:#165176;
}

