@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font:1em Georgia, "Times New Roman", Times, serif;
	background:url(../images/title-bg.jpg) #6c5356;
	color:#fff;
}

h1 {
	margin:0px 0px 15px;
	font:1.4em;
	color:#fff;
	font-weight:normal;
	line-height:1.2em;
	text-transform:capitalize;
}

h2 {
	margin:0px 0px 10px;
	font:1.2em;
	color:#fff;
	font-weight:normal;
	line-height:1.2em;
	
}

p {
	margin:0px 0px 20px;
	font:1em;
	color:#fff;
	font-weight:normal;
	line-height:1.2em;
	
}

IMG {
	border:none;
}



/* Inner Wrapper */
#innerwrapper {
	margin:10px 0px 0px;
	width:896px;
	text-align:left;	
}

#innerwrapper .wtop {
	width:896px;
	height:5px;
}

#innerwrapper .wmiddle {
	padding:3px 3px 0px;
	width:890px;
	background:url(../images/wrapper-middle.jpg) repeat-y;
}

#innerwrapper .wbottom {
	width:896px;
	height:5px;
	background:url(../images/wrapper-bottom.jpg) no-repeat;
}



/* Header */
#header {
	overflow:hidden;
}

#header .logo {
	margin:0px 5px 0px 0px;
	float:left;
}



/* Content */
#contentwindow {
	width:890px;
	border-top:solid 9px #fff;
	border-bottom:solid 9px #fff;	
	background:url(../images/pattern-pink.jpg) #6c5356 repeat-y;
	overflow:hidden;
}

#contentwindowsub {
	padding:0px 0px 40px;
	width:890px;
	border-bottom:solid 9px #fff;	
	background:url(../images/pattern-pink.jpg) #6c5356 repeat-y;
}

#contentwindow .pagecontent,
#contentwindowsub .pagecontent {
	padding:35px 0px 40px 30px;
	width:480px;
	float:left;
}

#contentwindow .pagecontentsmall,
#contentwindowsub .pagecontentsmall {
	padding:35px 0px 40px 30px;
	width:380px;
	float:left;
}

#contentwindow .pagecontent a,
#contentwindowsub .pagecontent a,
#contentwindow .pagecontentsmall a,
#contentwindowsub .pagecontentsmall a {
	text-decoration:underline;
}

#contentwindow .pagecontent a:hover,
#contentwindowsub .pagecontent a:hover,
#contentwindow .pagecontentsmall a:hover,
#contentwindowsub .pagecontentsmall a:hover {
	text-decoration:none;
}

#contentwindow .title,
#contentwindowsub .title {
	margin:0px 0px 26px 0px;
}



/* Picture */
#picframe {	
	width:306px;	
	height:270px;	
	background:url(../images/frame.jpg);
	float:left;	
	padding:64px 0px 0px 64px;
}

#windowcopy {
	width:500px;
	float:right;
	margin:50px 10px 0px 0px;
	overflow:hidden;
}

#windowcopy h2 {
	margin:0px 5px 0px 5px;
}



/* Content Holder */
#contentholder {
	padding:16px 16px 0px 16px;
}



/* Shop Navigation */
#contentholder .shopnavigation {
	height:60px;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:block;
}

.shopnavigation .title {
	float:left;
	margin:0px;
	padding:0px;
}

.shopnavigation .titleshop {
	float:left;
	margin:0px 0px 20px;
	padding:0px;

}

.shoppagenav {
	width:152px;
	float:right;
	margin:10px 0px 0px 0px;
	height:20px;
}

.shoppagenav h2 {
	font-size:1em;
	float:right;
	width:100px;
	height:20px;
	display:block;
	text-align:center;
}

.shoppagenav .pagebutton {
	float:right;	
}



/* Product List */
.productthumb {
	width:204px;
	float:left;
	margin:0px 14px 14px 0px;
	font-size:0.8em;
	letter-spacing:-0.05em;
}

.productthumbright {
	width:204px;
	float:right;
	margin:0px 0px 14px 0px;
	font-size:0.8em;
	letter-spacing:-0.05em;
}

.productimageholder {
	width:204px;
	height:250px;
	overflow:hidden;
	background:#000;
}
.productthumbinfo {
	color:#fff;
	display:block;
	width:190px;
	height:50px;
	margin:0px;
	padding:5px 7px 5px 7px;
	background:url(../images/thumbinfogrey-bg.gif);
	text-transform:capitalize;
}

.productthumbinfo a {
	color:#1a1a1a;
	text-decoration:none;
	margin:4px 0px 0px 0px;
}

