/* CSS Document */

html, body { background-color: #000; color: #efefef; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 140%; margin: 0; padding: 0px; }

table #main { color: #ccc; }
b #main { color: #fff; }

table #sidebar { color: #ccc; }
b #sidebar { color: #fff; }
 
a:link { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; color: #000; }

/* ////////// SLIDESHOW - JQUERY ////////// */

#slideshow { position: relative; height: 400px; }
#slideshow IMG { position: absolute; top: 0; left: 0; z-index: 8; opacity: 0.0; }
#slideshow IMG.active { z-index: 10; opacity: 1.0; }
#slideshow IMG.last-active { z-index: 9; } 


form { scrollbar-arrow-color: #fff; scrollbar-3dlight-color:#000; scrollbar-highlight-color:#333; scrollbar-face-color:#000; scrollbar-shadow-color:#333; scrollbar-darkshadow-color:#333; scrollbar-track-color:#333; }

input, select, textarea  { font-family: "Trebuchet MS"; font-size: 10px; color: #ccc; background-color: #000; border: 0; padding: 1px 2px 1px 3px; }

a[href$=".vcf"] { background: url(http://allight.com.br/figuras/icon_vcf.gif) no-repeat left; padding-left: 14px; }

/* ////////// DIVS e CLASSES ////////// */

#page { background: url(http://allight.com.br/figuras/main-bg.jpg) no-repeat center top; }

#breadcrumb { font-size: 9px; color: #fff; text-align: left; margin: 0 0 15px 0; font-style: italic; }
#breadcrumb a:link { color: #c18e02; text-decoration: none; }
#breadcrumb a:visited { color: #c18e02; text-decoration: none; }
#breadcrumb a:hover { color: #c18e02; text-decoration: underline; }
#breadcrumb a:active { color: #c18e02; text-decoration: underline; }

	/* Easy Slider */
	#slider{}	
	#slider ul, #slider li{ margin: 0; padding: 0; list-style: none; }
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	#slider li{ width: 500px;  height: 400px; overflow: hidden; }
	
#main a:link { text-decoration: underline; color: #c18e02; }
#main a:visited { text-decoration: underline; color: #c18e02; }
#main a:hover { text-decoration: none; }
#main a:active { text-decoration: underline; color: #c18e02; }