html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  width:100%;
  color: #666;
}

html { height:100%; width:100%;}

body {
	background-color: #ffffff;
	font-family: Verdana;
    height: 100%;
	width:100%;
	font-size: 12px;
}

a { color: #00a03d;}

#twellcome {
	width: 100%;
	height: 100%;
}



#wellcome {
	display: block;
	width: 720px;
	height: 220px;
	margin: auto;
	background: url("img/welcome.jpg") no-repeat 0 0;
	position: relative;
}

a#link1 {
	position: absolute;
	display: block;
	width: 300px;
	height: 65px;
	top: 145px;
	left: 10px;
	cursor: pointer;
}

a#link2 {
	position: absolute;
	display: block;
	width: 300px;
	height: 65px;
	top: 145px;
	left: 410px;
	cursor: pointer;
}

#site {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	padding-top: 10px;
}

#header {
	background: url("img/logo.jpg") no-repeat 0 0;
	width: 100%;
	margin: 0;
	padding: 10px;
	height: 100px;
	
}

#content {
	min-height: 600px;
	height: 600px;
	width: 100%;
	border: 1px solid #c0c0c0;
	padding: 10px;
}

#bottom {
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 30px;
	height: 100px;
	color: #000;
}

#menu {
	width: 750px;
}

#menu a {
	display: block;
	padding: 10px;
	margin: 0 3px 0 0;
	background-color: #00a03d;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	float: left;
	text-decoration:none;
}

#menu a:hover {
	background-color: #006937;
	font-weight: bold;
	text-decoration:none;
}

.spamfilter {
	display: none;
}

.bline {
	clear: both;
}

.sorry {
	font-size: 1.5em;
	color: red;
	text-align: center;
}

.cen {
	text-align: center;
}

#content h1 {
	font-size: 30px;
	color: #606060;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

table#tableproducts {
	width: 100%;
}

table#tableproducts th {
	padding: 5px 10px 5px 10px;
	margin: 0;
	border: 1px solid #000;
	background-color: #9C3;
	color: #fff;
}

table#tableproducts tr td {
	padding: 5px;
	margin: 0;
	border: 1px solid #000;
	text-align: center;
}