.productthumbinfo span {
	color:#1a1a1a;
}

.productthumbinfo a:hover {
	text-decoration:underline;
}

.productinfo {
	width:370px;
	float:left;
	border-top:solid 9px #fff;
	border-bottom:solid 9px #fff;	
	background:url(../images/pattern-pink.jpg) #6c5356 repeat-y;
	padding:20px;
	margin:0px 0px 40px 0px;
}

.productinfo p {
	font-size:0.8em;
}

.productinfo h2 {
	margin:0px 0px 6px 0px;
	text-transform:capitalize;
}

.addtobasket {
	margin:20px 0px 25px 0px;
}

#productframe {
	width:282px;
	height:352px;
	background:url(../images/productframe.jpg) no-repeat;
	float:right;	
	padding:79px 71px 75px 72px; 
}



/* Footer */
#footer {
	background:#fff;
	margin:0px 0px 0px 0px;
	padding:15px 16px 9px 16px;
	height:27px;
	overflow
}

#footer .right {
	float:right;
	width:110px;
	height:25px;
	text-align:center;
}

#footer .left {
	float:left;
	width:500px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#B3B3B3;
	margin:0px;
}

#footer .left a {
	color:#B3B3B3;
	text-decoration:none;
}

#footer .left a:hover {
	color:#B3B3B3;
	text-decoration:underline;
}

#footer IMG {
	margin:0px;
	border:none;
}



/* Links */
a:link,
a:visited,
a:active {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a.logotext:link,
a.logotext:visited,
a.logotext:active {
	text-decoration:none;
	margin:0px 0px 0px 27px;
	color:#B3B3B3;
}

a.logotext:hover {
	text-decoration:none;	
}

a.iconbasket:link,
a.iconbasket:visited,
a.iconbasket:active {
	height:14px;
	text-decoration:none;
	color:#fff;
	display:block;
	float:right;
	margin:0px 24px 0px 0px;
	padding:1px 0px 0px 20px;
	background:url(../images/basket-icon.jpg) no-repeat;
}

a.iconbasket:hover {
	text-decoration:none;	
}

a.icondelete:link,
a.icondelete:visited,
a.icondelete:active {
	text-decoration:none;
	color:#fff;
	display:block;
	margin:0px;
	padding:0px 0px 0px 15px;
	background:url(../images/bt-delete.gif) no-repeat 0px 4px;
}

a.icondelete:hover {
	text-decoration:underline;	
}

a.paymentback:link,
a.paymentback:visited,
a.paymentback:active {
	text-decoration:none;
	color:#fff;
	display:block;
	margin:0px;
	padding:0px 0px 0px 30px;
	background:url(../images/paymentback.gif) no-repeat;
	float:left;
}

a.paymentback:hover {
	text-decoration:underline;	
}

a.paymentforward:link,
a.paymentforward:visited,
a.paymentforward:active {
	height:20px;
	text-decoration:none;
	color:#fff;
	display:block;
	margin:0px;
	padding:0px 30px 0px 0px;
	background:url(../images/paymentforward.gif) no-repeat right;
	float:right;
}

a.paymentforward:hover {
	text-decoration:underline;	
}

a.paymentlink:link,
a.paymentlink:visited,
a.paymentlink:active {
	width:188px;
	height:20px;
	text-decoration:none;
	color:#fff;
	display:block;
	margin:10px 0px 30px 0px;
	padding:0px 30px 0px 0px;
	background:url(../images/paymentforward.gif) no-repeat right;
}

a.paymentlink:hover {
	text-decoration:underline;	
}

a.paymentlinksmall:link,
a.paymentlinksmall:visited,
a.paymentlinksmall:active {
	width:128px;
	height:20px;
	text-decoration:none;
	color:#fff;
	display:block;
	margin:10px 0px 30px 0px;
	padding:0px 30px 0px 0px;
	background:url(../images/paymentforward.gif) no-repeat right;
}

a.paymentlinksmall:hover {
	text-decoration:underline;	
}



/* Header Icons */
#navigationbreak {
	width:890px;
	height:12px;
	background:#fff;
}

#usercontrols {
	width:325px;
	height:17px;
	margin:10px 15px 35px 0px;
	padding:0px;
	float:right;
	font-size:0.8em;
	overflow:hidden;	
}



/* Basket Table */
#basket {
	width:100%;
	padding:0px;
	margin:0px 0px 30px 0px;
	text-align:left;
}

#basket th {
	font-size:0.7em;
	font-weight:normal;
	color: #666;
	text-align: left;
	padding:2px 10px;
	background:#fff;
}

