@charset "utf-8";
/* CSS Document */

a:hover img {
	outline: none;
}

#galleryImages {
	float: left;
	width: 700px;
	padding-bottom: 30px;
}

.gallerySection {
	width: 142px;
	height: 170px;
	padding-bottom: 10px;
	float: left;
	margin-left: 24px;
	text-align: center;
	display:inline;
}

#starShade .gallerySection, #products .gallerySection, #flyingBannerGallery .gallerySection {
	height: 190px;
}

#starShade #galleryImages {
	background: #5C5C5C url(images/backgrounds/BackgroundStarShade02.gif) no-repeat bottom left;
}

#products #galleryImages {
	background: #5C5C5C url(images/backgrounds/BackgroundProducts02.gif) no-repeat bottom left;
}

#flyingBannerGallery #galleryImages {
	background: #5C5C5C url(images/backgrounds/BackgroundFlyingBanner03.gif) no-repeat bottom left;
}

#popUp #galleryImages {
	background: #5C5C5C url(images/backgrounds/BackgroundPopUp02.gif) no-repeat bottom left;
}


#starShade .gallerySection, #products .gallerySection, #flyingBannerGallery .gallerySection {
	height: 190px;
}

#starShade #darkerColour {
	background: #2b2b2b url(images/backgrounds/topGalleryStarShade.gif) no-repeat bottom right;
}

#products #darkerColour {
	background: #2b2b2b url(images/backgrounds/topGalleryProducts.gif) no-repeat bottom right;
}

#flyingBannerGallery #darkerColour {
	background: #2b2b2b url(images/backgrounds/topGalleryflyingBanner.gif) no-repeat bottom right;
}

#popUp #darkerColour {
	background: #2b2b2b url(images/backgrounds/topGalleryPopUp.gif) no-repeat bottom right;
}


darkerColour

.gallerySection img {
	margin: 4px 0px 0px 12px
}

.gallerySection:hover img {
	outline: 1px solid #FF0000;
}

#description {
	height: 30px;
	background-image: none;
}

#darkerColour {
	float: left;
	width: 700px;
	height: 70px;
	background-color: #2b2b2b;
	margin-bottom: 40px;
	padding-top: 30px;
}







