* {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	border: 0px;
}

body {
	background: #E8D5E9 url(../../images/body_bg.jpg) top center repeat-x;
	color: #000;
	font-size: 11px;
}

a.link:hover {
	text-decoration: underline;
}

.sep {
	clear: both;
	height: 1px;
	display: block;
}

h1 {
	background: url(../../images/logo.png);
	width: 278px;
	height: 91px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	float: left;
	margin: 26px 0px 0px 25px;
}

h2 {
	background: url(../../images/trasmissao_bg.png) no-repeat;
	color: #FFF;
	width: 147px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase
}

h3 {
	width: 410px;
	color: #990066;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
	text-indent: 20px;
}

#topo {
	width: 950px;
	height: 182px;
	margin: 0px auto 15px;
}

#lynk7 {
	width: 468px;
	height: 60px;
	float: right;
	margin: 33px 35px 0px 0px;
}

#menu {
	background: url(../../images/menu_bg.jpg) center bottom no-repeat;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	width: 900px;
	height: 24px;
	margin: 41px 1px 0px;
	float: left;
	padding: 0px 24px;
}

#menu li {
	display: inline;
}

#menu li a {
	text-align: center;
	line-height: 24px;
	letter-spacing: -0.5px;
	height: 24px;
	float: left;
}

#menu .home a, #menu .sobre a, #menu .contato a {
	background: url(../../images/menu_home.png) bottom no-repeat;
	width: 82px;
}

#menu .funciona a {
	background: url(../../images/menu_funciona.png) bottom no-repeat;
	width: 105px;
}
	

#menu li a {
	color: #FFF;
	display: block;
}

#menu li.ativo a {
	background-position: top;
	color: #906;
}

#meio {
	width: 890px;
	margin: 0px auto;
}

#rodape {
	background: url(../../images/rodape_bg.png) repeat-x;
	clear: both;
	width: 100%;
	height: 120px;
	margin-top: 30px;
}

#rodape .box {
	background: url(../../images/rodape_ali.png) top right no-repeat;
	color: #9E1185;
	font-size: 12px;
	width: 770px;
	height: 90px;
	padding: 30px 120px 0px 0px;
	margin: -3px auto 0px;
	text-align: right;
}

/* Home */
#introducao {
	background: url(../../images/introducao_bg.jpg);
	color: #990066;
	font-size: 24px !important;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	width: 890px;
	height: 96px;
	overflow: hidden;
}

#home {
	background: url(../../images/home_bg.jpg) top center no-repeat;
}

#transmissao {
	margin-top: 15px;
	float: left;
}

#infos {
	background: url(../../images/video_info.png) no-repeat;
	width: 325px;
	height: 70px;
	padding: 10px 15px;
}

#infos p {
	line-height: 17px;
}

#conteudo {
	width: 310px;
	float: right;
	margin-top: 40px;
}

#conteudo div {
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
}

#conteudo .box1 {
	background: url(../../images/home_box2.jpg) no-repeat;
	height: 33px;
}

#conteudo .box2 {
	background: url(../../images/home_box2.jpg) no-repeat;
	height: 33px;
	margin: 15px 0px;
}

#conteudo .box3 {
	background: url(../../images/home_box3.jpg) no-repeat;
	height: 76px;
}

#conteudo a {
	color: #990066;
}

/* Quem Somos */
#sobre {
	background: url(../../images/sobre_bg.jpg) top right no-repeat;
	margin-top: 40px;
}

#sobre p {
	width: 410px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	text-indent: 20px;
}

/* Como Funciona */
#funciona {
	padding-top: 20px;
}

#funciona #sobre {
	background: none;
	width: 420px;
	margin-top: 0px;
	float: left;
}

#funciona #sobre p {
	width: 420px;
}

#funciona #amostra {
	width: 420px;
	float: right;
}

/* Contato */
#contato {
	background: url(../../images/contato_bg.jpg) top right no-repeat;
	font-size: 14px;
	width: 460px;
	padding-right: 375px;
	height: 500px;
	margin-top: 40px;
}

#formContato {
	color: #990066;
	font-weight: bold;
	padding: 10px 80px 0px 0px;
	text-align: right;
}

#formContato label {
	display: block;
	margin-bottom: 10px;
}

#formContato span {
	width: 85px;
	padding-top: 3px;
	float: left;
	text-align: right;
}

#formContato input.texto {
	background: url(../../images/contato_input_bg.png) no-repeat;
	font-size: 11px;
	width: 280px;
	height: 20px;
	padding: 5px 5px 0px;
}

#formContato textarea.texto {
	background: url(../../images/contato_textarea_bg.png) no-repeat;
	font-size: 11px;
	width: 280px;
	height: 80px;
	padding: 5px 5px 0px;
	margin-bottom: -5px;
	overflow: hidden;
}

