/* case studies */

#caseStudy {
	float: left;
	}

#caseStudy .mainSubColHome {
	float: left;
	border-bottom: 2px solid #ccc;
	margin-bottom: 32px;
	padding-bottom: 32px;
	width: 439px;
	}
	#caseStudy img {
		margin-bottom: 25px;
		}
		#caseStudy h1 {
			margin-bottom: 0;
			}
			#caseStudy .intro {
				margin-bottom: 25px;
				}
				#caseStudy .intro p {
					margin-left: 0;
					}


#roundNavContainer {
	width: 100%;
	background: transparent url(../img/css/roundNavBg.gif) center bottom no-repeat;
	float: left;
	margin-bottom: 15px;
	display: inline;	
	}
	

#brandGrey #roundNavContainer ul {
	list-style-type: none;
	font-size: 1.2em;
	padding: 0 0 1px 0;
	margin: 0;
	}

#roundNavContainer ul li {
	float: left;
	background: transparent url(../img/css/roundNavTabRight.gif) right top no-repeat;
	padding: 0;
	margin:0 9px 0 0;
	}
	#roundNavContainer ul li a {
		text-decoration: none;
		padding:6px 20px 4px 20px;
		display: block;
		background: transparent url(../img/css/roundNavTabLeft.gif) left top no-repeat;
		}
		#roundNavContainer ul li a:hover {
			color: #000;
			text-decoration: underline;
			}
		
#roundNavContainer ul li.caseSelected {
	background: transparent url(../img/css/roundNavTabRightOn.gif) right top no-repeat;
	}
	#roundNavContainer ul li.caseSelected a {
		color: #000;
		text-decoration: underline;
		padding-bottom: 5px;
		}
	
.caseDetails {
	margin-bottom: 10px;
	padding-left: 15px;
	}	
	
.caseDetails h2 {
	margin-bottom: 10px;
	color: #333;
	}
	.caseDetails h3 {
		margin-bottom: 0;
		}
		
#brandGrey #caseStudy h1, #brandGrey #caseStudy p, #brandGrey #caseStudy .intro p {
	margin-left: 0;
	}
		
/* gallery */

#gallery {
	background-color: #e5e5e5;
	clear: both;
	}
	#gallery img {
		/* margin: 0 0 5px 0; */
		}
		#gallery p {
			font-size: 1.2em;
			text-align: center;
			}
			
#galleryThumbs {
	background-color: #666;
	padding: 15px 0;
	}
	#galleryThumbs ul {
		margin-left: 15px;
		}
		#galleryThumbs ul li {
			float: left;
			display: inline;
			margin: 0 15px 0 0;
			padding: 0;
			min-height: 120px;
			height: auto !important;
			height: 120px;
			}
			#galleryThumbs ul li a {
				display: block;
				background:none;
				}
				#galleryThumbs ul li a img {
					margin-bottom: 0;
					}
					#galleryThumbs ul li a:hover, #galleryThumbs ul li a#gallerySelected {
						/*	background: url(../img/css/thumb-bg.gif) 0 0 no-repeat;*/
						}
						

.caseDetails {
	padding-left: 0;
	}
					
