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

body {
	background: url(images/bg.jpg) repeat-x; 
	font-family: trebuchet ms; 
	font-size: 12px; 
	text-align: center;
	}

#wrapper {
	width: 760px; 
	position: relative; 
	top: 35px;
	}

#wrapper_in {
	width: 658px;
	
	}

#box {
	width: 658px; 
        *width: 656px;
        _width: 656px;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y; 
	padding: 0 4px 0 4px;
	text-align: justify;

	}

	#box a
	{
		position: relative;
	}

#top {
	background: url(images/header.jpg) no-repeat; 
	height: 150px;
	}

#menu {
	background: url(images/menu.jpg) no-repeat; 
	height: 38px;
	text-align: left;
	}

#container {
	width: 644px;
    _width: 641px;
	line-height: 16px; 
	background: #F5F9F8; 
	margin-right: 9px; 
	padding-bottom: 20px;
	*text-align: center;
	}
	
#container_shop {
	width: 644px;
    _width: 641px;
	line-height: 16px;  
	margin-right: 9px;
	*padding-left: 15px;
	padding-bottom: 20px;
	*text-align: center;
	}

#side_content {
	background: url(images/ourcollection.jpg) no-repeat; 
	padding: 15px; 
	color: #7e7e7e;
        line-height: 25px;
	}

#side_content a {
        color: #7e7e7e;
        text-decoration: none;
        }
#side_content a:hover {
        color: #000;
        }

#side_content h2 {
	color: #6a774d;
        padding-bottom: 10px;
	}

#footer {
	clear: both; 
	background: url(images/footer.png) no-repeat; 
	height: 80px; 
	text-align: center; 
	margin-bottom: -100px;
	*margin-bottom: 0px;
	_margin-bottom: 0px;
	
	_background-image: none; /* stop messing up IE */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/footer.png",sizingMethod="scale"); /* for IE */
	}

#grass {
 	height: 184px; 
	text-align: center; 
	position: relative;
	background-image: url(images/grass.png); /* smart browsers */
	background-repeat: no-repeat;
	_background-image: none; /* stop messing up IE */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/grass.png",sizingMethod="scale"); /* for IE */
	*margin-top: -100px;
	}

#bottom_nav {
	text-align: center; 
	padding-bottom: 15px;
	}
#bottom_nav a {
	text-decoration: none; 
	color: #654d76;
	}
#bottom_nav a:hover {
	color: #828f78;
	}
#bottom_nav a:visited {
	color: #654d76;
	}
#bottom_nav ul {
	list-style-type: none;
	}
#bottom_nav li {
	display: inline; 
	padding-right: 15px;
	}
	
#menu ul {
	list-style-type: none;
	}
#menu li {
	display: inline; 
	padding-right: 15px;
	}

ul {
	padding-left: 40px;
	*padding-left: 0px;
	}
	
a {
	color: #654d76;
	text-decoration: none;
	}
a:hover {
	color: #828f78;
	}
	
td {
	font-family: trebuchet ms; 
	font-size: 12px; 
	text-align: justify;
	padding: 5px;
	}
	
td.prodnavigation {
	background: #f3e0f7;
	border: 1px solid #D5D6D8;
	padding: 10px;
	}
	
td.catnavigation {
	background: #f3e0f7;
	border: 1px solid #D5D6D8;
	padding: 10px;
	}
	
.detailimage img {
	background: #fff;
	border: 1px solid #D5D6D8;
	}
	
.detailname {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background: #ebecf9;
	border: 1px solid #D5D6D8;
	}
	
.detaildescription td {
	padding: 5px;
	}
	
.detailprice {
	font-size: 16px;
	font-weight: bold;
	}