/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
height: auto;
}
html, body {
	height: 100%;	
	min-height: 100%;
	}
body{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bodyBack.jpg);
	background-color: #D4C4A3;
	background-repeat: repeat-x;
	min-height: 100%;
	height: 100%;

}
/* 
#container {
width:100%;
    position: relative;
    height: auto;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	min-height: 100%;
}
*/
#container {
	width: 100%;
}



.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 	

#wrapper{
	width: 960px;
	text-align:left;
	background-image: url(images/wrapperback.gif);
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	height: 103px;
}
#header .logo {
	float: left;
	padding-left: 277px;
}
/* --------------------------- Barrow ------------------------------- */
#barrow {
	float: right;
	background-image: url(images/barrow.gif);
	width: 225px;
	padding-top: 30px;
	font-size: 10px;
	color: #D5D2B6;
	height: 70px;
	background-repeat: no-repeat;
}
#barrow p {
	padding-bottom: 4px;
}
#barrow a:link, #barrow a:active, #barrow a:visited {
	color: #D5D2B6;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}
#barrow a:hover, #barrow a:focus {
	text-decoration: underline;
}
/* --------------------------- Search Box ------------------------------- */
#search form {
}
#search {
	float: right;
	width: 160px;
	height: 20px;
	position: relative;
	top: -7px;
}
.searchbox {
	margin-top: 3px;
	float: left;
	width: 100px;
	border: 1px solid #4B4B4B;
}
.gobutt {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-left: 4px;
}


/* --------------------------- Top Nav ------------------------------- */
#topnav {
	background-image: url(images/navback.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 35px;
	background-position: top;
	clear: both;
	padding-top: 10px;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#nav a {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-right: 12px;
	text-align: left;
	display: block;
}
#nav a:hover, #nav a:focus {
	color: #D6D2B7;
}
#nav li { /* all list items */
	float: left;
	display:block;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	padding-top: 2px;
	list-style: none;
	background-repeat: no-repeat;
	background-color: #747474;
	text-align: center;
	width: 130px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #003366;
	display: block;
	width: 160px;
}
/* --------------------------- Content ------------------------------- */

#content {
	width: 776px;
	margin: 0 auto 40px auto;
}
/* --------------------------- Homepage Boxes ------------------------------- */
#rowOne {
	width: 180px;
	float: left;
	height: 100px;
}
#rowTwo {
	width: 400px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rowTwo p {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
#rowTwo h2 {
	color: #5E3871;
	font-size: 10px;
}

#rowThree {
	width: 180px;
	float: left;
	height: 100px;
}
/* --------------------------- Product Page ------------------------------- */
#largeimage {
	width: 370px;
	float: left;
	height: 300px;
}
#hometoprow {
	background-image: url(images/double.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#clearing {
	width: 750px;
	height: 2px;
	clear: both;
}


#prod_details {
	float: left;
	margin-left: 24px;
		_margin-left: 12px;
	width: 355px;
	max-width: 355px;
	background-color: #e1dfc8;
	padding-left: 10px;
	margin-bottom: 20px;
}

#prod_details h4 {
	margin-top: 8px;
	font-size: 15px;
	padding-top: 14px;
	margin-right: 10px;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
#ccc {
}

.tit_name {
	color: #666666;
}

#prod_details h3 {
	color: #5E3871;
	font-size: 17px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 6px;
	clear: both;
	padding-bottom: 10px;
}
.height {
	padding-top: 15px;
	margin-top: 15px;
}
.mover {
	clear: both;
	width: 300px;
}


#prod_details p {
	color: #747474;
	font-size: 13px;
	margin-bottom: 12px;
	padding-bottom: 5px;
	margin-right: 10px;
	line-height: 16px;
}
#colours {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D2B7;
	margin-bottom: 7px;
}
.topmargin {
	margin-top: 12px;
	clear: both;
}
#contactform h1 {
	font-size: 18px;
	font-weight: normal;
}
#contactform p {
	font-size: 13px;
}
.linebox {
	width: 300px;
}

.price {
	color: #5D3871;
	font-size: 18px;
}
/* --------------------------- Styley Div ------------------------------- */
#styley p {
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 12px;
}
#styley h1 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 9px;
}
#styley h2 {
	font-size: 14px;
	color: #452257;
	font-weight: normal;
	padding-bottom: 9px;
}
#styley h3 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 8px;
}
#styley h4 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #452257;
}
#styley td {
	font-size: 11px;
}
#styley a:link, #styley a:visited, #styley a:active {
	color: #5E3871;
	text-decoration: none;
}
#styley a:hover, #styley a:focus {
	text-decoration:underline;
}

