


*
{
	font-family: Arial, Sans-Serif;
}

body
{
	width: 954px;
	border: 1px solid #ccc;
	margin: 0 auto;
	background: #000;
	padding: 0;
}


a
{
	text-decoration: none;
	color: #CE0101;
}
a:hover
{
	text-decoration: none;
	color: #9B0000;
}
h1, h2
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 14px;
	margin-bottom: 16px;
	color: #CE0000;
}
h1.Home
{
	font-size: 16px;
	margin-bottom: 16px;
	color: #CE0000;
}
h2
{
	font-size: 12px;
	margin-bottom: 6px;
	color: #CE0000;
}

h2.HomeTechAdvice
{
	font-size: 14px;
	margin-bottom: 8px;
	color: #000;
}


input.Button
{
	cursor: pointer;
}


#Wrapper
{
	background: white;
	font-size: 12px;
}

#Header
{
	background: #000;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid white;
	height: 76px;
	position: relative;
	color: #fff;
}
#Header a
{
	color: White;
	font-size: 11px;
}
.Logo
{
	
	width:218px;
	float:left;
}
.BookingSlots
{
	background:url(../images/booking-slots-bg.png) repeat-x;
	width:256px;
	float:left;
	height:100% ;
	min-height:76px;
	font-size:12px;
	margin:0;
	padding:0;
	color: White; /*#CE0000;*/
	font-weight:bold;
	position:relative;
}
.BookingSlots div
{
	position:absolute;
	margin-top:42px;
	padding:4px;
}
.BookingSlots p
{
	margin:6px 0 0 0;
	padding:0;
}
.Strapline
{
	float:left;
	width:344px;
}

.Search
{
	float: right;
	width: 176px;
	position: absolute;
	right: 2px;
	top: 50px;
}
.Login
{
	float: right;
	margin-right: 4px;
}

.Search input
{
	border: 1px solid #F24D4D;
	background: #fff;
	font-size: 11px;
	width: 120px;
}
.Search input.Button
{
	background: #FBCACA;
	float: right;
	width: 50px;
	margin-left: 2px;
}

.Basket
{
	background: url(../images/basket-bg.png) no-repeat;
	height: 20px;
	text-align: right;
	font-weight: bold;
	padding-top: 4px;
	margin-right: 4px;
}

.Basket a
{
	color: #000;
}
.Basket a.Checkout
{
	padding-left: 20px;
}
/*/////////////////////////////////////////*/


.TopNavigation
{
	height: 24px;
	position: relative;
	font-size: 12px;
	font-weight:bold;
	z-index: 300;
	background: #000;
}
.TopNavigation ul li a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding:6px 23px 0 23px;
	height: 18px;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 11px;
	overflow: hidden;
}
.TopNavigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.TopNavigation ul li
{
	float: left;
	position: relative;
}
.TopNavigation ul li ul
{
	display: none;
}

/* specific to non IE browsers */
.TopNavigation ul li:hover a
{
	color: #000;
	background: #888;
}
.TopNavigation ul li:hover ul
{
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 105px;
}
.TopNavigation ul li:hover ul li a.hide
{
	background: #888;
	color: #fff;
}
.TopNavigation ul li:hover ul li:hover a.hide
{
	background: #888;
	color: #000;
}
.TopNavigation ul li:hover ul li ul
{
	display: none;
}
.TopNavigation ul li:hover ul li a
{
	display: block;
	background: #ddd;
	color: #000;
	border-top:0;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	width:140px;
	text-align:left
}

.TopNavigation ul li:hover ul li.Top a
{
	border-top:1px solid #fff;
}

.TopNavigation ul li:hover ul li a:hover
{
	background: #888;
	color: #fff;
}
.TopNavigation ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
.TopNavigation ul li:hover ul li:hover ul.left
{
	left: -105px;
}

/*/////////////////////////////////////*/
#ContentContainer
{
	background: white;
	border-top: 1px solid #898989;
}

#PrimaryContent
{
	width: 584px;
	padding: 0 10px 0 10px;
	margin-top: 16px;
	position: relative;
	z-index: 100;
}

#SecondaryContent
{
	width: 134px;
	margin: 0;
	position: relative;
	z-index: 200;
}
#TertiaryContent
{
	width: 196px;
	margin-top: 16px;
}
#PrimaryContent, #SecondaryContent, #TertiaryContent
{
	float: left;
}

