/*
	Featured Content Slider
	by: Chris Coyier

(14/09/2009)	implementacao:Equip. Desenvolvimento CDZNet.

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url(IMG/bg.gif);
}

#tudo{
	width:980px;
	height:675px;
	margin:0 auto;
	position:relative;
	background:#FFFFFF;
	
}

#topo{
	margin-top:0;
	position:absolute;
	width:1000;
	height:120;
	background:#000000;
	background:url(IMG/bglogo.jpg) bottom repeat-x;
}


					  				  
/*
	UTILITY STYLES
*/				  				  				  				  
.floatLeft { float: left; margin-right: 10px;}
.floatRight { float: right; }
.clear { clear: both; }
a { outline: none; }

/*
	PAGE STRUCTURE

*/
#page-wrap{

}
/*
	TYPOGRAPHY
*/
ul{
	list-style: square inside;
}
a, a:visited{
	color: #729dff;
	text-decoration:none;
}
a:hover, a:active{
	color: white;
}
blockquote{
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px; 
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}

/*
	SLIDER
*/

/*
	ESTA DIV AGE NA POSIÇÃO VERTICAL E HORIZONTAL 
*/
.slider-wrap{
	width: 580px;
	position: absolute;
	top: 20px;
	left: 31px;
	
}
.stripViewer .panelContainer.panel ul{
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer{ 
	position: relative;
	overflow: hidden; 
/*  	width: 419px;  */
	width: 630px; 
	height: 285px;
}
.stripViewer .panelContainer{ 
	position: relative;
	left: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel{ 
	float: left; 
	height: 100%;
	position: relative;
/* 	width: 419px; */ 
	width: 630px; 
}
.stripNavL, .stripNavR, .stripNav{ 
	display: none;
}
.nav-thumb {
	border: 1px solid black; 
	margin-right: 5px; 
}
#movers-row	{
	margin: -43px 0 0 62px;
}
#movers-row div	{
	width: 20%; 
	float: left;
}
#movers-row div a.cross-link{
	float: right; 
}
.photo-meta-data{
	background: url(IMG/transpBlack.png);
	padding: 10px; 
	height: 30px;
	margin-top: -50px; 
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span{
	font-size: 13px;
}
.cross-link{ 
	display:inline-block;
	width: 62px;
	margin-top: -14px; 
	position: relative;
	padding-top: 15px;
	z-index: 9999; 
}
.active-thumb{
	top: -8px;
/*	background: transparent url(IMG/icon-uparrowsmallwhite.png) top center no-repeat; */ 
}
#apDiv1 {
	position:absolute;
	margin-left:20px;
	top:10px;
	width:700px;
	height:207px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	margin-left:20px;
	top:357px;
	width:650px;
	height:171px;
	z-index:1;
}
#destaque {
	position:absolute;
	left:710px;
	top:310px;
	width:250px;
	height:405px;
	z-index:1;
}

a.destaque:link {
	color: #b4ddff;
}
a.destaque:visited {
	color: #b4ddff;
}
a.destaque:active {
	color: #b3b3b3;
}
a.destaque:hover{
	color: #b3b3b3;
}

/*borda*/
.borda { 
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}
/* botão ok*/
.botton {
	BORDER-RIGHT: #c9c9c9 1px solid; 
	BORDER-TOP: #c9c9c9 1px solid; 
	BORDER-LEFT: #c9c9c9  1px solid; 
	BORDER-BOTTOM: #c9c9c9 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	BACKGROUND-color: #FFFFFF; 
}
.teste{
	text-align:center;
	font-color:#FFF;
	font-family:Verdana, Geneva, sans-serif 10px;
}
/* AÇÃO DO MENU */
.cdznet_menu {
	list-style-type: none;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 160px;
}
.font_menu {
	text-align:center;	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1e1e1e;
}
.cdznet_menu li a{
	background: #8b898a no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 12px;
	text-decoration: none;
}
* html .cdznet_menu li a{ 
	width: 160px;
}
.cdznet_menu li a:visited, .cdznet_menu li a:active{
	color: #ffffff;
}
.cdznet_menu li a:hover{
	background: #454545 url(IMG/button_active.gif) no-repeat;
	color: #b4ddff;
}
/* FIM DA AÇÃO DO MENU */
