@charset "UTF-8";
.awebertexttop {
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: -0.8px;
	word-spacing: -1px;
}
.style10 {font-size: 9pt}
.awebertexttop a:link {
	font-size: 9pt;
	color: #D7CEEE;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 9px;
}
.awebertexttop a:visited {
	font-size: 9pt;
	color: #D7CEEE;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	text-decoration: none;
}
.awebertexttop a:hover {
	font-size: 9pt;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	text-decoration: underline;
}
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;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #009999 url(images/key_page_components/masthead.gif) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	height: 600px;
	overflow: auto;
	margin-top: -125px;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: right;
}
.introcopy {
	font: 16px/20px "Trebuchet MS";
	color: #999999;
}
.footertxt {
	font: 14px "Trebuchet MS";
	color: #999999;
}
.footertxt a:link {
	font: 14px "Trebuchet MS";
	color: #999999;
	text-decoration: none;
}
.footertxt a:visited {
	font: 14px "Trebuchet MS";
	color: #999999;
	text-decoration: none;
}
.footertxt a:hover {
	font: 14px "Trebuchet MS";
	color: #666666;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 20px;
	padding: 15px 210px 0 270px;
} 
.greenribbonbox #ribbon {
	background: #FF66FF;
	height: 20px;
	width: 950px;
}
#imagebox_medium {
	background: #FFFFFF;
	float: left;
	width: 250px;
	padding-right: 20px;
	height: 470px;
	clear: left;
	margin-right: 5px;
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 10px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/key_page_components/delivery.gif) no-repeat right center;
	height: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#searchbox {
	background: #FFFFFF;
	height: 30px;
	width: 710px;
	float: left;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0px 5px 5px 0px;
}
#navigationbar {
	background: #FFFFFF;
	height: 60px;
	width: 720px;
	float: left;
	margin-left: 20px;
	clear: right;
}
#basket {
	height: 50px;
	width: 70px;
	background: no-repeat;
	float: right;
	clear: right;
	margin-top: -50px;
}
.greenribbonbox {
	background: #FFFFFF url(images/key_page_components/greenribbon.gif) no-repeat;
	height: 35px;
	width: 875px;
	padding-right: 10px;
	padding-left: 25px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	color: #666666;
	clear: both;
	float: left;
}
#pinkribbonbox {
	background: #FFFFFF url(images/key_page_components/pinkribbon_710w.jpg) no-repeat bottom;
	height: 20px;
	width: 675px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666666;
	clear: both;
	float: left;
	padding: 10px 10px 5px 25px;
}
#container_rangeimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 300px;
	clear: left;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container .greenribbonbox {
}
.twoColFixLtHdr #siximages {
	background: #FFFFFF;
	height: 150px;
	width: 910px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	float: left;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1short {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	height: 160px;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	margin-top: -125px;
}
.table {
	width: 930px;
	margin-left: -10px;
}
.dottedboxbgrd {
	background: #FFFFFF url(images/key_page_components/228dottedbox.gif) no-repeat center top;
	height: 250px;
	width: 228px;
}
#imagebox_large {
	background: #E8DDED;
	width: 420px;
	height: 420px;
	padding: 0px;
	margin-right: 40px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}
#itemdescription {
	background: #FFFFFF;
	width: 290px;
	padding-left: 0px;
	float: left;
	margin-left: -20px;
	margin-right: 17px;
	margin-top: 20px;
	font: 14px "Trebuchet MS";
	color: #999999;
	padding-top: -10px;
	clear: right;
	height: 110%;
}
.orderbox {
	width: 280px;
	padding: 10px;
	height: 115px;
	background: url(images/key_page_components/orderboxborder.jpg) no-repeat left top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: right;
}
#itemdescriptionbold {
	font-weight: bold;
	color: #666666;
}
#itempictures {
	background: #FFFFFF;
	width: 150px;
	height: 420px;
	padding-left: 0px;
	float: left;
	margin-top: 20px;
	clear: right;
}
.rightsideimages {
	width: 160px;
	margin-left: -10px;
	margin-top: -10px;
}
#storyleftcol {
	background: #00FFFF;
	width: 200px;
	height: 100px;
	font: 14px "Trebuchet MS";
	color: #999999;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	clear: left;
}
#storypictures {
	background: #00FF33;
	width: 150px;
	height: 420px;
	padding-left: 0px;
	margin-top: 20px;
	margin-left: 20px;
}
#imagebox_story {
	background: #FFFFFF;
	float: left;
	width: 160px;
	padding-right: 20px;
	height: 470px;
	clear: left;
	margin-right: 0px;
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 10px;
}
.storyimagescontrol {
	width: 160px;
	margin-left: -10px;
	margin-top: -20px;
}
#leftcolumnofstory {
	margin: 0 0 0 20px;
	padding: 15px 210px 0 270px;
}
.twoColFixLtHdr #leftcol {
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 350px;
	margin: 0 20 0 0px;
	background: #FFFFFF;
	float: left;
}
.twoColFixLtHdr #rightcol {
	padding-top: 0px;
	padding-bottom: 0;
	background: #FFFFFF;
	clear: right;
	float: left;
	width: 350px;
	margin: -5px 0 0 20px;
}
#rightcol {
	background: #009966;
	width: 100px;
}
.twoColFixLtHdr #sidebar1shortstory {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	height: 160px;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	margin-top: -40px;
}
#fullwidthemptybar {
	height: 10px;
	width: 950px;
	clear: both;
}
.storybodycopy {
	font: 14px/16px "Trebuchet MS";
	color: #999999;
}
.storybodycopy a:link {
	font: 14px/16px "Trebuchet MS";
	color: #666666;
	text-decoration: underline;
}
.storybodycopy a:visited {
	font: 14px/16px "Trebuchet MS";
	color: #999999;
	text-decoration: none;
}
.storybodycopy a:hover {
	font: 14px/16px "Trebuchet MS";
	color: #000000;
	text-decoration: underline;
}
#description {
	background: #FFFFFF;
	height: 20px;
	width: 710px;
	margin-left: 20px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