#TertiaryContent .NewsTop, #TertiaryContent .NewsBtm
{
	margin-left: 8px;
}
#TertiaryContent .NewsBtm
{
	margin-bottom: 12px;
}
#TertiaryContent .NewsItem, #TertiaryContent .NewsLetter
{
	border-left: 4px solid #CE0101;
	border-right: 4px solid #CE0101;
	border-top: none;
	border-bottom: none;
	width: 164px;
	margin-left: 8px;
	padding: 0 4px;
}

#TertiaryContent .NewsTop
{
	background: url(../images/news-top.png) no-repeat;
	height: 22px;
}

#TertiaryContent .NewsItem img
{
	margin-top:0px;
	margin-left: 4px;
	margin-bottom:6px;
}

#TertiaryContent .NewsItem img.Award
{
	margin-top:0px;
	margin-left: -4px;
	margin-bottom:-6px;
}
#TertiaryContent .NewsLetter p
{
	margin: 0;
	padding: 0;
	text-align: right;
}
#TertiaryContent .NewsItem 
{
	
}
#TertiaryContent .NewsItem p
{
	margin: 6px 0;
	padding: 0;
}
#TertiaryContent .Featured,
#TertiaryContent .Featured p
{
	text-align:center;
}
#TertiaryContent .Featured a
{
	text-decoration:underline;
}
#TertiaryContent .Featured a:hover
{
	text-decoration:underline overline;
}
#TertiaryContent .Featured div
{
	border-bottom:1px dotted #ce0000;
	margin-bottom:0;
	padding:4px 0;
}
#TertiaryContent .Featured img
{
	padding:0;
}

h2.FeaturedHeader
{
	text-align:center;
	padding:8px 0 0 0;
	font-size:16px;
	color:#000;
}


#TertiaryContent .NewsItem p a, #TertiaryContent .NewsLetter p a
{
	font-weight: bold;
	color: #CE0101;
}

#TertiaryContent .NewsLetter p
{
	margin-top: 10px;
}
#TertiaryContent .NewsLetter div.SignUp
{
	float: left;
	margin-top: -8px;
	padding-bottom: 6px;
}

#TertiaryContent .NewsLetter input
{
	border: 1px solid #F24D4D;
	background: #fff;
	font-size: 11px;
	width: 116px;
	font-weight: bold;
	position:relative;
	z-index:200;
}
#TertiaryContent .NewsLetter input.Button
{
	background: #FBCACA;
	float: right;
	clear: left;
	width: 40px;
	font-weight: normal;
	margin-left: 2px;
	margin-top:-18px;
}
/*/////////////////////////////////////////*/
#Footer
{
	clear: both;
	border-top: 2px solid #000;
	border-bottom: 12px solid #000;
	text-align: center;
	padding: 5px;
	width: 944px; /*IE requires this width*/
}
#Footer, #Footer a
{
	color: #000;
}


/*//////////////////////////////////////////////*/

.Intro
{
	text-align: center;
}

.MessageBox
{
	padding: 3px;
	width: 576px;
	margin-top:10px;
}
.MessageBox div
{
	width: 576px;
	height: auto;
}
.MessageBox div p
{
	padding: 10px;
	margin: 0;
	border: 4px solid #000;
	border-width: 0 4px;
	font-weight:bold;
	font-size:13px;
}
.MessageBox div p img
{
	vertical-align:middle;
}
b.tl
{
	display: block;
	width: 576px;
	height: 8px;
	font-size: 1px;
}
b.tr
{
	display: block;
	width: 568px;
	height: 8px;
	font-size: 1px;
	float: right;
}
b.bl
{
	display: block;
	width: 8px;
	height: 8px;
	font-size: 1px;
	float: left;
}
b.br
{
	display: block;
	width: 568px;
	height: 8px;
	font-size: 1px;
	float: right;
}

.Message b.tl
{
	background: url(../images/top_left.gif) top left no-repeat;
}
.Message b.tr
{
	background: url(../images/top_right.gif) top right no-repeat;
}
.Message p
{
	background: #ccc;
}
.Message b.bl
{
	background: url(../images/bottom_left.gif) top left no-repeat;
}
.Message b.br
{
	background: url(../images/bottom_right.gif) top right no-repeat;
}