#basket td {
	font-size:1em;
	font-weight:normal;
	color: #fff;
	text-align: left;
	padding:5px 10px;
	background:#333;
}

#basket .subtotal {
	text-align:right;
}

#chart {
	width:820px;
	padding:0px;
	margin:20px 30px 10px 30px;
	text-align:left;
	font-size:0.8em;
	float:left;
}

#chart th {
	font-weight:normal;
	color: #fff;
	text-align: left;
	background:#333;
	padding:5px;
}

#chart td {
	font-weight:normal;
	color: #666;
	text-align: left;
	background:#fff;
	padding:5px;
}

.smalltext {
	font-size:0.8em;
}

#thumbnailholder {
	margin:0px;
	float:right;
	width:370px;
}

.thumbnail {
	width:53px;
	height:53px;
	border:solid 1px #ad8853;
	margin:0px 8px 10px 0px;
	float:left;
}

.thumbnail:hover {	
	border:solid 1px #dfdb68;
}

.thumbnailright {
	width:53px;
	height:53px;
	border:solid 1px #ad8853;
	margin:0px 0px 10px 0px;
	float:right;
}

.thumbnailright:hover {	
	border:solid 1px #dfdb68;
}



/* About Navigation */
#aboutnavigation {
	width:830px;
	height:22px;
	background:#fff;
	padding:7px 10px 0px 50px;
	margin:0px 0px 0px 0px;
	clear:both;
}

#aboutnavigation ul {
	height:18px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0.8em;
}

#aboutnavigation ul li {
	height:18px;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	list-style:none;
	color:#666;
	display:inline;
}

#aboutnavigation a {
	height:18px;
	color:#666;
	text-decoration:none;
	display:block;
	padding:0px;
}

#aboutnavigation a:hover {
	color:#333;
	text-decoration:underline;
	display:block;
}

#aboutnavigation .about {
	width:77px;
}

#aboutnavigation .condition {
	width:113px;
}

#aboutnavigation .description {
	width:133px;
}

#aboutnavigation .sizes {
	width:36px;
}

#aboutnavigation .care {
	width:90px;
}

#aboutnavigation .cleaning {
	width:57px;
}

#aboutnavigation .terms {
	width:100px;
}

#subnavigation {
	clear:both;
}



/* Navigation */
#navigation {
	width:632px;
	height:31px;
	margin:0px 9px 0px 0px;
	padding:0px;
	float:right;
	overflow:hidden;
}

#navigation ul {
	height:31px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0.9em;
}

#navigation ul li {
	height:31px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#navigation a {
	color:#ccc;
	text-decoration:none;
	display:block;
	height:21px;
	padding:10px 0px 0px 0px;
}

#navigation a:hover {
	color:#fff;
	text-decoration:none;
	display:block;
}

#navigation .homeNav a {
	background:url(../images/navigation/home_off.jpg);
	width:90px;
}

#navigation .homeNavSelected a {
	background:url(../images/navigation/home_on.jpg);
	color:#666;
	width:90px;
}

#navigation .homeNavSelected a:hover {
	color:#666;
}

#navigation .shopNav a {
	background:url(../images/navigation/shop_off.jpg);
	width:90px;
}

#navigation .shopNavSelected a {
	background:url(../images/navigation/shop_on.jpg);
	color:#666;
	width:90px;
}

#navigation .shopNavSelected a:hover {
	color:#666;
}

#navigation .bridalNav a {
	background:url(../images/navigation/bridal_off.jpg);
	width:90px;
}

#navigation .bridalNavSelected a {
	background:url(../images/navigation/bridal_on.jpg);
	color:#666;
	width:90px;
}

#navigation .bridalNavSelected a:hover {
	color:#666;
}

#navigation .aboutNav a {
	background:url(../images/navigation/about_off.jpg);
	width:90px;
}

#navigation .aboutNavSelected a {
	background:url(../images/navigation/about_on.jpg);
	color:#666;
	width:90px;
}

#navigation .aboutNavSelected a:hover {
	color:#666;
}

#navigation .galleryNav a {
	background:url(../images/navigation/gallery_off.jpg);
	width:90px;
}

#navigation .galleryNavSelected a {
	background:url(../images/navigation/gallery_on.jpg);
	color:#666;
	width:90px;
}

#navigation .galleryNavSelected a:hover {
	color:#666;
}

#navigation .linksNav a {
	background:url(../images/navigation/links_off.jpg);
	width:90px;
}

#navigation .linksNavSelected a {
	background:url(../images/navigation/links_on.jpg);
	color:#666;
	width:90px;
}

