@charset "UTF-8";

/********** 
Carlos Castillo V 1.1
http://carloscastillo.com.au/
(c) 2009 All Rights Reserved
**********/


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #afafaf;
}

a {
	color: #b45e0a;
	text-decoration: underline;
}
a:hover {
	color: #ef8013;
}


#slider {
	margin: 10px 0 0 10px;
	width: 960px;
	height: 550px;
	overflow: hidden;
}

#mask-gallery {
	overflow:hidden;
}

#gallery {

	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	/* width = total items multiply with #mask gallery width */
	width: 960px;
	overflow: hidden;
}

#gallery li {
	float:left;
}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;
	margin: 10px 0 0 10px;
	top:0;
	left:0;
	/* width should be lesser than #slider width */
	width:200px;
	overflow:hidden;	
	z-index: 10;
	

}
	
#excerpt {
	background: url(images/bg_black_90.png) repeat;
	list-style:none;
	margin:0;
	padding:0;	
	z-index: 10;
	position:absolute;
	top: 0;
	left:0;	
	width: 200px;
	overflow: hidden;
	line-height: 140%;
}

#excerpt li {
	padding: 70px 10px 0 10px;
}

#excerpt h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}	

#excerpt h4 {
	padding: 15px 0 0 0;
	margin: 0;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.clear {
	clear:both;	
}

#buttons {
	position: absolute;
	top: 520px;
	width: 169px;
	z-index: 50;
	margin-left: 10px;
	padding-left: 30px;
}

.but_folio_slide {
	text-align: center;
	display: block;
	float: left;
	width: 65px;
	height: 16px;
	padding-top: 4px;
	margin-right: 8px;
	color: #E3E1E1;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(images/but_folio_slide.png) 0 0 no-repeat;
}

.but_folio_slide:hover {
	background: url(images/but_folio_slide.png) 0 -20px no-repeat;
		color: #FFFFFF;
}