@font-face {
    font-family: 'avenir_45_bookregular';
    src: url('../fonts/avenir-book-webfont.eot');
    src: url('../fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-book-webfont.woff') format('woff'),
         url('../fonts/avenir-book-webfont.ttf') format('truetype'),
         url('../fonts/avenir-book-webfont.svg#avenir_45_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bickley_script_plainregular';
    src: url('../fonts/bickleyscriptplain-webfont.eot');
    src: url('../fonts/bickleyscriptplain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bickleyscriptplain-webfont.woff') format('woff'),
         url('../fonts/bickleyscriptplain-webfont.ttf') format('truetype'),
         url('../fonts/bickleyscriptplain-webfont.svg#bickley_script_plainregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

body,
html {
	background: #faf9f5 url(../images/texture01.jpg);
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	min-width: 957px;
}


/* Top Bar */

#topBarWrapper {
	background: #af9f96;
}

#topBar {
	height: 40px;
	width: 957px;
	margin: 0 auto;
}

#topBar .links {
	float: left;
	margin: 0;
	padding: 12px 0 0;
	font-size: 12px;
}

#topBar .links li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;
}

#topBar .links li:first-child {
	border-left: 0;
}

#topBar .links li a {
	color: #fff;
	margin: 0 12px;

}

#topBar .search {
	float: right;
	margin-top: 5px;
	border: 1px solid #887970;
	background: #fff;
	height: 28px;
  width: 235px; 
}

#topBar .search p { display: none; }

#topBar .search fieldset { 
  margin:0px; padding: 0px; 
  width: 240px; 
}

#topBar .search input#ajaxSearch_input {
	margin: 0;
	padding: 5px 20px 5px 5px;
	width: 151px;
	height: 17px;
	border: 0;
	color: #717171;
	outline: none;
	background: #fff;
}

#topBar .search #ajaxSearch_submit {
	font-family: Arial;
	border: 0;
	margin: 0 0 0 -18px;
	height: 29px;
	width: 73px;
	background: #955b8f;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	outline: none;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}

/* Header */

#header {
	position: relative;
	width: 957px;
	height: 193px;
	margin: 0 auto 3px;
	border-bottom: 20px solid #b48ab0;
}

#header h1 {
	margin: 0;
	position: absolute;
	left: 340px;
	top: 30px;
	z-index: 2;
}

#header h1 a {
	display: block;
	width: 284px;
	height: 113px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header .topNavigation {
	position: absolute;
 
	left: 100px;
	bottom: 3px;
	margin: 0;
	padding: 0;
	z-index: 1;

}

#header .topNavigation li {
float: left; 
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .topNavigation li a {
	display: block;
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 18px;
	color: #8f4187;
	padding: 14px 22px;
}

#header .topNavigation li.active a {
	background: url(../images/trans01.png);
}

#header .topNavigation li .spacer {
	display: block;
	width: 300px;
}

/* Content */

#content {
	width: 957px;
	margin: 0 auto;
}

/* ProductBanner */

#productBanner {
	margin-bottom: 28px;
}

#productBanner .image {
	float: left;
}

#productBanner .desc {
	position: relative;
	margin-left: 485px;
	background: #cfc7c6;
	height: 362px;
}

#productBanner .desc .text {
	position: absolute;
	left: 23px;
	bottom: 50px;
	width: 396px;
}

#productBanner .desc .text .heading {
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

#productBanner .desc .text .subheading {
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 24px;
	color: #b48ab0;
	line-height: 1;
}

/* New Products */

#newProducts {
	position: relative;
	margin: 23px 0;
	padding: 8px 11px 8px 180px;
	background: #cfc6c1 url(../images/texture03.jpg);
	border-left: 34px solid #cfc7c6;
}

#newProducts .products {
	float: right;
}

#newProducts .products .product {
	float: left;
	margin-left: 5px;
	display: inline;
	padding: 9px;
	height: 239px;
	width: 216px;
	border: 1px solid #c3bcb9;
	background: url(../images/trans02.png);
}

#newProducts .products .product img {
	border: 1px solid #fff;
	display: block;
	margin: 0 auto 8px;
}

#newProducts .products .product span {
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
}

