@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
}

html {
	background-color:white;
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
	background-position:top center;
}

* {
	color:#999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#conteudo {
	width:1000px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-500px;
	margin-top:0px;
	background-color:transparent;
	overflow:hidden;
}

.header {
	width:1000px;
	height:50px;
	float:left;
	margin-top:15px;
	overflow:hidden;
}

.logomarca {
	width:245px;
	height:50px;
	float:left;
	background-image:url(../img/logomarca.png);
	background-repeat:no-repeat;
	cursor:default;
	overflow:hidden;
	margin-left:10px;
}

.box_menu {
	width:622px;
	height:48px;
	float:right;
	margin-right:10px;
	margin-top:1px;
	padding-left:7px;
	overflow:hidden;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(35,36,54) 0%,rgb(15,18,25) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(35,36,54)),color-stop(1, rgb(15,18,25)));
	background-image:-webkit-linear-gradient(-90deg,rgb(35,36,54) 0%,rgb(15,18,25) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(35,36,54) 0%,rgb(15,18,25) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(35,36,54) 0%,rgb(15,18,25) 100%);
	background-image:linear-gradient(-90deg,rgb(35,36,54) 0%,rgb(15,18,25) 100%);	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.65);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.65);
	box-shadow:1px 1px 2px rgba(0,0,0,0.65);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff232436,endColorstr=#ff0f1219,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff232436,endColorstr=#ff0f1219,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6000000,Positive=true);
}

.menu {
	width:auto;
	height:31px;
	float:left;
	padding-left:26px;
	padding-right:25px;
	padding-top:17px;
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-align:center;
	border-right:1px solid #3B3E45;
	cursor:pointer;
}

.menu:hover, .menu[hover="1"] {
	background-image:-moz-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%); 
	background-image:-webkit-gradient(linear,color-stop(0, rgb(58,201,235)),color-stop(1, rgb(27,148,219)));
	background-image:-webkit-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:-o-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:-ms-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ac9eb,endColorstr=#ff1b94db)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ac9eb,endColorstr=#ff1b94db);
}

*[no_border] {
	border:0px;
}

.slider {
	width:979px;
	height:280px;
	overflow:hidden;
	float:left;
	margin-top:15px;
	margin-left:10px;
	background-color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.frase {
	width:1000px;
	height:auto;
	float:left;
	color:white;
	font-size:17px;
	font-weight:bold;
	margin-top:23px;
	text-align:center;
	cursor:default;
	letter-spacing:1px;
	text-transform:uppercase;
}

.shadow_box {
	width:979px;
	height:15px;
	float:left;
	margin-left:10px;
	background-repeat:no-repeat;
	background-image:url(../img/sombra_box.png);
}

.box_amostras {
	width:250px;
	height:108px;
	float:left;
	margin-left:10px;
	margin-top:15px;
	overflow:hidden;
	background-image:-moz-radial-gradient(51% 105%,circle closest-corner,rgb(1,117,168) 0%,rgb(1,72,104) 100%); 
	background-image:-webkit-gradient(radial,51% 105%,0,51% 105%,108,color-stop(0, rgb(1,117,168)),color-stop(1, rgb(1,72,104)));
	background-image:-webkit-radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);
	background-image:-ms-radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);
	background-image:radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Style=2)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.box_amostras h1 {
	width:250px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
	color:white;
	font-size:15px;
	cursor:default;
}

.box_amostras h2 {
	width:250px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:0px;
	color:white;
	font-size:11px;
	cursor:default;
}

.box_select {
	width:231px;
	height:46px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	background-color:rgb(255,255,255);	
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.44);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.44);
	box-shadow:1px 1px 2px rgba(0,0,0,0.44);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#70000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#70000000,Positive=true);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}

.box_select select {
	width:218px;
	height:20px;
	float:left;
	margin-left:5px;
	margin-top:12px;
	font-size:14px;
	outline:none;
	color:black;
	border:0px;
	background-image:none;
	outline:none;
}

.box_select option {
	color:black;
}

.cont_pagina {
	width:713px;
	min-height:383px;
	float:right;
	margin-right:12px;
	margin-top:15px;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 132%,color-stop(0, rgb(246,246,246)),color-stop(0.06, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
	background-image:-webkit-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);	
	border-color:rgb(238,238,238);
	border-width:1px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}

.cont_pagina h1 {
	width:100%;
	height:auto;
	float:left;
	padding-left:15px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:16px;
	text-align:left;
	cursor:default;
	color:#00557A;
}

.cont_pagina h2 {
	width:96%;
	height:auto;
	float:left;
	padding-left:15px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:13px;
	text-align:left;
	cursor:default;
}

.cont_pagina h3 {
	width:100%;
	height:auto;
	float:left;
	padding-left:15px;
	margin-top:20px;
	margin-bottom:0px;
	font-size:13px;
	text-align:left;
	cursor:default;
}

.cont_pagina h4 {
	width:699px;
	height:33px;
	float:left;
	padding-left:15px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:16px;
	text-align:left;
	cursor:default;
	color:#00557A;
	border-bottom:1px solid #EEE;
}

.cont_pagina select {
	width:280px;
	height:25px;
	outline-color:#09F;
	float:left;
	margin-left:15px;
	margin-top:3px;
}

.cont_pagina input {
	width:280px;
	height:25px;
	outline-color:#09F;
	float:left;
	margin-left:15px;
	margin-top:3px;
}

