/*
   style.css
   Voodoo
   
   Created by Visiontech WebDev on 2008-09-18.
   Copyright 2008 Visiontech. All rights reserved.
*/

.style-wrapper {
	position: relative;
	overflow: hidden;
	clear: both;
	/*margin-bottom: 10px;*/
}

.style-hero {
	float: left;
}

.style {
	
}

.style-content {
	float: left;
	width: 160px;
	margin-right: 20px;
	overflow: hidden;
}

.style-images {
	/*
	position: absolute;
	bottom: 3px;
	overflow: hidden;
	right: 245px;
	*/
	margin-left: 180px;
	
	/*float: left;*/
}

/* Seperate classes for the styles that have only one image. */

.style-sidekick {
	float: left;
	margin: 0 0 20px 20px;
	border: 2px solid #2D2D2D;
}

.style-wrapper-2 {
	position: relative;
	overflow: hidden;
	/*clear: both;*/
	/*margin-bottom: 10px;*/
	width: 800px;
	margin: 0 auto;
}

.seperator {
	background: #999;
	height: 1px;
	overflow: hidden;
	margin: 30px 0;

}

.style-hero-2 {
	float: left;
}

.style-2 {
	
}

.style-content-2 {
	overflow: hidden;
}

.style-images-2 {
	/*
	position: absolute;
	bottom: 3px;
	overflow: hidden;
	right: 245px;
	*/
	
	/*float: left;*/
}

.style-sidekick-2 {
	border: 2px solid #2D2D2D;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.style-heading {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