#navigation .linksNavSelected a:hover {
	color:#666;
}

#navigation .contactNav a {
	background:url(../images/navigation/contact_off.jpg);
	width:90px;
}

#navigation .contactNavSelected a {
	background:url(../images/navigation/contact_on.jpg);
	color:#666;
	width:90px;
}

#navigation .contactNavSelected a:hover {
	color:#666;
}



/* Search Form */
FORM#globalsearch {
	float:right;
	height:17px;
	width:182px;
}

FORM#globalsearch .textinput {
	float:left;
	height:12px;
	width:110px;
	padding:2px 10px 2px 18px;
	border:none;
	font-size:0.7em;
	color:#333;
	background:url(../images/input-global-search.jpg) no-repeat;
}

FORM#globalsearch .submit {
	float:left;
	height:13px;
	width:42px;
	border:1px solid #00FF00;
	margin:2px 0px 0px 2px;
	border:none;
}



/* Basket Form */
FORM#basketform {
	margin:0px;
	padding:0px;
}



/* Mailing List Form */
FORM#mailinglistform {
	background:url(../images/contactform-bg.jpg) no-repeat;
	width:204px;
	height:310px;
	margin:0px;
}

FORM#mailinglistform .innerform {
	height:230px;
	padding:10px;
	margin:0px 0px 0px 0px;
}

FORM#mailinglistform h1 {
	color:#fff;
	margin:0px 0px 10px 0px;
}

FORM#mailinglistform p {
	color:#999;
	margin:0px 0px 15px 0px;
}

FORM#mailinglistform label {
	width:184px;
	color:#999;
}

FORM#mailinglistform .textinput {
	width:178px;
	padding:2px;
	border:solid 1px #ad8853;
	margin:3px 0px 7px 0px;
	background:url(../images/textinput-bg.gif) repeat-x #fff;
}

FORM#mailinglistform .submit {
	color:#fff;
	display:block;
	width:180px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:5px 12px 5px 12px;
	background:url(../images/thumbinfogrey-bg.gif);
	text-transform:capitalize;
}



/* General Form */
FORM#generalform {
	margin:25px 0px 20px;
	padding:0px 0px 30px;
	width:830px;
	border-bottom:dotted 1px #fff;
	overflow:hidden;
}

FORM#generalform h2,
FORM#generalform p,
FORM#generalform label,
FORM#generalform .textinput,
FORM#generalform .textinputmedium,
FORM#generalform .textinputsmall,
FORM#generalform .dropdown,
FORM#generalform textarea,
FORM#generalform .submit,
.pricedropdown {
	float:left;
	clear:both;
}

FORM#generalform label {
	margin:0px 0px 3px;
	width:400px;
	color:#fff;
	font:italic;
	font-size:1em;
}

FORM#generalform .textinput {
	margin:0px 0px 15px;
	padding:2px;
	width:300px;
	border:solid 1px #ad8853;
	background:url(../images/textinput-bg.gif) repeat-x #fff;
}

FORM#generalform .textinputmedium {
	margin:0px 0px 15px;
	padding:2px;
	width:150px;
	border:solid 1px #ad8853;
	background:url(../images/textinput-bg.gif) repeat-x #fff;
}

FORM#generalform .textinputsmall {
	margin:0px 0px 15px;
	padding:2px;
	width:80px;
	border:solid 1px #ad8853;
	background:url(../images/textinput-bg.gif) repeat-x #fff;
}

FORM#generalform .dropdown {
	margin:0px 0px 20px;
	width:305px;
}

FORM#generalform textarea {
	margin:0px 0px 20px;
	padding:2px;
	width:301px;
	height:100px;
	border:solid 1px #ad8853;
	background:url(../images/textinput-bg.gif) repeat-x #fff;
}

FORM#generalform .submit {
	margin:10px 0px 0px;
}

.pricedropdown {
	width:140px;
	font-size:0.75em;
}



/* Site Map */
#sitemaplist {
	list-style-position:inside;
}

#sitemaplist li {
	margin:0px 0px 8px;
}

#sitemaplist ul {
	margin:4px 0px 10px;
	font-size:0.8em;
}

#sitemaplist ul li {
	margin:0px 0px 3px;
}

h2.error {
	font-size:1.1em;
  color:#FFCC00;
}



/* General */
.italic {
	font-style:italic;
}

.right {
	float:right;
}

.clearit {
	clear: both;
	height: 0px;
	line-height: 0.0px;
	font-size: 0px;
	width:100%;
}
