/*                            */ 
/*  Cheltenham Mower Services */ 
/*       R. H. Nuttall        */ 
/*           2008             */ 
/*                            */ 
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url('img-PageBackground.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
#PageWrapper {
	width:1000px;
	margin: 0px auto !important;
	background-color: #7A8833;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Header {
	width:1000px;
	height:119px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logoimage {
	margin: 0px;
} 
/*  Main Menu */
#MainMenu {
	width:1000px;
	padding: 5px;
	margin: 0px auto;
	background-color: #7A8833;
}
.MainMenuLinks {
	font-weight: bold;
	background-color: #DAE2B3;
	padding: 2px;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px solid #8CACDF;
	text-decoration: none;
}
.MainMenuLinks a {
	font-weight: bold;
	background-color: #B6CDEC;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
	color: #333333;
}
.MainMenuLinks a:link {
	font-weight: bold;
	background-color: #B6CDEC;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
	color: #333333;
}
.MainMenuLinks a:visited {
	color: #333333;
	font-weight: bold;
	background-color: #B6CDEC;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
}
.MainMenuLinks a:hover {
	color: #990000;
}
.MainMenuLinks a:active {
	color: #333333;
	font-weight: bold;
	background-color: #B6CDEC;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #8CACDF;
	text-decoration: none;
}
#MainBody {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
} 
/*  Product Body etc */
#ProductBody {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.ProductDetail {
	width:100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.ProductDetail h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
} 
.ProductDetail h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.ProductPrice {
	font-size: 16px;
	color: #CC0000;
}
/*  Section Menu */
#SectionMenu {
	background-color: #B6CDEC;
	padding: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
#SectionMenu a {
	color: #333333;
	text-decoration : none;
	background-color: #FFFFFF;
	float: left;
	margin-left: 2px;
	width: 100%;
	margin-right: 2px;
	font-weight: bold;
}
#SectionMenu a:hover {
	color: #000000;
	text-decoration : none;
	background-color: #B6CDEC;
}
.sectionButton {
	background-color: #FFFFFF;
	border: 1px solid #6699FF;
}
.sectionButton h1 {

	
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
 	background-image: url('images/general/Sidebox-H1-Background.jpg');
	background-repeat: no-repeat;
} 
/*  Sub Section Layout             */ 
/*  Used to display section Pages  */
#SubSectionContainer {
	border: 1px solid #CCCCCC;
	width: 100%;
}
.subSectionItem {
	border: 1px solid #CCCCCC;
	height: 210px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 186px;
}
.subSectionLogos {
	border: 1px solid #CCCCCC;
	height: 50px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 190px;
} 
/*  Sidebar and Sidebar Boxes */
.sidebar {
	width: 200px;
	border: none;
	background-color: #7A8833;
	margin: 0px;
	padding: 0px;
}
.sidebox {
	background-color: #B6CDEC;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebox h1 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
 	background-image: url('images/general/Sidebox-H1-Background.jpg');
	background-repeat: no-repeat;
}
/*  New Product List */
#NewProductsList {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 190px;
	margin: 5px;
}
#NewProductsList h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#NewProductsList img {
	border: 2px solid #8CACDF;
} 
/*  Best Seller List */
#BestSellersList {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 180px;
	margin-right: 5px;
	margin-left: 5px;
}
#BestSellersList h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BestSellersListItem {
	width: 180px;
	height: 270px;
	padding: 0px;
	background-image: url('img-BS-Background.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.BestSellersListItem h1 {
	height: 44px;
	background-image: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
.BestSellersListItem h2 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
/* Special Offers Items */
.FPSpecialOfferBanner {
	width: 100%;
	background-color: #B6CDEC;
	padding-top: 6px;
	text-align: center;
}
.SpecialOffersTable {
	width: 100%;
	background-color: #B6CDEC;
	}
.SpecialOffersItem {
	width: 180px;
	height: 270px;
	padding: 0px;
	background-image: url('img-SO-Background.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.SpecialOffersItem h1 {
	height: 44px;
	background-image: none;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}
.SpecialOffersItem h2 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.SuggestedPrice {
	color: #6699FF;
	text-decoration: line-through;
	text-align: center;
	font-size: 12px;
}
.SpecialPrice {
} 
/*  Spare Parts             */
#SpareParts {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 190px;
	margin: 5px;
}
#SpareParts h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#SpareParts img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */ 
/*  CreditCards            */
#CreditCards {
	background-color: #B6CDEC;
	padding: 5px;
	border: 1px solid #8CACDF;
	width: 182px;
	margin: 5px;
}
#CreditCards h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#CreditCards img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */ 
/*  Sidbar Ads                */
.SidebarADs {
	background-color: #B6CDEC;
	padding: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;

}
.SidebarADs h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.SidebarADs img {
	border: 2px solid #8CACDF;
} 
/*  ------------------------- */
/*  Marketing --------------- */
.Marketing {
	background-color: #B6CDEC;
	padding: 5px;
	width: 190px;
	margin: 5px;
}
.Marketing h1 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	;
}
.Marketing img {
	border: 2px solid #8CACDF;
} 
/*  Fragment Container */
#FragmentContainer {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#FragmentContainer img {
/*	border: 1px solid #8CACDF;
	background-color: #B6CDEC;
	margin: 2px;
	padding: 2px;*/
}
#Footer {
	width:1000px;
	margin: 0px auto;
	background-color: #7A8833
}
.bulk {
	border: none;
} 

