/* SmoodalBox */

#sbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;	
}

#sbBox{
	position: absolute;
	left: 50%;
	background-color: #faf4e4;
	border:1px solid #000;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

#sbContent{
	display:block;
	margin:5px;
	float:left;
	clear:both;	
	padding:20px;
	height:450px;
	width:94%;
	overflow:hidden;
	font-size:11px; color:#3e3939; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.main_Pages h2, #sbContent .main_Pages h2{display:block; font-size:19px; font-weight:normal; padding:0px; margin:0px; border-bottom:1px solid #b1aeaa;}
#sbContent .main_Pages strong{font-weight:bold; font-size:11px;}
.main_Pages .quote, #sbContent .main_Pages .quote{width:318px; height:338px; background:url(../Images/quote-bg-red.jpg) no-repeat; float:right; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:17px; font-style:italic; padding:20px 15px 15px 15px; text-align:left; line-height:26px; margin-left:20px; margin-bottom:50px; margin-top:10px;}
.main_Pages .quote em, #sbContent .main_Pages .quote em{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#d88a82; font-style:normal; float:right; line-height:normal; margin-top:10px;}


#sbContent .cat_Coach h2{display:block; font-size:19px; font-weight:normal; padding:0px; margin:0px; border-bottom:1px solid #b1aeaa;}
#sbContent .cat_Coach strong{font-weight:bold; font-size:11px;}
#sbContent .cat_Coach .quote{width:318px; height:338px; background:url(../Images/quote-bg-blue.jpg) no-repeat; float:right; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:17px; font-style:italic; padding:20px 15px 15px 15px; text-align:left; line-height:26px; margin-left:20px; margin-bottom:50px; margin-top:10px;}
#sbContent .cat_Coach .quote em{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#9f825a; font-style:normal; float:right; line-height:normal; margin-top:10px;}

#sbContent .cat_Garden h2{display:block; font-size:19px; font-weight:normal; padding:0px; margin:0px; border-bottom:1px solid #b1aeaa;}
#sbContent .cat_Garden strong{font-weight:bold; font-size:11px;}
#sbContent .cat_Garden .quote{width:318px; height:338px; background:url(../Images/quote-bg-green.jpg) no-repeat; float:right; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:17px; font-style:italic; padding:20px 15px 15px 15px; text-align:left; line-height:26px; margin-left:20px; margin-bottom:50px; margin-top:10px;}
#sbContent .cat_Garden .quote em{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#9f825a; font-style:normal; float:right; line-height:normal; margin-top:10px;}
#sbContent .cat_Garden a{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:13px; color:#919d68; font-style:normal; line-height:normal;}

.cat_Equestrian h2, #sbContent .cat_Equestrian h2{display:block; font-size:19px; font-weight:normal; padding:0px; margin:0px; border-bottom:1px solid #b1aeaa;}
.cat_Equestrian strong, #sbContent .cat_Equestrian strong{font-weight:bold; font-size:11px;}
.cat_Equestrian .quote, #sbContent .cat_Equestrian .quote{width:318px; height:338px; background:url(../Images/quote-bg.jpg) no-repeat; float:right; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:17px; font-style:italic; padding:20px 15px 15px 15px; text-align:left; line-height:26px; margin-left:20px; margin-bottom:50px; margin-top:10px;}
.cat_Equestrian .quote em, #sbContent .cat_Equestrian .quote em{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#9f825a; font-style:normal; float:right; line-height:normal; margin-top:10px;}

#sbContent .cat_Garages h2{display:block; font-size:19px; font-weight:normal; padding:0px; margin:0px; border-bottom:1px solid #b1aeaa;}
#sbContent .cat_Garages strong{font-weight:bold; font-size:11px;}
#sbContent .cat_Garages .quote{width:318px; height:338px; background:url(../Images/quote-bg-orange.jpg) no-repeat; float:right; font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:17px; font-style:italic; padding:20px 15px 15px 15px; text-align:left; line-height:26px; margin-left:20px; margin-bottom:50px; margin-top:10px;}
#sbContent .cat_Garages .quote em{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#9f825a; font-style:normal; float:right; line-height:normal; margin-top:10px;}


#sbCloseLink{
	position:				absolute;
	width:					30px;
	height:					30px;
	left:					-15px;
	top:					-15px;
	background:			url(../images/smoodalbox/closebox_red.png) no-repeat center;
	border:					none;
}

.sbBox-ie6 #sbCloseLink
{	
	background-image:		url(../images/smoodalbox/closebox_red.png);
}



