/*** SITE ***/
body
{
	background-color: #655240;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}
#site
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1020px;
	padding: 10px;
	background-color: #fff;
}
#logo
{
	margin-top: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 1040px;
}
#publipavo
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1040px;
	margin-top: 12px;
}
#publipavo img
{
	border: none;
}
a img
{
	border: none;
}
a
{
	color: #655240;
}
.clear
{
	clear: both;
}

/*** MENU ***/
#menu
{
	height: 90px;
}
#menu a
{
	display: block;
	width: 180px;
	height: 50px;
	background-color: #E5DDD0;
	color: #655240;
	float: left;
	margin: 2px;
	padding: 10px;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover
{
	background-color: #fff;
}
a.active
{
	border-bottom: 5px solid #655240;
}

/*** CONTENT ***/
#content
{
	height: 510px;
}
.spacer
{
	height: 12px;
}

/*** FLOOR ***/
#floorspacer
{
	height: 40px;
}
#floor
{
	background: #fff url(images/site/bg.jpg) repeat-x 0px 2px;
	/*border-top: 1px solid #DCD5D0;*/
	padding: 20px;
	line-height: 16px;
	font-size: 11px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.right
{
	float: right;
	text-align: right;
}

/*** SUB/PAGE ***/
.page_content
{
	margin-bottom: 6px;
	color: #655240;
	text-align: center;
	font-size: 12px;
}
#subpages
{
	text-align: center;
}
.subpage_name
{
	/*float: right;*/
}
.subpage_img img
{
	border: 1px solid #DED5C6;
	padding: 1px;
}
.subpage_img
{
	/*padding: 1px;*/
	background-color: #ffffff;
	margin: 3px;
}
.subpage_line
{
	margin-bottom: 6px;
}


/*** TOOLTIP ***/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #DED5C6;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div
{ 
	margin: 0; 
	font-family: verdana;
	font-size: 12px;
	color: #655240;
	font-weight: normal;
}


/*** SLIDESHOW ***/
#slideshow
{
}
.svw
{	
	width: 50px;
	height: 20px;
	background: #fff;
}
.svw ul
{
	position: relative;
	left: -999em;
}
.stripViewer
{	
	position: relative;
	overflow: hidden;
	border: 5px solid #DED5C6;
	margin: 0 0 1px 0;
}
.stripViewer ul
{ /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
}
.stripViewer ul li
{  
	float: left;
} 
.stripTransmitter
{ 
	overflow: auto; 
	width: 1%;
}
.stripTransmitter ul
{ 
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li
{ 
	width: 20px;
	float:left; 
	margin: 0 1px 1px 0px;
}
.stripTransmitter a
{ 
	font: 10px Verdana, Arial;
	text-align: center; 
	line-height: 24px; 
	background: #E5DDD0; 
	color: #655240; 
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, a.current
{ 
	background: #fff; 
	color: #655240;
} 

/*** IMAGES ***/
#images
{
	float: left;
	text-align: left;
	width: 412px;
}
#images img
{
	border: 1px solid #E5DDD0;
	margin: 2px;
	padding: 1px;
	display: block;
	width: 196px;
	float: left;
}
#image
{
	border: 2px solid #E5DDD0;
	margin: 2px;
	padding: 1px;
}