@charset "UTF-8";

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


/********** RESET ALL STYLES **********/
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,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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;
}
p {
	padding-bottom: 10px;
}
/********** END -> RESET ALL STYLES **********/



/********** GENERAL STRUCTURE **********/
body {
	background-color: #072335;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	line-height: 140%;
}
a {
	color: #b45e0a;
	text-decoration: underline;
}

a:hover {
	color: #ef8013;
}
#wrapper {
	width: 960px;
	margin: 115px auto 0;
}
#top_bar {
	width: 960px;
	height: 38px;
}
.castillo_logo {
	float: left;
}
#navigation {
	width: 363px;
	height: 38px;
	float: right;
	margin-right: 26px;
	list-style: none;
}
#content {
	width: 805px;
	min-height: 410px;
	margin-left: 130px;
	background-color: #051c2b;
}
#content_pages {
	width: 450px;
	float: right;
	margin: 80px 80px 30px 0;
}

#content_pages h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}	

#content_pages h4 {
	padding: 15px 0 0 0;
	margin: 0;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.clear_fix {
	clear: both;
}
#footer {
	width: 805px;
	padding: 6px 0 0 6px;
	margin: 0 0 20px 130px;
	font-size: 9px;
	letter-spacing: 1px;
	color: #204863;
}
/********** END -> GENERAL STRUCTURE **********/



/********** MAIN NAVIGATION **********/

.but_about {
	position: relative;
	display: block;
	height: 38px;
	width: 75px;
	background: url(images/castillo_navigation.png) 0 0 no-repeat;
	float: left;
}
.but_about span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 38px;
	width: 75px;
	background: url(images/castillo_navigation.png) 0 -38px no-repeat;
}
.but_about_current {
	height: 38px;
	width: 75px;
	float: left;
	background: url(images/castillo_navigation.png) 0 -38px no-repeat;
}
.but_folio {
	position: relative;
	display: block;
	height: 38px;
	width: 70px;
	background: url(images/castillo_navigation.png) -75px 0 no-repeat;
	float: left;
}
.but_folio span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 38px;
	width: 70px;
	background: url(images/castillo_navigation.png) -75px -38px no-repeat;
}
.but_folio_current {
	height: 38px;
	width: 70px;
	float: left;
	background: url(images/castillo_navigation.png) -75px -38px no-repeat;
}
.but_testimonials {
	position: relative;
	display: block;
	height: 38px;
	width: 111px;
	background: url(images/castillo_navigation.png) -145px 0 no-repeat;
	float: left;
}
.but_testimonials span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 38px;
	width: 111px;
	background: url(images/castillo_navigation.png) -145px -38px no-repeat;
}
.but_testimonials_current {
	height: 38px;
	width: 111px;
	float: left;
	background: url(images/castillo_navigation.png) -145px -38px no-repeat;
}

.but_contact {
	position: relative;
	display: block;
	height: 38px;
	width: 90px;
	background: url(images/castillo_navigation.png) -256px 0 no-repeat;
	float: left;
}
.but_contact span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 38px;
	width: 90px;
	background: url(images/castillo_navigation.png) -256px -38px no-repeat;
}
.but_contact_current {
	height: 38px;
	width: 90px;
	float: left;
	background: url(images/castillo_navigation.png) -256px -38px no-repeat;
}
.but_about *, .but_folio *, .but_testimonials *, .but_contact * {
	display: none;
}
/********** END -> MAIN NAVIGATION **********/



/********** HOME PAGE **********/
#random_quote {
	width: 475px;
	height: 365px;
	float: right;
	margin: 15px 20px 0 0;
}
/********** END -> HOME PAGE **********/


/********** TESTIMONIALS PAGE **********/
.testimonial {
	margin-bottom: 35px;
	color: #204863;
}
.testimonial_text {
	margin-bottom: 5px;
	font-size: 13px;
	color: #EEEEEE;
}
/********** END -> TESTIMONIALS PAGE **********/



/********** FOLIO GENERAL **********/
#folio_menu {
	width: 180px;
	float: left;
	padding: 45px 0 0 25px;
	position: relative;
}
#folio_boxes {
	width: 585px;
	float: right;
	padding: 30px 0 30px 15px;
}
/********** END -> FOLIO GENERAL **********/


/********** FOLIO BOXES **********/		
.folio_box {
	width: 175px;
	height: 115px;
	margin: 15px 15px 0 0;
	float: left; 
	border: solid 1px #204863; 
	overflow: hidden; 
	position: relative; 
}
.folio_box img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.folio_box p{ 
	padding: 4px 8px 4px 8px; 
	color: #afafaf;
	font-size: 12px;
}
.folio_box a {
	display: block;
	width: 100%;
	margin-top: 4px;
}
.boxcaption h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px 0 8px;
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	height: 100px; 
	width: 100%;
	background: url(images/bg_black_85.png) repeat;
}
.captionfull .boxcaption {
 	top: 120px;
 	left: 0;
}
.caption .boxcaption {
 	top: 90px;
 	left: 0;
 }


/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
div#container { 
	overflow: hidden;}

ul#filter {
	list-style: none; 
	margin-left: 0;
}
ul#filter a {
	display: block;
	width: 120px;
	height: 16px;
	padding: 4px 15px 0 15px;
	margin-bottom: 2px;
	color: #999;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(images/but_folio_nav.png) 0 -50px no-repeat;
}

ul#filter li.current a, ul#filter a:hover { 
	 background: url(images/but_folio_nav.png) no-repeat;
	 color: #ffffff;
}
ul#folio {
	list-style: none;
	margin-left: 0;
}
ul#folio li { 
	float: left; 
}
ul#folio img {
	display: block;
}


/********** END -> FOLIO BOXES **********/

