@charset "utf-8";
/* CSS Document */
body { 
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #fff; 
	background: #fff url(../images/fundo.jpg) top center no-repeat; 
	margin: 0; 
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: justify;
	line-height:1.5;
	color: #e5460f;
	}
	
h1 {
	color: #e5460f;;
	font-size:1.5em;
	font-weight: normal;
	}
	
h2 {
	margin-top:2px;
	margin-left: 11px;
	font-size:2.0em;
	color:#e5460f;
	width:980px;
	font-weight: normal;
	}
h3 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #e5460f;
	}
	h4 {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #636363;;
	}
	
	h3.price { 
	font: 1.2em Arial, sans-serif;
	font-weight:bold;

	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #fff;
	}

a.nav{font-size:0.9em!important;
	color:#363636!important;
	text-decoration:none!important;}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #363636;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #363636;
	outline:none;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #363636;
	}
.menu .nav li a {
	    padding: 17px 10px 10px;
    width: 113px;
    height: 40px;
    display: inline-block;
    color: #353334;
    font-weight: normal!important;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 10px;
}
.menu .nav li a:hover {
	padding: 17px 10px 10px;
	display:inline-block;
	height: 40px;
	background:#466193;
	color:#fff;
}

.menu .nav li a.current {
	padding: 17px 10px 10px;
	height: 40px;
	display:inline-block;
	background: #fff;
	color:#466193;
	font-weight: bold!important;
}

.colleft span.title{
color:#e5460f;
}

.colright div.boxcontent h2{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	clear:left;
	background:#ceae2f;
	padding:5px 0 5px 10px;
	font-size:1.4em;
	width:235px;
}

.colright div.boxcontent label {
	font-size:1.0em;
	color:#fff;
	display:block;
	margin-left:10px;
	padding-top:2px;
	font-size:0.9em;
}

.colleft label {
	color:#636363!important;
	font-size:1.0em!important;
}

.colright input.bot {
	/*background: url(../images/bot.png);*/
	height:33px!important;
	width: 120px!important;
	padding: 1px 7px 2px 1px;
	border: none;
	font-size:1.1em;
	float:left;
	color:#fff!important;
	cursor:pointer;
	margin-top:7px;
	font-weight:bold;
	text-transform: uppercase;
    background-color: #464e5b;
}

.colleft input.bot {
    /* background: url(../images/bot.png); */
    height: 27px!important;
    width: 120px!important;
    padding: 1px 7px 2px 1px;
    border: none;
    font-size: 1.0em;
    float: left;
    color: #fff!important;
    cursor: pointer;
    margin-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e5460f;
    padding: 0px 0 0 0px;
    font-size: 0.9em;
    line-height: 25px;
    width: 30px;
    height: 30px;
}

.colleft input.botreset {
	background: url(../images/bot_reset.png);
	height:33px!important;
	width: 120px!important;
	padding: 2px;
	border: none;
	font-size:1.0em;
	float:left;
	color:#fff!important;
	cursor:pointer;
	text-align:center;
	margin-top:3px;
	font-weight:bold;
	text-transform: uppercase;
}

.colright .title {
	color:#fff;
	background-color:#999;
	border:1px dotted #CCC;
}

/*paginacao*/
.pageNavigation{padding:5px; height:34px; overflow:hidden; clear:both; margin-bottom:26px;}
.pageNavigation .pageNavigationContainer{ float:left; position:relative; left:50%; text-align:left;}
.pageNavigation .pageNavigationContainer ul{ list-style:none; height:26px; position:relative; left:-50%; float:left;}
.pageNavigation .pageNavigationContainer li{ color:#f20303; font-size:1.0em; display:block; text-align:center; overflow:hidden; line-height:26px; margin:2px; float:left;width:26px!important; background-color: #E5E5E5;}
.pageNavigation .pageNavigationContainer li span{width:26px; height:26px; display:block;border:none!important; background:#727b88; color:#fff;}
.pageNavigation .pageNavigationContainer li a{border:none!important; height:26px;display:block; color:#fff; padding-top:3px; line-height:20px; overflow:hidden; text-decoration:none!important;}
.pageNavigation .pageNavigationContainer li a:hover{border:none!important; height:26px;display:block; color:#fff; padding-top:3px; line-height:20px; overflow:hidden; background:#727b88;}
