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

body {
background-image:url(images/backgroundgradient.gif);
background-repeat:repeat-x
}

#container {
width:760px;
height:auto;
margin:0px auto 0px auto;
background-image:url(images/backgroundmain.gif);
background-repeat:repeat-x
}

#header {
width:760px;
height:120px;
background-color:#EEEEEE;
}

#navigation {
width:760px;
height:20px;
text-align:center;
}

a img {
border:none;
margin-left:1px;
}

#footer {
clear:both;
width:760px;
height:auto;
text-align:center;
}

p, h1, h2 {
margin:20px;
color: #2B3C28
}

p {
font-size:17px;
}

table#saleroom {
margin:auto auto;
width:650px;
}

table#saleroom td.saleposition1 {
text-align:center;
}

table#saleroom td.saleposition2 {
text-align:center;
padding:10px
}

table#saleroom td.saleposition3 {
padding-left:10px;
}

table#salepots {
margin:auto auto;
width:500px;
}

table#salepots td.pots1 {
text-align:center;
}

table#salepots td.pots2 {
width:150px;
padding-left:10px;
}

table#salepots td.pots3 {
width:75px;
text-align:center;
}

table#salepots td.pots4 {
text-align:center;
}


.productimage {
padding-right:10px;
padding-left:20px;
padding-bottom:15px;
}

table#gallery {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align:center;
}

table#links {
margin-left:auto;
margin-right:auto;
}

table#links td{
width:300px;
vertical-align:top;
}

.textsize {
font-size:12px;
}

form#cart {
text-align:right;
margin-right:20px;
}