/* CSS Document */

@import url("menu.css"); /* menu */
@import url("footer.css"); /* footer */

/*------------ CONTENT ALL PAGES------------*/
@import url("home.css"); /*edit: content/scroll, title pages, print/send button*/

/*========= GENERAL CSS =========*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #ffffff;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}

p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #575757;
	line-height: 16px;
	margin-bottom: 10px;
}

h1{
	width: 245px;
	height: 84px;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
}

h1 a{
	width: 245px;
	height: 84px;
	display: block;
}



h2{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px;
}

h3{
	font: 23px Arial, Helvetica, sans-serif;
	color: #007a67;
	text-transform: uppercase;
}

h4{
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 3px;
}

a {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00793a;
}

a:hover {
	
	text-decoration: underline;
}

/*------------ form ------------*/
select{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #5c79b7;
}

textarea{
	width: 150px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #898989;
	margin-left: 1px;
}

.text_box{
	width: 140px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #a9c7d4;
	text-indent: 1px;
}

.input_radio{
	vertical-align: middle;
	margin: 0px 30px 0px 5px;
}

.error{
	color: red;
}

.button{
	width: 50px;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #4ccbe3;
	cursor: pointer;
}

/*========= DIVS =========*/
#container{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header_bg{
	width: 100%;
	height: 127px;
	background: url(../images/background/header.jpg) center top repeat-x;
}

#header{
	width: 1000px;
	height: 127px;
	float: left;
	background: url(../images/background/header.jpg) center top repeat-x;
}

#logo{
	width: 180px;
	height: 127px;
	float:left;
	text-align: left;
	padding-left: 37px;
}

#header_right{
	width: 350px;
	height: 127px;
	float: left;
}

#submenu{
	width: 350px;
	height: 31px;
	float: right;
	text-align: center;
	padding-top: 10px;
	background: url(../images/background/submenu_header.jpg) center top no-repeat;
}

#submenu ul li{
	display: inline;
	margin-left: 5px;
	margin-right: 3px;
}

#submenu ul li a{
	color: #e6f3f0;
}

#submenu ul li.barra{
	color: #e6f3f0;
}

#senha{
	width: 320px;
	float: left;
}

#senha ul li{
	display: inline;
	margin-left: 5px;
}


/*----------------content--------------------*/


/*-------video----------*/
#video_bg{
	width: 100%;
	height: 316px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../images/background/video_info_totalbg.jpg) left top repeat-x;
}

#video{
	width: 1000px;
	height: 316px;
	float: left;
}

#flashcontent{
	width: 423px;
	height: 316px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 30px;
}

#video_info{
	width: 481px;
	height: 276px;
	float: left;
	background: url(../images/background/video_info.jpg) left top no-repeat;
	padding: 20px;
}

#video_info p{
	margin-bottom: 5px;
}

#video_info p.title{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

#video_info .line{
	width: 300px;
	height: 1px;
	overflow: hidden;
	background: #333;
	display: block;
	margin-bottom: 10px;
}

#video_info p.time{
	color: #00793a;
	margin-bottom: 15px;
}

#video_info p.name{
	font-size: 14px;
	font-weight: bold;
}

#video_info table{
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*-------thumbs----------*/
#thumbs{
	width: 960px;
	float: left;
	padding-left: 40px;
	
}

#thumbs .video{
	width: 205px;
	display: block;
	float: left;
	margin-right: 35px;
}

#thumbs p.title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#thumbs p.time{
	color: #00793a;
	margin-bottom: 5px;
}

#thumbs p.name{
	font-size: 14px;
	font-weight: bold;
}

/*------pagína de dicas---------*/
#content{
	width: 930px;
	float: left;
	margin-top: 20px;
	padding: 0 0 0 40px;	
}

#content p.dica{
	font-size: 15px;
	color: #00793a;
}

