body {
margin: 15px 0px;
padding: 0px;
background: #f0f0ff;
font-family: sans-serif;
font-size: 15px;
}

.block {
width: 900px;
display: block;
margin: auto;
border: 1px solid #666;
height: auto;
background: #8f9fe6;
}

.logoimage {
border: 0px;
vertical-align: middle;
}

#header {
text-align: center;
color: #fff;
font-size: 30px;
padding: 4px 0px;
background-image: url("images/hbg.jpg");
background-repeat: no-repeat;
background-position: right;
}

#header a:link {
color: #fff;
text-decoration: none;
}

#header a:visited {
color: #fff;
text-decoration: none;
}

#header a:hover {
color: #fff;
text-decoration: none;
}


#mainmenu, #footmenu {
/*height: 20px;*/
text-align: center;
background: #666;
border-top: 0;
border-bottom: 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
}

#mainmenu div, #footmenu div {
display: table;
margin: 0 auto;
}

#mainmenu div ul, #footmenu div ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#mainmenu div ul li, #footmenu div ul li {
float: left;
display: inline;
}

#mainmenu a, #footmenu a {
color: #fff;
display: block;
text-align: center;
padding: 3px 14px;
text-decoration: none;
font-size: 13px;
}

#mainmenu a:hover, #footmenu a:hover {
text-decoration: none;
background: #ccc;
}

#maintext {
background: #fff;
background-image: url("images/bg.jpg");
background-repeat: repeat-y;
background-position: left;
}

#central {
padding: 0 40px 20px 40px;
}

#footer {
text-align: center;
font-size: 13px;
color: #fff;
padding: 3px 0;
}

#footer a {
color: #fff;
text-decoration: underline;
}

.image {
padding: 0;
margin: 0;
border: 0;
}

.image_left {
padding: 0;
margin: 0 12px 10px 0;
border: 0;
float: left;
}

.image_right {
padding: 0;
margin: 0 0 10px 12px;
border: 0;
float: right;
}

.bold {
font-weight: bold;
}



a:link {
color: #336699;
}

a:visited {
color: #6699cc;
}

a:hover {
color: #99ccff;
}

.buy a:link, .buy a:visited {
background: #fc3;
border: 1px solid black;
color: #000000;
padding: 7px;
text-decoration: none;
}

.buy a:hover {
text-decoration: underline;
}

h1, h2 {
color: #f90;
margin-top: 15px;
}

h1 {
font-size: 22px;
}

h2 {
font-size: 18px;
margin-top: 25px;
}

h3 {
font-size: 15px;
}

.shop {
font-size: 13px;
}

.small {
font-size: 12px;
}

table.basket {
border-top: 1px solid #ccc; 
border-left: 1px solid #ccc;
}

table.basket td {
border-right: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
padding: 3px 6px;
font-size: 10pt;
}