.home_wrapper {
	padding-left: 15px;
	padding-top: 40px;
	border-bottom: 2px solid grey;
}

#main_product {
 position:relative;
 padding-bottom: 30px;
 width: 100%;
}

#main_product .image {
 float:left;
 width:190px;
}

#main_product .text {
 float:left;
 width:350px;

}

#main_product .text  .title {
	font-size: 24px;
	font-weight: bold;
	 color: #930043;
	line-height: 25px;
	padding-bottom:10px;
}
#main_product .text  .subtitle {
	font-size: 16px;
	font-weight: normal;
	 color: #000;
	line-height: 18px;
	padding-bottom: 6px;
}
#main_product .text  .tagline {
font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	 color: #4c4c4c;
	line-height: 18px;
	padding-bottom: 6px;
}
#main_product .text  .shopping_info .title {
	float: left;
	width: 90px;
	font-size: 18px;
	font-weight: bold;
	color: red;
}

#main_product .text  .shopping_info h2 {
	font-size: 25px;
	font-weight: bold;
	color: red;
}

#main_product .text .shopping_info .shipping {
	padding-top: 20px;
	float: left;
	width: 240px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#main_product .text .shopping_info .shipping_sub {
	font-size: 9px;
	padding-bottom: 10px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
	
	.drop-shadow
    {
    margin: 20px;
    width:250px; 
    background:  url(file:///C|/Documents%20and%20Settings/Rob/Desktop/frenzycards/test/images/drop_border.png) top left no-repeat;    
    float: right;
}

.drop-shadow img
    {
    margin: 0px;
    padding: 5px;
    width: 230px;
    height: 170px;
    float: left;
}