#newProducts .products .product span.name {
	display: block;
	font-size: 18px;
	color: #955b8f;
	margin-left: 4px;
	margin-bottom: 10px;
}

#newProducts .products .product span.price {
	float: left;
	padding-left: 4px;
	display: inline;
	font-size: 16px;
	color: #fff;
}

#newProducts .products .product .details {
	float: right;
    font-family: 'bickley_script_plainregular', cursive;
	font-size: 26px;
	color: #fff;
	background: #c5a5c2;
	border: 1px dashed #6c2c69;
	height: 28px;
	line-height: 28px;
	padding: 0 9px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#newProducts .newInStore {
	position: absolute;
	left: -88px;
	top: -22px;
	width: 261px;
	height: 261px;
	background: url(../images/new-in-store.png) no-repeat;
}

/* About Us */

#aboutUs {
	margin: 20px 0;
	  overflow: hidden; 
 
}

#aboutUs .left {
	float: left;
	padding: 12px 15px 0;
	width: 385px;

}

#aboutUs .left h2 {
	color: #ff7537;
}

#aboutUs .left .text {
	padding: 0 15px;
}

#aboutUs .left .text p {
	font-size: 13px;
	color: #474747;
	line-height: 1.2;
}

#aboutUs .left .text a {
	color: #955b8f;
}

#aboutUs .right {
	margin-left: 415px;
	padding: 20px 30px;
	background: #945c89 url(../images/texture02.jpg);
}

#aboutUs .right h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

#aboutUs .right .subheading {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#aboutUs .right .shops {
	display: inline-block;
}

#aboutUs .right .shops .shop  {
	float: left;
	width: 170px;
}

#aboutUs .right .shops .shop p {
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 1.1;
}

#aboutUs .right .shops .andSign {
	float: left;
    font-family: 'bickley_script_plainregular', cursive;
	font-size: 72px;
	color: #dccdd9;
	width: 142px;
	text-align: center;
	margin-top: -9px;
	line-height: 1;
}

#productsListing {
	background: url(../images/products-listing-bg.png) repeat-y;
	border-top: 1px solid transparent;
	margin: 10px 0;
}

#productsListing .leftColumn {
	position: relative;
	float: left;
	width: 171px;
	padding: 10px 15px 185px 15px;
}

#productsListing .leftColumn h2 {
	color: #955b8f;
}

#productsListing .leftColumn .field {
	margin-bottom: 35px;
}

#productsListing .leftColumn .field label {
	display: block;
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 18px;
	color: #955b8f;
	padding-bottom: 5px;
}

#productsListing .leftColumn .field select {
	width: 100%;
	height: 29px;
	padding: 5px;
	border: 0;
	font-size: 12px;
	color: #af9f96;
}

#productsListing .leftColumn .freeShipping {
	position: absolute;
	bottom: -27px;
	left: -69px;
	width: 215px;
	height: 215px;
	background: url(../images/free-shipping.png) no-repeat;
}

#productsListing .rightColumn {
	float: right;
	width: 734px;
	padding: 2px 7px;
}

#productsListing .rightColumn h1 {
	margin-left: 4px;
	margin-bottom: 28px;
	color: #fff; 
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}

#productsListing .rightColumn .categories .category {
	float: left;
	width: 216px;
	height: 236px;
	background: yellow;
	margin: 0 4px 4px;
	padding: 9px;
	border: 1px solid #c3bcb9;
	background: url(../images/trans02.png);
}

#productsListing .rightColumn .categories .category img {
	border: 1px solid #fff;
	margin: 0 auto 8px;
}

#productsListing .rightColumn .categories .category span {
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
}

#productsListing .rightColumn .categories .category span.name {
	display: block;
	font-size: 18px;
	color: #955b8f;
	margin-left: 4px;
	margin-bottom: 10px;
}

#productsListing .rightColumn .categories .category span.price {
	float: left;
	padding-left: 4px;
	display: inline;
	font-size: 16px;
	color: #fff;
}

#productsListing .rightColumn .categories .category .details {
	float: right;
    font-family: 'bickley_script_plainregular', cursive;
	font-size: 26px;
	color: #fff;
	background: #d5bdd3;
	border: 1px dashed #6c2c69;
	height: 28px;
	line-height: 28px;
	padding: 0 9px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#productsListing .rightColumn .pagination {
	clear: both;
	padding-right: 10px;
	padding-top: 16px;
}

