@charset "utf-8";
body {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F2F5;
	background-repeat: repeat-x;
	background-image: url(images/backgndx.png);
	font-size: 11px;
}
.mybuttonbox {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border: 3px solid #cccccc;
	height: 105px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(assets/buttons-white.jpg);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	cursor:pointer;
	background-color: #006666;
}






.bodytext {
	font-size: 11px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 3px solid #CCCCCC;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #FFFFFF;
}
.bodytext a {
	color: #000000;
}
#header {
	border: 3px solid #CCCCCC;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
}
.mybuttonbox h1 {
	font-size: 11px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: normal;
}
.mybuttonbox img {
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

#footer {
	border: 3px solid #cccccc;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
}
#footer a {
	color: #666666;
}

#menu {
	border: 0px solid #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #2F983C;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 25px;
	background-image: url(assets/buttons-back.jpg);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.pricelist {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imagewrapper {
	border: 3px solid #CCCCCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.pricelist td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	border-bottom-style: solid;
}
.smallbutton {
	background-color: #40A44E;
	display: block;
	padding: 0px;
	width: 240px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 25px;
}

.smallbutton a{
	background-color: #40A44E;
	display: block;
	padding: 0px;
	width: 220px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 7px;
}

.smallbutton a:hover{
	text-decoration: underline;
}
h1 {
	font-size: 14px;
}
.bodytext h2 {
	font-size: 12px;
}
