/* CSS - Dreamkut */

* { font-family: Tahoma, Arial, Freesans; }

body {
	margin: 0px;
	padding: 0px;
	background: #28282A;
}

a:link, a:visited, a:active, a:hover {
	color: #FAFAFA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea { font-size: 12px; }
input.big, select.big, textarea.big { width: 225px; }
select.big { width: 230px; }
input.login { width: 172px; }

#main-wrapper {
	width: 750px;
	margin: 0 auto;
}

#header-wrapper {
	height: 120px;
	background: #28282A url(../images/bg_topo.jpg) no-repeat 100% 0%;
}

#header-wrapper #nav {
	height: 30px;
	margin-top: 11px;
	*margin-top: 8px;
	background: #28282A url(../images/bg_menu.jpg) repeat-x;
}

#header-wrapper #nav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#header-wrapper #nav ul li {
	float: left;
	line-height: 26px;
}

#header-wrapper #nav ul li a {
	font-size: 12px;
}

#header-wrapper #nav ul li.det_nav {
	width: 20px;
	height: 30px;
	background: url(../images/bg_btnmenu.jpg) no-repeat 50% 0%;
}

#row {
	clear: both;
}

#col_left {
	float: left;
	width: 495px;
}

#col_right {
	float: left;
	width: 242px;
	margin-left: 4px;
}

#front-banner {
	clear: both;
}

#front-banner img {
	border: none;
	display: block;
	*display: inline;
}

#front_box {
	height: 190px;
	margin-top: 5px;
}

#front_box h2 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-indent: 34px;
	height: 36px;
	line-height: 36px;
}

#front_box.gray { background: #727273; }
#front_box.blue { background: #568e86; }
#front_box.red  { background: #a34247; }

#front_box.gray h2 { background: url(../images/det_1.jpg) no-repeat 1%; border-bottom: #616161 1px solid;  }
#front_box.blue h2 { background: url(../images/det_2.jpg) no-repeat 1%; border-bottom: #507872 1px solid;  }
#front_box.red  h2 { background: url(../images/det_3.jpg) no-repeat 1%; border-bottom: #87393d 1px solid;  }

#front-profile {
	width: 90px;
	float: left;
	margin-left: 7px;
	margin-top: 3px;
	font-size: 10px;
}

#front-profile .thumb a img {
	width: 90px;
	height: 90px;
}

#front-profile .thumb {
	text-align: center;
}

#front-profile .name {
	font-size: 11px;
	font-weight: bolder;
}

#front-login {
	height: 170px;
	color: #FFF;
	font-size: 12px;
	padding: 5px 5px 0px 5px;
	background: #858585 url(../images/bg_login.jpg) repeat-x;
}

#front-login p img {
	padding: 2px;
	margin-right: 4px;
	border: #707070 1px solid;
}

#front-login form p {
	margin: 0px 0px 10px 0px;
}

#front-search {
	color: #FFF;
	font-size: 12px;
	height: 300px;
	padding: 5px 5px 0px 5px;
	background: #2C1347 url(../images/bg_busca.jpg) repeat-x;
}

#front-search form p {
	margin: 0px 0px 10px 0px;
}

#front-info {
	color: #FFF;
	font-size: 12px;
	padding: 5px 5px 1px 5px;
	background: #919191;
}

#front-info h2 {
	margin: 0px;
	padding: 0px;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	text-indent: 55px;
	height: 52px;
	line-height: 52px;
	border-bottom: #666 1px solid;
}

#front-info h2.info_1 { background: url(../images/step_1.jpg) no-repeat; }
#front-info h2.info_2 { background: url(../images/step_2.jpg) no-repeat; }
#front-info h2.info_3 { background: url(../images/step_3.jpg) no-repeat; }

#front-info p {
	color: #FFF;
	margin: 4px;
	line-height: 16px;
}

#front-info-footer {
	height: 96px;
	background: url(../images/bg_cadastro.gif) no-repeat;
}

#front-info-footer .register {
	color: #CCC;
	float: right;
	font-weight: bolder;
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 10px 0px 0px;
}

h2.destaque {
	color: #FFF;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	border-bottom: #FFF 1px solid;
}

.space_t, #space_t {
	margin-top: 5px;
}

.space_b, #space_b {
	margin-bottom: 5px;
}

.space_b2, #space_b2 {
	margin-bottom: 20px;
}

.field {
	margin-top: 3px;
}

/* Publicidade */
#ad {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ad li {
	margin-bottom: 3px;
}

#ad li.last {
	margin: 0px;
}

#footer {
	float: left;
	clear: both;
	margin-top: 5px;
	*margin-top: 0px;
	line-height: 25px;
	border-top: #ccc 1px solid;
	width: 100%;
}

#footer p {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
}
