@charset "UTF-8";
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
}
.twoColFixRtHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixRtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 14px;
	color: #666666;
}

.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 14px;
	color: #666666;
	line-height: 150%;
}


.twoColFixRtHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFA9A8;
	margin-top: 0px;
	margin-right: 206px;
	margin-bottom: 0;
	margin-left: 205px;
	border: 2px solid #FFFFFF;
	display: block;
	position: relative;
} 
.twoColFixRtHdr #footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 30px;
} 
.twoColFixRtHdr #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 */
	font-size: 10px;
	color: #333333;
}
.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: 20px;
}
.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;
}
a:link {
	font-weight: bold;
	color: #6378CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6378CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.white {
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 14px;
	margin-top: 0px;
	display: block;
}
.white .nameing {
	background-color: #FAFAFA;
	border: 1px solid #F6A3A2;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.white p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 0px;
}
.white h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	margin: 0px;
}
.white h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
.white h1 {
	font-size: 24px;
	color: #FF6600;
	font-weight: bolder;
}
.twoColFixRtHdr #container #header p {
	font-size: 12px;
	color: #FF6600;
}
#enter
{
	display: block;
	width: 110px;
	height: 50px;
	background: url("images/Enter_rollover.gif") no-repeat 0 0;
}

#enter:hover
{ 
  background-position: 0 -50px;
}

#enter span
{
  display: none;
}

#back
{
	display: block;
	width: 75px;
	height: 34px;
	background: url("images/back_rollover.gif") no-repeat 0 0;
	float: left;
}

#back:hover
{ 
  background-position: 0 -34px;
}


#back span
{
  display: none;
}


#checkOut
{
	display: block;
	width: 107px;
	height: 100px;
	background: url("images/checkOut.gif") no-repeat 0 0;
	float: left;
}

#checkOut:hover
{ 
  background-position: 0 -100px;
}


#checkOut span
{
  display: none;
}


#morePhotos
{
	display: block;
	width: 120px;
	height: 180px;
	background: url("images/CameraRollover.gif") no-repeat 0 0;
	float: left;
	margin-right: 22px;
	margin-left: 22px;
}

#morePhotos:hover
{ 
  background-position: 0 -180px;
}


#morePhotos span
{
  display: none;
}


#letter
{
	display: block;
	width: 295px;
	height: 100px;
	background: url("images/letterfromMrsD.gif") no-repeat 0 0;
	margin-right: 22px;
	margin-left: 22px;
}

#letter:hover
{ 
  background-position: 0 -100px;
}


#letter span
{
  display: none;
}

#viewBasket
{
	display: block;
	width: 120px;
	height: 180px;
	background: url("images/viewBasket.gif") no-repeat 0 0;
	float: left;
	margin-right: 22px;
	margin-left: 22px;
}

#viewBasket:hover
{ 
  background-position: 0 -180px;
}


#viewBasket span
{
  display: none;
}

#enterShop
{
	display: block;
	width: 120px;
	height: 180px;
	background: url("images/bagRollover.gif") no-repeat 0 0;
	float: left;
	margin-right: 22px;
	margin-left: 22px;
}

#enterShop:hover
{ 
  background-position: 0 -180px;
}


#enterShop span
{
  display: none;
}








.pink {color: #FF0099}
.peach {color: #F6A3A2}

.range
{
	overflow:auto;
	width:510px;
	position: relative;
}
.dumthumb ul {
	list-style-type: none;
	list-style-position: inside;
	display: block;
	text-align: center;
	width: 502px;
	overflow: visible;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.dumthumb li {
	list-style-type: none;
	float: left;
	width: 80px;
	height: 130px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	list-style-position: inside;
	display: block;
	text-align: center;
	text-indent: 0px;
}
.shopspacer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gallery {
	display: block;
	width: 400px;
	position: relative;
	float:right;
}

.gallery ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.gallery ul li{
	position: relative;
	text-align: center;
	height: 150px;
	width: 174px;
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}



#menutour
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_tour.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menutour:hover
{ 
  background-position: 0 -80px;
}


#menutour span
{
  display: none;
}



#menushop
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_shop.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menushop:hover
{ 
  background-position: 0 -80px;
}


#menushop span
{
  display: none;
}


#menustory
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_story.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menustory:hover
{ 
  background-position: 0 -80px;
}


#menustory span
{
  display: none;
}



#menuphoto
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_photo.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menuphoto:hover
{ 
  background-position: 0 -80px;
}


#menuphoto span
{
  display: none;
}


#menudream
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_dream.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menudream:hover
{ 
  background-position: 0 -80px;
}


#menudream span
{
  display: none;
}

#menucontact
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_contact.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menucontact:hover
{ 
  background-position: 0 -80px;
}


#menucontact span
{
  display: none;
}


#menudiary
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_diary.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menudiary span
{
  display: none;
}

#menudiary:hover
{ 
  background-position: 0 -80px;
}



#menuletter
{
	display: block;
	width: 200px;
	height: 80px;
	background: url("images/menu_letter.gif") no-repeat 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menuletter span
{
  display: none;
}

#menuletter:hover
{ 
  background-position: 0 -80px;
}



.white hr {
	text-decoration: none;
}



.diary {
	background-color: #FFCFC9;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	color: #333347;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.diary h1 {
	font-size: 24px;
	font-weight: bold;
}
.diary h2 {
	font-weight: normal;
	font-size: 16px;
}

.diary a:link {
	font-weight: normal;
	color: #FF6634;
	text-decoration: none;
}
.diary a:visited {
	font-weight: normal;
	color: #FF7147;
	text-decoration: none;
}
.diary a:hover {
	font-weight: normal;
	color: #8C218B;
	text-decoration: underline;
}
