/* DUBS INTERNET STUDIO - WWW.DUBS.COM.BR */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}


table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/* MAIN */

html{
	height:100%;
	width:100%;
}

body{
	font-family:Roboto Condensed, Arial,Verdana,sans-serif;
	font-size:13px;
	color:#333;
	width:990px;
	margin:0 auto;
	padding-left:40px;
	padding-right:40px;
}


/* NAV */

#nav{
	list-style:none;
	font-weight:300;
	margin-bottom:10px;
	/* Clear floats */
	float:right;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	z-index: 1001;
}
#nav li{
	float:left;
	position:relative;
	margin-left:30px;
}
#nav a{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#333;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	font-size:11px;
	list-style:none;
	position:absolute;
	z-index:1000;
	float:right;
	padding-right:25px;
	padding-bottom:5px;
	/*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
	left:-54px;
	opacity:0;
	display:none;
	background-color:#fff;
	
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	/*left:-30px;  Bring back on-screen when needed */
	opacity:1;
	display:block;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
	color:#999;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#333;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#999;
}

/* NAV2 */

#nav2{
	list-style:none;
	font-size:18px;
	font-weight:300;
	margin-bottom:16px;
	margin-top:24px;
	margin-left:5px;

	/* Clear floats */
	float:left;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav2 li{
	float:left;
	position:relative;
	margin-right:80px;
}
#nav2 a{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
}
#nav2 a:hover{
	color:#333;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav2 ul{
	font-size:12px;
	list-style:none;
	position:absolute;
	padding-right:25px;
	padding-bottom:5px;
	/*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
	left:20px;
	opacity:0;
	display:none;
}
#nav2 ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav2 ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav2 li:hover ul{ /* Display the dropdown on hover */
	/*left:-30px;  Bring back on-screen when needed */
	opacity:1;
	display:block;
}
#nav2 li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
	color:#999;
}
#nav2 li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#333;
}
#nav2 li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#999;
}

/* STRUCTURE */

#logo{
	border:0px;
	position:relative;
}

#master{
	width: 100%;
	min-height: 20px;
	display:table;
	padding-right:12px;
	position:relative;
}

#menucontainer{
	border:0px;
	width:800px;
	height:47px;
	padding-top:30px;
	float:right;
	position:relative;
}

#banner{
	display:table;
	clear:both;
	width:990px;
	height:480px;
	z-index:9000;
}

#copyright{
	font-size:12px;
	margin-top:65px;	
	padding-bottom:28px;
	position:relative;
}

#maincont{
	padding-top: 100px;
	padding-left:50px;
	width:680px;
}

#cont{
	padding-top: 20px;
	padding-left:50px;
	width:680px;
	min-height:460px;
	font-weight:300;
	font-size:14px;
	text-align:justify;
}

#blueband{
	background-color:#003b90;
	min-height:100px;
	width:220px;
	right:-50px;
	top:60px;
	float:right;
	position:relative;
	color:#fff;
	font-size:22px;
	font-weight:300;
	line-height:25px;
	padding:15px;
}

#blueband2{
	background-color:#fff;
	min-height:100px;
	width:220px;
	right:-50px;
	top:60px;
	float:right;
	position:relative;
	color:#fff;
	font-size:22px;
	font-weight:300;
	line-height:25px;
	padding:15px;
}

/* INHERIT */

.bradius{
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

/* MULTIPLES */

li a:hover, ul{
	transition:all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

/* VARIOUS */

.slideshow{
		width:990px;
		list-style: none;
		position:relative;
		
	}
 	ul.slideshow li {
		position:absolute;
		left:0px;
		top:0px;
		display:inline;
		
	}
	ul.slideshow li.show {
		z-index:500;	
	}
	
ul.nor{
	padding-left:20px;
	list-style-image:url('../img/pangea_bullet2.gif');
	/*list-style:square;*/
}
	
.txtit01{
	font-size:20px;
	font-weight:700;
	color:#003b90;
}

.txtit02{
	font-size:15px;
	font-weight:700;
	color:#4a4a4a;
}

.txtit03{
	font-size:16px;
	font-weight:700;
	color:#003b90;
}

.txpq01{
	font-size:12px;
	line-height:10px;
	font-weight:300;
	color:#333;
}

.txequipemenu{
	font-size:16px;
	font-weight:700;
}

.txequipemenu a{
	color:#fff;
	text-decoration:none;
}

.txequipemenu a:hover{
	color:#09C;
}

.olink a {
	color:#333;
	text-decoration:none;
}     
.olink a:hover {
	color:#000;
	text-decoration:underline;
}

.mright{
	margin-right:10px;
}
.mtop{
	margin-top:10px;
}