/*	BODY
<------------------------------> */
html, body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, img, fieldset {border:none;list-style:none;margin:0;padding:0}
body {font-family:  Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;height:100%;}
html {font-size:70%;height:100%;background:#033d56 url(img/bg.png) repeat-x;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/*	GERAL
<------------------------------> */
#geral {height:100%;min-height:100%;}
#pagina {margin:0 auto; width:980px; overflow:hidden;}
h2 span, h1, h6 span {display:none;}
h3 {font-size:0.98em;}
.clear {clear:both;}
.float {float:left;}
p {color:#666; line-height:18px;}
strong.h3 {color:#023362;}

/*	GERAL FORMULARIOS
<------------------------------> */
.txt {border:1px #ccc solid;}
.txt:focus {border:1px #ccc solid; background:#f6f6f6;}
.txt50 {width:50px;} 
.txt75 {width:75px;}
.txt100 {width:100px;}
.txt125 {width:125px;}
.txt150 {width:150px;}
.txt175 {width:175px;}
.txt200 {width:200px;}
.txt210 {width:210px;}
.txt225 {width:225px;}
.txt250 {width:250px;}
.txt275 {width:275px;}
.txt300 {width:300px;}
.txt325 {width:325px;}
.txt350 {width:350px;}
.txt375 {width:375px;}
.txt400 {width:400px;}

.btn_imput {
	background:#035768;
	padding:7px 15px;
	float:right;
	color:#ccc;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px 0 5px 0;
	border:0;
	cursor:pointer;
}
.btn_imput:hover {
	background:#035768;
	padding:7px 15px;
	float:right;
	color:#ccc;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px 0 5px 0;
	border:0;
	color:#fff;
	cursor:pointer;
}
.botao-blue {
	background:#035768;
	padding:8px 15px;
	float:right;
	color:#ccc;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px;
}
.botao-blue:hover {
	background:#035768;
	padding:8px 15px;
	float:right;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	text-decoration:none;
	margin:5px;
}
.botao-orange {
	background:orange;
	padding:8px 15px;
	float:right;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px;
}
.botao-orange:hover {
	background:orange;
	padding:8px 15px;
	float:right;
	color:yellow;
	font-weight:bold;
	-moz-border-radius:5px;
	text-decoration:none;
	margin:5px;
}
.botao-green {
	background:#82ab15;
	padding:8px 15px;
	float:right;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px;
}
.botao-green:hover {
	background:#82ab15;
	padding:8px 15px;
	float:right;
	color:#ccc;
	font-weight:bold;
	-moz-border-radius:5px;
	text-decoration:none;
	margin:5px;
}
.botao-green1 {
	background:#82ab15;
	padding:8px 15px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	margin:5px;
}
.botao-green1:hover {
	background:#82ab15;
	padding:8px 15px;
	color:#ccc;
	font-weight:bold;
	-moz-border-radius:5px;
	text-decoration:none;
	margin:5px;
}
.lightview, .informacoes-tecnicas {
	padding:5px 0;
}

/*	SLIDE PRODUTOS HOME
<------------------------------> */
#slider {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.scroll {
    height: 260px;
    width: 840px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    clear:left;
}
.scrollContainer div.panel {
    width: 840px;
}
div.panel_conteudo {
	height: 208px;
}
div.panel_conteudo a.foto {
	float:left;
	display:inline;
	padding:15px 14px;
	overflow:hidden;
}
div.panel_conteudo a.foto:hover {
	float:left;
	display:inline;
}
div.panel_conteudo a.foto img {
	margin:auto;
	width:252px;
	height:156px;
}
ul.navigation {
    list-style: none;
    padding: 0;
    height:52px;
    font-weight:bold;
    overflow:hidden;
}
ul.navigation li {
    float:left;
    margin:0 17px;
    display:inline;
    text-align:center;
}
ul.navigation a {
    padding:12px 5px;
    height:52px;
    width:236px;
    color:#204264;
    text-transform:uppercase;
    display:block;
    float:left;
    text-decoration: none;
    background:url(img/bg_titulo_produtos.jpg) no-repeat;
}
ul.navigation a:hover {
    background:url(img/bg_titulo_produtos.jpg) 0 -52px no-repeat;
    text-decoration:none;
}
ul.navigation a.selected {
    background-color: #fff;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 90px;
    cursor: pointer;
}
.left {
    left: 0px;
    z-index:2000;
}
.right {
    right: 0px;
    z-index:2000;
}
.hide {
    display: none;
}