.vehicles {
	width: 690px;
	padding: 10px 0px 30px 0px;
	background: url(../../images/misc/contentContainerBg.gif) bottom repeat-x;
}

	.vehicles h2 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
		padding: 5px 10px;
		background: url(../../images/vehicles/h2Bg.png) no-repeat;
		color: #fff;
		letter-spacing: -1px;
	}
	
		.vehicles h2 span {
			color: #FFFF00;
		}
		
		body#pink h2 {
			background: url(../../images/vehicles/h2Bg-pink.png);
		}
		
		#pink .normal {
			background: none;
		}

	.vehicles .leftCol {
		width: 302px;
		float: left;
	}
	
		.vehicles .leftCol img {
			float: left;
			margin-bottom: 1px;
		}
		
			.vehicles .leftCol .floatRight {
				float: right;
				margin-right: 0px;
			}
			
		.vehicles .leftCol ul {
			margin: 10px 0px 0px 0px;
			padding: 0px;
			float: left;
		}
		
			.vehicles .leftCol li {
				list-style: none;
			}
				
				.vehicles .leftCol li.contactUs {
					width: 257px;
					float: left;
					color: #fff;
					padding: 6px 0px 0px 45px;
					height: 36px;
					font-size: 1.6em;
					letter-spacing: -1px;
					background: url(../../images/misc/vehicles-events-btn-contactUs.gif);
				}
				
			.requestAQuote {
				background: #eee;
				display: block;
				float: left;
				width: 303px;
				padding: 0px 0px 0px 0px;
				margin-top: 2px;
				height: 20px;
				text-align: center;
			}


	.vehicles .rightCol {
		width: 370px;
		float: right;
	}
		
		.hideimage {
			display: none;
		}
	

	.switchOff {
		background: url(../../images/misc/specBg.jpg) no-repeat;
		display: block;
		padding: 5px 5px 5px 30px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		font-size: 1.2em;
		margin: 0px;
	}
	
		.switchOff:hover {
			color: #FFCC00;
		}
		
			body#pink .switchOff {
				background: url(../../images/misc/specBg-pink.jpg) no-repeat;
				margin-bottom: 1px;
			}
			
				body#pink .switchOff:hover {
					color: #000;
					text-decoration: underline;
				}
				
				body#wedding .switchOff {
					background: url(../../images/misc/specBg-wedding.jpg) no-repeat;
					margin-bottom: 1px;
				}
	
	.switchOn {
		background: url(../../images/misc/specBg-on.jpg) repeat-y #fff;
		display: block;
		padding: 5px 5px 5px 30px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		font-size: 1.2em;
		margin: 0px;
	}
	
		.switchOn:hover {
			color: #FFCC00;
		}
		
			body#pink .switchOn {
				background: url(../../images/misc/specBg-on-pink.jpg) no-repeat;
				color: #000;
			}
			
			body#wedding .switchOn {
				background: url(../../images/misc/specBg-on-wedding.jpg) no-repeat;
			}
	
	.specDropDown {
		background: #fff url(../../images/misc/specDivBg.jpg) repeat-y;
		padding: 3px 10px;
		border-bottom: 1px solid #ccc;
	}
	
		.pink .specDropDown {
			background: none;
			border: none;
		}
	
		.specDropDown ul {
			margin: 0px;
			padding: 0px 0px 0px 13px;
		}
		
.weddingsGallery {
	text-align: center;
	background: #f4f4f4;
	padding: 7px 100px;
	border: 1px solid #eee;
}

	.weddingsGallery h3 {
		color: #990000;
		padding: 0px 0px 5px 0px;
	}
	
.smallImages {
	float: left;
	margin: 0px;
}