/* DEVELOPED BY: ASD SOLUTIONS */

#main_inset h1.sally_montague {
	background-image: url('/images/case_studies/h1_case_study-sally-montague-hair-group-website.gif');
}


/* TECHNOLOGIES BOX ELEMENT STYLES */


#technologies_box {
	display: block; 
	width: 195px; 
	position: relative; 
	float: right;
	background: transparent url('/images/case_studies/blue_box_bg_lower.gif') no-repeat bottom left; 
}

#technologies_box h1 {
	text-indent: -10000px; 
	background: transparent url('/images/case_studies/technologies_box_header.gif') no-repeat top left; 
	height: 49px; 
	width: 195px;
	padding: 0;
}

#technologies_box p {
	font-size: 0.71em;
	color: #fff;
	padding: 1.25em 1.25em 0 1.25em;
}

#technologies_box p.center {
	text-align: center;
}

#technologies_box ul {
	list-style: none;	
	padding: 0.5em 0 1.0em 0;
	margin: 0;
	list-style-position: inside;
}


#technologies_box ul li {
	font-size: 0.71em;
	color: #fff;
	padding: 0.5em 0.5em 0 2.2em;
	margin: 0;
	background-image: url('/images/layout/bullet_tick_blue.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
}




/* RESULTS BOX ELEMENT STYLES */


#results_box {
	clear: right;
	display: block; 
	width: 195px; 
	position: relative; 
	float: right;
	top: 15px;
	background: transparent url('/images/case_studies/green_box_bg_lower.gif') no-repeat bottom left; 
}

#results_box h1 {
	text-indent: -10000px; 
	background: transparent url('/images/case_studies/results_box_header.gif') no-repeat top left; 
	height: 49px; 
	width: 195px;
	padding: 0;
}

#results_box p {
	font-size: 0.71em;
	color: #fff;
	padding: 1.25em 1.25em 0 1.25em;
}

#results_box p.center {
	text-align: center;
}

#results_box ul {
	list-style: none;
	list-style-position: inside;
	padding: 0.5em 0 1.0em 0;
	margin: 0;
}


#results_box ul li {
	font-size: 0.71em;
	color: #fff;
	padding: 0.5em 0.5em 0 2.2em;
	margin: 0;
	background-image: url('/images/layout/bullet_tick_green.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
}




/* SHOWCASE ELEMENT STYLES */


#showcase {
	position: relative;
	display: block;
	width: 870px;
	height: 355px;
	background-image: url('/images/case_studies/sshot_shadow.gif');
	background-repeat: no-repeat;
	background-position: 0px 225px;
}

#showcase .showcase_text {
	display: block;
	width: 420px;
	height: 300px;
	position: absolute;
	left: 450px;
}

#showcase .showcase_text h1.sally_montague {
	text-indent: -10000px; 
	background: transparent url('/images/case_studies/sm_website/sm_title.gif') no-repeat top left; 
	height: 22px; 
	width: 291px;
	padding: 0;
	margin-bottom: 10px;
}

#showcase .showcase_image {
	display: block;
	width: 420px;
	height: 294px;
}

#showcase .showcase_image img {
	position: absolute;
	top: 0;
	left: 0;
}



#showcase .showcase_nav {

}

#showcase .showcase_nav ul {
	width: 420px;
	height: 30px;
	margin-top: 15px;
	list-style: none;
	text-align: center;
}

#showcase .showcase_nav ul li {
	display: inline;
	font-size: 0.71em;
	padding: 0;
	margin: 0;
}

#showcase .showcase_nav a {
	display: inline-block !important;
	border: 1px solid #4c4c4c;
	width: 17px;
	height: 17px;
	background-color: #4c4c4c;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 0.5em 0.25em 0 0.25em;
	outline: none;
}

#showcase .showcase_nav a.selected {
	border: 1px solid #009abc;
	background-color: #009abc;
}