#productsListing .rightColumn .pagination ul {
	float: right;
	margin: 0;
	padding: 0;
}

#productsListing .rightColumn .pagination ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

#productsListing .rightColumn .pagination ul li {
	margin: 0 4px;
}

#productsListing .rightColumn .pagination ul li a {
	color: #fff;
}

#productsListing .rightColumn .pagination ul li.active a {
	color: #b48ab0;
}

#productsListing .rightColumn .productDetails {
	margin-bottom: 18px;
}

#productsListing .rightColumn .productDetails .images {
	float: left;
	margin-left: 4px;
	padding: 9px 9px 0;
	width: 216px;
	border: 1px solid #c3bcb9;
	background: url(../images/trans02.png);
}

#productsListing .rightColumn .productDetails .images  img {
	border: 1px solid #fff;
	margin: 0 auto 9px;
	max-width: 213px; 
}

#productsListing .rightColumn .productDetails .desc {
	float: right;
	padding-right: 32px;
	padding-top: 5px;
	width: 443px;
}

#productsListing .rightColumn .productDetails .desc .price {
	text-align: right;
	margin-top: -25px;
}

#productsListing .rightColumn .productDetails .desc p {
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}	

#productsListing .rightColumn .productDetails .desc .addToCart {
    font-family: 'bickley_script_plainregular', cursive;
	font-size: 50px;
	color: #fff;
	background: #955b8f;
	border: 1px dashed #ac7da7;
	height: 56px;
	line-height: 56px;
	margin-top: 40px;
	padding: 0 19px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#productsListing .rightColumn .productDetails .desc .options {
	margin: 22px 0;
}

#productsListing .options label { 
  display: none; 
}

#productsListing #size_options, #productsListing #colour_options {
  float: left;  
}

#productsListing .rightColumn .productDetails .desc .options select {
	border: 0 none;
    color: #AF9F96;
    font-size: 12px;
    height: 29px;
    padding: 5px;
    width: 171px;
	margin-left: 9px;
}

#productsListing .rightColumn .youLikeIt {
	width: 718px;
	margin: 0 auto;
	border-top: 1px solid #d4cdc9;
	padding-top: 15px;
	padding-left: 10px;
}

#productsListing .rightColumn .youLikeIt ul {
	margin: 0;
	padding: 0;
}

#productsListing .rightColumn .youLikeIt ul li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
}

#productsListing .rightColumn .youLikeIt ul li a img {
	border: 1px solid #fff;
}

/* Footer */

#footerWrapper {
	width: 957px;
	margin: 0 auto;
	background: #cdc4bf;
	padding-top: 1px;
}

#footer {
	padding: 20px 30px 35px;
	border-top: 1px solid #dad3cf;
}

#footer .links {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
}

#footer .links li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 12px;
}

#footer .links li a {
	color: #fff;
}

#footer .specialOffers {
	float: right;
	width: 288px;
}

#footer .specialOffers label {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 6px;
}

#footer .specialOffers .emailID {
	width: 178px;
	height: 13px;
	padding: 10px;
	border: 0;
	color: #717171;
	font-size: 12px;
	font-style: italic;
	outline: none;
	background: #fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#footer .specialOffers .signupBtn {
	border: 0;
	margin: 0 0 0 -5px;
	width: 72px;
	height: 33px;
	background: #955b8f;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	outline: none;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* Miscelleneous */

p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.3;
	color: #474747;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

h2 {
	margin: 0 0 10px;
	padding: 0;
    font-family: 'bickley_script_plainregular', cursive;
	font-size: 50px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

h4 {
	margin: 0 0 10px;
	padding: 0;
	font-family: 'avenir_45_bookregular', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #955b8f;
}

.clear {
	clear: both;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

strong {
	font-weight: bold;
}

#content a { 
	color: #B48AB0; 
}

.productImg { 
	float: left; 
}

#nivoslider { 
 	height: 363px; 
}
.nivo-caption { 
   	float: left; 
   	width: 472px; 
    margin-left: 485px; 
	height: 363px; 
	background: #cfc7c6; 
 }

