
html, body, form, fieldset { margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; color: #222020; }
html{ font-size: 100%; }
body { text-align: center; background: #fff url(body-bg.gif) repeat-x 0 0; font-size: 82%; line-height: 140%; }



h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }


li, dd, blockquote { margin-left: 1em; }


form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
a { color: #5A7098; text-decoration: none; }	
a:hover { color: #205b5a; }	
h2{
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-transform: none;
	color: #d46039;
}
h3{

/*
	font-size: 100%;
	font-weight: 600;
	color: #5a9897;
*/	
		 font-size:16px; 
		 color:#797693;
	  margin-bottom:5px;
	  font-weight: bold;
}
img{
	border: 0;
}

.clear { height: 1%; clear: both; }


 
fieldset{
	width: 755px;
	font-size: 100%;
}
legend{
	color: #888;
	text-transform: uppercase;
}
input, textarea{
	width: 350px;
}
fieldset div.navigation input, fieldset input.radio, fieldset div.checkbox input, input#usePromoCode, input#setNumberOfAttendees{
	width: auto;
}
fieldset div{
	width: 100%;
	clear: both;
	padding: 10px;
	border: 1px solid #e3e3e3;
	margin: 0px 0 20px 0;
	background: #f9f9f9;
	float: left;
}

fieldset div div{
	margin: auto;
	width: 600px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
}
fieldset label{
	width: 150px;
	display: block;
	float: left;
	font-weight: 600;
	line-height: 1.5em;
	display: block;
	clear: both;
	color: #614a36;
	text-align: right;
	padding-right: 10px;
}
fieldset p{
	clear: both;
}
fieldset div.checkbox{
	margin-top: 7px;
	margin-left: 20px;
	width: 300px;
}
fieldset div.checkboxes{
	margin: 1em 0 1em 0;
	float: left;
    width: 400px;
	clear: both;
}

fieldset div.checkboxes div.checkbox{
	width:50%;
	float: left;
	clear: none;
	margin: 0;
}
fieldset div.checkboxes div.checkbox label{
	width: 130px;
	text-align: right;
}
fieldset div.checkbox label{
	width: auto;
	float: left;
}
textarea{
	height: 90px;
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
}
fieldset input.radio{
	float: left;
	clear: left;
}
fieldset label[for="promoCode"]{
	width: auto;
	margin-right: 10px;
}
fieldset input#promoCode{
	width: 100px;
}
fieldset  .passTypes label{
	width: 300px;
	font-weight: 600;  
	text-align: left;    
}
fieldset div.profile .passTypes p{
	clear: both;
	margin-left: 30px;
}
fieldset div.profile .passTypes label, fieldset div.profile .passTypes p{
	position: relative;
	top: -1.2em;
	left: 30px;
}
fieldset h3{
	font-size: 140%;
	color: #B56397;
	margin: 0;
}
fieldset h4{
	color: #fbb10e;
	font-size: 120%;
}
fieldset h5{
	font-size: 110%;
}
div.profile{
	border: 1px solid #fbb10e;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 715px;
	
}
fieldset div.profile h3{
	padding-top: 20px;
	clear: both;
}
.timeslot h4{
	color: #fff;
	font-weight: 400;
	background: #bbd442 url(timeslt-heading-green.png) top left no-repeat;
	padding: 0 10px;
	line-height: 26px;
	text-transform: uppercase;
	width: 693px;
}
.timeslot#ts1 h4{
	background: #bbd442 url(timeslt-heading-green.png) top left no-repeat;
}
.timeslot#ts3 h4{
	background: #d5603a url(timeslt-heading-red.png) top left no-repeat;
}
.timeslot div.workshop{
	width: 50%;
	float: left;
	clear: none;
}
.timeslot div.workshop h5{
	margin: 2px 20px 5px 30px;
	text-transform: uppercase;
	font-weight: 400;
}
.timeslot#ts1 div.workshop h5{
	color: #BBD442;
}
.timeslot#ts3 div.workshop h5{
	color: #d5603a;
}
.timeslot div.workshop p, .timeslot div.workshop ul{
	margin-right: 20px;
	margin-left: 30px;
}


