body {
	margin-top: 5px;
}
div#header {
	height: 40px;
	text-align: left; /* Return alignment to default because of IE */
	background: #fff url(/images/css/lp_header_bg.gif) repeat-x top left;
}
	h1#logo {
		float: left;
		margin: 0 10px; padding: 0;
	}
	h1#logo a {
		display: block;
		height: 40px; width: 185px;
		text-indent: -9999px;
		background: url(/images/css/lp_header.gif) no-repeat top left;
	}
	ul#sites {
		float: right;
		margin: 0; padding: 0;
		list-style: none;
	}
	ul#sites li {
		float: left;
		padding: 0 0.5em;
		height: 20px;
	}
	ul#sites li a {
		height: 28px;
		font-weight: bold; font-size: 80%; color: #c6d3a9;
		/* margin-top: 10px; */
		padding-right: 12px;
		padding-bottom: 4px;
	}
	ul#sites li a:hover {
		color: #fff;
		background: url(/images/css/lp_gravata.gif) no-repeat top right;
		/* text-decoration: underline; */
	}

			ul#buy_links li a {
				width: 80px; height: 20px;
				text-align: center; color: #c6d3a9;
				text-decoration: none; line-height: 1.5em; font-weight: normal;
				background: #000 url(/images/css/lp_button_bg.gif) no-repeat top center;
			}
			ul#buy_links li a:hover {
				color: #fff;
				text-decoration: none;
			}
			div#busca {
				background: #769032;
				color: #c6d3a9;
			}
		div#left_menu {
			background: #000 url(/images/css/lp_menu_bg.gif) no-repeat bottom center;
		}
		div#left_menu h4 {
			border-bottom: 1px solid #4e6610;
			background: url(/images/css/lp_menu_bg.gif) no-repeat top center;
		}
		div#left_menu li a {
			font-weight: normal; color: #c6d3a9;
		}
		div#left_menu a:hover {
			color: #fff;
			background: url(/images/css/lp_gravata.gif) no-repeat 125px 10%;
			/* text-decoration: underline; */
		}


div#adicional {
	/*
	float: right;
	width: 210px;
	border: 1px solid #4e9a06;
	background: #e0f2ce;
	*/
	background: url(/images/css/fundo_lp.jpg) no-repeat top left;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 110%;
}
div#adicional h3 {
	/*
	font: 150% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	*/
	font-weight: bold;
	color: #4B7520;
	margin-bottom: 0px;
}
div#adicional ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
}
div#adicional a:link,
div#adicional a:visited {
	/*
	font: 120% "Georgia", "Times New Roman", Times, sans-serif;
	*/
	color: #000;
}
div#adicional a:hover {
	text-decoration: underline;
}

div#sponsors {
	background: url(/images/css/wdot.png);
	float: left;
	width: 150px;
	text-align: center;
}
div#sponsors p {
	font-weight: bold;
	font-size: 70%;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
div#sponsors img {
	margin: 0px;
	padding: 0px;
}

div#request_form {
}
div#request_form table {
	width: 100%;
}
div#request_form td {
	background: #eeeeec;
	padding: 2px;
}
div#request_form input {
	border: 1px solid rgb(0, 0, 0);
	background: #fff;
	margin: 2px;
}
div#request_form select {
	border: 1px solid rgb(0, 0, 0);
	background: #fff;
	margin: 2px;
}
div#request_form .buttom {
	border: 1px solid rgb(0, 0, 0);
	background: #4e9a06;
	color: #fff;
	margin: 2px;
}
div#request_form .legenda {
	font-size: 80%;
	color: #2e3436;
	margin: 2px;
}

div#programacao {
}
div#programacao table {
	   width: 100%;
}
div#programacao .linha1 {
	   background: #bde299; 
	   border: 1px solid #babdb6;
}
div#programacao .linha2 {
	   background: #dde2d7; 
	   border: 1px solid #babdb6;
}
div#programacao .miudas {
	font-size: 75%;
}
