/*
CSS file for THEME
*/
body {
	margin:0px 0px 6px 0px; padding:0px;
	background-color: #2D1817;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #00000;
	font-weight: normal;
}
.frame {
	border: 1px solid #E8E9D7;
}
.bg_springroll {
	margin:0px; padding:0px;
	background-color: #FEFEDD;
}
.body {
	font-family: tahoma;
	font-size: 11px;
	color: #3A2F1A;
	font-weight: normal;
}
.body2 {
	font-family: tahoma;
	font-size: 12px;
	color: #3A2F1A;
	font-weight: normal;
}
.title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #616812;
}
.title2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #616812;
}
.note {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DD5300;
}
a:link {
	color: #B30F0E;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #B30F0E;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #2D1817;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.inputstyle {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

/*
CSS file for GOOGLE MAP
*/
table.directions th {
	background-color:#EEEEEE;
	font-size:12px;
	font-style:normal;
	font-family: tahoma;
}
	  
img {
    color: #000000;
}

/*
MOUSE-OVER IMAGE POP-UP
*/
.thumbnail img{
border: 1px solid white;
margin: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{
position: absolute;
padding: 1px;
left: -10px;
border: 1px dashed green;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
left:auto;
margin-left: 10px;
}

