.site {
	width:300px;
	height:150px;
	float:left;
	margin: 12px;
	/* Giving the site div a relative positioning: */
	position:relative;
	cursor:pointer;
	background:#fff;
	
}
.siteFlip {
	/*  The site div will be positioned absolutely with respect
		to its parent .site div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:150px;
	border:1px solid #ddd;
	background:url("logos/background.jpg") #fff no-repeat center center ;

}
.siteFlip:hover {
	border:1px solid #ccc;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 20px #ccc inset;
	-webkit-box-shadow:0 0 20px #ccc inset;
	box-shadow:0 0 20px #ccc inset;
}
.siteFlip img {
	/* Centering the logo image in the middle of the siteFlip div */
	position:absolute;
	top:75px;
	left:150px;
	margin:-55px 0 0 -130px;
}
.siteData {
	/* Hiding the .siteData div */
	display:none;
}
.siteDescription {
	width:270px;
	height:120px;
	font-size:13px;
	color:#333;
	margin:15px 0 0 15px;
}

.siteDescription p { font: bold 12px tahoma; margin-top:2px; margin-bottom:2px;}
.siteDescription a { font: bold 14px tahoma; color:#6699CC;}


.clear {
	/* This class clears the floats */
	clear:both;
	height:40px;

}
/*----------------------------------------------------------------------------- layout*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color:#fff;
	size: 10px;
	background-color: #222;
}
.header {
	width: 990px;
	margin: auto;
}
#container {
	width: 100%;
	background-color: #333;
}
.content {
	width: 990px;
	margin: auto;
	margin-top:-10px;
	background-color: #fff;
}
.content h2 {
	font-size:14px;
	color: #333;
	font-weight: bold;
	margin:10px 0px 0px 20px;
}
#footer-wrapper {
	clear:both;
	width: 100%;
	height: 60px;
	background-color: #000;
	border-top: 15px solid #000;
	/*background-image:url(headerbg.jpg);*/
	background-repeat:no-repeat;
	background-position: bottom;
	position:relative;
	bottom: 0px;
	margin-top: 30px;
}
.footer {
	width: 970px;
	margin: 0 auto 0 auto;
	text-align:center;
	padding-top: 20px;

}

#form-area{width:990px; margin:auto;}

.leftside {
	float:left;
	width: 400px;
	margin-top: 20px;
	text-align: center;
}
.leftside h3 {
	font-size:12px;
	color: #999;
	font-weight: normal;
	font-style:oblique;
	margin:0px 0px 0px 20px;
}
.leftside p {
	font-size:18px;
	color: #fff;
	font-weight: bold;
	margin:70px 0px 0px 20px;
}

.rightside {
	float:right;
	width: 590px;
	margin-top: 20px;
	text-align:center;
}
form {
	font-size:12px;
	color: #eee;
	font-weight: normal;
	border:#999;
	margin:0px 0px 20px 20px;
}


input.btn { 
	font: bold 18px arial,tahoma,verdana;
	width:100px;
	height:35px;
	color:#333; 
} 

.rds-retorno {
	display:none;
	background:#ff0000;
	display: inline-block;
	width: 500px;
	margin-bottom:10px;
}

/*----------------------------------------------------------------------------- links*/

.footer a:link, .footer a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover, .footer a:active {
	color:#ffff00;
	text-decoration:underline;
}

/*----------------------------------------------------------------------------- form*/


