/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');
@import url('uhtml.css');

/*-----------------------------------------------------------------------------*/

html,
body {
	background: #E0E5E9 url('../images/bg/body.jpg') repeat-x 0 -10px;
	
	padding: 15px 0;
	margin: 0;
}

/*-----------------------------------------------------------------------------*/

#container {
	position: relative;
	width: 884px;
	height: auto;
	
	margin: 0 auto;
}

.rc {
	background-color: #FCF;
	background-image: url('../images/bg/rc.jpg');
	background-repeat: no-repeat;
	
	position: relative;
	clear: both;
	width: auto;
	height: 21px;
}

.rc-top {
	background-position: 0 0;
}

.rc-middle {
	background-position: 0 -22px;
	height: 42px;
}

.rc-bottom {
	background-position: 0 -65px;
}

#header {
	background: #FFF url('../images/bg/content.jpg') repeat-y 0 0;
	
	position: relative;
	overflow: hidden;
	width: auto;
	height: 305px;
}

#content {
	background: #FFF url('../images/bg/content.jpg') repeat-y 0 0;
	
	position: relative;
	width: auto;
	height: auto;
}

/*-----------------------------------------------------------------------------*/

.hd-top,
.hd-bottom {
	position: relative;
	width: auto;
	height: auto;
}

.hd-top {
	height: 92px;
}

#logo {
	background: #FFF url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 185px;
	height: 88px;
	
	top: 0;
	left: 44px;
}

#splash {
	background: #FFF url('../images/splash.jpg') no-repeat 0 0;
	
	position: relative;
	width: 842px;
	height: 167px;
	
	margin: 0 auto;
}

#stripe {
	background: #FFF url('../images/bg/stripe.jpg') no-repeat 0 0;
	
	position: relative;
	overflow: hidden;
	width: 806px;
	height: 4px;
	
	margin: 0 auto;
}

#nav {
	text-align: center;
	background: #FFF url('../images/bg/nav.jpg') no-repeat 0 0;
	
	position: relative;
	width: 842px;
	height: 40px;
	
	padding: 9px 0;
	margin: 0 auto;
}

#nav .sd-rc {
	background: #FFF url('../images/bg/nav.jpg') no-repeat -864px 0;
	
	position: absolute;
	overflow: hidden;
	display: block;
	width: 11px;
	height: 40px;
	
	top: 0;
	right: 0;
}	

#nav a {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	
	margin: 0 8px;
}

#nav a:hover,
#nav a.selected {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------*/

#sub-nav {
	font: normal 12px Arial, Verdana, serif;
	color: #999;
	border-bottom: 1px solid #DDD;
	
	position: relative;
	width: auto;
	height: auto;
	
	padding: 0 0 2px 0;
	margin: 0 20px 8px 20px;
}

#sub-nav a {
	color: #999;
	text-decoration: none;
	
	margin: 0 6px;
}

#sub-nav a:hover {
	color: #B3CB03;
}

#sub-nav a.selected {
	color: #666;
	background-color: #F7F7F7;
	
	padding: 2px 5px;
}

/*-----------------------------------------------------------------------------*/

#frmSearch {
	background: #FFF url('../images/search.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 214px;
	height: 45px;
	
	top: 20px;
	right: 30px;
}

#frmSearch input {
	font: normal 14px Tahoma, Verdana, Arial, serif;
	color: #000;
	background-color: transparent;
	border: 1px solid #FFF;
	border-style: none;
	
	position: absolute;
	width: 160px;
	height: auto;
	
	top: 13px;
	left: 10px;
}

#frmSearch a {
	position: absolute;
	display: block;
	width: 38px;
	height: 44px;
	
	top: 0;
	right: 0;
}

/*-----------------------------------------------------------------------------*/

#footer {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6F8699;
	text-align: center;
	text-decoration: none;
	
	position: relative;
	width: auto;
	height: auto;
	
	margin-top: 6px;
}

#footer a {
	color: #069;
}

#footer a:hover {
	color: #036;
}

/*-----------------------------------------------------------------------------*/

.uhtml {
	font-family: Arial, Verdana, serif;
	padding: 10px 20px;
}

.uhtml h1 {
	font-size: 22px;
	color: #B3CB03;
	
	margin: 0 0 12px 0;
}

.uhtml h2 {
	font-size: 14px;
	color: #666;
	
	margin: 12px 0 8px 0;
}

.uhtml a {
	color: #B3CB03;
}

.uhtml a:hover {
	color: #696;
}

/*-----------------------------------------------------------------------------*/
