/* @override http://www.sechancesolutions.com/ee_templates/stylesheets/master.css */

/*-----------------------------------------------------------------
SECOND CHANCE SOLUTIONS CSS Style Sheet

Master

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2007	

-------------------------------------------------------------------*/

/* Linked Stylesheets */
@import url("/ee_templates/stylesheets/navigation.css");
@import url("/ee_templates/stylesheets/miscellaneous.css");

/* ----------------- */
/* BEGIN STYLE SHEET */
/* ----------------- */
body{width:100%;
	margin: 0;
	padding: 0;
	background: #ececec url(../newsite_images/backgrounds/background_slice.jpg) repeat-x 0 0;
	text-align:center;
}

.wrapper {width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
	
/* TOP
-------------------------------------------------------------------*/


	/* LEFT COLUMN
	-------------------------------------------------------------------*/
	#left_column{
		width: 235px;
		float: left;
		
	}

		#left_column .content{
			float: left;
			width: 215px;
		}

	/* RIGHT COLUMN
	-------------------------------------------------------------------*/
	#right_column{
		width: 720px;
		float: left;
		margin:0px;
		padding: 0px;
	}

		#right_column .content{
			width: 720px;
			float:left;
			margin:0px;
			padding:0px;
		}
	
		#right_column #main_content{background:transparent url(../newsite_images/backgrounds/main_top.jpg) no-repeat 0 0;
			float:left;
			margin-top: 0px;
			padding: 20px;
			width:450px;
		}
		
	.product_block{
		margin-bottom: 5px;
		padding: 10px;
		width: 420px;

		border: 1px solid #ccc;
	}
	
	.small_product_block{
		margin: 0 5px 5px 0;
		padding: 5px;
		width: 119px;
		height: 210px;
		border: 1px solid #ccc;
		float:left;
	}
	.small_product_block .product_info h4{
		margin: 0px;
		padding: 0px;
		font-size:11px;
	}
	
	.small_product_block .product_info {
		margin: 0px;
		padding: 0px;
	}
	
	.product_block .large_product_image{
	width:420px;
	float: left;
}
	

		
			.small_product_block .product_image img{
				border: 1px solid #ccc;
			}
		
		.product_block .product_info{
			width: 300px;
			float: right;
		}
		
			.product_block .product_info blockquote{
				margin: 10px 5px 10px 10px;
				padding-left: 5px;
				border-left: 2px solid #ccc;
			}
			
/* THIRD COLUMN
---------------------------------------------------------------------*/
#third_column {background:transparent url(../newsite_images/backgrounds/main_top.jpg) no-repeat right top;
	width:210px;
	margin-top:0px;
	padding:50px 20px 0 0px;
	float:right;
	}
	
.third_column_content {background-color:#ffffff;
	border: 3px solid #454545;
	padding:5px;
	margin:0;
	width:194px;
	}
	
/* BOTTOM
-------------------------------------------------------------------*/
#bottom{background-color: #454545;
	clear: both;
}

#footer {background: #454545 url(../newsite_images/backgrounds/footer_strip.gif) repeat-x 0 0;
	width:100%;
	height:200px;
	}
	/* LEFT COLUMN FOOTER
	-------------------------------------------------------------------*/
	#left_column-footer{
		width: 215px;
		height: auto;
		float: left;
	}
	
		#left_column-footer .content{
			padding-top: 45px;
			text-align: left;
			color: #cbcbcb;
			float: left;
			width: 215px;

		}
		
	/* RIGHT COLUMN FOOTER
	-------------------------------------------------------------------*/
	#right_column-footer{
		width: 725px;
		height: 105px;
		float: left;
		margin-left:20px;
		background:  #454545 url(../newsite_images/backgrounds/left_footer.jpg) no-repeat 0 0;
	}

		#right_column-footer .content{
			padding: 45px 0 0 20px;
			width: 550px;
			height: 70px;
			color: #000;
			font-size: 11px;
		}
		
		#right_column-footer .content a{
			color: #454545;
		}
		
			#right_column-footer .content a:hover{
				color: #ea2232;
			}
		