table#main{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	background-image: url(../images/header_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*content*/
#packages{
	text-align: center;
	padding: 0 0 0 120px;
}
.package{
	width: 92px;
	height: 108px;
	margin: 0 5px 0 5px;
	float: left;
}
.title{
	padding-top: 40px;
}
.cont_col_left{
	width: 800px;
	padding: 0px 20px 0 0 ;
	vertical-align: top;
}
.cont_col_right{
	background-image: url(../images/storelocator/vertical_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 364px;
	padding: 0px 0 0 20px;
	vertical-align: top;
}
.left_col{
 	width: 100px;
	float: left;
	line-height: 20px;
	padding: 5px 5px 5px 0;
	margin: 0;
	text-align: right;
}
.left_col2{
 	width: 150px;
	float: left;
	line-height: 20px;
	padding: 5px 5px 5px 0;
	margin: 0;
	text-align: right;
}
.right_col{
	width: 230px;
	float: left;
	line-height: 20px;
	padding: 5px 0 5px 0;
	margin: 0;
}
.right_col2{
	width: 150px;
	float: left;
	line-height: 20px;
	padding: 5px 0 5px 0;
	margin: 0;
}
#find_a_store {
	height: 106px;
}
p {
	padding: 0;
	margin: 10px 0 10px 0;
}

p.first {
	margin-top: 0px;
}

.frog {
	height:28px;
	width:41px;
	position: absolute;
	left: 130px;
	top: 63px;
	z-index: 1;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/frog.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.frog[class] {
 	background-image:url(../images/frog.png);
 	background-repeat:no-repeat;
}