@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/bg/container_bg.png);
} 
.thrColFixHdr #header {
	height: 120px;
	background-image: url(images/header_repeat_bg.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	margin-left: 20px;
	height: 100%;
	margin-bottom: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	height: 100%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.thrColFixHdr #Menu {
	float: left; /* since this element is floated, a width must be given */
	width: 100%;
	height: 380px;
	background-image: url(images/bg/menu.gif);
	background-repeat: no-repeat;
}

.thrColFixHdr #mainContent {
	margin-right: 220px;
	margin-left: 250px;
	margin-bottom: 8px;
	margin-top: 20px;
} 
.thrColFixHdr #Content {




}

.thrColFixHdr #footer {
	height: 100%;
	padding-bottom: 15px;
	text-align: center;
	padding-right: 36px;
	padding-left: 36px;
	line-height: 20px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#HeaderLeft {
	float: left;
	width: 379px;
	height: 85px;
	padding-top: 35px;
	padding-left: 5px;
}
#HeaderRight {
	height: 119px;
	float: left;
	width: 596px;
}
#HeaderTop {
	float: right;
	height: 85px;
	width: 100%;
}
#Navigation {
	float: right;
	height: 35px;
	width: 581px;
}
#Homepage {
	float: left;
	height: 27px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	background-image: url(images/bg/home.png);
	background-repeat: no-repeat;
}
#Delivery {
	float: left;
	height: 27px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	background-image: url(images/bg/delivery.png);
	background-repeat: no-repeat;
}
#Payment {
	float: left;
	height: 27px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	background-image: url(images/bg/payment.png);
	background-repeat: no-repeat;
}
#AboutUs {
	float: left;
	height: 27px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	background-image: url(images/bg/about_us.png);
	background-repeat: no-repeat;
}
#ContactUs {
	float: left;
	height: 27px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	background-image: url(images/bg/contact_us.png);
	background-repeat: no-repeat;
}
#ShopByCategory {
	float: left;
	height: 45px;
	width: 100%;
	margin-bottom: 10px;
}
#HorseBangles {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseBracelets {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseBrooches {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseCharms {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseCufflinks {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseEarrings {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseNecklaces {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorsePendants {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}
#HorseRings {
	float: left;
	height: 27px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 40px;
}

#PaymentMethods {
	height: 200px;
	width: 100%;
}
#DeliveryDetails {
	float: left;
	height: 200px;
	width: 100%;
	margin-top: 20px;
}
#Promotion {
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 600px;
}
#HeaderTitle {
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
#SubTitle {
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 8px;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}




#BestSellers {
	float: left;
	height: 100%;
	width: 100%;
	margin-top: 20px;
}
#BestSellerTop {
	float: left;
	width: 100%;
	background-image: url(images/bg/bestsellers_bg.png);
	background-repeat: no-repeat;
	height: 50px;
}
#BestSellerContent {
	float: left;
	height: 100%;
	width: 180px;
	padding-left: 10px;
	background-image: url(images/bg/bestsellercontent_bg.gif);
	background-repeat: repeat;
	line-height: 22px;
}
#BestSellerFooter {
	float: left;
	height: 37px;
	width: 100%;
	background-image: url(images/bg/bestsellerfooter_bg.gif);
	background-repeat: no-repeat;
}
#BackToTop {
	height: 23px;
	width: 480px;
	background-image: url(images/bg/back_to_top_bg.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
#JumpPage {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-top: 20px;
}

#ContentIndex {
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 18px;
}
#ProductContainer {
	width: 100%;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 260px;
}
#ProductImage {
	float: left;
	height: 240px;
	width: 120px;
}
#ProductDetails {
	float: right;
	height: 240px;
	width: 370px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
#ProductSelection {
	height: 25px;
	width: 100%;
	background-image: url(images/bg/product_selection_bg.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#ProductFeatures {
	height: 25px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	background-image: url(images/featured_products.gif);
	background-repeat: no-repeat;
}
#Categories {
	height: 27px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bg/shop_by_category.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#CategoryContainer {
	height: 220px;
	width: 100%;
	margin-top: 20px;
}
#CategoryImage {
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}
#CategoryIntro {
	float: right;
	height: 200px;
	width: 270px;
	margin-top: 10px;
	margin-right: 10px;
}


#ProductInfoContainer {
	height: 122px;
	width: 100%;
	margin-top: 20px;
}

#ProductInfo {
	float: left;
	height: 120px;
	width: 245px;
	border: 1px solid #D6D6D6;
}
#ProductInfo1 {
	float: right;
	height: 120px;
	width: 245px;
	border: 1px solid #D6D6D6;
}
#Product {
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 10px;
	margin-left: 8px;
}
#Description {
	float: right;
	height: 100px;
	width: 110px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 8px;
}
#ProductDescription {
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
}

#Reviews {
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
#Recommended {
	height: 27px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#RecommendedImage {
	float: left;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
}
#RecommendedInfo {
	float: left;
	height: 100px;
	width: 100px;
}
#RecommendedContainer {
	height: 210px;
	width: 103px;
	float: left;
	border: 1px solid #D6D6D6;
	padding: 8px;
	margin-bottom: 20px;
}
#RecommendedContainer2 {
	height: 210px;
	width: 103px;
	float: left;
	border: 1px solid #D6D6D6;
	padding: 8px;
	margin-left: 8px;
}
#RecommendedContainer3 {
	height: 210px;
	width: 103px;
	float: left;
	border: 1px solid #D6D6D6;
	padding: 8px;
	margin-left: 8px;
}
#RecommendedContainer4 {
	height: 210px;
	width: 103px;
	float: left;
	border: 1px solid #D6D6D6;
	padding: 8px;
	margin-left: 8px;
}
#RecommendedBox {
	float: left;
	height: 230px;
}

h1 {
	font-size: 24px;
	color: #B82854;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
h2 {
	font-size: 22px;
	color: #B82854;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 21px;
	color: #B82854;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a:link {
	color: #C62A5A;
	text-decoration: none;
}
a:visited {
	color: #C62A5A;
	text-decoration: none;
}
a:hover {
	color: #C62A5A;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style6 {
	font-size: 17px;
	color: #333333;
}