hr
{
	border-top: 4px solid #000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 4px;
}

.TechAdvice
{
	 clear:both;
	 margin-top:14px;
}

p.Spacer
{
	margin:0;
	padding:16px 0 0 0;
}

.ServiceContainer
{
	float:left;
	width:272px;
	margin-right:12px;
}

.ServiceTop
{
	background: url(../images/service-top.gif) top left no-repeat;
	height:23px;
}

.ServiceContent
{
	border-left: 4px solid #CE0101;
	border-right: 4px solid #CE0101;
	border-top: none;
	border-bottom: none;
	width: 256px;
	margin-left: 0;
	padding: 0 4px;
	height:180px;
}

.ServiceContent h2
{
	margin:-8px 0 0 4px;
	padding:0;
	font-size:18px;
	position:relative;
	z-index:100;
}
.ServiceContent a
{
	color:#000;
}
.ServiceContent h2 a:hover
{
	color:#CE0101;
}

.ServiceContent li
{
	padding-bottom:8px;
}
.ServiceBtm
{
	margin-left:0;
}

a.ServiceLink,
a:hover.GoLink
{
	color:#CE0101;
}
a.GoLink
{
	font-weight:bold;
	font-size:13px;
	padding-left:6px;
}

/*//////////////////////////////////////////////*/



#SecondaryContent ul li a, #SecondaryContent ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #000;
	width: 134px;
	height: 60px;
	text-align: right;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #fff;
	line-height: 19px;
	font-size: 11px;
}
#SecondaryContent ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#SecondaryContent ul li
{
	float: left;
	margin-right: 1px;
	position: relative;
	background: url(../images/menu-item-border.png) no-repeat;
	height: 70px;
}
#SecondaryContent ul li ul
{
	display: none;
}
#SecondaryContent ul li ul li
{
	background: none;
	height: 20px;
}
/* specific to non IE browsers */
#SecondaryContent ul li:hover a
{
	color: #fff;
	background: #000;
}
#SecondaryContent ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 135px;
	width: 105px;
}
#SecondaryContent ul li:hover ul li a.hide
{
}
#SecondaryContent ul li:hover ul li:hover a.hide
{
}
#SecondaryContent ul li:hover ul li ul
{
	display: none;
}
#SecondaryContent ul li:hover ul li a
{
	display: block;
	background: #999;
	color: #000;
	width: 150px;
	height: 20px;
	text-align: left;
	text-indent: 12px;
}
#SecondaryContent ul li:hover ul li a:hover
{
	background: #333;
	color: #fff;
}
#SecondaryContent ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #000;
}

/*//////////////////////////////////////////////*/

ul#Why li,
ul.Main li
{
	list-style-image: url(../images/bullet-tick.gif);
}
ul.Main li
{
	padding-bottom:8px;
	font-size:13px;
}

.RightImage
{
	margin: 0 0 8px 8px;
}

.Testimonials table
{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border: 1px dotted gray;
	width:99%;
}

.Testimonials td.Top
{
	background: #fff;
	border-bottom: 1px dotted gray;
}

.Testimonials td
{
	font-style: normal;
	border-bottom: 1px dotted gray;
	padding: 8px;
	background: #F4F4F4;
}
.Testimonials td p
{
	font-style: normal;
	font-weight: bold;
}

ul.FAQ li
{
	list-style-image: url(../images/bullet-faq.gif);
	padding-bottom: 8px;
}

ul.Info li
{
	list-style:square;
	padding-bottom:8px;
}
ol li
{
	padding-bottom: 8px;
}

ol.ElementCoilSet
{
	margin: 12px 0 0 20px;
	padding: 0;
}

.FAQS div
{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
	text-align: justify;
	line-height:150%;
}
.FAQS div p, .FAQS div a
{
	margin: 8px 0 0px 0;
	padding: 0;
}

.FAQS div p
{
}

.FAQS table,
table.Eyelet
{
	font-size: 11px;
	background: #f4f4f4;
	margin-bottom: 10px;
}

table.Eyelet
{
	margin-top: 10px;
}

.FAQS table th,
table.Eyelet th
{
	background: #CE0000;
	color: White;
	text-align: left;
	white-space: nowrap;
	padding: 6px;
}
.FAQS table td,
table.Eyelet td
{
	background: #ccc;
	text-align: left;
	padding: 4px 0 4px 4px;
	vertical-align: top;
}
.FAQS table th.Location
{
	background: #333;
}