#nivoslider h2 { 
  	font-family: Helvetica, Arial, sans-serif; 
  	font-size: 1.3em; 
  	padding-top: 200px; 
  	padding-left: 20px; 
  	color: #fff; 

}

.nivo-caption p p { 
	padding: 0 20px; 
	color: #b48ab0;
}

#nivoslider .nivo-controlNav {
	position:absolute; 
	margin-top: 320px; 
	z-index: 999; 
	right: 10px; 
}

#nivoslider .nivo-controlNav a { 
	display:block; 
	width:20px; 
	height:20px; 
	background:url(../images/bullets.png) no-repeat; 
	text-indent:-9999px; 
	border:0; 
	margin-right:3px; 
	float:left;
}

#nivoslider .nivo-controlNav a.active {
	background-position:0 -22px;
}


/* CART */
.pageContent {
	background: #cfc6c1 url(../images/texture03.jpg);
	padding: 20px; 
  overflow: hidden; 
}

#cartinfo textarea.read-only { 
  background: none; 
	border: none; 
  font-family: Arial; 
}


/* CART */
#cartinfo input { background: none;  } 
#cartinfo {  }
#cartinfo h1 { padding: 15px; }
#cartinfo table { border-collapse: collapse; margin-bottom: 30px;  }
#cartinfo td { border-bottom: 1px solid #111; padding: 10px;  }
#cartinfo .itemname  { width: 250px;  font-weight: bold; font-size: .8em;  }
#cartinfo .itemname input { font-size: 1.2em; font-weight: bold; }
#cartinfo .linetotal { font-weight: bold; font-size: 1em; padding-top: 13px;  }
.read-only { border: none; }
.smlinput { width: 55px; }
#cartinfo .carttotal {  font-weight: bold; font-size: 1em; text-align: right;  } 
#cartinfo input#cart_total {  font-weight: bold; width: 80px; font-size: 1em;}
#cartinfo .itemprice span{ display: none;  }
#cartinfo .itemprice label {  float: left; width: 10px; height: 24x; margin-top: -18px;  }
#cartinfo .itemprice input, #cartinfo .carttotal input { float: left; width: 40px; height: 20px;margin-top: -20px;  margin-left: 10px;  }

#cartinfo .shipping input { font-size: 1em; }
label.dollarsign { float: left; width: 10px !important;  }

#cartinfo .removelink { font-size: .6em; }

#cartpage { background: none; padding: 10px 20px;  padding-bottom: 70px;}
#checkoutform {   }
#checkoutform h3 { border-bottom: 1px solid; padding-bottom: 2px; width: 650px;   }
#checkoutform ul { margin-left: 10px; }
#checkoutform li { list-style: none; padding: 3px; clear: both;}
#checkoutform label { float: left; width: 120px; padding-top: 2px; padding-right: 3px; }
#checkoutform fieldset input { padding: 5px; width: 250px; }

fieldset { border: none ;}

#price { font-size: 1.1em;  }


.button { 
	background: #955b8f;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px; 
	float: right; 
  margin-bottom: 30px; 
}

.button:hover { 
	color: #fff !important;
}


.cartMsg { 
	width: 250px; 
	padding: 10px; 
	float: right; 
	font-style: italic; 
	color: #666; 
	font-size: .9em; 
}

#backButton { margin: 10px 0 20px 0; }


.liststylenone {
	list-style: none;
	padding-left: 0px; 
}

.liststylenone li{ 
	margin: 3px 0;
}


.listprefix { 
	font-weight: bold;
	width: 120px;
	float: left;
	display: block; 
}

/* CONTACT FORM */
#contactform label { 
	width: 150px; 
  	float: left; 
}
#contactform ul {
   	margin-left: 0px; 
   	padding-left: 0px;   
}
#contactform li { 
  	margin: 5px 0; 
  	list-style: none; 
}
#contactform input { 
  	padding: 3px !important; 
  	width: 220px; 
}
#contactform textarea {
  	padding: 3px; 
  	font-family: Helvetica, Arial, sans-serif;
	width: 420px; font-size: .8em; 
}
#contactform #submitBtn {
 	width: auto; margin-left: 500px; 
}
