/* CSS RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; }

/* remember to define focus styles! */
:focus { outline:0; }

/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:collapse; border-spacing:0; }






/* inicio de tudo */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}
img {border:none; }

body {
	background:#0066b2 url('images/backzinho2.gif') repeat-x;
	color:#fff;
	font-family: "Trebuchet MS";
}



h1 {
	font-size: 20px;
	font-family: "Trebuchet MS";
	padding: 10px 40px;
	font-style: italic
}

a.fechar  {
	font-size: 20px;
	font-family: "Trebuchet MS";
	font-style: italic
	color: #cccccc !important;
}

hr {
	height:2px;
	border-width:0 !important;
	border: 0;
	background: #005AA9 url(images/bar.jpg) center no-repeat !important;
	} 
	

p {

	padding: 3px 40px;
	font-size: 0.9em;
	line-height:17px;
	padding-bottom: 13px;
	
}

#container {
	width:960px;
	margin: 0 auto;
	background: #005aa9;
}
#topo {
	padding-top: 25px;
	text-align: center;
}
#vitrine {
	width:960px;
	height:270px;
	margin:20px 0;
}


/***** MENU ******/

#menu {
	width: 300px;
	height: 270px;
	float: left;
	clear: both;
}

#menu li a { 
	display: block;
	width: 300px;
	height: 90px;
	background: url('images/menu.jpg') no-repeat;
	outline: 0;}

#menu li .pulseiras {
background-position: 0px 0px;
}

#menu li .pulseiras:hover {
background-position: -300px 0px;
}

#menu li .pulseiras:active {
background-position: -600px 0px;
}

#menu li .ingressos {
background-position: 0px -90px;
}

#menu li .ingressos:hover {
background-position: -300px -90px;
}

#menu li .ingressos:active {
background-position: -600px -90px;
}

#menu li .tickets {
background-position: 0px -180px;
}

#menu li .tickets:hover {
background-position: -300px -180px;
}

#menu li .tickets:active {
background-position: -600px -180px;
}


.imagem_menu	{
	width: 660px;
	height: 270px;
	float: right;
}

/*** FIM MENU ***/           
            
            
            
            
            
            
            
	
#destaque ul
{
margin: 0 0 10px 0;
padding: 0;
width:960px;
text-align: center;
}

#destaque ul li { 
	display: block;
	float:left;
	width:297px;
	height:144px;
/*	background: url(images/box.jpg) no-repeat #CCFF99; */
	margin:0 10px ;
}
#destaque li {
	/*background: url(images/box.jpg)no-repeat; */

}
#destaque ul li a
{
text-decoration: none;
padding: .2em 1em;
}

#destaque ul li a:hover
{
color: #fff;
}

#footer {
	/* position: fixed;
	bottom: 0;  
	background-color: black;*/ /* Se for footer fixo*/
	width: 960px;
	padding: 20px 0;
	}

#footer p {
	text-align:center;
}

.clear {
	clear:both;
}

.r {
	float:right;
	padding:  40px;

}


.l {
	float:left;
	padding:  40px;
}


.title {
 cursor: pointer;
}

.title:hover {
 background: #2788CF;
}


/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
background:#166DC1;

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p {
font-size:13px;
color:#fff;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
text-align: center;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#fff;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:205px;
height:40px;
background:#fff url(images/enviar.jpg) no-repeat;
border: none;
cursor: pointer;

}
#stylized button:active{
background-position-x: -205px;

}


#stylized textarea{
width: 205px;
height: 200px;
overflow: auto;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
font-family: "Trebuchet MS";
letter-spacing: px;



}