.alert{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid;
}
.alert.failed, .alert.error{
	border-color: #c00;
	background: #fcc;
}
.alert.success{
	border-color: #090;
	background: #cf9;
}
.alert.warning{
	border-color: #f90;
	background: #fc6;
}
.alert.notice{
	border-color: #ff0;
	background: #ffc;
}


div.profile{
	position: relative;
}
fieldset div div.badge{
	background: #fff url(badge1.png) no-repeat 50%;
	width: 195px;
	height: 265px;
	text-align: center;
	border: 1px solid #eee;
	margin-left: 20px;
	position: absolute;
	right: 10px;
	text-align: center;
}
body div.badge h1, body div.badge h2{
	background: none;
	color: #000;
	text-align: center;
	text-indent: 0;
	/* overflow: none; */
	font-size: 110%;
	line-height: 1em;
	margin: 90px 0 0 0;
	text-transform: none;
	font-weight: 600;
}
body div.badge h2{
	font-size: 90%;
	font-weight: 400;
	margin-top: .5em;
	text-align: center;
	border: none;
}
body div.badge h3 {
	font-size: 210%;
	color: #000;
	position: absolute;
	top: 170px;
	margin: 0;
	color: #fff;
	text-align: center;
	display: block;
	width: 195px;
	border: none;
}

/* @end */

/* @group Layout */

body#home-page{ background: url(body-bg-home-2.gif) repeat-x 0 0; }

body#home-page-int{ background: url(body-bg-home-3.gif) repeat-x 0 0; }

/* @group Header */

body{  }

#header {
	width: 900px;
	margin: 0 auto;	
	position: relative;
	text-align: left;
	/*height: 163px;*/
	height: 148px;
	/*background: url(logo-banner1.gif) no-repeat 0 41px;*/	
}
#header h1 { height: 90px; width: 250px; text-indent: -9999em; overflow: hidden; margin: 0;}
#header h1 a { display: block; height: 90px; }
#header h2 { text-indent: -9999em; overflow: hidden; margin: 0; }


#actionNav { position: absolute; top: 0; right: 0; background: #246392 url(actionnav-bg.gif) no-repeat top left; height: 48px; min-width: 339px; width: 500px; }
#actionNav ul { background: url(actionnav-bg2.gif) no-repeat top right; height: 48px; margin: 0; padding: 0 13px 0 10px; }
#actionNav li { display: inline; margin: 0; padding: 0 10px 0 10px; border-left: 1px dotted #9bc1c1; font-size: 9.5pt; }
#actionNav li.registernow { border: none; }
#actionNav li.registernow a img { position: relative; top: 12px; left: 3px; }
#actionNav li.loginnow { border: none; }
#actionNav li.loginnow a img { position: relative; top: 10px; left: 0px; }
#actionNav a { padding: 0 3px 0 5px; color: #fff; font-weight: bold;

	line-height: 35px;
	}
	
#actionNav a:hover { color: #bbe3e3; }
	
.action-login { border-left: none !important; }


#primaryNav { position: absolute; top: 136px; left: 0; width: 100%; z-index: 40; }
body.ffmac #primaryNav { top: 136px; }
#primaryNav a { color: #5a9897; }
#primaryNav a:hover { color: #d5603a; }
#primaryNav ul, #primaryNav li { margin: 0; padding: 0; }
#primaryNav ul { text-align: center; margin: auto auto; width: 670px; padding-left: 14px; }
#primaryNav li { display: block; float: left; height: 28px; margin: 0 7px; padding: 0px 0; font-weight: bold; line-height: 25px;}
body#home-page li#nav_home, body#partners-page li#nav_partners, body#speakers-page li#nav_speakers, body#workshops-page li#nav_workshops, body#venue-page li#nav_venue, body#booking-page li#nav_book, body#schedule-page li#nav_schedule, body#speakers-page li#nav_tickets{
	background: #fff url(nav-highlight-bg.gif) no-repeat bottom left;
	padding: 0px 0 0px 22px;
	height: 28px;
	margin: 0;
}
body#home-page li#nav_home a, body#partners-page li#nav_partners a, body#speakers-page li#nav_speakers a, body#workshops-page li#nav_workshops a, body#venue-page li#nav_venue a, body#booking-page li#nav_book a, body#schedule-page li#nav_schedule a, body#speakers-page li#nav_tickets a{
	background: url(nav-highlight-bg2.gif) no-repeat bottom right;
	display: block;
	float: left;
	height: 28px;
	line-height: 25px;
	border: 0px solid red;
	color: #fff;
	padding: 0px 22px 0px 0;
	margin: 0;
}

