@import url("jquery.fancybox-1.3.1.css");
@import url("coda-slider-2.0.css");



/* standard shell template */
html, body 
{
	margin: 0;
	padding:0;
	border:0;
}

body
{		
	font-family: Arial;
	font-size: 70%;
	background: url(../Images/shellMainBg.jpg) no-repeat top center #000;	
	text-align: center;	
	line-height: 18px;
	color: #FFF;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

input
{
	font-family: Tahoma;
	font-size: 100%;
	color: #424142;
}

a 
{
	color: #302C2D;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;	
}

textarea
{
	font-family: Tahoma;
	font-size: 100%;
	color: #424142;
}

/* construct */
#wrapper 
{
	width: 900px;
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position: relative;
}

	#wrapper #header
	{
		float: left;
		width: 900px;
	}
	
		#wrapper #header h1
		{
			padding: 0px;
			margin: 0px;
			float: left;
			height: 103px;
		}
		
			#wrapper #header h1 a
			{
				float: left;
				width: 390px;
				height: 62px;
				margin-top: 22px;
				background: url(../Images/shellLogo_03.gif) no-repeat top left;
			}
			
				#wrapper #header h1 a span
				{
					display: none;
					
				}
		
		#wrapper #header h2, #wrapper #header h3
		{
			display: none;
		}
						
		#wrapper #header #headright
		{
			float: right;
			width: 400px;
			text-align: right;
		}
		
			#wrapper #header #headright #headrightinner
			{
				float: left;
			}
			
				#wrapper #header #headright #headrightinner #headgrey
				{
					float: left;
					color: #BDBDBD;
					font-size: 105%;
					text-transform: uppercase;
					font-weight: bold;
					margin-top: 28px;
					width: 400px;
				}
				
				#wrapper #header #headright #headrightinner #headwhite
				{
					float: left;
					color: #FFF;
					font-size: 340%;
					width: 400px;
					font-weight: bold;
					line-height: 30px;
				}
				
			#wrapper #header #lowerhead
			{
				float: left;
				width: 900px;
			}
			
				#wrapper #header #lowerhead #navigation
				{
					float: left;
					width: 586px;
				}
				
					#wrapper #header #lowerhead #navigation #navlist
					{
						float: left;
						padding: 0px;
						margin: 0px;
					}
					
						#wrapper #header #lowerhead #navigation #navlist li
						{
							list-style-type: none;
							display: inline;
							float: left;
							height: 30px;
						}
						
							#wrapper #header #lowerhead #navigation #navlist li a
							{
								float: left;
								height: 30px;
								text-align: center;
								text-transform: uppercase;
								font-weight: bold;
								font-size: 105%
							}
							
								#wrapper #header #lowerhead #navigation #navlist li a span
								{
									display: none;
								}
							
							#wrapper #header #lowerhead #navigation #navlist li.nav_home a
							{
								width: 67px;
								background: url(../Images/shellNavigation_03.gif) no-repeat top left;
							}
							
							#wrapper #header #lowerhead #navigation #navlist li.nav_aboutus a
							{
								width: 96px;
								background: url(../Images/shellNavigation_04.gif) no-repeat top left;
							}
							
							#wrapper #header #lowerhead #navigation #navlist li.nav_ourservices a
							{
								width: 123px;
								background: url(../Images/shellNavigation_05.gif) no-repeat top left;
							}
							
							#wrapper #header #lowerhead #navigation #navlist li.nav_carcarecentre a
							{
								width: 150px;
								background: url(../Images/shellNavigation_06.gif) no-repeat top left;
							}
							
							#wrapper #header #lowerhead #navigation #navlist li.nav_contact a
							{
								width: 150px;
								background: url(../Images/shellNavigation_07.gif) no-repeat top left;
							}
							
							#wrapper #header #lowerhead #navigation #navlist li a:hover, #wrapper #header #lowerhead #navigation #navlist li a.currentpage
							{
								background-position: bottom left;
							}
				
				#wrapper #header #lowerhead #cards
				{
					float: left;
					width: 314px;
					text-align: right;
					height: 30px;
				}
				
					#wrapper #header #lowerhead #cards .cardstext
					{
						float: right;
						font-size: 90%;
						color: #FFF;
						padding-top: 1px;
						height: 30px;
					}
				
					#wrapper #header #lowerhead #cards #cardsaccepted
					{
						width: 108px;
						height: 30px;
						float: right;
						background: url(../Images/shellCardsAccepted_10.gif) no-repeat top left;
						margin-left: 6px;
					}
					
						#wrapper #header #lowerhead #cards #cardsaccepted span
						{
							display: none;
						}
	
	#wrapper #content 
	{
		float: left;
		width: 900px;
	}
	
		#wrapper #content #indexfader
		{
			float: left;
			width: 900px;
			height: 196px;
		}
		
			#wrapper #content #indexfader #faderlist
			{
				padding: 0px;
				margin: 0px;
				float: left;
				width: 900px;
				height: 196px;
			}
			
				#wrapper #content #indexfader #faderlist li
				{
					list-style-type: none;
					display: inline;
					float: left;
					width: 900px;
					height: 196px;
				}
				
					#wrapper #content #indexfader #faderlist li.fadeOne
					{
						background: url(../Images/shellIndexFader_06.jpg) no-repeat top left;
					}
					
					#wrapper #content #indexfader #faderlist li.fadeTwo
					{
						background: url(../Images/shellAboutFader_03.jpg) no-repeat top left;
					}
					
					#wrapper #content #indexfader #faderlist li.fadeThree
					{
						background: url(../Images/shellServicesHeader_03.jpg) no-repeat top left;
					}
					
					#wrapper #content #indexfader #faderlist li.fadeFour
					{
						background: url(../Images/shellCarCareHeader_03.jpg) no-repeat top left;
					}
		
		#wrapper #content #aboutfader
		{
			float: left;
			width: 900px;
			height: 196px;
			background: url(../Images/shellAboutFader_03.jpg) no-repeat top left;
		}
		
		#wrapper #content #carcarecentre
		{
			float: left;
			width: 900px;
			height: 196px;
			background: url(../Images/shellCarCareHeader_03.jpg) no-repeat top left;
		}
		
		#wrapper #content #servicesfader
		{
			float: left;
			width: 900px;
			height: 196px;
			background: url(../Images/shellServicesHeader_03.jpg) no-repeat top left;
		}
		
			#wrapper #content .faderbigwhite
			{
				float: left;
				padding-left: 26px;
				margin-top: 43px;
				width: 874px;
				color: #FFF;
				font-size: 290%;
				line-height: 34px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
				#wrapper #content .fadergreycaps
				{
					float: left;
					padding-left: 26px;
					width: 874px;
					text-transform: uppercase;
					font-size: 110%;
					font-weight: bold;
					color: #A4A4A4;
				}
				
		#wrapper #content #indextoplist
		{
			float: left;
			width: 900px;
			padding: 0px;
			margin: 25px 0px 0px 0px;
		}
		
			#wrapper #content #indextoplist li
			{
				list-style-type: none;
				float: left;
				display: inline;
				background: #000;
			}
			
				#wrapper #content #indextoplist li a
				{
					float: left;
					width: 292px;
					height: 121px;
					opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
					filter: alpha(opacity=75); /* IE lt 8 */
					-ms-filter: "alpha(opacity=75)"; /* IE 8 */
					-khtml-opacity: .75; /* Safari 1.x */
					-moz-opacity: .75; /* FF lt 1.5, Netscape */
				}
				
				#wrapper #content #indextoplist li.toplist_one a
				{
					background: url(../Images/shellIndextopList_10.jpg) no-repeat top left;
				}
				
				#wrapper #content #indextoplist li.toplist_two
				{
					padding-left: 12px;
				}
				
				#wrapper #content #indextoplist li.toplist_two a
				{
					background: url(../Images/shellIndextopList_12.jpg) no-repeat top left;
				}
				
				#wrapper #content #indextoplist li.toplist_three
				{
					padding-left: 12px;
				}
				
				#wrapper #content #indextoplist li.toplist_three a
				{
					background: url(../Images/shellIndextopList_14.jpg) no-repeat top left;
				}
				
				#wrapper #content #indextoplist li a .toplisttitle
				{
					float: left;
					width: 276px;
					font-weight:bold;
					color: #FFF;
					font-size: 180%;
					padding-left: 16px;
					margin-top: 18px;
					text-transform: uppercase;
				}
				
				#wrapper #content #indextoplist li a .toplistpink
				{
					float: left;
					width: 276px;
					font-weight:bold;
					color: #FFF;
					font-size: 160%;
					padding-left: 16px;
					margin-top: 28px;
					text-transform: uppercase;
				}
				
				#wrapper #content #indextoplist li a:hover
				{
					text-decoration: none;
					opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
					filter: alpha(opacity=100); /* IE lt 8 */
					-ms-filter: "alpha(opacity=100)"; /* IE 8 */
					-khtml-opacity: 1; /* Safari 1.x */
					-moz-opacity: 1; /* FF lt 1.5, Netscape */
				}
				
			#wrapper #content #indexbottom
			{
				float: left;
				width: 900px;
				margin-top: 25px;
			}
			
				#wrapper #content #indexbottom #indexLeft
				{
					float: left;
					width: 598px;
				}
				
					#wrapper #content #indexbottom #indexLeft #lefttop
					{
						float: left;
						width: 580px;
						height: 125px;
						background: url(../Images/shellIndexLeftColTop_10.gif) no-repeat top left;
						font-size: 125%;
						line-height: 18px;
						padding-left: 18px;
						padding-top: 18px;
					}
					
					#wrapper #content #indexbottom #indexLeft #lefttop .pinkindex
					{
						text-decoration: underline;
						color: #CA4196;
					}
					
						#wrapper #content #indexbottom #indexLeft #lefttop .pinkindex:hover
						{
							text-decoration: none;
						}
					
					#wrapper #content #indexbottom #indexLeft #indexleftBot
					{
						float: left;
						width: 292px;
						height: 183px;
						margin-top: 24px;
						background: url(../Images/shellIndexLeftColTop_14.gif) no-repeat top left;
					}
					
						#wrapper #content #indexbottom #indexLeft #indexleftBot #latestnewstitle
						{
							float: left;
							width: 274px;
							font-size: 180%;
							line-height: 20px;
							font-weight: bold;
							color: #FFF;	
							padding-left: 18px;
							margin-top: 20px;
						}
						
							#wrapper #content #indexbottom #indexLeft #indexleftBot #latestnewstitle span
							{
								color: #CA4196;
							}
							
						#wrapper #content #indexbottom #indexLeft #indexleftBot #latestnewstext
						{
							float: left;
							width: 274px;
							font-size: 100%;
							color: #FFF;
							padding-left: 18px;
							line-height: 15px;
							margin-top: 10px;
						}
						
							#wrapper #content #indexbottom #indexLeft #indexleftBot #latestnewstext .pinkmiddle
							{
								color: #CA4196;
								font-size: 125%;
								line-height: 18px;
							}
							
							#wrapper #content #indexbottom #indexLeft #indexleftBot #latestnewstext .whitetop
							{
								color: #FFF;
								font-size: 130%;
								font-weight: bold;
								line-height: 18px;
							}
							
					#wrapper #content #indexbottom #indexLeft #indexrightbot
					{
						float: right;
						width: 292px;
						margin-top: 24px;
						height: 183px;
						background: url(../Images/shellIndexLeftBottomTwo_11.gif) no-repeat top left;
					}
					
						#wrapper #content #indexbottom #indexLeft #indexrightbot span
						{
							display: none;
						}
				
				#wrapper #content #indexbottom #indexRight
				{
					float: left;
					width: 302px;
				}
				
					#wrapper #content #indexbottom #indexRight #indexRightGallery
					{
						float: right;
						width: 292px;
					}
				
					#wrapper #content #indexbottom #indexRight #indexRightGallery a
					{
						float: left;
						width: 292px;
						background: url(../Images/shellGalleryButton_11.gif) no-repeat top left;
						height: 65px;
						opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
						filter: alpha(opacity=75); /* IE lt 8 */
						-ms-filter: "alpha(opacity=75)"; /* IE 8 */
						-khtml-opacity: .75; /* Safari 1.x */
						-moz-opacity: .75; /* FF lt 1.5, Netscape */
					}
					
						#wrapper #content #indexbottom #indexRight #indexRightGallery a:hover
						{
							opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
							filter: alpha(opacity=100); /* IE lt 8 */
							-ms-filter: "alpha(opacity=100)"; /* IE 8 */
							-khtml-opacity: 1; /* Safari 1.x */
							-moz-opacity: 1; /* FF lt 1.5, Netscape */
						}
					
						#wrapper #content #indexbottom #indexRight #indexRightGallery a span
						{
							display: none;
						}
						
					#wrapper #content #indexbottom #indexRight #indexRightCurtesy
					{
						float: right;
						width: 302px;
					}
					
						#wrapper #content #indexbottom #indexRight #indexRightCurtesy a
						{
							float: left;
							width: 302px;
							height: 263px;
							background: url(../Images/shellIndexRightBottom_03.jpg) no-repeat top left;
							margin-top: 22px;
							opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
							filter: alpha(opacity=75); /* IE lt 8 */
							-ms-filter: "alpha(opacity=75)"; /* IE 8 */
							-khtml-opacity: .75; /* Safari 1.x */
							-moz-opacity: .75; /* FF lt 1.5, Netscape */
						}
						
							#wrapper #content #indexbottom #indexRight #indexRightCurtesy a:hover
							{
								opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
								filter: alpha(opacity=100); /* IE lt 8 */
								-ms-filter: "alpha(opacity=100)"; /* IE 8 */
								-khtml-opacity: 1; /* Safari 1.x */
								-moz-opacity: 1; /* FF lt 1.5, Netscape */
							}
						
							#wrapper #content #indexbottom #indexRight #indexRightCurtesy a span
							{
								display: none;
							}
						
		/* Content Full Start */
		
			#wrapper #content .contentfull
			{
				float: left;
				width: 900px;
				margin-top: 20px;
			}
			
				#wrapper #content .contentfull .contentfulltop
				{
					float: left;
					width: 900px;
					height: 6px;
					background: url(../Images/shellContentFullTop_07.gif) no-repeat top left;
				}
				
					#wrapper #content .contentfull .contentfulltop span
					{
						display: none;
					}
					
				#wrapper #content .contentfull .contentfullmid
				{
					float: left;
					width: 864px;
					background: #171717;
					padding-left: 18px;
					padding-right: 18px;
					font-size: 110%;
					padding-top: 8px;
					padding-bottom: 8px;
				}
				
					#wrapper #content .contentfull .contentfullmid a
					{
						color: #C94196;
					}
					
					/*Service Full Start */
					
						#wrapper #content .contentfull .contentfullmid #serviceleft
						{
							float: left;
							width: 308px;
							font-size: 115%;
							color: #FFF;
							font-weight: bold;
							padding-top: 5px;
						}
						
							#wrapper #content .contentfull .contentfullmid #serviceleft ul
							{
								padding: 0px;
								float: left;
								width: 308px;
								margin: 10px 0px 0px 0px;
							}
							
								#wrapper #content .contentfull .contentfullmid #serviceleft ul li
								{
									float: left;
									width: 308px;
									font-size: 16px;
									color: #CA4196;
									display: inline;
									list-style-type: none;
									padding-left: 10px;
									height: 28px;
									font-weight: normal;
									background: url(../Images/shellServiceDot_10.gif) no-repeat top left;
								}
								
									#wrapper #content .contentfull .contentfullmid #serviceleft ul li a
									{
										text-decoration: underline;
									}
									
										#wrapper #content .contentfull .contentfullmid #serviceleft ul li a:hover
										{
											text-decoration: none;
										}
						
						#wrapper #content .contentfull .contentfullmid #serviceright
						{
							float: left;
							width: 564px;
						}
						
							#wrapper #content .contentfull .contentfullmid #serviceright #servicelist
							{
								float: left;
								width: 564px;
								padding: 0px;
								margin: 0px;
							}
								
								#wrapper #content .contentfull .contentfullmid #serviceright #servicelist li
								{
									list-style-type: none;
									display: inline;
									float: left;
									width: 564px;
									height: 102px;
								}
								
									#wrapper #content .contentfull .contentfullmid #serviceright #servicelist li.service_one
									{
										background: url(../Images/shellServiceList_07.jpg) no-repeat top left;
									}	
									
									#wrapper #content .contentfull .contentfullmid #serviceright #servicelist li.service_two
									{
										background: url(../Images/shellServiceList_10.jpg) no-repeat top left;
										margin-top: 9px;
									}
									
									#wrapper #content .contentfull .contentfullmid #serviceright #servicelist li.service_three
									{
										background: url(../Images/shellServiceList_12.jpg) no-repeat top left;
										margin-top: 9px;
									}
									
									#wrapper #content .contentfull .contentfullmid #serviceright #servicelist li .servicetext
									{
										float: left;
										width: 546px;
										margin-top: 35px;
										text-transform: uppercase;
										font-size: 120%;
										line-height: 18px;
										font-weight: bold;
										padding-left: 18px;
									}
					
					/* Service Full Finish */
					
					/* Gallery Full Start */
					
						#wrapper #content .contentfull .contentfullmid #gallerytitle 
						{
							float: left;
							width: 864px;
						}
						
						#wrapper #content .contentfull .contentfullmid #gallerybox
						{
							float: left;
							width: 864px;
						}
						
							#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist
							{
								float: left;
								width: 864px;
								padding: 0px 0px 4px 2px;
								margin: 0px;
							}
							
								#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li
								{
									float: left;
									list-style-type: none;
									display: inline;
									width: 109px;
									height: 82px;
									margin-left: 16px;
									margin-top: 19px;
								}
								
									#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li.leftcol
									{
										margin-left: 0px;
									}
								
									#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li a
									{
										float: left;
										width: 109px;
										height: 82px;
										background: url(../Images/shellGreyGallery_03.gif) no-repeat top left;
										
									}
									
										#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li a:hover
										{
											opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
											filter: alpha(opacity=75); /* IE lt 8 */
											-ms-filter: "alpha(opacity=75)"; /* IE 8 */
											-khtml-opacity: .75; /* Safari 1.x */
											-moz-opacity: .75; /* FF lt 1.5, Netscape */
										}
									
										#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li a img
										{
											border: 0px;
										}
									
										#wrapper #content .contentfull .contentfullmid #gallerybox #gallerylist li a span
										{
											display: none;
										}
										
										
					
					/* Gallery Full Finish */
					
					/* Before &amp; After Section */
					
						#wrapper #content .contentfull .contentfullmid #codabox
						{
							float: left;
							width: 864px;
							height: 100px;
						}
						
							#wrapper #content .contentfull .contentfullmid #codabox #codaleft
							{
								float: left;
								width: 268px;
							}
							
								#wrapper #content .contentfull .contentfullmid #codabox #codaleft #codatitle
								{
									float: left;
									width: 268px;
									font-size: 32px;
									line-height: 34px;
									font-weight: bold;
									color: #FFF;
								}
							
							#wrapper #content .contentfull .contentfullmid #codabox #codaright
							{
								float: left;
								width: 596px;
								position: relative;
							}
							
								#wrapper #content .contentfull .contentfullmid #codabox #codaright .coda_panel
								{
									float: left;
									width: 596px;
									height: 100px;
								}
								
									#wrapper #content .contentfull .contentfullmid #codabox #codaright .coda_panel .coda_panel_box
									{
										float: left;
										width: 292px;
										height: 97px;
										background: url(../Images/shellGreyBox_07.gif) no-repeat top left;
										position: relative;
									}
									
									#wrapper #content .contentfull .contentfullmid #codabox #codaright .coda_panel .coda_panel_box .pinkbox
									{
										float: left;
										text-transform: uppercase;
										height: 28px;
										width: 101px;
										font-weight: bold;
										background: #CA4196;
										font-size: 18px;
										padding-left: 15px;
										padding-top: 9px;
										margin-top: 47px;
									}
					
					/* Before + After Section Finish */
					
					/* Contact Page Start */
					
						#wrapper #content .contentfull .contentfullmid #contactleft
						{
							float: left;
							width: 286px;
						}
						
							#wrapper #content .contentfull .contentfullmid #contactleft #contactlefttop
							{
								float: left;
								width: 275px;
								border-bottom: 1px solid #CA4196;
								font-size: 115%;
								padding-bottom: 20px;
							}
							
							#wrapper #content .contentfull .contentfullmid #contactleft #contactleftbottom
							{
								float: left;
								width: 275px;
								font-size: 115%;
								padding-bottom: 20px;
								margin-top: 20px;
							}
							
								#wrapper #content .contentfull .contentfullmid #contactleft #contactleftbottom span
								{
									color: #CA4196;
								}
							
								#wrapper #content .contentfull .contentfullmid #contactleft #contactleftbottom a
								{
									color: #FFF;
									font-weight: bold;
								}
								
							#wrapper #content .contentfull .contentfullmid #contactleft #contactsmall
							{
								float: left;
								width: 275px;
								font-size: 100%;
								color: #818181;
								padding-bottom: 20px;
							}
						
						#wrapper #content .contentfull .contentfullmid #contactright
						{
							float: left;
							width: 586px;
						}
						
							#wrapper #content .contentfull .contentfullmid #contactright #openinghours
							{
								float: left;
								width: 586px;
							}
							
								#wrapper #content .contentfull .contentfullmid #contactright #openinghours #opentitle
								{
									float: left;
									width: 277px;
									font-size: 180%;
									padding-bottom: 20px;
									border-bottom: 1px solid #CA4196;
									text-transform: uppercase;
									font-weight: bold;
									margin-top: 25px;
								}
								
								#wrapper #content .contentfull .contentfullmid #contactright #openinghours #opentext
								{
									float: left;
									width: 586px;
									font-size: 120%;
									font-weight: bold;
									line-height: 28px;
									margin-top: 12px;
								}
								
									#wrapper #content .contentfull .contentfullmid #contactright #openinghours #opentext span
									{
										float: left;
										width: 198px;
										font-size: 135%;
									}
					
					/* Contact Page Finish */
				
				#wrapper #content .contentfull .contentfullbot
				{
					float: left;
					width: 900px;
					height: 6px;
					background: url(../Images/shellContentFullBottom_10.gif) no-repeat top left;
				}
				
					#wrapper #content .contentfull .contentfullbot span
					{
						display: none;
					}
		
		/* Content Full Finish */
		
		/* About Panels Start */
		
			#wrapper #content #aboutpanels
			{
				float: left;
				width: 900px;
				margin-top: 24px;
			}
				
				#wrapper #content #aboutpanels #aboutlist
				{
					float: left;
					width: 900px;
					padding: 0px;
					margin: 0px;
				}
				
					#wrapper #content #aboutpanels #aboutlist li
					{
						list-style-type: none;
						display: inline;
						float: left;
						width: 292px;
						overflow: hidden;
						height: 184px;
						background: #000;
						margin-left: 12px;
					}
					
						#wrapper #content #aboutpanels #aboutlist li a
						{
							float: left;
							width: 292px;
							height: 184px;
							overflow: hidden;
							opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
							filter: alpha(opacity=75); /* IE lt 8 */
							-ms-filter: "alpha(opacity=75)"; /* IE 8 */
							-khtml-opacity: .75; /* Safari 1.x */
							-moz-opacity: .75; /* FF lt 1.5, Netscape */
							position: relative;
						}
						
						#wrapper #content #aboutpanels #aboutlist li.about_one
						{
							margin-left: 0px;
						}
						
						#wrapper #content #aboutpanels #aboutlist li.about_one a
						{
							float: left;
							width: 292px;
							height: 184px;
							background: url(../Images/shellAboutPortraits_13.jpg) no-repeat top left;
						}
						
						#wrapper #content #aboutpanels #aboutlist li.about_two a
						{
							float: left;
							width: 292px;
							height: 184px;
							background: url(../Images/shellAboutPortraits_15.jpg) no-repeat top left;
						}
						
						#wrapper #content #aboutpanels #aboutlist li.about_three a
						{
							float: left;
							width: 292px;
							height: 184px;
							background: url(../Images/shellAboutPortraits_17.jpg) no-repeat top left;
						}
						
						#wrapper #content #aboutpanels #aboutlist li a .pinkbox
						{
							position: absolute;
							right: 292px;
							top: 0px;
							width: 292px;
							height: 37px;
							background: #C94196;
						}
						
							#wrapper #content #aboutpanels #aboutlist li a .pinkbox .pinkname
							{
								float: left;
								width: 184px;
								color: #FFF;
								text-transform: uppercase;
								padding-left: 10px;
								font-size: 110%;
								font-weight: bold;
								margin-top: 9px;
							}
							
							#wrapper #content #aboutpanels #aboutlist li a .pinkbox .readmore
							{
								float: left;
								width: 98px;
								color: #FFF;
								text-transform: uppercase;
								font-size: 130%;
								font-weight: bold;
								margin-top: 9px;
							}
							
						#wrapper #content #aboutpanels #aboutlist li a:hover
						{
							text-decoration: none;
						}
		
		/* About Panels Finish */
				
	
	#wrapper #footer
	{
		float: left;
		width: 900px;
		margin-top: 20px;
	}
	
		#wrapper #footer #footertext
		{
			float: left;
			width: 794px;
			padding-left: 16px;
			font-size: 100%;
			line-height: 15px;
			color: #B0B0B0;
		}
		
		#wrapper #footer #footertextright
		{
			float: left;
			width: 90px;
		}
		
			#wrapper #footer #footertextright a
			{
				float: right;
				width: 88px;
				height: 66px;
				background: url(../Images/shellFooterRight_07.gif) no-repeat top left;
			}
			
				#wrapper #footer #footertextright a span
				{
					display: none;
				}
			
	#wrapper #footer #footerbottom
	{
		float: left;
		width: 900px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
			
				
	#wrapper #footer #footerleft
	{
		float: left;
		width: auto;
	}
	
		#wrapper #footer #footerleft #footerlist
		{
			float: left;
			padding: 0px 0px 0px 16px;
			margin: 0px;
		}
		
			#wrapper #footer #footerleft #footerlist li
			{
				list-style-type: none;
				display: inline;
				float: left;
				padding-right: 10px;
			}
			
				#wrapper #footer #footerleft #footerlist li a
				{
					float: left;
					color: #FFF;
					font-size: 105%;
				}
	
	#wrapper #footer #footerright
	{
		float: right;
		width: auto;
	}
	
		#wrapper #footer #footerright a
		{
			color: #BDBDBD;
			font-size: 105%;
		}
