/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


body.custom {
background-color: #000000;
background-repeat: no-repeat ;
background-position: center top;
background-attachment: scroll;


}

body.custom #featuredImg {
	height: 346px; width: 480;
	position: absolute;
        margin: -250px 0px 0px 525px;
	z-index: 9999;
}
	#featuredImg p {
		top: 0; right: 15px;
		position: absolute;
		z-index: 9999;
	}

body.custom div#loader {
	background: url(http://www.camburg.com/wordpress/wp-content/wordpress-site-images/homepage/featured/loader.gif) no-repeat center;
	height: 20px; width: 480px;
	position: absolute;
        margin: 80px 0 0 20px;
	z-index: 10000;
}

body.custom ul#showcase {
	float: left;
	display: inline;
	width: 480px;
	margin: 105px 0 20px 25px;
	padding: 0 0 0 5px;
}
	body.custom ul#showcase li {
		float: left;
		display: inline;
		margin: 15px 0 0 20px;
	}
		body.custom ul#showcase li a {
			float: left;
			border: none;
			width: 98px;
		}
	
			body.custom ul#showcase li a img { display: block }