.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}
.boxhead h2 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #8CACDF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxbody {
	background-color: #B6CDEC;
}
#ExtendedProductDetail {
	width:100%;
	margin: 0px;
	padding: 10px;
} 
/*  Sidebar Mousover Text Boxes */
.extra {
	display:inline;
	text-decoration:none;
	float: none;
	margin-left: -160px;
}
.extra em {
	font-style:normal;
}
.extra em.txt, .extra b {
	display:none;
}
.extra .head {
	display:block;
	width:150px;
	height:55px;
}
.extra .color3 {
	background:#FFFFFF;
}
.extra img {
	border:0;
	display:block;
}
.extra em.mh2 {
	padding-left:0px;
	margin:0;
	color:#000;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	font-size:24px;
}
.extra em.mh3 {
	padding-left:0px;
	margin:0;
	color:#fff;
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	font-size:16px;
}
.extra:hover {
	background:#fff;
	position:relative;
	cursor:pointer;
}
.extra:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:160px;
	background:#FFF;
	height:260px;
	margin:0;
	border: 1px solid #6699FF;
}
.extra:hover em.txt {
	display:block;
	position:absolute;
	top:0px;
	width:155px;
	left:5px;
	height:260px;
	color:#000;
	margin:0;
	line-height:1.5em;
	text-decoration: none;
	text-align: left;
}
.extra:hover .color3 b {
	background:#FFFFFF;
} 
/*  CBN Accreditation Notice */
.cbn {
	margin: 0px auto;
	background-color: #FFFFFF;
	width:1000px;
	text-align: right;
}
.cbn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
/* Message Overlays */
/*.SavingPriceSplash {
	position: relative;
	}
.SavingPriceSplash span {
	width:78px;
	height: 75px;
	background-image: url('img-SuperSaver.png');
	background-repeat: no-repeat;
	position: absolute;
	float: none;
	top: -19px;
	left: -4px;
	opacity: .9;
	filter: alpha(opacity=90);
	}
.YouSaveSplash {
	position: relative;
	}
.YouSaveSplash span {
	width:150px;
	height: 40px;
	background-image: url('img-Buy-Now-Save.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 6px;
	text-align: right;
	}	*/
	
	
.YouSavePrice {
/*	background-image: url('img-YouSave.png');*/
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
} 
.YouSavePrice p{
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	line-height: 36px;
	margin: 0px;
	padding-top: 4px;
}



.FP-Message p{
	margin: 0px;
	padding: 0px;	
}
.PromotionalMessageText{
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.PromotionalMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SpecialOfferSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.SpecialPriceMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SpecialPriceSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.SuggestedPriceMessage{
	width:162px;
	height: 22px;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
	background-image: url('img-SuggestedPriceSplash.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
/*  ------------------------- */
/*  Rotating Adverts       -- */
.Rotating-Ads {
	background-color: #B6CDEC;
	padding: 2px;
	width: 190px;
	margin: 5px;
}
.Rotating-Ads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 170px;
} 
/*  ------------------------- */
/*  Brochure Ads */
#Brochure-Ads {
	width: 100%;
	background-color: #B6CDEC;

}
.RSSFeed {
	background-color: #B6CDEC;
	padding: 5px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.RSSFeedBox {
	background-color: #FFF;
	padding: 4px;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #8CACDF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
}
.RSSFeedBox a{
	text-align: right;
	display: block;
}
.CartBackground {
	background-color: #FFF;	
	}
