/*********************** SCROLLERS ***********************/
.root 		{
	position:absolute;
	height:			400px;
	margin: 			20px 0px 0px;
	width: 500px;
		}
.root p 	{
		margin:			10px 10px 5px;
		}
.root a 	{
	text-decoration: none;
	color: #E3E3E3;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			500px;
	height:			400px;
	clip:			rect(0,auto,auto,0);
	overflow:			auto;
	font-family:Georgia, "Times New Roman", Times, serif; /* makes anchor links in ie non-working */
	text-align: left;
	margin: 0px;
	padding: 0px;
		}
.scrollContent {
	margin: 0px;
	padding: 0px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
		}
 p {
	font-size:11px;
	text-align:justify;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
 ul {
	text-align:justify;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 0.7em;
}
 h2 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
 h3 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC6600;
	padding-left: 5px;
}
 .item {
	padding:0px;
	margin: 0px;
}
#postal{
}
#tel{
	background-image: url(../IMAGES/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 12px;
}
#email{
	background-image: url(../IMAGES/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 12px;
}
#email a{
	color: #CCCCCC;
	text-decoration: none;
}
#content_main .item .gallery {
	margin: 0px;
	padding: 0px 8px 8px;
}
#tn{
	height: 130px;
	width: 150px;
	float: left;
	padding: 0px;
	margin: 4px;
	background-color: #532B20;
	border: 1px dotted #2E231E;
	display: block;
}
#tn .view{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
	height: 16px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 120px;
}
#tn .view a{
	background-image: url(../IMAGES/zoom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-left: 15px;
	color: #DCD0CE;
	text-decoration: none;
}
#tn .view a:hover{
	background-image: url(../IMAGES/zoom_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	padding-left: 15px;
	color: #DCD0CE;
	text-decoration: none;
}
#content_main .more{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_main .more a{
	color:#DCD0CE;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
}
#content_main .more a:hover{
	background-image:url(IMAGES/pointer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: left center;
}