#styley h5 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 8px;
}
#styley h6 {
	font-size: 11px;
	color: #452257;
	font-weight: normal;
	padding-bottom: 7px;
}
#styley ul {
	margin-left: 25px;
	padding-bottom: 4px;
	margin-top: 0;
	padding-top: 0px;
	list-style-type: disc;
	padding-left: 20px;
}
#styley li {
	font-size: 12px;
	padding-bottom: 1px;
	list-style-type: disc;
}
#styley ol {
	margin-left: 30px;
	padding-bottom: 5px;
}







/* --------------------------- Left nav ------------------------------- */
#left_nav {
	width: 145px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	margin-bottom: 20px;
	background-color: #D4C4A3;
	margin-top: 10px;
	margin-right: 20px;
}

#left_nav h2 {
	font-size: 13px;
	background-image: url(images/left_nav_header.gif);
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#left_nav ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#left_nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
}
#left_nav ul li a{
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	display: block;
	background-image: url(images/buttonback.jpg);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5D3871;
	border-bottom-color: #5D3871;
	border-left-color: #5D3871;
	background-color: #e1dfc8;
	font-weight: bold;

} 
#left_nav h5 {
	background-image: url(images/left_nav_footer.gif);
	font-size: 1px;
	height: 17px;
	background-repeat: no-repeat;
	text-indent: -3000px;
}

#left_nav ul li a:hover, #left_nav ul li a:focus{
	color: #5D3871;
	background-color: #D6D2B7;

}

/* --------------------------- Product Details Listing ------------------------------- */
#prod_details_list{
	float: left;
	margin-left: 24px;
	width: 730px;
	background-color: #e1dfc8;
	margin-bottom: 15px;
	padding-left: 10px;
}
#bread {
	width: 750px;
	clear: both;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3be93;
	padding-bottom: 5px;
	margin-left: 20px;
}
#thumbs {
	float: left;
	margin-left: 15px;

	width: 730px;
	text-align: left;
}
.prev p {
	color: #5E3871;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
}
.prev {
	text-align: center;
	width: 118px;
	float: left;
	margin-right: 15px;
		_margin-right: 20px;
	margin-bottom: 20px;
	height: 145px;
}
.prevvy {
	border: 2px solid #5D3871;
}


.purple {
	color: #5E3871;
	font-weight: normal;
}
#bread a:link, #bread a:active, #bread a:visited  {
	color: #5E3871;
	text-decoration: none;
	font-size: 11px;
}
#bread a:hover, #bread a:focus {
	text-decoration: underline;
	color: #747474;
}

#bread h4 {
	font-size: 12px;
}




#prod_details_list h4 {
	margin-top: 8px;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D2B7;
	padding-top: 14px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#prod_details_list h3 {
	color: #5E3871;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}
#prod_details_list p {
	color: #5C5C5C;
	font-size: 13px;
	margin-bottom: 8px;
	margin-right: 5px;
	line-height: 16px;
	margin-left: 5px;
}
/* --------------------------- Contact Form ------------------------------- */
#contactEmail {
	margin-left: 20px;
	margin-bottom: 50px;
	background-image: url(images/wilbertFlip.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#contactform fieldset {
	width: 430px;
	border: 1px solid #660066;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#contactform fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#contactform fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #603C73;
	padding: 2px;
	background-color: #f6f4e9;
}

#contactform fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #5D3871;
	padding: 2px;
	background-color: #f6f4e9;
}

#contactform legend {
	color: #660066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#jotter {
	width: 775px;
	background-image: url(images/paperMiddle.gif);
	margin-top: 20px;
}
#jotfoot {
	background-image: url(images/paperfooter.gif);
	height: 142px;
	clear: both;
}

#diarymain {
	width: 435px;
	float: left;
	margin-left: 35px;
	_margin-left: 17px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 20px;
}
#diarymain h3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

#diarymain p {
	font-size: 1em;
	padding-bottom: 7px;
	font-weight: normal;
}

#diaryright {
	float: left;
	margin-left: 40px;
	width: 235px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 20px;
}
#diaryright h1 {
	font-size: 1.2em;
	color: #5B3473;
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
#diaryright h3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

#diaryright p {
	font-size: 1em;
	padding-bottom: 7px;
	font-weight: normal;
}
#container #wrapper #jotter #jot_top {
	background-image: url(images/paperHeader.gif);
	height: 276px;
	display: block;
}


#diarymain h1 {
	font-size: 1.2em;
	color: #5B3473;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