/* @end */

/* @group Promo Banner */

body #promoBanner { background: url(promo-color-bg.gif);  }
body #promoBanner .wrapper { 
	position: relative;
	width: 899px; 
	margin: 0px auto 28px;
	background: black; 
	padding: 54px 0 24px 0px;
	background: url(/generic-banner-bg2.gif) top left no-repeat;
	color: #fff;	
	 text-align: left;	
}

#home-page #promoBanner .wrapper { 
	background: none;
}

body #promoBanner h2{
	position: relative;
	padding-top: 0px 0 0px 0px;
	background: url(arrow-icon-white.png) 0 18px no-repeat;
	margin: 0px 20px 0px 44px;
	line-height: 20px;
	color:#fff;		
}
body #promoBanner p{
	width: 506px;
	font-size: 100%;
	padding: 0; 
	margin: 13px 0 0 44px; 
	line-height: 160%;
}

/* @end */

/* @group Content */

#content { width: 900px; margin: 0 auto; text-align: left; position: relative; }
#column1 { width: 845px; margin-left: 44px; }

/* @group Column 2 */

#column2 { width: 340px; float: right; margin-left: 10px; display: inline; }	
#column2 #col2container{
	background: #614128 url(column2-bg-brown.gif) no-repeat;
	color: #fff;
	padding-top: 10px !important;
	width: 339px;
	margin-left: 20px;	
}
		
#column2 h2, #column2 h3, #column2 p, #column2 img, #column2 blockquote{
	padding-left: 30px;
	padding-right: 30px;
	}
	
#column2 blockquote{
	margin: 1em 0;
	}
	
#column2 p.quotee{
	font-size: 120%;
	font-weight: 600;
	text-align: right;
	margin-top: -.5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #fff;
	}
	
#column2 p.quotee span{
	font-size: 70%;
}
#column2 h3{ color: #fff; }
#column2 p.note{ 
	margin-top: -1.2em;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 90%;
	color: #f1baa8;
}


div.related {
	width: 320px;
	float: right;
	position: absolute;
	right: 8px;
	top: 0;
	color: #806a59;		
}




div.related blockquote{
	font-style: italic;
	margin: 1em 0;
	line-height: 140%;
}
div.related p.quotee{
	text-align: right;
	font-size: 90%;
}



#registrationCTA div#registernow{
	background: url(column2-bg2-orange.gif) no-repeat bottom;
	
}





	
#footer a { color: #D0DEE8;  }
#footer a:hover { color: #fff; text-decoration:underline;  }
#footer td { color: #fff;  }
	


body#home-page #column1 { width: 550px; float: left; margin: 90px 0 0 0; display: inline; }
body#home-page #promoBanner .wrapper {
	height: 188px;	
	padding: 0;

	position: relative;
	left: -40px;		
}
body#home-page #promoBanner h2 { background: none; text-indent: -9999em; overflow: hidden; }
body#home-page #promoBanner p { text-indent: -9999em; overflow: hidden; }

#home-page #column2 { position: relative !important; top: -244px;  margin-bottom: -255px; right: 0; }

#home-page #column2 #col2container{
	margin-top: 25px;
	background: url(column2-bg-orange-2.gif) top no-repeat;
	color: #222020;
	margin-left: 0;
	}



#registrationCTA{ padding-top: 20px; }
#registrationCTA div { border-top: 1px dashed #dc947d; margin: 00px 14px 0; padding: 10px 0 10px 10px; background: #C7532C url(arrow-icon.gif) 16px 9px no-repeat; }