.RearShockImages img
{
	margin-right: 6px;
}

img.FoxRearImages
{
	padding-right: 8px;
	float: left;
}

.WornRearShock
{
	height: 100%;
	overflow: auto;
	border-bottom: 0 !important;
	margin-top: 6px;
	padding-right: 8px;
}

.DownloadGuides
{
	border-bottom: 0 !important;
	margin: 0 !important;
	padding-right: 8px;
}
.DownloadGuides img
{
	padding-right: 8px;
	float: left;
}

table.SagSetting
{
	width: 100%;
	background: #fff !important;
	margin-bottom: 6px;
}
table.SagSetting td:hover
{
	background: #ce0000;
	color: #fff;
}

table.Tips
{
	font-size: 11px;
	background: #f4f4f4;
}
table.Tips th
{
	background: #CE0000;
	color: White;
	text-align: left;
	white-space: nowrap;
	padding: 6px;
}
table.Tips td
{
	background: #ccc;
	text-align: left;
	padding: 4px 0 4px 4px;
	vertical-align: top;
}

.accordionHeader
{
	background: #fff;
	padding: 6px;
	color: #CE0000;
	font-weight: normal;
	cursor: pointer;
}

#SpringCalcAccordian .accordionHeader
{

}

#SpringCalcAccordian .accordionHeaderSelected
{
}

.accordionHeader span
{
	color:#fff;
}
.accordionHeaderSelected span
{
	margin-left:360px;
	border:1px solid #fff;
	padding:0 2px;
}
.accordionHeaderSelected
{
	background: #CE0000;
	padding: 6px;
	color: White;
	font-weight: bold;
	cursor: pointer;
}

.accordionContent
{
	padding: 6px;
	border: 1px solid black;
}

ul.Terms li
{
	list-style: square;
	padding-bottom: 6px;
}
.InfoBox 
{
	height:100%;
	overflow:auto;
	margin-bottom:12px;
}
.InfoBox p
{
	margin:0;
	padding:0;
}
.InfoBox img
{
	float:left;
	margin-right:6px;
	border:1px solid black !important;
	width:200px;
}
.InfoBox div
{	
	margin-bottom:6px;
}

.InfoBox div div
{	
	color:#CE0000;
	margin-bottom:2px;
	font-weight:bold;
	
}

h1.SpringRate
{
	margin:0;
	padding:0;
	color:Black;
}

table.SpringCalc,
table.SpringCalcResults
{
	width:100%;
}
table.SpringCalc tr,
table.SpringCalcResults tr
{
	background:#ccc;
}
table.SpringCalc tr.White
{
	background:#fff;
}
table.SpringCalc th,
table.SpringCalcResults th
{
	padding:4px;
}

table.SpringCalc input
{
	width:40px;
	text-align:center;
}
table.SpringCalcResults input
{
	background:#fff;
	border:0;
	width:140px;
	text-align:center;
	font-weight:bold;
}
table.SpringCalc input.Button
{
	width:120px;
}

table.SpringCalc select.ShortName
{
	width:100px;
}

p.CalcInstructions
{
	border:1px solid gray;
	padding:6px;
	font-weight:bold;
	background:#EBEBE4;
}

.RockHowTo p
{
	height:146px;
	background:url(../images/how-bg.png) repeat-x;
	padding-right:8px;
}

.RockHowTo p img
{
	float:left;
	margin-right:12px;
}


p.FittingRock small {font-weight:bold;}
p.FittingRock img {vertical-align:middle;}


.BushRemoval h1
{
	clear:left;
	margin:0;
	padding:10px 0;
}



.BushRemoval div
{
	width:281px;
	float:left;
	margin:4px 20px 4px 4px;
	height:290px;
	border:1px solid #000;
}
.BushRemoval div p
{
	margin:0;
	padding:0 3px;
}
.Workshop div
{
	width:280px;
	float:left;
	margin:4px;
	height:230px;
	border:1px solid #000;
}
.Workshop div.Main
{
	width:570px;
	float:none;
	height:350px;
	border:1px solid #000;
	margin:0 0 4px 4px;
}

