html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background: transparent url(../images/pattern.png) repeat 0 0;
    font-family: 'Ubuntu', sans-serif;
	color: #565656;
}

a
{
	text-decoration: none;
	color: #0d7dbc;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #626262;
	font-size: 17pt;
	margin: 0px 0px 20px 0px;
}

#container-960 {
    width: 960px;
    margin: 22px auto;
}

.left { float: left;}
.right { float: right;}
.clear { clear: both; }

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both }
.clearfix { zoom: 1 }

.footer
{
	margin-bottom: 40px;
	color: #0d7dbc;	
}

#footer-divider {
    background: transparent url(../images/footer.png) no-repeat 0 0;
    height: 2px;
    margin: 10px 0px 7px 0px;
}


.button {
    cursor: pointer;
    margin: 22px 0px;
    text-align: center;
}

.button-blue {
    background-color: #2f8fcc;
    height: 30px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #66ABC5;
    line-height: 30px;
    padding: 0px 12px;
}

.button-blue:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
	text-decoration: none;
}

/* HEADER */

.button-login
{
	width: 80px;
	margin-top: 90px;
}

#menu
{
	margin-top: 10px;
	-moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	border: 1px solid #000;
    background: transparent url(../images/menu_bg.png) repeat-x 0 0;
	height: 40px;
    cursor: default;
	-moz-box-shadow: 2px 5px 10px 2px #c2c3c3;
	-webkit-box-shadow: 2px 5px 10px 2px #c2c3c3;
	box-shadow: 2px 5px 10px 2px #c2c3c3;
}

#menu ul
{
	width: 100%;
	padding: 11px 0 8px 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li.separador
{
	margin-right: 45px;
	margin-left: 35px; 
	color: #696969;
}

#menu ul li:first-child a
{
	margin-left: 10px;
}

#menu ul li a
{
	color: #565656;
	padding: 6px 10px 6px 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 13pt;
}

#menu ul li a:hover, #menu ul li a.selected
{
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #2f8fcc;
	color: #FFF;
}

nav[role="navigation"]
{
	background: transparent url(../images/submenu_bg.png) repeat-x 0 0;
	padding-top: 10px;
	height: 40px;
	margin: -20px -20px 20px -20px;
}

nav[role="navigation"] ul 
{
	list-style: none;
	padding-top: 6px;
}

nav[role="navigation"] ul li
{
	display: inline;
	margin-left: 25px;
	
}

nav[role="navigation"] ul li a
{
	font-size: 12pt;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	padding: 4px 20px 6px 20px;
	text-decoration: none;
	color: #666666;
}

nav[role="navigation"] ul li a:hover, nav[role="navigation"] ul li a.selected
{
	background-color: #FFF;
	color: #2f8fcc;
}


/* CSS For Dropdown Menu Start */
/*
#menu ul li.sublinks a
{
  color: #565656;
  width:80px;
  text-align:center;
  margin-top:10px;
  margin-left: 10px;
  font-size: 10pt;
  padding: 6px 10px 6px 10px;
}

#menu ul li.sublinks a:hover
{
  color:#FFF;
  text-align:center;
  margin-top:10px;
  margin-left: 10px;
  background-color: #2f8fcc;
}

#menu ul li.sublinks
{
	display:none;
	background-color:#f6f6f6;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border: 2px solid #b5b5b5;
	margin-top: 10px;
	padding: 10px;
}
*/

/* CSS For Dropdown Menu End */


/* HOME CONTENT */

.content { margin-top: 22px }

.box
{
	background-color: #FFF;	
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border: 2px solid #b5b5b5;
	padding: 20px;
}

.firstBox
{
	background: #FFF url(../images/box_home_bg_inverse.png) no-repeat 0 0;
	background-position: top center;
}

.firstBox p
{
	width: 450px;
	line-height: 15pt;
}

.firstBox .left
{
	border-left: 1x solid #CCC;
	height: 100px;
	width: 100px;
}

.firstBox .right
{
	border: 1x solid #CCC;
	height: 400px;
	width: 400px;
}

.secondBox
{
	margin-top: 20px;
}

.secondBox.left
{
	background: transparent url(../images/rod1.png) no-repeat 0 0;
	width: 600px;
	height: 100px;
	background-position:bottom;
}

.secondBox.left p
{
	width: 500px;
	line-height: 15pt;
}

.secondBox.right
{
	background: transparent url(../images/rod2.png) no-repeat 0 0;
	width: 250px;
	height: 100px;
}

.secondBox.right h2
{
	font-size: 14pt;
}

.secondBox.right img
{
	margin-top: 40px;
	margin-right: 10px;
}

.notification-error
{
    background-color: #d13b46;
    padding: 0px 20px;
    border: 1px solid #a03f3c;
    margin-bottom: 22px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-size: 10pt;
}

.formerror
{
	border: 1px solid red;
}

.notification-success
{
    background-color: #8ab140;
    padding: 0px 20px;
    border: 1px solid #333;
    margin-bottom: 22px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	font-size: 10pt;
}

.simple-nav
{
    width: 100%;
    height: 21px;
    text-align: center;
    list-style: none;
    margin: 12px 0px 0px 0px;
    padding: 0;
}
.simple-nav li
{
	display: inline-block;
}
.simple-nav li a
{
	position: relative;
    background: transparent url('../images/step-bullets.png') no-repeat 0 0;
    width: 21px;
    height: 21px;
    margin: 0px 12px;
    overflow: hidden;
    display: inline-block;
	font-size: 12px;
	
	text-decoration: none;
}

.simple-nav li a:hover
{ 
	background: transparent url('../images/step-bullets.png') no-repeat 0 -21px;
}

.simple-nav li a:active
{ 
	background: transparent url('../images/step-bullets.png') no-repeat 0 -42px;
}

.simple-nav li a.active-bullet
{
	background: transparent url('../images/step-bullets.png') no-repeat 0 -42px;
	color: white;
}

.workshopsjs
{
	width: 450px;
	height: 200px;
}

.workshopsjs h2
{
	color: #036;
	font-size: 14pt;
}

.workshopsjs p strong
{
	font-weight: bold;
}

.workshopsjs h3
{
	color: #036;
	font-size: 12pt;	
}

.bold
{
	font-weight: bold;	
}

.flags {
	list-style: none;
	margin-bottom: 18px;
	margin-top: -14px;
}
.flags li {
	float: left;
	margin: 0px 6px 0px 0px;
	opacity: .35; 
	filter: alpha(opacity=35); 
	-ms-filter: "alpha(opacity=35)";
	-khtml-opacity: .35; 
	-moz-opacity: .35; 
}
.flags li:last-child {
	margin: 0px 0px 0px 0px;
}

.flags li:last-child {
	margin: 0px 0px 0px 0px;
}
.flags li:hover {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
}
.flags li.selected-flag {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1; 
	-moz-opacity: 1; 
}

.acompanhante{
    display: none;
}

.acompanhante input[type='text']{
    width: 300px;
}