html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #666; text-decoration: underline; outline: none; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { margin: 0px; height: 1px; border: 0px; background-image: url('images/hr-dot.png'); }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; }

.hr {
	float: left;
	height: 1px;
	width: 100%;
	background-image: url('images/hr-dot.png');
	background-repeat: repeat-x;
}


* {
	margin: 0;
}

html { 
	height: 100%;
}

body {
	background-color: #E9E7E7;
	/* background-image: url('images/background.jpg'); */
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	height: 100%;
}
#Container {
	margin: 0px auto 0px auto;
	width: 980px;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px auto; /* the bottom margin is the negative value of the footer's height */
}
#Header {
	float: left;
	width: 980px;
	height: 80px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 1px #ccc solid;
	text-align: center;
}
#Menu {
	float: left;
	width: 980px;
	height: 30px;
	background-color: #fff;
	text-align: center;
}
#Menu ul { list-style: none; margin: 10px 0px; padding: 0px; }
#Menu ul li { display: inline; margin: 0px 15px 0px 0px; padding: 0px; text-transform: uppercase; font-weight: normal; font-size: 10px; letter-spacing: 2px;  }
#Menu a { text-decoration: none; color: #666; }
#Menu a:hover { color: #b18f0f; }
#Content {
	float: left;
	width: 950px;
	padding: 40px 0px 20px 40px;
	min-height: 550px;
	background-image: url('images/content-bg.png');
}
.push {
	height: 50px; /* .push must be the same height as .footer */
}
#ContainerFooter {
	margin: 0px auto 0px auto;
	width: 980px;
}
#Footer {
	float: left;
	width: 980px;
	height: 40px;
	padding: 10px 0px 0px 0px; 
	background-color: #fff;
	text-align: center;
	font-size: 9px;
}
#Footer a { text-decoration: none; }
#Footer a:hover { text-decoration: underline; }