.Workshop div p
{
	text-align:center;
	margin:0;
	padding:0;
}
.Workshop div.Portrait
{
	width:210px;
	float:left;
	height:300px;
	border:1px solid #000;
	margin:0 0 4px 4px;
}
.Workshop div.Spacer1
{
	width:30px;
	float:left;
	height:300px;
	border:0;
	margin:0 0 4px 4px;
}

.Workshop div.Spacer2
{
	width:70px;
	float:left;
	height:300px;
	border:0;
	margin:0 0 4px 4px;
}

div.Header
{
	width:100%;
	float:none;
	margin:0 0 22px 4px;
	border:0;
}

.AboutUs p img
{
	float:left;
	margin-right:12px;
	border:1px solid #000 !important;
}

.Clear{Clear:both;}

.Bio div,
.News div
{
	clear:both;
	margin-bottom:6px;
	background:#fff;
	height:100%;
	overflow:auto;
	border:1px solid #000;
}
.News div
{
	padding:10px;
}
.Bio div.AltBg
{
	background:#e8e8e8;
}
.Bio div p
{
	padding:10px;
	text-align:justify;
	margin:0;
}
.Bio div h1,
.News div h1
{
	margin:4px 0;
	padding:0;
	font-size:16px;
}

.Bio div img,
.News div img
{
	float:left;
	margin-right:12px;
	border:1px solid #000 !important;
}
.News div p
{
	padding-right:10px;
	text-align:justify;
	margin:8px 0;
}

table.ServiceCharge
{
	margin:0 0 20px 0;
	padding:0;
	border-collapse:collapse;
	border:1px solid #000;
}


table.ServiceCharge th
{
	border:1px solid #000;
	text-align:left;
	background:#ccc;
	padding-left:4px;
	padding-right:4px;
}

table.ServiceCharge th a
{
	float:right;
	padding:2px 10px;
	margin-right:20px;
	background:#ce0000;
	color:white;
	text-align:center;
}
table.ServiceCharge td
{
	border:1px solid #000;
	padding:4px;
}

table.ServiceCharge td:hover
{
	background:#f4f4f4;
}

table.ServiceCharge td:hover a
{
	color:#000;
}
table.ServiceCharge td:hover a:hover
{
	text-decoration:underline;
}

table.ServiceCharge th.Name
{
	width:748px;
}
table.ServiceCharge th.Price
{
	width:100px;
	text-align:right;
}

/*///////////////////////////*/

table.PushedInfo
{
	margin:0;
	padding:0;
	border-collapse:collapse;
}
table.PushedInfo td
{
	vertical-align:top;
	border-bottom:2px solid gray;
	padding:8px 6px;

}

.OutOfStock 
{
}



/*///////////////////////////////////////


.BookingService
{
	text-align: left;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.BookingService a
{
	color: White;
}
.BookingService h3
{
	font-size: 14px;
}

.BookingBox
{
	padding: 5px;
}
.BookingBox div
{
	width: 272px;
	height: auto;
}
.BookingBox div p
{
	padding:6px;
	margin: 0;
	border: 4px solid #CE0000;
	text-align: left;
	border-width: 0 4px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.BookingBox div p a
{
	color: #000;
}
.BookingBox b.tl
{
	display: block;
	width: 272px;
	height: 8px;
	font-size: 1px;
}
.BookingBox b.tr
{
	display: block;
	width: 264px;
	height: 8px;
	font-size: 1px;
	float: right;
}
.BookingBox b.bl
{
	display: block;
	width: 8px;
	height: 8px;
	font-size: 1px;
	float: left;
}
.BookingBox b.br
{
	display: block;
	width: 264px;
	height: 8px;
	font-size: 1px;
	float: right;
}
.BookingBox big
{
	color:#000;
	font-size:18px;
	text-decoration:underline;
}
.BookingBox big:hover
{
	color:#CE0000;
}

.BookingBox li
{
	font-weight:normal;
	padding-bottom:6px;
}

.BookingMessage b.tl
{
	background: url(../images/booking_top_left.gif) top left no-repeat;
}
.BookingMessage b.tr
{
	background: url(../images/booking_top_right.gif) top right no-repeat;
}
.BookingMessage p
{
	background: #fff;
}
.BookingMessage b.bl
{
	background: url(../images/booking_bottom_left.gif) top left no-repeat;
}
.BookingMessage b.br
{
	background: url(../images/booking_bottom_right.gif) top right no-repeat;
}

*/
