*{
	border:none;
	padding:0;
	margin:0;
}

body 
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background: #FDF8D8 url(../img/body_bg2.png) repeat;
	/*font-family: "Lucida Grande", Verdana, sans-serif;*/
	color: #572b09;
	vertical-align:top;
}

h1{
	font-size: 1.5em;
	text-align:center;
}

h1#content_title{
	
}
	
h2 	
{ 
	color: #999;
	margin-bottom: 0;
	margin-left:13px;
	background:url(navigation.jpg) no-repeat;
	height:40px;
}

h2 span
{
	display: none;
}

a {
	outline: none;	
}

img {
	border: 1px solid #ecdca8;
	padding: 6px;	
	margin: 0;
	background-color:#FFF;
}

.imageOver{
	background: url(../img/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

div#wrap {
	width: 500px;
	margin: 50px auto;
}

#table_content{
	position:relative;
	padding: 0;
	display:block;
	background-color:#444444;
	vertical-align:top;
}

div#header, div#content{
	height:150px;
	background:#ffdb91;
	width:100%;
}

.bottom{
	height:70px;
	background:#dd6000;
}

td#content_menu{
	vertical-align:top;
	width:216px;
	background-color:#e7d7a3;
}

td#content_right{
	width:784px;
	padding:9px;
	margin:0;
	background-color:#fdf8d8;
	vertical-align:top;
}



.text{
	padding:9px;
	width:748px;
	text-align:justify;
}

#products{
	width:763px;
	padding:0 0 0 3px;
	margin:0;
	height:600px;
}

.item_small{
	display:block;
	position:relative;
	float:left;
	width:360px;
	height:360px;
	padding:9px;
	m_argin:9px;
	border: none;
}



.ittem_text{
	position:absolute;
	left:16px;
	bottom:12px;
	height:1em;
	padding:0.7em 5px 0.7em 5px;
	width:340px;
	/*background-color:#4e3028;*/
	background-color:#d8b465;
	vertical-align:middle;
	-moz-opacity:0.55 !important;
	opacity:0.55 !important;
	filter:alpha(opacity=55);
	cursor:pointer;
}

.ittem_text:hover{
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100);
}


.ittem_name{
	float:left;
	color:#FFF;
	vertical-align:middle;
	font-weight:bolder;
}
	
.ittem_price{
	float:right;
	color:#900;
	font-weight:bolder;
}


#menu{
	width:100%;
}

.menu_sel{
	color:#F00;
}

div#right{
	width:100%;
	height:100%;
	vertical-align:top;
	padding:10px;
}
	
.copyright{
	padding-left:15px;
	padding-top:15px;
	color:#FFF;
	width:auto;
	height:auto;
	vertical-align: bottom;
	font-weight:bold;
}

div.copyright a{
	color: #FFF;
	text-decoration:none;
}

div.copyright a:hover{
	color: #FFF;
	text-decoration:underline;
}

.centred{
	position:relative;	
	width:1000px;
	/*	
	margin-left: auto;
	margin-right: auto;	
	*/
	left: 50%;
	height:auto;
	margin:0px 0px 0px -500px;
	border-left:1px #c3a495 solid;
	border-right:1px #c3a495 solid;
}