.table2 {
	width: 930px;
	margin-left: -10px;
}
.decriptionofpage {
	background: #009999;
	width: 710px;
	margin-left: 10px;
	height: 15px;
}
#container_rangeimages2 {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	height: 450px;
	clear: left;
	margin-bottom: 10px;
}
#greenribbonboxfullwidth {
	background: #FFFFFF url(images/key_page_components/greenribbon.gif) no-repeat bottom;
	height: 20px;
	width: 890px;
	margin-right: 20px;
	margin-left: 10px;
	color: #666666;
	clear: both;
	float: left;
	padding: 10px 20px 5px 10px;
}
.wardrobetable {
	width: 930px;
	margin-left: -10px;
	height: 1200px;
}
#container_wardrobeimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 2100px;
	clear: left;
	margin-bottom: 10px;
}
#container_dressesimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 950px;
	clear: left;
	margin-bottom: 10px;
}
#container_knitimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 700px;
	clear: left;
	margin-bottom: 10px;
}
#container_beachimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 350px;
	clear: left;
	margin-bottom: 10px;
}
#greenribbonbox710w {
	background: #FFFFFF url(images/key_page_components/greenribbon_710w.jpg) no-repeat bottom;
	height: 20px;
	width: 675px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666666;
	clear: both;
	float: left;
	padding: 10px 10px 5px 25px;
}
#container_trinketsrings {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 744px;
	clear: left;
	margin-bottom: 10px;
}
#container_trinketsbrooches {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 170px;
	clear: left;
	margin-bottom: 10px;
}
#container_emporium {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 540px;
	clear: left;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1aweberform {
	float: right;
	height: 165px;
	margin-right: 20px;
	clear: right;
	margin-top: -50px;
	background: #FFFFFF url(images/key_page_components/170x160dottedbox.gif) no-repeat right top;
	margin-left: 0px;
	width: 160px;
	padding: 12px 0px 0px 10px;
}
.twoColFixLtHdr #sidebar1aweberform2 {
	float: right;
	height: 160px;
	margin-right: 20px;
	clear: right;
	margin-top: -110px;
	background: #FFFFFF url(images/key_page_components/170x165dottedbox.gif) no-repeat right top;
	margin-left: 0px;
	width: 160px;
	padding: 12px 0px 0px 10px;
}
.twoColFixLtHdr #sidebar1aweberform3 {
	float: right;
	height: 160px;
	margin-right: 0px;
	clear: right;
	margin-top: 15px;
	background: #FFFFFF url(images/key_page_components/170x165dottedbox.gif) no-repeat right top;
	margin-left: 0px;
	width: 160px;
	padding: 12px 0px 0px 10px;
}
#container_trinketimages {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 1200px;
	clear: left;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1aweberform4 {
	float: right;
	height: 165px;
	margin-right: 20px;
	clear: right;
	margin-top: -110px;
	background: #FFFFFF url(images/key_page_components/170x160dottedbox.gif) no-repeat right top;
	margin-left: 0px;
	width: 160px;
	padding: 12px 0px 0px 10px;
}
#container_wardrobe3rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 560px;
	clear: left;
	margin-bottom: 10px;
}
#allwardrobecontainer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	height: 3000px;
	clear: left;
}
#container_alltrinkets {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 1450px;
	clear: left;
	margin-bottom: 10px;
}
#fouritempictures {
	background: #FFFFFF;
	width: 150px;
	height: 440px;
	padding-left: 0px;
	float: left;
	margin-top: 20px;
	clear: right;
}
.allwardrobetable {
	width: 930px;
	margin-left: -10px;
	height: 2600px;
	clear: left;
}
.twoColFixLtHdr #footerall {
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/key_page_components/delivery.gif) no-repeat right center;
	height: 60px;
	top: 5000px;
}
#imagebox_homepage {
	background: #FFFFFF;
	float: left;
	width: 325px;
	padding-right: 20px;
	height: 470px;
	clear: left;
	margin-right: 5px;
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 0px;
}
.rubyfavouritesboxes {
	background: url(images/key_page_components/140dottedbox.gif) no-repeat center;
	height: 140px;
	width: 140px;
}
.iconsonrighthomepage {
	width: 145px;
	margin-top: -20px;
}
.boxfortwitteretc {
	background: url(images/key_page_components/170x350dottedbox.gif) no-repeat;
	height: 305px;
	float: left;
	width: 147px;
	padding: 35px 12.5px 10px;
	margin-top: 20px;
}
#container_beachimages2 {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 500px;
	clear: left;
	margin-bottom: 10px;
}
.menucaption {
	font: bold normal 9pt "Trebuchet MS";
	color: #999999;
	text-align: center;
	vertical-align: bottom;
}
.menupicalignment {
	margin-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container_menu2rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 500px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu1row {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 250px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu7rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 1800px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu3rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 750px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu5rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 1275px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu15rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 3950px;
	clear: left;
	margin-bottom: 10px;
}
#container_menu9rows {
	background: #FFFFFF;
	width: 910px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: 2350px;
	clear: left;
	margin-bottom: 10px;
}

