* {border:0;margin:0;padding:0;}

input, textarea, select {
    border: 1px solid black;
    margin: 5px;
}

body {
    font-family:Arial, sans-serif;
    background: transparent url(images/daisy.jpg) no-repeat right bottom;
    text-align: center;
}

.wrapper {
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 50px;
 
    background-image: url(images/motif.jpg);
    background-repeat: no-repeat;
	background-position: top right;
}

.all {
	background-image: url(images/teapotgrey.png);
	background-repeat: no-repeat;
	background-position: center;
}

.header {
	font-size: 20pt;
	font-family: "Monotype Corsiva";
	padding: 10px 100px 10px 10px;
	clear: both;
	background: url(images/logo.jpg) no-repeat top left;
	height: 120px;
	text-align: right;
	border-bottom: 1px solid black;
	}

.title {
	font-size: 38pt;
}

/*for pagination on items.php */
.pagination {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffab1d;
	border-bottom: 1px solid black;
	font-size: 9pt;	
	height: 15px;
	clear: both;
}

.pagination-bottom {
	border-top: 1px solid black;    
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffab1d;
	font-size: 9pt;	
	height: 15px;
	clear: both;	
	margin-top: 10px;
	bottom: 0px;
	position: absolute;
	width: 97%;
}

.next {
	float: right;
}

.previous {
	float: left;
}

.pagex {
	float: right;
}

/*for the top menu */
.top {
	text-align: left;
	font-size: 11pt;
	margin-left: 150px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.top a {
	color: black;
	text-decoration: none;
}
.topmenu {
	background-color: #c01923;
	/* padding: 10px 20px 0px 10px; */
	padding: 2px 20px 0 10px;
	margin-left: 0;
	height: 25px;
	}
.filter {
	float: right;
}
/* top right bottom left */
.filter input, select {
	padding: 0;
	margin: 0;
}
.links {
	word-spacing: 40px;
}

.leftmenu {
	background-image: url(images/fade3.png);
	background-repeat: repeat-x;
	background-position: bottom center;	
	padding: 50px 0 100px 0;
	}
	
.leftmenuholder {
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 150px;
	}
	
.leftmenu li {
	list-style-type: none;
}

.leftmenu a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 20px 5px 20px 5px;
    text-align: center;
}

.leftmenu a:hover {
    background: #d72928;
}	
/*
.nav {
	padding-left: 10px;
	background-color: #ffab1d;
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 9pt;	
	}
.nav a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
*/
.content {
	background-color: rgba(255, 255, 255, 0.5);
	border-left: 1px solid black;
	border-top: 0;
    margin-left: 0;
    text-align: left;
    width: 649px;
    float: right;
	min-height: 600px;
	position: relative;
    }
    
.scroll {
	position: relative;
	top: 50px;
	right: 16%;
}

.content p {
    clear: left;	 
	padding: 6px 6px 2px 10px;
    }

.content img {
	float: left;
	border: 1px solid black;
	margin: 0px 8px 0px 0px;
	display: block;
}

.name {
	font-weight: bold;	
}

.content ul {
margin-left: 20px;	
}

.content h2 {
margin-left: 10px;	
margin-top: 20px;
}

.content td, th {
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;	
}
.content table {
	margin-left: 20px;
}

img.main {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.row {
    clear: both;
}

.err {
	color: red;
}

.bottommenu {
	background-color: #c01923;
	font-size: 10px;
	border-top: 1px solid black;
	word-spacing: 10px;
	clear: both;
	}
.bottommenu a {
	color: black;
	text-decoration: none;
}

.copyright {
	word-spacing: 1px;
}

.center {
	text-align: center;
}

.price {
	margin-left: 100px;
}

