<style type="text/css">

.style2 {
	color: #FF0000;
	font-style: italic;
}
.style3 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	border-bottom: 5;
	border-color: #00FF66;
	border-bottom-style: dotted;
	border-left: 2;
	border-left-color: #00FF33;
	border-left-style: dotted;
	border-right: 2;
	border-right-color: #00FF33;
	border-right-style: dotted;
	border-top-style: dotted;
	border-top-color: #00FF33;
}
.style5 {color: #000000}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#ad1 {
float:right;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


.capmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.ital {
	font-style: italic;
}


.price1 {
	font: italic bold 14px "Times New Roman", Times, serif;
	color: #FF0000;
	background: #FFFF00;
	padding: 2px;
	border: thin dotted #FF0000;
}
.bldr {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.linkhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.gold {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
	background-color: #666666;
	border: dotted,thin,#333333;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.redital {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
