/* page marging */

body{
	margin: 0px 0px;
}

/* header and footer stuff */

#outer{
	width: 900px;
	height: auto;
	background-color: #fff; /* ###background colour */
	border-bottom: 5px #7B6342 solid;
	border-left: 5px #7B6342 solid;
	border-right: 5px #7B6342 solid;
	margin-left: auto;
	margin-right: auto;
}

#inner_top{
	background-color: #7B6342;
}

#inner_bottom{
	background-color: #fff; /* ###background colour */
	border-bottom: 3px #7B6342 solid;
	border-left: 3px #7B6342 solid;
	border-right: 3px #7B6342 solid;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
}

#copyright{
	float:left;	
}

#contact_sitemap{
	float:right;
}

#float_clear{
	clear:both;
}

/* lists */

ul.no_decoration{
	list-style: none;
	text-decoration: none;
}

li.padded{
	padding: 0.2em 0em;
}

/* the header div */
#header{
	height:90px;
	position:relative;
}

#logo{
	float:left;
	padding-left:20px;
	padding-top:5px;
}

#language{
	position:absolute;
	padding-top:5px;
	padding-left:400px;
	color:#fff; /* ###background colour */
}

#shopping_cart_div{
	float:right;
	padding:5px;
}

#menu_div{
	position:absolute;
	left: 50%;
	margin-left: -242px;
	bottom: 0px;
}

/* shopping cart */

.shopping_trolley{
	background: #7d6340;
	border-width: 0em;
	padding: 0em 0em;
	
	color: #fff; /* ###background colour */
  	font-size:12px;
}
#shopping_header{
	background: #fff; /* ###background colour */
}
/* tables */

table.color {
	border-width: 4px;
	border-style: double;
	border-color: #7d6340;
	border-collapse: collapse;
}

table.color td {
	padding: 2px;
	border-style: none;
}

/* special divs */
div.text_centre{
	text-align: center;
}