p { 
    padding: 0; 
    margin: 0; 
}
body {
    font-family: Verdana;
	background-image: url(im ages/bgblue.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FAFD8A;	
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
.cursorhand {
    cursor: pointer;
}
textarea {
    font-family: Verdana, Times, serif;
}
h1 {
    font-family: Verdana;
	font-size: 18px;
	color: #CC6600;
	font-weight: normal;
}
h2 {
    font-family: Verdana;
	font-size: 20px;
	color: #DD0000;
	font-weight: normal;
}
h3 {
    font-family: Verdana;
	font-size: 16px;
	color: #3B5E88;
	font-weight: normal;
}
div.title {
    background-image: url(images/header.jpg);
	min-height: 120px;
	border-bottom: solid 1px #000000;
}
div.menu {
    background-color: #454545;
	padding: 0;
	border-left: solid 1px #617C9A;
}
div.text {
    background-color: #ffffff;
	padding: 5px;
	min-height: 390px;
}
div.contacttext {
    background-color: #ffffff;
	padding: 0;
	min-height: 400px;
}
div.indextext {
    background-color: #ffffff;
	padding: 5px;
	min-height: 390px;
}
div.logos {
    border-top: solid 2px #617C9A;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.image {
    text-align: right;
}
div.special {
	padding-right: 5px;
	padding-left: 5px;
}
div.paypal {
	padding: 5px;
	text-align: center;
}
div.credit {
    margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 10px;
	color: #FFCC66;
	clear: both;
}
table.menu {
    font-family: Verdana;
	font-size: 16px;
	height: 120px;
	color: #ffffff;
	padding: 5px;
	border:0;
}
table.menu td {
    padding-right: 40px;
	padding-left: 6px;
	border-left: solid 1px #ffffff;
}
table.text{
    font-family: Verdana;
	font-size: 16px;
	color: #000000;
	padding: 0;
	text-align: center;
}
table.products td{
    font-family: Verdana;
	font-size: 13px;
	color: #000000;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
table.special td{
    font-family: Verdana;
	font-size: 13px;
	color: #000000;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
}
ul.standard li{
    font-family: Verdana;
	list-style-image:url(images/dot.png);
	padding-bottom: 24px;
}
ul.special li{
    font-family: Verdana;
    list-style:none;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-bottom: 3px;
	margin-left: -41px;
}
#main {
	top: 10px;
	background-color: #E6EAF2;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-top: 2px solid #FFCC66;
	border-bottom: 2px solid #FFCC66;
}
.style1 {
	font-family: Verdana;
	font-size: medium;
	color: #ffffff;
}