.date {
	text-align: right;
	float: right;
	color: #666666;
	font-weight: normal;
	margin-top: -22px;
}





/* --------------------------- Feature Boxes ------------------------------- */
#features {
	clear: both;
	margin-top: 28px;
	padding-bottom: 10px;
}
#featOne {
	float:left;
	width: 215px;
	background-image: url(images/purplebox.gif);
	background-repeat: no-repeat;
	height: 177px;
}
#featTwo {
	float:left;
	width: 215px;
	background-image: url(images/purplebox.gif);
	background-repeat: no-repeat;
	height: 177px;
	margin-left: 60px;
}
#featThree {
	float:left;
	width: 215px;
	background-image: url(images/purplebox.gif);
	background-repeat: no-repeat;
	height: 177px;
	margin-left: 60px;
}
#features h2 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	text-align: center;
	padding-bottom: 5px;
}
#features a:link, #features a:active, #features a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#features a:hover, #features a:focus {
		text-decoration: underline;

}
/*--------------------------- Footer ------------------------------- */
#footer {
	position: relative;
	width: 100%;
	height: 45px;
	background-color: #5e3871;
}
/* #footer {
	clear: both;
	margin-top: 20px;
	background-color: #5D3871;
	padding-top: 10px;
	float: right;
	float: right;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom:0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} */
#footer ul{
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
}
#footercentre p {
	float: right;
	font-size: 10px;
	color: #D5D2B6;
}
#prod_details .choosers {
	float: left;
	text-align: center;
	display: block;
	width: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4C4A3;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}
.pixymargin {
	height: 12px;
	clear: both;
	display: block;
}

#prod_details .choosers:hover {
	background-color: #f4f3e9;
}
.sample {
	height: 50px;
	width: 10px;
	float: left;
}
.sample_label {
	float: left;
	width: 62px;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
}
.sample_button {
	float: left;
	padding-top: 10px;
	width: 15px;
}

#ProductColour {
	margin-right: auto;
	margin-left: auto;
}


#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 10px;
} 
#footercentre {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul li a:hover, #footer ul li a:focus{
	text-decoration: underline;
}
.subby {
	width: 160px;
	text-align: left;
	float: left;
}
.choosers label {

}
#colour_choice {
	margin-top: 10px;
	margin-bottom: 10px;
}

.choice {
	min-width: 45px;
	text-align:center;
}
.large_bot {
	padding-bottom: 5px;
}

#colours td {
	border: 1px solid #5E3871;
	margin-left: 5px;
}
img.minithumb {
	margin-top: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 0px;
}
#ccc a:link, #ccc a:active, #ccc a:visited  {
	color: #5E3871;
	text-decoration: none;
}
#ccc a:hover, #ccc a:focus {
text-decoration: underline;
}
.shop .tableheader {
	background-color: #5E3871;
	color: #FFFFFF;
}
.shop .cart_name {
	font-size: 12px;
}
.story .cart_quant {
	width: 50px;
}
.shop {
	padding: 1px;
	border: 1px solid #5E3871;
	margin-top: 20px;
}
.bottom_barrow {
	background-image: url(images/newBarrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shop .story .cart_price {
	font-size: 12px;
}
.shop .totals {
	background-color: #5E3871;
	color: #FFFFFF;
	font-weight: bold;
}
.checkout {
	background-color: #999999;
	width: 470px;
	margin-right: auto;
	margin-left: 130px;
	color: #FFFFFF;
	margin-top: 15px;
	padding-top: 4px;
}
.currency a:hover {
	color: #5E3871;
	text-decoration: underline;
}
form3 {
	background-color: #D4C4A3;
}
#voucher {
	text-align: center;
}

.currency  {
	color: #5E3871;
	text-decoration: none;
	font-weight: bold;
}

.checkout a:link, .checkout a:active, .checkout a:visited  {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration:none;
	margin-top: 3px;
	padding-top: 3px;
}
.checkout a:hover, .checkout a:focus {
	text-decoration:underline;
}
#diaryright a:link,#diaryright a:visited {
	color: #5E3871;
	text-decoration: none;
}
#diaryright a:hover {
	text-decoration: underline;
	}.checkout1 {
	background-image: url(images/checkoutstrip1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}
#register_table {
	float: right;
	margin-right: 25px;
}
.checkout2 {

	background-image: url(images/checkoutstrip2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}
.checkout3 {


	background-image: url(images/checkoutstrip3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}
.checkouttable a:link, .checkouttable a:visited {
	color: #E1DFC8;
	text-decoration: none;
}
