	
	/*
	CSS StyleSheets
	Cliente:	Sekulic Equipamentos
	*/
	
	body
		{
		text-align:left;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		background:url(../images/bground/bground.jpg) repeat-x #FFF;
		color:#666;
		}
	
	ul		{ list-style-image:url(../images/elements/ulist.jpg); margin:0px 0px 10px 40px;	}	
	li		{ margin:10px 0px; }
	li p	{ margin:10px; }
	
	/*
	*/
	
	#wrapper
		{
		width:930px;
		margin:0px auto;
		}
		
	#top { margin:0px; }
		
	#container { margin:0px; }

	#content { margin:0px; }
	
	#title
		{
		margin-left:20px;
		}
		
	#sidebar
		{
		margin:15px 0px;
		width:170px;
		}
		
	#menu
		{
		margin:10px 0px 0px;
		width:inherit;
		}
		
	#rightbar { margin:0px; }
		
	#footer
		{
		margin:0px 0px 15px;
		width:100%;
		border-top:1px solid #EEE;
		text-align:center;
		background:url(../images/bground/bground_footer.jpg) no-repeat top center;
		color:#000;
		font-size:10px;
		height:50px;
		}
	
	/*
	*/
	
	#englobe-container { background:url(../images/bground/bground_container_repeat.jpg) repeat-y; width:540px; }
	
	#inner-container
		{
		margin:0px;
		background:url(../images/bground/bground_container.jpg) top left no-repeat;
		width:520px;
		padding:12px 10px 0px;
		}
	
	#text-content
		{
		width:500px;
		margin:15px auto 0px;
		}
		
	/*
	*/
		
	#representados
		{
		width:185px;
		margin:0px;
		padding:55px 0px 20px;
		text-align:center;
		background:url(../images/bground/bground_representados.jpg) no-repeat top center;
		}
	
	#representados img { margin:10px 0px; }
	
	/*
	*/
	
	#text-content div 	{ margin:0px 0px 10px; }
	#text-content p		{ margin:15px 0px; }
	
	table#tabela tr td  { padding:5px; }
	.image-border { border:2px solid #666; }
	
	/*
	*/
	
	#ulist { list-style:none; margin:0px; text-align:center; }
	#ulist li { display:inline; }
	#ulist li img, #ulist li a { margin:2px; }
	
	#uline { list-style:none; margin:0px; text-align:center; }
	#uline li { display:inline; }
	#uline li img, #uline li a { margin:0px; }
	
	/*
	*/
	
	#videos
		{
		border:1px solid #CCC;
		background:#FCFCFC;
		margin:10px auto;
		padding:10px;
		width:440px;
		}
	
	/*
	*/
	
	.floatleft	{ float:left; 	}
	.floatright	{ float:right;	}
	.clear		{ clear:both;	}
	
	div.clear 	{ height:1px; 	}
	
	.center		{ text-align:center;  }
	.left		{ text-align:left;	  }
	.right		{ text-align:right;   }
	.justify	{ text-align:justify; }
	