/* 

Designed by Suzan Martino


main colors: 
#172E53 - blue background

#ff4567 - rosa bem legal!!!
*/

* { margin: 0; padding: 0; border: 0; }


body{
	width:920px;
	margin:0 auto;

	background: #172E53 url(../images/gradiente.gif) repeat-x top left;

	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, sans-serif; /*georgia, times new roman, sans-serif;*/
	line-height: 1.7em;
	text-align: center;
	color: #fff;
}

/* --------------------------------------------------------------------------- CONTAINER -- */
#container
{	
	width:920px;
	min-height:400px;
	height:auto !important; 
	height:450px; /* for IE5.x and IE6 */
}

#container ul, #container ul li a
{
	list-style-type: none;
}

/* --------------------------------------------------------------------------- LOGO -- */

#logo{
	position: absolute;

	width: 360px;
	height: 260px;
	
	z-index: -1;
	
	margin: 0 0 0 -20px;
}


/* ---------------------------------------- MENU ----------------- */

#menu {
	width: 920px;
	height: 32px;
	padding: 110px 0 50px 0;
	
	text-align: right;
	
	overflow: visible;
}

#menu ul li {
		display: inline;
		text-align: right;
		padding: 15px;
		font-size: 1.2em;
		font-color: #fff;
		font-weight: bold;

	}	
	
#menu a {
		color: #fff;
		padding:5px 10px;
		font-weight: bold;
		text-decoration: none;
		
		border: 1px #172e53 solid;
		background: #1d2a3e;
		color: #fff;
	}

#menu a:hover {
		
		color: #fff;
		border: 1px #5F6B86 solid;
		background: #393f51;
		font-weight: bold;

		text-decoration: none;
}



 
/* --------------------------------------------------------------------------- BOX MAIN -- */

#boxmain{
	width: 890px;
	height: 255px;
	
	background: #1d2a3e url(../images/box.gif) no-repeat;
	
	margin: 20px 0 0 0;
	padding: .5em;
	
	border: #071936 1px solid;
}

#boxmain a{
	font-size: 70%;
	text-decoration: none;
	color: #c7af41;
}


#boxmain a:hover{
	text-decoration: underline;
	color: #c7af41;
}

/* --------------------------------------------------------------------------- BOX MAIN - TEXTO-- */
#boxmain_texto{
	float: left;
	width: 400px;
	padding: 1em;

}

#boxmain_texto h1{
	line-height: 1em;
	margin: 0 0 1em 0;	
}
/* --------------------------------------------------------------------------- BOX MAIN - VIDEO-- */
#boxmain_video{
	float: right;
}

/* --------------------------------------------------------------------------- COLUNAS -- */
#colunas {
	width: 905px;
	height: auto;
	
	margin: 20px 0 0 0;
	text-align: left;	
}

#colunas h3 {
	color: #c7af41;
	padding: 0 0 1em 0;
	
	font-size: 22px;
}

#colunas ul li{
	list-style-type: square;
	margin: 0 0 0 2em;
}

#colunas a{
	text-align: right;
	text-decoration: none;
	color: #c7af41;	
}

#colunas a:hover{
	text-decoration: underline;
}
/* --------------------------------------------------------------------------- COLUNA 1 -- */

#coluna1{
	float: left;
	
	width: 290px;
	height: 250px;
}

/* --------------------------------------------------------------------------- COLUNA 2 -- */

#coluna2{
	width: 290px;
	height: 250px;

	margin: 0 auto 0 auto; 	
}

/* --------------------------------------------------------------------------- COLUNA 3 -- */

#coluna3{
	float: right;
	width: 290px;	
	height: 250px;
}

/* --------------------------------------------------------------------------- CONTEUDO -- */

#conteudo{
	clear: both;
	margin: 30px 0 20px 0;
	width: 890px;
}

/* --------------------------------------------------------------------------- CONTEUDO DIREITO-- */

#conteudo_direito{
	float: right;
	width: 550px;

	line-height: 2em;
	text-align: left;
}

#conteudo_direito h3{
	color: #C7AF44;
	margin: 30px 0 0 0;
}

#conteudo_direito p{
	margin: 10px 0 0 0; 

}

/* --------------------------------------------------------------------------- CONTEUDO ESQUERDO-- */
#conteudo_esquerdo{
	float: left;
	width: 300px;
}

#conteudo_esquerdo img{
	margin: 0 0 10px 0;
}

#conteudo_esquerdo h3{
	margin: 0 0 10px 0;
}


/* --------------------------------------------------------------------------- PORTFOLIO-- */

#portfolio{
	clear: both;
	width: 920px;
	
	margin: 20px 0 0 15px;
}

#video {
	float: left;

	width: 420px;
	height: 150px;
	
	padding: 2px;
	margin: 3px;
	
	background: #071936;
	border: 1px dotted #172E53;
}

.videothumb{
	float: left;
	width: 135px;
}

.dados_video{
	float: right;
	text-align: left;
	
	width: 250px;
}

.dados_video h3{
	color: #C7AF44;
	font-weight: bold;
	margin: 0 0 -20px 0;	
}

/* --------------------------------------------------------------------------- FORM -- */
#conteudo form{
	width: 400px;
	margin: 0 auto 0 auto;
}

#conteudo form label{
	float: left;
}

#conteudo form input{
	border: 1px #c7af41 solid;
	width: 320px;
	float: right;
}

#conteudo form textarea {
	float: right;
	width: 320px;
	height: 200px;
}

#conteudo form input.btn {
	border: 1px #071936 solid;
	background: #1D2A3E;
	color: #fff;
	
	margin: 10px 0 20px 0;
	
	width: 100px;
}

#conteudo form input.btn:active {
	background: #071936;
}

/* --------------------------------------------------------------------------- RODAPE -- */
#rodape{
	clear: both;

	width: 890px;
	height: 180px;

	font-size: 80%;
	
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	
	background: transparent url(../images/stripe.png) no-repeat bottom;
	
	border-top: 1px #071936 solid;
}

/* --------------------------------------------------------------------------- RODAPE TEXTO -- */
#rodape_texto {
	float: left;
	width: 400px;
	
	text-align: left;
	padding: 0 0 0 1em;
}

/* --------------------------------------------------------------------------- RODAPE FONE -- */
#rodape_fone{
	float: right;
	width: 445px;

	text-align: right;
}