/* ------------------------------------
	BEST EVENT RENTAL
	3/1/2008
	Blue Banana Designs
	www.bluebanana.net
---------------------------------------*/

/* ELEMENTS
**************************************/
dl, dt, dd {
	margin-left:0;
	padding-left:0;
}

/* PODS
**************************************/
#home-pod-groups {
	width:760px;
	margin: 20px auto;
}
#home-pod-groups h4 {
margin:0;
padding:0;
}
.pod-content {
	padding: 5px 20px 0px;
}
.pod-content img {
	border:1px solid #000;
}
.pod-content a,
.pod-content a:link,
.pod-content a:visited {
	background:transparent;
}

/* Product Highlight */
.pod-content dl.product-highlight {

}
.pod-content dl.product-highlight dt {
	clear:both;
}
.pod-content dl.product-highlight dt,
.pod-content dl.product-highlight dd {
	width:180px;
	float:right;
}
.pod-content dl.product-highlight dd.product-photo {
clear:left;
	float:left;
	width:130px;
	margin-top:1.5em;
}
/* Product highlight with wide photo */
.pod-content dl.product-highlight-wide dt,
.pod-content dl.product-highlight-wide dd {
	width:330px;
}



/* Product Highlight List */
table.product-highlight-list td {
	vertical-align: top;
	padding-top:2em;
	padding-bottom:1em;
	border-top:1px solid #ccc;
}
table.product-highlight-list td.col_1 {
padding-top:2.2em;
}
table.product-highlight-list td.col_2 {
	padding-left:1em;
	
}
table.product-highlight-list dl,
table.product-highlight-list dl dt {
	margin-top:0em;
}

/* Pod Group Flash */
#pod-group-flash {
	 width:760px; 
	 height:374px;
	 margin:0 auto 12px;
}
#pod-group-flash #pod-video {
 width:374px;
 margin:0;
 padding:0;
 float:left;
}
#pod-group-flash #pod-rotating-photos {
 width:374px;
 margin:0;
 padding:0;
 float:right;
}


/* Pod Group 1 */
#pod-group_1 {
clear:both;
margin-top:12px;
width:760px;
	background-image: url(../assets/images/home/pod-group-1-mid.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#pod-group_1 #pod_1_1 {
float:left;
width:374px;
}
#pod-group_1 #pod_1_1 h4 {
width:374px;
height:32px;
	text-indent: -9999px;
	background-image: url(../assets/images/home/pod-group-1-title-1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#pod-group_1 #pod_1_2 {
width:374px;
float:right;
}
#pod-group_1 #pod_1_2 h4 {
width:374px;
height:32px;
	text-indent: -9999px;
	background-image: url(../assets/images/home/pod-group-1-title-2.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#pod-group_1 #pod-group_1_btm {
clear:both;
	width:760px;
	height:6px;
	padding-top:1em;
	background-image: url(../assets/images/home/pod-group-1-btm.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* Pod Group 2 */
#pod-group_2 {
margin-top:12px;
width:760px;
	background-image: url(../assets/images/home/pod-group-2-mid.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#pod-group_2 #pod_2_1 {
float:left;
width:374px;
}
#pod-group_2 #pod_2_1 h4 {
width:374px;
height:32px;
	text-indent: -9999px;
	background-image: url(../assets/images/home/pod-group-2-title-1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#pod-group_2 #pod_2_2 {
width:374px;
float:right;
}
#pod-group_2 #pod_2_2 h4 {
width:374px;
height:32px;
	text-indent: -9999px;
	background-image: url(../assets/images/home/pod-group-2-title-2.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#pod-group_2 #pod_2_2 div.photos-pod {
width:130px;
float:left;
margin:20px 20px 20px 0px;
}
#pod-group_2 #pod_2_2 div.photos-pod ol {
margin:0;
padding:0;
}
#pod-group_2 #pod_2_2 div.photos-pod ol li {
list-style: none;
margin:0 0 10px 0;
padding:0;
}
#pod-group_2 #pod-group_2_btm {
clear:both;
	width:760px;
	height:6px;
	padding-top:1em;
	background-image: url(../assets/images/home/pod-group-2-btm.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}