@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	padding-left: 10px;
}
body {
	background: #4E94CD url(../images/background.jpg) top repeat-x;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #081326;
}

/* Containers */
#wrap01 {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#border {
	border: 1px solid #FFF;
	background: none;
	padding: 1px;
}
#header {
	border-bottom: 4px solid #4E94CD;
	height: 249px;
	background: #FFF;
}
#logo {
	float: left;
	width: 260px;
	text-align: center;
}
#logo img {
	padding-top: 10px;
}
#banner {
	float: right;
	width: 686px;
	padding: 17px 15px;
	background: url(../images/banner-bkg.jpg);
	height: 215px;
	position: relative;
}
#freedvd {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	z-index: 9999;
}
#mainContainer {
	background: #FFF url(../images/sidebar-bkg.jpg) left repeat-y;
}
#leftContainer {
	float: left;
	width: 260px;
	text-align: right;
	padding-top: 20px;
}
#rightContainer {
	float: right;
	width: 686px;
	padding: 15px;
	height: auto;
	min-height: 350px;
}
#bottomContainer {
	background: #D5D8CD;
	height: auto;
	min-height: 60px;
	clear: both;
}
#menu {
	text-align: right;
}
#footer {
	text-align: center;
	padding-top: 10px;
}

/* Text */
h1 {
	font: normal 22px/33px Arial, Helvetica, sans-serif;
		color: #1175CB;
}
h2 {}


h5 {
	font: normal 14px/25px Arial, Helvetica, sans-serif;
	color: #303F77;
}
h6 {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* Menu */
ul .menu {
	padding-left: 0;
	margin:0;
	padding:0;
}
ul.menu li {
  	border-width: 0px;
	list-style: none;
	display: inline;
	padding-left: 0;
}
ul.menu li a {
	color: #FFF;
	font: bold 12px/34px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	list-style: none;
  	display: block;
  	text-decoration: none;
	padding-left: 0;
	width: 240px;
}
ul.menu li a:hover, ul.menu li a.Selected {
	color: #4D92CB;
	background: url(../images/menu-on.png) left no-repeat;
	padding-left: 0;
}
table.menu a {
	text-transform: uppercase;
}

/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.thumbs {
	float: left;
	width: 320px;
}
.footerlogos {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
	margin: 7px 2px 0 2px;
}
.smallinput {
	border: 1px solid #ccc;
	padding: 2px;
	width: 150px;
}
.biginput {
	border: 1px solid #ccc;
	padding: 2px;
	width: 300px;
}
.buttonsubmit {
	border: 1px solid #333;
	background: #528CB8;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	margin: 4px;
	cursor: pointer;
	color: #fff;
}

/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
