* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3E3F;
	background-image: url(projecto1.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	scrollbar-arrow-color: #C5003D;
	scrollbar-3dlight-color: #DEDEDE;
	scrollbar-darkshadow-color: #DEDEDE;
	scrollbar-face-color: #DEDEDE;
	scrollbar-highlight-color: #DEDEDE;
	scrollbar-shadow-color: #DEDEDE;
	scrollbar-track-color: #FAFAFA;
}
a:link, a:visited {
	color: #3D3E3F;
	text-decoration:none;
}
p a:link {
	text-decoration: underline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #89aa05;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}


img {
	border: 0px;
}
#col1 {
	float: left;
	background-repeat: no-repeat;
}
#col1 #titulo {
	background-image: url(../media/template/barra1_r.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 17px;
	background-position: right top;
	background-color: #8dac06;
}
#col4 {
	float: left;
	background-repeat: no-repeat;
}
#col4 #titulo2 {
	background-image: url(../media/template/barra1_r.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 17px;
	background-position: right top;
	background-color: #8dac06;
}
#col3 {
	float: left;
	background-image: url(../media/template/menu_item/item_menu_bg.png);
	background-repeat: repeat-y;
	position: relative;
}
#col3 .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#col3 .icons {
	padding-top: 10px;
}
#col3 span {
	height: 44px;
	width: 147px;
	position: relative;
}
#col3 .icons_ultimo {
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
}
.nome {
	color: #3D3E3F;
	font-weight: bold;
}
.preco {
	font-size: 16px;
	font-weight: normal;
	color: #89aa05;
}
.tabela1 td, .tabela1 th, .tabela2 td, .tabela2 th {
	padding: 8px;
}
.tabela1 th, .tabela2 th {
	font-weight: bold;
	color: #89aa05;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89aa05;
}
.tabela1 .ultima_linha, .tabela2 .ultima_linha {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89aa05;
	font-weight: bold;
	color: #89aa05;
}
.tabela1 .linha , .tabela2 .linha{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
}
.tabela1 .linha_tr, .tabela2 .linha_tr  {
	background-color: #F9F9F9;
}
.tabela2 tr:hover {
	background-color: #EEE;
	cursor:pointer;
}
.rosa1 {
	color: #C5003D;
}
.linha1 {
	font-size: 0px;
	height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89aa05;
	margin-top: 6px;
	padding-bottom: 6px;
}
.botao1 {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 0px;
}
.botao1:hover {
	background-color: #C4C4C4;
}
.background1 {
	background-color: #FFF;
	border: 1px solid #DDD;
}

.msg_erro {
	font-weight: bold;
	color: #C00;
}
button {
	border: 0px none #FFF;
}
.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
}
.margem1 {
	padding: 10px;
}
textarea { border: none; }

