* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	font-family: arial;
}

img {
	background: #fff;
}

body {
	background: #03729b url(../images/bg_body1.jpg) repeat center top;
	text-align: center;
}


#wrap {
	width: 764px;
	margin: 0 auto;
	position: relative;	
	background: #fff url(../images/bg_wrap.jpg) repeat-y left top;
	display: table;
	text-align: left;
	border: 5px solid white;
	border-top: 0;
	border-bottom: 2px solid white;
}	

#header {
	background: url(../images/bg_head_center.jpg) repeat-x;
	width: 764px;
	height: 72px;
}

.head_right {
	float: right;
}

h1 {
	font: bold 15px arial;
	color: #FFF;
	text-indent: -9999px;
	background: url(../images/logo_left.jpg) no-repeat;
	width: 164px;
	height: 72px;
	float: left;
}

a.h1 {
	float: left;
	width: 164px;
	height: 72px;
	position: absolute;
	margin: 0 0 0 10px;
}

#header #menu {
	float: right;
}

#header #menu ul, #header #menu ul li {
	display: inline;
}

#header #menu ul li a {
	padding: 37px 5px 0 5px;
	float: left;
	height: 18px;
	font: normal 12px arial;
	color: #fff;
	margin:12px 20px 0 15px; 
}

#header #menu ul li a:hover {
	color: #ed9e1b;
}

#header #menu ul li a.sugestao {
	background: url(../images/icon_idea.jpg) no-repeat center top;
}

#header #menu ul li a.sugestao:hover {
	background: url(../images/icon_idea_hover.jpg) no-repeat center top;
}

#header #menu ul li a.orcamento {
	background: url(../images/icon_orc.jpg) no-repeat center top;
}

#header #menu ul li a.orcamento:hover {
	background: url(../images/icon_orc_hover.jpg) no-repeat center top;
}

#header #menu ul li a.contato {
	background: url(../images/icon_cont.jpg) no-repeat center top;
}

#header #menu ul li a.contato:hover {
	background: url(../images/icon_cont_hover.jpg) no-repeat center top;
}

#header #menu ul li a.chat {
	background: url(../images/icon_chat.jpg) no-repeat center top;
}

#header #menu ul li a.chat:hover {
	background: url(../images/icon_chat_hover.jpg) no-repeat center top;
}

#general #leftbar {
	background: #f5f5f5;
	width: 165px;
	float: left;
	display: inline;
}

#general #leftbar ul li ul li a , #general #leftbar ul li {
	font: normal 12px arial;
	color: #3a6391;
	display: inline;
}

#general #leftbar ul {
	margin: 10px 0 0 10px;
}

#general #leftbar ul li a {
	color: #3a6391;
}

#general #leftbar ul li a:hover {
	text-decoration: underline;
}

#general #leftbar ul li ul {
	margin-top: 0;
}

#general #leftbar ul li ul li a {
	margin: 0 0 0 11px;
	padding: 0 12px 0 0;
}

#general #leftbar ul li ul li a:hover {
	background: url(../images/arrow_mini.jpg) no-repeat right;
	text-decoration: none;
	font-weight: bold;
}

#general #leftbar ul li {
	font-weight: bold;
}

#general #leftbar ul li a.promo_left {
	background: url(../images/promo_left.jpg);
	width:154px;
	height: 271px;
	float: left;
	display: block;
	text-indent: -9999px;
}

#general #leftbar ul li a.promo_left:hover {
	background: url(../images/promo_left_hover.jpg);
}

#general #content {
	top: 77px;
	float: left;
	width: 594px;
	margin: 5px 0 0 5px;
}

#general #content h2 {
	height:17px;
	border-left: 6px solid #f6a904;
	font: bold 14px arial;
	color: #fff;
	background: url(../images/bg_h2.jpg);
	padding: 4px 10px;
	width: 568px;
	margin: 0 0 5px 0;
}

#general #content #novidade123 {
	width: 594px;
	float: left;
	background: url(../images/bg_novidade.jpg);
	height: 194px;
	clear: both;
	text-align: center;

}

#general #content hr {
	border-bottom: 1px solid #EEE;
	clear: both;
	padding: 8px 0 0 0;
	margin: 0 0 8px 0;
	display: block;
}

#general #content #boxpromo div.promo_01 , #general #content #boxpromo div.promo_02 , #general #content #boxpromo div.promo_03 , #general #content #boxpromo div.promo_04 {
	float: left;
	width: 291px;
	height: 173px;
	background: url(../images/promo_01.jpg) right top;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	margin: 0 7px 5px 0;
	border-left: solid 1px #2b5c8f;
	border-right: solid 1px #2b5c8f;
}

#general #content #boxpromo div.promo_02 , #general #content #boxpromo div.promo_04 {
	margin: 0 0 5px 0;
}

#general #content #boxpromo div.promo_01:hover , #general #content #boxpromo div.promo_02:hover {
	background: url(../images/promo_01.jpg) left top;
	border-right: solid 1px #ed6400;
	border-left: solid 1px #ed6400;
}

#foot {
	width: 764px;
	height: 44px;
	background: url(../images/bottom-trans.png) right top;
	float: left;
	display: block;
	margin: 1px 0 0 0;
}

#foot li {
	float: left;
	font: bold 12px arial;
	color: #FFF;
	margin: 13px 13px 0 13px;
}

#foot li.right {
	float: right;
}

#foot li.right a {
	font: bold 11px arial;
	color: #FFF;
}

#foot li.right a:hover span {
	color: #e82183;
}

/* //////////////////////////////////// CONTATO */

#contato form {
	text-align: right;
}

#contato label {
	font: bold 14px arial;
	color: #3a6391;
}

#contato input.inputtexto , #contato textarea {
	width: 420px;
	height: 17px;
	background: #f9f9f9;
	border: 1px solid #DDD;
	padding: 5px;
	font: normal 13px arial;
	margin: 5px 0 0 10px;
	color: #444;
}

#contato textarea {
	height: 58px;
	overflow: auto;
}	

#contato input.inputtexto:focus , #contato textarea:focus {
	border: 1px inset #CCC;
	color: #888;
	background: #f1f1f1;
}

#contato input.submit {
	width: 80px;
	height: 30px;
	background: #3a6391;
	margin: 2px 0 0 0;
	border: 2px outset #CCC;
	font: normal 15px arial;
	color: #fff;
}

#contato input.submit:focus {
	border: 2px inset #CCC;
}

#sugestoes #sugestoesfotos a img {
	border: 1px solid #ddd;
	margin: 20px 0 5px 0;
	width: 80px;
}

#sugestoes #sugestoesfotos a:hover img {
	border: 1px solid #999;
	width: 100px;
	margin: 0 5px 5px 0;
}

#sugestoes #sugestoesfotos a {
	padding: 0 3px 0 3px;
	float: left;
}