@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: 5px;
	margin-left: 5px;
	list-style-type: square;
}
body {
	background: #444 url(../images/bkg.jpg) top repeat-x;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #000;
}


/* Containers */
#wrap {
	width: 810px;
	margin-top: 10px;
}
#topCorner {
	background: url(../images/top-corner.png) top no-repeat;
}
#bottomCorner {
	background: url(../images/bottom-corner.png) bottom no-repeat;
	padding: 15px 0;
}
#sides {
	background: url(../images/sides.png) repeat-y;
	position: relative;
	padding: 0 7px;
	width: 796px;
}
#topContainer {
	background: url(../images/top-bkg.jpg) top repeat-x;
	position: absolute;
	z-index: 999;
	min-height: 100px;
	height: auto;
	width: 756px;
	top: -8px;
	padding: 15px 20px 0;
}
#logo {
	float: left;
	width: 300px;
}
#address {
	float: right;
	text-align: right;
	width: 300px;
}
.clearAll {
	clear: both;
	height: 10px;
}
#mainContainer {
	background: url(../images/bottom-bkg.jpg) bottom repeat-x;
	clear: both;
	padding-top: 100px;
	padding: 100px 11px 0;
}
#menuContainer {
	border-bottom: 5px solid #FF0000;
	border-top: 5px solid #FF0000;
}
#banner {
	border-bottom: 5px solid #FF0000;
}
#dubleTab {
	margin: 7px 0 3px;
	background: url(../images/doble-tab.png) repeat-y;
}
#singleTab {
	margin: 7px 0 3px;
	background: url(../images/single-tab.png) repeat-y;
}
#leftColumn {
	float: left;
	width: 170px;
	padding: 5px;
}
#leftColumnWide {
	float: left;
	padding: 5px 0 5px 5px;
	width: 505px;
}
#rightColumn {
	float: right;
	width: 230px;
	padding: 5px;
}
#centerColumn {
	float: left;
	width: 328px;
	padding: 5px 0px 5px 13px;
}
#bottomLogos {
	text-align: center;
	padding: 10px 0;
}
#bottomLogos img {
	padding: 0 20px;
}
#copyright {
	margin: 10px 25px;
	background: url(../images/logo-small.png) right no-repeat;
	padding-right: 30px;
	text-align: right;
}

/* Text */
h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #FF0000;
}
h3 {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h4 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}
h5, h5 a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}


/* Menu */
.navigation, .navigation a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin: 0 5px;
	padding: 11px 10px;
}
.navigation a:hover, .navigation a.Selected {
	background: url(../images/menu-on.jpg) top repeat-x;
	color: #FFF;
}



/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.thumbs {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 3px;
}



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