/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
}
h1, .productName {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 5px;
}
#giftVoucher {
	font-size: 18px;
	text-align: center;
	font-style: italic;
}
h2, .packages .packageHeader {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}
a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li {
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
}
td {
	vertical-align: top;
}
.largerText {
	font-size: 16px;
}
.price, .categoryPrice {
	font-weight: bold;
	font-size: 14px;
}
.price {
	background-color: #C8B7A7;
}
.categoryPrice {
	padding: 0px 5px;
	font-size: 16px;
	font-weight: bold;
}

.categoryPrice, .categoryName {
	font-size: 16px;
	font-style: italic;
}

#description {
	margin-right: 50px;
}

.categoryList {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
.categoryList:hover {
	font-style: italic;
	font-weight: bold;
	color: #957169;
}

.categoryLI {
	list-style-image: url(../Images/Buttons/category_LI.gif);
	background-color: #EEDDD0;
	border: 1px solid #957169;
	width: 200px;
}
/**************  MENU BAR AND MENU ITEMS ********************/
#topMenu a span, #leftMenu a span, a span { 
	display:none;
}
#topMenu a:link {
	display:block;	
}
/* For Disability accessability */
.dash {
	display: none;
}

#topMenu {
	background-color: #AF9B8F;
	height: 40px;
	width: 758px;
	border: 1px solid #957169;
	padding-left: 20px;
	padding-top: 10px;
	margin: 10px 0px;
}

#home, #shop, #treatments, #consultation, #topTips, #contactUs {
	background-position:left center;
	background-repeat: no-repeat;
	height: 20px;
	padding:5px;
	float: left;
}
#home {
	background-image: url(../Images/Buttons/home.gif);
	width: 86px;
}
#home:hover {
	background-image: url(../Images/Buttons/home_RO.gif);
}
#contactUs {
	background-image: url(../Images/Buttons/contactUs.gif);
	width: 121px;
}
#contactUs:hover {
	background-image: url(../Images/Buttons/contactUs_RO.gif);
}
#shop {
	background-image: url(../Images/Buttons/shop.gif);
	width: 86px;
}
#shop:hover {
	background-image: url(../Images/Buttons/shop_RO.gif);
}
#treatments {
	background-image: url(../Images/Buttons/treatments.gif);
	width: 131px;
}
#treatments:hover {
	background-image: url(../Images/Buttons/treatments_RO.gif);
}
#consultation {
	background-image: url(../Images/Buttons/consultation.gif);
	width: 171px;
}
#consultation:hover {
	background-image: url(../Images/Buttons/consultation_RO.gif);
}
#topTips {
	background-image: url(../Images/Buttons/topTips.gif);
	width: 101px;
}
#topTips:hover {
	background-image: url(../Images/Buttons/topTips_RO.gif);
}

#viewBasket, #addToBasket {
	background-repeat: no-repeat;
	margin-left: 20px;
	width: 120px;
	height: 35px;
}
#viewBasket {
	background-image: url(../Images/Buttons/viewBasket.gif);
	float: right;
	margin-right: 40px;
}
#viewBasket:hover {
	background-image: url(../Images/Buttons/viewBasket_RO.gif);
}

#addToBasket {
	background-image: url(../Images/Buttons/addToBasket.gif);
	float: left;
}
#addToBasket:hover {
	background-image: url(../Images/Buttons/addToBasket_RO.gif);
}

#categoryReturn {
	margin-top: 20px;
	background-image: url(../Images/Buttons/categoryReturn.gif);
	background-repeat: no-repeat;
	float: left;
	width: 270px;
	height: 35px;
}
#categoryReturn:hover {
	background-image: url(../Images/Buttons/categoryReturn_RO.gif);
}
.categoryInfo {
	margin-top: 20px;
	background-image: url(../Images/Buttons/categoryInfo.gif);
	float: left;
	width: 150px;
	height: 35px;
}
.categoryInfo:hover {
	background-image: url(../Images/Buttons/categoryInfo_RO.gif);
}
/***********************************************************/
#bodyText {
	background-color:#ffffff;
	border: 1px solid #957169;
	width: 736px;
	height: 500px;
	padding: 20px;
}
body {
	width: 800px;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #EEDDD0;
}

.floatRight {
	float: right;
	margin-right: 70px;
	margin-left: 20px;
}
.floatLeft {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	margin-top: 20px;
	padding-bottom: 5px;
	background-color: #AF9B8F;
	height: 40px;
	border: 1px solid #957169;
	width: 776px;
	text-align: center;
}
#footer p, #footer a {
	font-size: 10px;
}


/******************** ADMIN SPECIFIC STUFF *************************/
.adminReturn {
	margin-top: 20px;
}

/******************** NON SHOP STUFF *************************/
#bodyText #logoBlock {
	clear: left;
}
#bodyText .pullQuoteRight, #bodyText .pullQuoteLeft {
	width: 20em;
	background-color: #BEC6D1;
	padding: 5px;
	border: medium double #05060A;
}
#bodyText .pullQuoteRight {
	float: right;
}
#bodyText .pullQuoteLeft {
	float: left;
	margin-top: 10px;
}

#bodyText .treatmentPrices {
	border: thick solid #AF9B8F;
}
#bodyText .treatmentPrices td {
	text-transform: capitalize;
}
#bodyText .treatmentPrices .priceField {
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
}

#bodyText .facialPrice {
	text-align: right;
	font-weight: bold;
	padding-right: 70px;
}

.packages ul {
	list-style-image: url(../Images/packages_li.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}
.packages li {
	margin-left: 0px;
	padding-left: 0px;
}

.packages .packageHeader {
	padding-top: 7px;
}
.packages img {
	margin-right: 10px;
}

.packages .packagePrice {
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	vertical-align: bottom;
}
.giftVoucher {
	padding-bottom: 10px;
}
.topTips h2 {
	font-size: 20px;
	text-align: center;
}
.topTips ul li {
	list-style-image: url(../Images/topTips_li.gif);
	font-size: 18px;
	padding: 3px 0px;
}