/* CSS Document */
.firstpicture{
float: left;
margin: 20px 15px 0 0;
padding: 7px 7px 7px 7px;
width: 220px;
background: white;
}

.picture{
float: left;
margin: 15px 15px 0 0;
padding: 7px 7px 7px 7px;
width: 220px;
background: white;
}

.picture img{
margin: 0 0 0 0;
}

.title{
float: left;
margin: 0;
padding: 0;
color: black;
text-align: left;
font-size: .7em;
}

div#disclaimer{
clear: both;
width: 485px;
font-size: .75em;
}

	table#dateprices{
	float: left;
	margin: 20px 0 0 0;
	width: 255px;
	border-collapse: collapse;
	}
	
		.odd{
		background-color: #25507B;
		}
		
		.even{
		background-color: #3372B1;
		}
		
		table#dateprices td{
		margin: 0;
		padding: 8px 0 7px 0;
		text-align: center;
		}
	
	ul#contact{
	float: right;
	width: 230px;
	margin-top: 20px;
	background: #3372B1 url(../images/contact.gif) no-repeat;
	list-style: none;
	}
		
		#phone{
		margin: 4px 0 0 35px;
		}
			
			#phone h4{
			font-size: 1.2em;
			}
		
		#email{
		margin: 0 0 4px 35px;
		}
		
			#email a{
			color: white;
			font-weight: bold;
			}
		
		#hours{
		margin-left: 35px;
		font-size: .9em;
		font-weight: bold;
		}
		
		#days{
		margin: 0 0 4px 35px;
		font-size: .9em;
		font-weight: bold;
		}
		
		#payment{
		float: right;
		margin-right: 5px;
		width: 63px;
		height: 20px;
		background: url(../images/mastercard_visa.gif) no-repeat;
		}
		
			#payment span{
			display: none;
			}
			
		#listtitle{
		clear: both;
		width: 100%;
		padding: 2px 0;
		background: #e0c331;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 5px;
		font-weight: bold;
		font-size: .97em
		}
	
	div#disclaimer p{
	float: left;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	}

