body {
	background-color: CFC19F;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
p, td {
	color: FFFFFF;
	font-family:tahoma;
	font-size: 12px;
	font-weight: 400;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.top-menu-table {
	border: 2px solid #FFFFFF;
}
.heading
{
	font-family:tahoma;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;

}
.top-address {
	color: BDB4AC;
}
.footer-table {
	border: 2px solid #FFFFFF;
	background-image: url(../images/menu-bg.gif);

}
.footer, a.footer {
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	text-decoration:underline;
}
.test {
	font-weight: 300;
}
img.thumbnails {
	border: 2px solid #FFFFFF;
}
.smalltext {
	font-size: 10px;
}
.smalltext1 {
	font-size: 11px;
}
#top-menu, #top-menu ul{
	padding-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;		
}

#top-menu li{
	float: left;
	position: relative;
	padding-right: 23px;
	padding-left: 23px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A29085;	
}

.sub-menu{
	display: none;
	width: 20em;
	position: absolute;
	top: 100%; /* to position them to the right of their containing block */
	background-color: #715643;
	border: 1px solid #A29085;
	text-align: left;
	line-height: 20px;
	top: 50x;
	left: -35px;
}

.sub-menu li{
	width: 100%;
	left: 0px;
	padding-bottom: 10px;
	border-style: none;
}

.sub-menu li a{
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	margin-left: 0px;
}


.sub-menu li a:hover{
	text-decoration: none;
}
#top-menu a{
text-decoration: none;
margin: 0;
}
#top-menu a:hover{
text-decoration: underline;
}
#top-menu li:hover ul, li.over ul {
	display: block;
}
#top-menu li:hover ul li, li.over ul li {
	border-style: none;
}

a.top-menu-link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.top-menu-link:hover {
	text-decoration: underline;
}