#registrationCTA p.note { margin-bottom: 15px; }
#registrationCTA div h3 { font-weight: bold; font-size: 110%; margin: 0 0 12px 0; }
#registrationCTA div p.note { margin-bottom: 0; }
#registrationCTA div p { margin: 0 0 5px 0;	}
#candwpass { border-bottom: 1px dashed #dc947d; }

body#home-page #registrationCTA div#registernow{
	margin: 0;
	border: 0;
	text-align: center;
	padding: 15px 0 25px 0;
	height: 29px;
}



#flash-intro{
	position: absolute;
	padding-right: 290px;
}

body#home-page #promoBanner {
	background: none;
}


























body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}

input{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:100px;
	height:18px;
	border: 1px solid #000;
	padding:3px;
	background: #D1D2D8;
	color;#0C3D61;
	}
	
	textarea{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #000;
	padding:3px;
	background: #D1D2D8;
	color;#0C3D61;
	}
	
	.titmat{
	font-weight:bold;
	margin-bottom:5px;
	color:#666;
	}
	
		.mat{
	margin:5px;
		margin-bottom:15px;
		color:#666;
	}
	
	.txtlog{
		font-weight:none;
		font-size:10px;
		
	}
	
	.saiba{
	color:#3A7BB0;
	}
	
	.titprod{
	 font-size:16px; color:#797693;
	  margin-bottom:5px;
	}
	
		.titprod_int{
	 font-size:20px; color:#fff;
	 font-weight:bold;
	 margin-bottom:40px;
	}
	
	.titprod_h1{
	 color:#fff;
	 font-weight:bold;
	 margin-top: 0px;
	 background:#797693;
	}
	
	
	.linkprod{
	color:#D05C36;
	font-weight:bold;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

.mainmenu{padding:0;margin:0; }
.mainmenu #nav{ margin:0px; padding:0px;}
.mainmenu #nav li {float:left; display:inline; list-style:none; position:relative;margin:0px; padding:0px;}
.mainmenu #nav li a {
	display:block;
	/*color: #888; */
	color: #fff;
	font-size: 12px; 
	font-weight: bold; 
	FONT-FAMILY: Arial;
	text-decoration: none;
	background-color:#797693;
	border:1px solid #ccc;
	padding:5px;
	height: 20px;
	width:60px;
}	
.mainmenu #nav li:first-child{margin-left:5px; background-color:#fff;}
.mainmenu #nav li ul.first {left:2px; top:100%;margin:0;padding:0;}
.mainmenu .sub, .mainmenu #nav .sub li { margin:0px; padding:0px;}
.mainmenu #nav .sub li {border:none; border-bottom:1px solid #999; border-top:1px solid #fff; border-right:1px solid #999;  border-left:1px solid #fff; clear:both;width:260px;margin:0;padding:0;  }
.mainmenu #nav .sub li a{padding:0;margin:0;background-color:#ccc; height: 24px; width:260px; position:relative; border:none; padding-top:5px; padding-left:3px; text-align:left; color:#111; font-size:12px; font-weight: normal; }
.mainmenu ul.sub { display:none; }
.mainmenu li:hover > .sub { display:block; position:absolute; width:220px; text-align:center; top:-1px; left:50%; z-index:1000;  } 
.mainmenu #nav li:hover{ position:relative; z-index:2000; }
.mainmenu a:hover{text-shadow: 0 0 6px #444;}


.box_planos{
width:230px;
padding:10px;
float:left;
border: 1px solid #666;;
border-radius: 0.9em; 
box-shadow: #999999 0em 0em 1em ; 
height:250px;
text-align:center;
background:#fff;
margin-bottom:20px;
margin-right:20px;
}

.box_planos_prod_val{
padding:5px;
height:50px;
text-align:center;
background:#DB8037;
color:#fff;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

.tbl_interna{
margin-top:15px;
width:100%;
}

.banner_interno{
background-image:url(banner_interno.jpg);
width:810px;
height:121px;
margin-top:10px;
}


.divis_prod_home{
margin-top:15px;
margin-bottom:15px;
border-top: 1px dashed #666;
}


.linha{
border-top: 1px solid #666;
}



