html, body
{
	height: 100%;
}

body
{	
	
	background:  #201F1F;
	color:       #FFFFFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
	font-size:   12px;
}

a
{
	text-decoration: underline;
	color: #FF0066;
}

h1
{
	font-size:   18px;
	font-weight: normal;
	margin: 0;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.small
{
	font-size: 9px;
}

.gray
{
	color: #666666;
}

/* header */
.header
{
	height: 65px;
	padding: 25px 25px 0 25px;
	background: url(../image/header-footer-strip.png) no-repeat center bottom;
}

.under-construction
{
	color: #FFCC00;
}
/* header */

/* menu */
.menu
{
	margin: 10px 25px 10px 25px;
}
.menu h1 a
{
	text-decoration: none;
	color: #FFFFFF;
}


body#home        .menu h1 a#menu-home,
body#quem-sou-eu .menu h1 a#menu-quem-sou-eu
{
	text-decoration: none;
	color: #FF0066;
}

.menu .item
{
	padding:  10px;
	display:  inline;
	float:    left;
	position: relative;
	height:   40px;
}

.menu .item .legend
{
	margin:    5px 0 0 0;
	font-size: 10px;
	color:     #666666;
}

.current-menu
{
	background: #2F2F2F;
}

.sub-menu
{
	position:   absolute;
	z-index:    10;
	left:       0;
	top:        60 px;
	font-size:  10px;
	color:      #666666;
	padding:    10px;
	background: #2F2F2F;
	display: none;
	-webkit-box-shadow: 0px 0px 5px #201F1F;
	-moz-box-shadow: 0px 0px 5px #201F1F;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.current-sub-menu
{
	display: inline;
	-webkit-box-shadow: 0px 5px 5px #201F1F;
	-moz-box-shadow: 0px 5px 5px #201F1F;
}

.sub-menu ul
{
	margin: 25px 0 25px 0;
}

.sub-menu ul li
{
	list-style-type: none;
	margin: 0;
}

.sub-menu ul li a
{
	text-decoration: underline;
	color: #666666;
}

.sub-menu .break-line
{
	height: 25px;
}
/* menu */


/* content */
.content
{
	padding: 0 25px 25px 25px;
}

/*
.content-news-ticker
{
	height: 300px;
	background: #333333;
}
*/

.content-header
{
	background: #2F2F2F;
	color: #FF0066;
	padding: 25px;
	margin: 0 0 25px 0;
/*
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.content-share
{
	background: url(../image/header-footer-strip.png) no-repeat center top;
	padding: 10px 0 0 0;
	margin: 25px 0 0 0;
}

/* content */

/* news-ticker */
.content-news-ticker
{
	float: left;
	clear: both;
	width: 100%;
}

.main_view
{
	width: 1020px;
	height: 300px;
	float: left;
	position: relative;
}

.window
{
	height: 300px;
	width: 1020px;
	overflow: hidden;
	position: relative;
}

.image_reel
{
	position: absolute;
	width: 1020px;
	top: 0;
	left: 0;
}

.image_reel a
{
	position: relative;
	float: left;
	cursor: pointer;
}

.image_reel img
{
	float: left;
}

.image_reel span
{
	height: 38px;
	width: 1000px;
	bottom:0;
	left:0;
	float: left;
	background: #201F1F;
	position: absolute;
	z-index: 10;
	padding: 10px;
}


.paging
{
	position: absolute;
	text-shadow: 0 0 2px #000000;
	bottom: 10px;
	right: 0px;
	padding: 10px;
	z-index: 100;
	text-align: center;
	display: none;
	background: #2B2A2A;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	
}

.paging a
{
	color: #666666;
	padding: 5px;
}

.paging a.active
{
	background: #201F1F;
	color: #FF0066;
}
/* news-ticker */

/* footer */
.footer
{
	font-size: 12px;
	padding: 10px 25px 25px 25px;
	background: url(../image/header-footer-strip.png) no-repeat center top;
}

a.newsletter-unsubscribe
{
	text-decoration: underline;
	color: #666666;
}

a.newsletter-unsubscribe:hover
{
	color: #FF0066;
}

.footer .copyright
{
	font-size: 11px;
	padding: 25px 0 50px 0;
	color: #666666;
}
/* footer */
