/* css for wickstead the rest */

body {
background: #003300;	
margin:	0px;
padding: 10px;
font-size: 12px;
font-family: verdana, sans;
max-width: 800px;
}

a, a:link, a:visited, a:hover, a:active {
color: #99ff33;
border: none;
background: none;
}

table.white {
color: white;
font-size: 10px;
}

table a, table a:link, table a:visited, table a:hover, table a:active {
color: black;
background: none;
}

hr {
width: 100%;
color: white;
height: 1px;
}

#banner {
text-align: left;
float: left;
clear: right;
}

#frame {
width: 800px;
}

#buttons {
clear: left;
float: left;
width: 110px;
text-align: left;
list-style: none;
padding: 0px;
margin-top: 10px;
margin-left: 0px;
}

#buttons li {
width: 110px;
display: block;
background: #999;
border: 1px solid white;
line-height: 150%;
margin-top: 5px;
}

#buttons li a {
padding: 2px 4px;
display: block;
background: url(imgs/arrow.png) 100% 50% #060;
background-repeat: no-repeat;
color: white;
text-decoration: none;
}

#buttons li a:link, a:visited {
color: white;
}

#buttons li a:hover, a:visited {
color: black;
background: url(imgs/arrow.png) 100% 50% #090;
background-repeat: no-repeat;
}

/* page */

#page {
margin: 10px 10px;
float: left;
width: 450px;
padding: 0px 10px;
}

#content p {
color: white;
font-size: 90%;
line-height: 150%;
}

#content h1 {
padding-bottom: 10px;
margin: 0px;
color: #FF9;
font-size: 125%;
}

#content h2 {
padding: 5px 0px;
margin: 0px;
color: white;
font-size: 100%;
}

/* form */
fieldset {
background: #669900;
color: black;
border: 1px solid white;
}

legend {
border: 1px solid white;
background: black;
color: white;
font-weight: bold;
padding: 4px;
}

#content ul {
padding-left: 30px;
color: #FF9;
font-size: 90%;
line-height: 150%;
}

#content strong {
color: #FF9;
}

/* clip and links start */

#clip {
float: right;
text-align: left;
color: #000;
font-size: 11px;
background: #CCC;
border: 1px solid #666;
margin: 0px;
}

#clip img {
border: 1px solid #FF9;
padding: 0px;
margin: 0px;
}

#links {
color: white;
clear: both;
font-size: 12px;
}

#links img {
border: none;
text-decoration: none;
}

/* clip and links end */

#sidebar {
background: #060;
margin-top: 10px;
width: 140px;
float: left;
clear: right;
font-size: 90%;
color: white;
}

#sidebar p {
padding: 0px;
margin: 0px;
padding: 5px;
text-align: justify;
}
		
#address {
text-align: center;
clear: both;
font-size: 85%;
color: #FF9;
}

#address img {
border: none;
}

#address strong {
font-weight: bold;
color: white;
}

#address a {
border: none;
text-decoration: none;
}

/* table basics and ul basics */
	
table.price {
background: #FFF;
border-collapse: collapse;
/*font-size: 90%;*/
}

table.price th {
	border-left: 1px solid #999;
	padding: 4px;
	background: #000;
	text-align: left;
	color: #FF9;
}

table.price td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding: 4px;
	background: #CCC;
	text-align: left;
	color: #000;
	font-size:10px;
}

table.news {
width: 100%;
background: #FFF;
border-collapse: collapse;
font-size: 90%;
border: 1px solid #999;
margin-bottom: 10px;
text-align: left;
}

table.news th {
border-left: 1px solid #999;
padding: 4px;
background: #000;
color: #FF9;
/*font-size: 90%;*/
width: 50%;
}

table.news td {
border-left: 1px solid #999;
border-bottom: 1px solid #999;
vertical-align: top;
padding: 4px;
background: #CCC;
color: #000;
/*font-size: 90%;*/
}

table a.news {
color: black;
}

/* classes */

table tr th.tsmall, table tr td.tsmall {
width: 85px;
}

.right {
right: 0px;
text-align: right;
}

.border {
border: 1px solid #CCC;
}

/* gallery table */

table.gallery {
width: 400px;
border: 1px solid #666;
background: #060;
}

table.gallery img {
border-top: 1px solid #CCC;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 4px solid #ccc;
}



