@import url(color.css) screen and (color);
@font-face {
	font-family: 'RossignoloRegular';
	src: url('font/myriadlightcondensed-webfont.eot');
	src: url('font/myriadlightcondensed-webfont.eot?#iefix') format('embedded-opentype'),  url('font/myriadlightcondensed-webfont.woff') format('woff'),  url('font/myriadlightcondensed-webfont.ttf') format('truetype'),  url('font/myriadlightcondensed-webfont.svg#myriadlightcondensednormal') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #015D85;
	background-color: #000;
	font-family: RossignoloRegular, _sans;
}
a:link {
	color: #015D85;
	text-decoration: none;
}
div#wrapper {
	width: 960px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 3;
	margin-left: -480px;
}
div#wrapper div#menu {
	width: 195px;
	height: 419px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	background-color: #FFF;
}
div#wrapper div#menu a#linkHome {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#wrapper div#menu a#linkHome img {
	width: 195px;
	height: 295px;
	border-style: none;
}
div#wrapper div#menu ul {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 295px;
	background-color: #FFF;
}
div#wrapper div#menu ul li {
	border-top: 1px solid #DDD;
}
div#wrapper div#menu ul li a {
	display: block;
	padding: 5px;
	height: 20px;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
div#wrapper div#menu ul li a:hover,  div#wrapper div#menu ul li a.Selected {
	background-color: #CEF;
}
div#wrapper div#slogan {
	position: absolute;
	left: 277.5px;
	top: 30px;
	z-index: 3;
	width: 600px;
	color: #FFF;
	font-size: 36px;
	text-align: left;
	text-shadow: 1px 1px 3px #000;
}
div#wrapper div#content {
	display: block;
	position: absolute;
	z-index: 4;
}
div#wrapper div#content div {
	display: block;
	width: 600px;
	position: absolute;
	top: 100px;
	padding: 20px;
	color: #666;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
div#wrapper div#content div h1 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
div#wrapper div#content div h2 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
div#wrapper div#content div img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div#wrapper div#content div p {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 19px;
}
div#wrapper div#content div em {
	color: #000;
	font-weight: bold;
}
div#wrapper div#content div#contentProdutos ul li {
	list-style-type: disc;
	list-style-position: inside;
}
div#wrapper div#content div#contentClientes ul {
	clear: left;
}
div#wrapper div#content div#contentClientes ul li {
	display: inline-block;
}
div#wrapper div#content div#contentClientes ul li img {
	margin-right: 20px;
	margin-bottom: 20px;
}
div#wrapper div#content div#contentContato .field,
div#wrapper div#content div#contentContato .tarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	overflow: hidden;
	width: 250px;
	margin-bottom: 10px;
	padding: 3px;
}
div#wrapper div#content div#contentContato .field.Error, div#wrapper div#content div#contentContato .tarea.Error {
	background-color: #FCC;
	color: #900;
}
div#wrapper div#content div#contentContato .button {
	height: 30px;
	display: inline-block;
	cursor: pointer;
	border: none;
	float: right;
	padding: 0 7px;
	background-color: #666;
	color: #fff;
}
div#wrapper div#content div#contentContato .button:hover {
	background-color: #069;
	color: #FFF;
}
div#wrapper div#content div#contentContato .field {
	height: 30px;
}
div#wrapper div#content div#contentContato .tarea {
	height: 122px;
}
div#wrapper div#content div#contentContato hr {
	text-align: center;
	width: 100%;
	border: 1px dotted #CCC;
}
div#contactResponseDiv {
	display: none;
	position: absolute;
	/*
	left:200px;
	top:60px;
	width:200px;
	height: 20px;
	*/
	border: 1px solid #CCC;
	/*
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	*/
	background-color: #F0F0F0;
	text-align: center;
}
div#footer {
	z-index: 2;
	background-color: #FFF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	font-size: 12px;
	text-align: center;
}
div#footer p {
	display: inline;
}

/* social media */
div#compartilhar {
	display: inline;
	padding-left: 5px;
}
div#compartilhar div {
	height: 15px;
	width: 15px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
div#compartilhar div#face {
	background-image: url(../social_ico/icon_face.png);
	background-repeat: no-repeat;
}
div#compartilhar div#face:hover {
	background-image: url(../social_ico/icon_face_over.png);
}
div#compartilhar div#gplus {
	background-image: url(../social_ico/icon_gplus.png);
	background-repeat: no-repeat;
}
div#compartilhar div#gplus:hover {
	background-image: url(../social_ico/icon_gplus_over.png);
}
div#compartilhar div#twitter {
	background-image: url(../social_ico/icon_twitter.png);
	background-repeat: no-repeat;
}
div#compartilhar div#twitter:hover {
	background-image: url(../social_ico/icon_twitter_over.png);
}
/* fim social media*/

div#background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#background div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#background div img {
	position: absolute;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