h1 { font-size: 20px; font-family: Georgia, Times, Times New Roman, serif; color: #000; font-style: italic; font-weight: normal; margin: 4px 0px; }
h2 { font-size: 18px; font-family: Georgia, Times, Times New Roman, serif; color: #000; font-weight: normal; margin: 4px 0px; }
h3 { font-size: 16px; font-family: Georgia, Times, Times New Roman, serif; color: #000; font-style: italic; font-weight: normal; margin: 8px 0px; }
h4 { font-size: 14px; font-family: Georgia, Times, Times New Roman, serif; color: #666; font-style: italic; font-weight: normal; margin: 4px 0px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000; }
.grey { color: #666; }
.red { color: #CC0000; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 270px; border: 1px #666 solid; padding: 2px; margin: 2px 0px; }
.textMedium { width: 160px; border: 1px #666 solid; padding: 2px; margin: 0px; }
.textarea { height: 100px; width: 270px; border: 1px #666 solid; padding: 2px; margin: 0px; }
.textareaMedium { height: 40px; width: 160px; border: 1px #666 solid; padding: 2px; margin: 0px; }
.select { width: 280px; padding: 2px; border: 1px #666 solid; }
.submit { width: 120px; padding: 2px; border: 1px #666 solid; }


#HomeFeature { float: left; width: 900px; height: 325px; margin: 0px 0px 15px 0px; background-color: #ccc; overflow: hidden;position: relative; }
#HomeFeatureScroller { position: relative; overflow: hidden; visibility: hidden; }
#HomeFeatureImages { position: relative; display: inline; overflow: hidden; }

#HomeFeatureImage { position: absolute; width: 900px; height: 325px; }
#HomeFeatureSpacer { position: absolute; top: 0px; left: 0px; width: 900px; height: 325px; }
#HomeFeatureControlsCenter { position: absolute; top: 300px; left: 0px;width: 900px; padding-top: 2px; text-align: center; font-style: italic; font-size: 13px; color: #fff; font-family: Georgia; height: 25px; padding: 5px 0px 0px 0px; background-image: url('images/dimmer.png'); }

#HomeFeatureControls { position: absolute; top: 295px; left: 0px; height: 25px; width: 880px; padding: 8px 10px 0px 10px; }
#HomeFeatureControlsLeft { float: left; width: 20px; }
#HomeFeatureControlsRight { float: right; width: 20px; }

#HomePromo1 { float: left; width: 440px; height: 98px; margin: 0px 15px 15px 0px; background-color: #a01e2a; border: 1px #a01e2a solid; }
#HomePromo1Left { float: left; width: 200px; padding: 8px 0px 0px 8px; color: #fff; }
#HomePromo1LeftText { float: left; width: 200px; height: 70px; overflow: hidden; }
#HomePromo1Left h2 { margin: 0px; padding: 0px; font-family: georgia; font-weight: normal; font-size: 16px; color: #fff; }
#HomePromo1Left h2 a { color: #fff; text-decoration: none; }
#HomePromo1Left p {  }
#HomePromo1Left p a { color: #fff; text-decoration: none; }
#HomePromo1Right { float: right; width: 210px; }

#HomePromo2 { float: left; width: 440px; height: 98px; margin: 0px 15px 15px 0px; background-color: #807d78; border: 1px #807d78 solid; }
#HomePromo2Left { float: left; width: 200px; padding: 8px 0px 0px 8px; color: #fff; }
#HomePromo2LeftText { float: left; width: 200px; height: 70px; overflow: hidden; }
#HomePromo2Left h2 { margin: 0px; padding: 0px; font-family: georgia; font-weight: normal; font-size: 16px; color: #fff; }
#HomePromo2Left h2 a { color: #fff; text-decoration: none; }
#HomePromo2Left p {  }
#HomePromo2Left p a { color: #fff; text-decoration: none; }
#HomePromo2Right { float: right; width: 210px; }

#LeftMenu { float: left; width: 175px; padding: 0px 55px 0px 0px; }
#LeftMenu h1 { font-family: georgia; color: #000; font-style: italic; }
#LeftMenu ul { margin: 20px 0px; padding: 0px; list-style: none; }
#LeftMenu ul li { margin: 8px 0px; padding: 0px; font-weight: normal; font-size: 10px; }
#LeftMenu ul li a { text-decoration: none; }
#LeftMenu ul li a:hover { color: #b18f0f; }
.selected { color: #000; font-weight: bold; }
#LeftMenu ul ul { margin: 0px; padding: 0px; list-style: none; }
#LeftMenu ul ul li { margin: 8px 0px 8px 20px; padding: 0px; font-weight: normal; font-size: 10px; }
#LeftMenu hr { margin: 0px; }
#LeftMenu .solid { border-top: 1px #B1B1B1 solid; background-image: none; }
#LeftMenu .allproducts { color: #000; text-transform: uppercase; letter-spacing: 1px;  }

#Products { float: left; width: 700px; }
#Products h1 { font-family: georgia; color: #000; font-style: italic; }
#Products hr { width: 670px; margin: 0px; }

#MainContent { float: left; width: 700px; line-height: 18px; padding: 4px 0px 0px 0px; }
#MainContent h1 { font-family: georgia; color: #000; font-style: italic; }
#MainContent hr { width: 670px; margin: 0px; }
#LeftContent { float: left; width: 280px; padding: 15px 65px 0px 0px; }
#RightContent { float: left; width: 340px; }

.mainfeature { float: left; margin: 20px 0px 0px 0px; }
.leftfeature { float: left; margin: 17px 17px 0px 0px; }
.rightfeature { float: left; margin: 17px 0px 0px 0px; }

#ProductDetails { float: left; width: 700px; }
#ProductDetails hr { width: 670px; margin: 0px; }
#ProductDetailsLeft { float: left; width: 345px; min-height: 330px; padding: 8px 0px 30px 0px; }
#ProductDetailsRight { float: left; width: 320px; padding: 8px 0px 30px 0px; line-height: 18px; }
#ProductDetailsBottom { float: left; width: 700px; }
.ProductDetailsImage { float: left; position: relative; width: 330px; height: 330px; margin: 8px 15px 0px 0px; }
.ProductDetailsImageImage { position: absolute; top: 0px; left: 0px; width: 330px; height: 330px; }
.ProductDetailsImageTitle { position: absolute; top: 309px; left: 0px; width: 330px; height: 18px; padding-top: 3px; text-align: center; background-image: url('images/dimmer.png'); color: #fff; }
#ProductDetailsThumbImages { float: left; width: 330px; margin: 10px 0px 0px 0px; }
#ProductDetailsThumbImages hr { width: 670px; margin: 0px; }
.ProductDetailsThumbImage { float: left; width: 68px; margin: 0px 10px 10px 0px; }
.ProductDetailsBottomThumbImage { float: left; width: 100px; margin: 14px 14px 10px 0px; }
#ProductDetailsDetails { float: left; width: 305px; margin: 10px 0px 10px 0px; border-top: 1px #BEBEBE solid; border-bottom: 1px #BEBEBE solid; background-color: #F7F7F7; padding: 10px; }
.title { float: right; text-transform: uppercase; font-weight: bold; margin: 0px 0px 0px 0px; font-size: 10px; }
.formtitle { float: right; text-transform: uppercase; font-weight: bold; margin: 0px 10px 0px 0px; font-size: 10px; }

#ProductDetailsButtons { float: left; width: 325px; padding: 30px 0px 10px 0px; }
#ProductDetailsButtonsLeft { float: left; width: 150px; }
#ProductDetailsButtonsRight { float: right; width: 150px; }

#ProductDetailsColours { float: left; width: 325px; margin: 14px 0px 10px 0px; }
#ProductDetailsColours hr { float: left; width: 325px; margin: 0px 0px 10px 0px; }
#ProductDetailsColours h4 { font-family: georgia; color: #666; font-style: italic; }
.ProductDetailsColoursThumbImage { float: left; width: 42px; margin: 0px 10px 0px 0px; }
#ProductDetailsColours p { clear: both; font-size: 10px; }

#Order { float: left; width: 670px; }
#Order h1 { font-family: georgia; color: #000; font-style: italic; }
#Order hr { width: 670px; margin: 0px; }



/* Products */
#MiniBasket { float: left; width: 940px; height: 42px; padding: 8px 40px 0px 0px; border-top: 4px #ccc solid; background-color: #fff; text-align: right; font-size: 10px; }
#MiniBasket a { text-decoration: none; }
#MiniBasket a:hover { text-decoration: underline; }

.ProductsSearch { float: left; width: 548px; border: 1px #888 solid; background-color: #E8E8E8; padding: 10px 10px; text-align: right; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; } 
.ProductsControls { float: left; width: 548px;  font-size: 10px; border: 1px #888 solid; background-color: #E8E8E8; padding: 8px 10px; text-align: right; color: #888; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; } 
.ProductsPages { float: left; width: 260px; font-size: 10px; text-align: left; } 
.ProductsPages a { color: #7A1B26; } 
.ProductsSort { float: right; width: 240px; text-align: right; } 
.ProductsRow { float: left; /* clear: both; width: 700px; */ }
.ProductsFeatureImage { float: left; width: 330px; height: 330px; margin: 15px 12px 0px 0px; overflow: hidden; }
.Product { float: left; position: relative; width: 156px; height: 156px; margin: 15px 15px 0px 0px; overflow: hidden; }
.ProductImage { position: absolute; top: 0px; left: 0px; width: 156px; height: 156px; }
.ProductTitle { position: absolute; top: 0px; left: 0px; width: 146px; height: 30px; font-size: 10px; line-spacing: 11px; padding: 126px 5px 0px 5px; text-align: center; background-image: url('images/dimmer.png'); visibility: hidden; }
.ProductTitle a { color: #fff; text-decoration: none; }
.ProductTitle a:hover { text-decoration: none; }

#ProductDetails01 { float: left; width: 600px; margin-top: 10px; } 
#ProductDetails01 p { padding: 5px 0px; margin: 0px 0px; font-weight: bold; font-size: 13px; }
#ProductDetails02 { float: left; width: 410px; background-color: #fff; margin-right: 10px; } 
#ProductDetails02 img { border: 1px #ddd solid; padding: 5px; }
#ProductDetails03 { float: left; width: 130px; background-color: #E8E8E8; color: #000; padding: 15px; } 
#ProductDetails04 { float: left; width: 581px; min-height: 50px; background-color: #fff; padding: 10px 0px; color: #000; } 
#ProductDetails04 img { float: left; margin: 0px 10px 10px 0px; }
#ProductDetails05 { float: left; width: 478px; min-height: 50px; background-color: #fff; padding: 10px 10px; color: #000; border-top: 1px #ccc solid; font-size: 11px; } 

.Basket01 { background-color: #a7a7a7; color: #fff; font-weight: bold; text-transform: uppercase; }
.Basket02 { background-color: #F0F0F0; color: #666; }
.Basket02 td { border-bottom: 1px #B1B1B1 dotted; }
.Basket03 { background-color: #fff; color: #666; }
.Basket03 td { border-bottom: 1px #B1B1B1 dotted; }
.Basket02 img { border: 0px; }

.link { background-color: #eee; padding: 3px 6px; text-decoration: none; font-weight: bold; margin: 0px 1px; border: 1px #000 solid; font-size: 11px; color: #666; } 
.link:hover { text-decoration: none; } 

.pagelink { padding: 2px 4px; border: 1px #e8e8e8 solid; text-decoration: none; }
.pagelink:hover { text-decoration: none; }
.pagelinkselected { border: 1px #888 solid; }

/*
.Header01 { font-size: 14px; font-weight: bold; color: #000; }
.Header02 { font-size: 14px; font-weight: bold; color: #000; padding: 0px; }
.SubmitButton { font-family: Arial; font-size: 12px; width: 180px; }
*/


#Content100 {
	float: left;
	width: 480px;
	padding: 10px;
	background-color: #fff;
	background-image: none;
	line-height: 18px;
}

.contenttext { font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; font-size: 11px; color: #666; }
.contentsubhead { font-family: Georgia, Times, Times New Roman, serif; font-size: 16px;  color: #000; font-style: italic; font-weight: normal; margin: 8px 0px; }
.contentfirstpara { font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; font-size: 13px; color: #666; line-height: 20px; }


#wrapper {
	width:960px; 
	margin:0 auto;
}

#rotator {
	position:relative;
	margin:0; 
}

#rotator .ui-tabs-hide {
	display:none;
}
