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

body {
	color: #2c2c2c;
	font-size: 9px;
	font-family: Geneva, sans-serif;
	background-color: #afd6d1;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

img	{border: none;}

a:link { color: #92501c; text-decoration: none; }
a:visited { color: #92501c; text-decoration: none; }
a:hover { color: #c93; text-decoration: none; }
a:active { color: #c93; text-decoration: none; }

.nw {}

#topcontainer { 
	width: 858px;
	height: 69px;
	margin: 8px auto 0 auto;
	padding: 0;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#topbox { 
	padding-top: 26px;
	text-align: left;
}

#topbox a { margin: 0; padding: 0; float: left; display: inline; }

#topbox a.home,
#topbox a.about,
#topbox a.gifts,
#topbox a.stationery,
#topbox a.prints,
#topbox a.contact,
#topbox a.shops,
#topbox a.news,
#topbox a.orders { height: 25px; background: url(../images/navigation.gif) no-repeat 0 0; }

#topbox a.home { width: 64px; background-position: 0 0; }
#topbox a.about { width: 56px; background-position: -64px 0; }
#topbox a.gifts { width: 52px; background-position: -120px 0; }
#topbox a.stationery { width: 86px; background-position: -172px 0; }
#topbox a.prints { width: 52px; background-position: -258px 0; }
#topbox a.contact { width: 58px; background-position: -310px 0; }
#topbox a.shops { width: 48px; background-position: -368px 0; }
#topbox a.news { width: 46px; background-position: -416px 0; }
#topbox a.orders { width: 55px; background-position: -462px 0; }

#topbox a.home:hover { background-position: 0 -2px; }
#topbox a.about:hover { background-position: -64px -2px; }
#topbox a.gifts:hover { background-position: -120px -2px; }
#topbox a.stationery:hover { background-position: -172px -2px; }
#topbox a.prints:hover { background-position: -258px -2px; }
#topbox a.contact:hover { background-position: -310px -2px; }
#topbox a.shops:hover { background-position: -368px -2px; }
#topbox a.news:hover { background-position: -416px -2px; }
#topbox a.orders:hover { background-position: -462px -2px; }

#maincontainer {
	clear: left; 
	width: 858px;
	height: auto; 
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#mainbox { padding-top: 48px; padding-left: 51px; padding-right: 30px; }

#bottomcontainer { 	
	clear: left;
	width: 858px; 
	height: 31px;
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#bottombox {
}
