﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin: 15px 0 15px 0;
	background-image: url('bg.gif');
	background-color: #E3D6B8;
	text-align: center;
	font-family: Arial;
}
div {
	/*overflow: hidden;*/
}
img {
	border: none;
}
.outerTbl {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	direction: rtl;
	background-repeat:no-repeat;
	background-position:5px bottom;
}

.outerTbl .logoBar {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 10px;
}
.outerTbl #menuDiv {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
	*padding:4px;
	background-image: url('bg_menu.gif');
}
.outerTbl #menuDiv .innerMenu {
	margin-left:6px;
	*margin-left:7px;
}
.outerTbl #menuDiv .innerMenu .menuBtn {
	font-size:10.5pt;
	height:18px;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	background-color: #EFE8D7;
	color: #533829;
	border:2px #FFFFFF solid;
	border-left-width:1px;
	border-right-width:1px;
}
.outerTbl #menuDiv .innerMenu .menuBtn:hover {
	background-color:#533A2D;
	color:#EFE8D7;
	/*background-image: url('bg_btn_hover.gif');*/
}
.outerTbl #menuDiv .innerMenu .menuBtnCurrent {
	background-color:#724934;
	color:#EFE8D7;
	/*background-image: url('bg_btn_current.gif');*/
}
div#container {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	direction: rtl;
	position:relative;
}

div#content {
	float: right;
	width:295px;
	*width: 310px;
	display: block;
	height: 336px;
	padding: 4px 8px 4px 7px;
	font-size:10.5pt;
	line-height:130%;
	color:#FFFFFF;
	position: relative; 
	overflow:hidden;
}
.content1{
	background-color:#C1A67B;
}
.content2{
	background-color:#94A9BA;
}
.content3{
	background-color:#CB8257;
}
.content4{
	background-color:#96B76A;
}

div#content p{
	margin-top:10px;
	margin-bottom:17px;
}

div#content .smbt {
	display: block;
	margin-top:7px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;	
	text-align:center;
	margin-right:20%;
	margin-left:20%;
}
div#content .smbtA {
	color:#D6D3C4;
	background-color:#50687C;
}
div#content .smbtB {
	color: #552020;
	background-color:#E1EBD3;
}


div#content .smbt2 {
	display: block;
	margin-top:15px;
	background-color:#533728;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:3px;
	text-decoration:none;	
	text-align:center;
	margin-right:25%;
	margin-left:25%;
}

div#content .scroll
{
	width: 268px;
	position: absolute;
	top: 0px; right: 30px;
	padding: 4px 0px 4px 0px;
}
div#content .miniTitle
{
	color:#533728;
	font-weight: bold;
	background-image:url('row.gif');
	background-repeat:no-repeat;
	padding-right:15px;
	background-position:right 4px;
	/*border-bottom:2px #FFE3D2 solid;*/
	margin-bottom:2px;
	margin-top:10px;
}
div#content .miniBold
{
	font-weight: bold;
	color:#533728;
}
div#content .miniBold2
{
	color:#533728;
}

div#content ul{
	margin-top: 9px;
	margin-right:15px;
	color:#FFFFFF;
	margin-bottom:15px;
	*margin-bottom:5px;
}
div#content li{

	margin-top: 5px;
	list-style: url('blt.gif');
}

/* Slider */
ul#sm {
	float: left;
	width: 570px;
	list-style-type: none;
	display: block;
	overflow: hidden;
	height: 336px;
}
ul#sm li {
	float: left;
	display: inline;
	overflow: hidden;
	height: 336px;
	width: 360px;
	margin-right: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Fade(duration=1)";
	filter :progid:DXImageTransform.Microsoft.Fade(duration=1);
}
ul#sm li img {
}


/* Scrollbar */
.Scrollbar-Track {
	width: 10px;
	height: 305px;
	position: absolute;
	top: 25px;
	right: 6px;
	z-index:1;
	background-image:url('bg-scroll.gif');
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 50px;
	background-color: #4F3324;
}
.plutoCredit
{
	width:58px;
	height:27px;
	left: 5px;
	bottom:5px;
	position:absolute;
}