.cont_pagina textarea {
	width:500px;
	min-width:500px;
	max-width:680px;
	min-height:80px;
	height:80px;
	max-height:150px;
	outline-color:#09F;
	float:left;
	margin-left:15px;
	margin-top:3px;
	clear:both;
}

.cont_pagina input[type="submit"] {
	width:auto;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:15px;
	cursor:pointer;
	font-size:12px;
	background-color:rgb(0,85,122);
	border:0px;
	color:white;
	padding:10px;
	clear:both;
}

.cont_pagina input[type="submit"]:hover {
	background-image:-moz-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%); 
	background-image:-webkit-gradient(linear,color-stop(0, rgb(58,201,235)),color-stop(1, rgb(27,148,219)));
	background-image:-webkit-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:-o-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:-ms-linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	background-image:linear-gradient(rgb(58,201,235) 0%,rgb(27,148,219) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ac9eb,endColorstr=#ff1b94db)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ac9eb,endColorstr=#ff1b94db);
}

.cont_pagina p {
	width:685px;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:5px;
	line-height:30px;
	color:#666;
	font-size:12px;
	cursor:default;
}

.cont_pagina p span {
	color:#00557A;
	cursor:pointer;
}

.cont_pagina p span:hover {
	text-decoration:underline;
}

.contato {
	width:250px;
	height:auto;
	padding-bottom:8px;
	float:left;
	margin-left:8px;
	margin-top:15px;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 132%,color-stop(0, rgb(246,246,246)),color-stop(0.06, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
	background-image:-webkit-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);
	background-image:linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(255,255,255) 6%,rgb(255,255,255) 100%);	
	border-color:rgb(238,238,238);
	border-width:1px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}

.especiais {
	width:250px;
	height:auto;
	padding-bottom:12px;
	float:left;
	margin-left:8px;
	margin-top:15px;
	background-image:-moz-radial-gradient(51% 105%,circle closest-corner,rgb(1,117,168) 0%,rgb(1,72,104) 100%); 
	background-image:-webkit-gradient(radial,51% 105%,0,51% 105%,108,color-stop(0, rgb(1,117,168)),color-stop(1, rgb(1,72,104)));
	background-image:-webkit-radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);
	background-image:-ms-radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);
	background-image:radial-gradient(51% 105%,circle closest-corner, rgb(1,117,168) 0%,rgb(1,72,104) 100%);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Style=2)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=2);
	border-color:rgb(238,238,238);
	border-width:1px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffffffff,GradientType=0);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}


.contato h1, .especiais h1 {
	width:250px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
	color:#666;
	font-size:15px;
	cursor:default;
}

.especiais h1 {
	color:white;
}

.contato p {
	width:240px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:0px;
	line-height:30px;
	color:#666;
	font-size:12px;
	cursor:default;
}

.especiais p {
	width:240px;
	height:10px;
	text-align:left;
	padding-left:10px;
	float:left;
	color:white;
	padding-top:9px;
	padding-bottom:5px;
	font-size:12px;
	margin:0px;
	margin-top:8px !important;
	cursor:pointer;
}

.especiais p:hover {
	opacity:0.8;
}

.form_pag {
	width:250px;
	height:auto;
	float:left;
	margin-top:10px;
	overflow:hidden;
	clear:both;
}

.box_amostra {
	width:356px;
	height:50px;
	float:left;
	overflow:hidden;
	border-bottom:1px solid #EEE;
}

.box_amostra:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(242,251,255) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(242,251,255)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,251,255) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,251,255) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,251,255) 100%);
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,251,255) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff2fbff,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff2fbff,GradientType=0);
}

.box_amostra h1 {
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:rgb(102,102,102);
	text-align:left;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left:10px !important;
	cursor:default;
}

.box_amostra .info {
	width:100%;
	height:auto;
	float:left;
	padding-left:10px !important;
	font-size:10px;
	font-weight:100;
	color:rgb(102,102,102);
	text-align:left;
	margin:0px;
	cursor:default;
}

.box_amostra .opc {
	width:50px;
	height:14px !important;
	position:absolute;
	margin-left:302px;
	margin-top:18px;
}

.download {
	width:11px;
	height:10px;
	cursor:pointer;
	position: absolute;
	margin-left: 293px;
	margin-top: 20px;
}

.jp-play {
	width:14px !important;
	height:14px !important;
	float:left !important;
	margin-left:5px !important;
	background-repeat:no-repeat !important;
	background-image:url(../img/play_pause.png) !important;
	cursor:pointer !important;
}

.jp-stop {
	width:14px !important;
	height:14px !important;
	float:left !important;
	margin-left:5px !important;
	background-position:right !important;
	background-repeat:no-repeat !important;
	background-image:url(../img/play_pause.png) !important;
	cursor:pointer !important;
}

.legenda {
	width:auto;
	height:auto;
	position:absolute;
	right:28px;
	margin-top:16px;
	font-size:11px;
	cursor:default;
	text-align:right;
}

.legenda img {
	margin-left:5px;
	margin-right:5px;
}

#footer {
	width:100%;
	height:50px;
	float:left;
	background-color:#06F;
	position:relative;
	bottom:0px;
	margin-top:20px;
	background-repeat:no-repeat;
	background-image:url(../img/background.png);
}

#footer p {
	width:1000px;
	height:auto;
	position:relative;
	margin:18px auto;
	color:white;
	font-size:12px;
	cursor:default;
}

.jp-controls ul {
	float:left;
	margin: 0px;
	padding: 0px;
}

.jp-controls li {
	width:14px;
	height:14px;
	list-style:none;
	float:left;
}

img, a {
	outline:none !important;
}



















































