/** 
 * Construtora Comcasa - CSS Document - Layout Styles
 */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	text-decoration: none;
	font-style: normal;
}

body {
    margin: 35px 0px 15px 0px;
    background-color: #fff;
    color: #52565b;
    font: .75em/1.6em Arial, Helvetica, sans-serif;
}

/* Container */
#general {
	width: 822px;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid #2d2d2d;
	background: url(../content-bg.png) -4px repeat-y;
}

/* Header */
#general #header {
	width: 813px;
	/*height: 357px;*/
	margin: 0px;
	padding: 0px;
	/* display: table; */
}

/* Top */
#general #header #top {
    height: 10px;
    background-color: #70525e;
    padding: 0px 20px 0px 15px;
    margin: 0;
}
#general #header #top #header-nav {
    float: right;
    color: #ccccff;
    width: 500px;
    margin-top: 5px;
    text-align: right;
    vertical-align: bottom;
}
#general #header #swfheader { margin: 0; padding: 0; width: 813px; height: 297px; }
#general #header #swfmenu { width: 813px; height: 76px; position: relative; margin-top: -16px; z-index: 10; }

/* Content */
#general #middle {
    padding-bottom: 34px;
}

#general #content {
	padding: 36px 0px 22px 0px;
	margin-top: -34px;
	vertical-align: top;
	width: 813px;
}

/* Footer */
#general #footer-index {
    background-color: #70525e;
    height: 30px;
    width: 813px;
}
#general #footer {
    background: #70525e url(../images/foot.jpg) no-repeat;
    height: 102px;
    width: 813px;
}

/* Fieldsets */
#content #fieldset fieldset { padding: 13px; line-height: 150%; border: 0px solid #70525e; }
#content #fieldset legend { font: bold 11pt Arial; color: #666; letter-spacing: 1px; } /* color: #666; */

span.bold { font-weight: bold; }
a img { border: 0; }
ul li { list-style-image: url(../images/item.png); }
label { font-weight: bold; }

a:link, a:active, a:visited { color: #2959b1; text-decoration: underline; }
a:hover { color: #2959b1; text-decoration: none; } /* color: #8ab54a */


input[type=text], input[type=password], textarea { border: 2px solid #70525e; padding: 2px; }
input:hover[type=text], input:hover[type=password], textarea:hover { border: 2px solid #666; }

.contato-inputs { width: 350px; height: 20px; }
.contato-textarea { width: 350px; height: 200px; }
