/* CSS Document */

body {
	background-color: #0f0a00;
	width: 100%;
	padding:0;
	margin:0;
	font-family: Tahoma;
	font-size: 11px;
	}
.top {
	/*background-image:url(images/m_top.jpg);*/
	background-image:url(images/background.jpg);
	height: 184px;
	padding-top:30px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	}
.m_pict {
 	background-image:url(images/m_pict.jpg);
	height: 358px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	}
.middle_bg {
	background-image:url(images/m_bg.jpg);
	width: 100%;
	background-position: center;
	background-repeat: repeat-y;
	height: 200px;
	}
.m_bot {
	background-image:url(images/m_bottom.jpg);
	height: 280px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	}
.top_menu {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	}
.top_menu td {
	height: 33px;
	vertical-align: middle;
	}
.top_menu td a{
	color: #af9e68;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	}
.top_menu td a:hover {
	color: #af9e68;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	}
.spacer {
	width: 7%;
	}
.bottom_inf {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 129px;
	padding-top: 150px;
	}
.copy {
	font-size: 10px;
	color: #a29d8e;
	width: 250px;
	}
.studio {
	float: right;
	width: 170px;
	font-size: 10px;
	color: #a29d8e;
	padding-left: 360px;}
#content {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	}
.left_content {
	width: 265px;
	padding-right: 75px;
	padding-top: 48px;
	}
.right_content {
	float: right;
	text-align: left;
	width: 520px;
	}
.h1 {
	color: #9a8c61;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:normal;
	}
.spacer_m {
	width: 3%;
	}
.m_menu {
	width: 100%;
	margin-top: 44px;
	}
.m_menu td a{
	color: #d09552;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	}
.m_menu td a:hover {
	color: #d09552;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	}
.description_txt {
	color: #93855c;
	padding-bottom: 30px;
	padding-top: 30px;
	line-height: 18px;
}

.description_txt1 {
	color: #93855c;
	padding-bottom: 30px;
	padding-top: 30px;
	line-height: 18px;
	position:relative;
	width:550px;
}

.description_txt1 h1 {
	font-size:15px;
	margin:10px 0;
}

.white_for_m {
	color: #d5d4d2;
	font-size: 14px;
	}
.green_for_m {
	color: #3f3a2a;
	font-size: 14px;
	}
.orange_for_m {
	color: #d09552;
	font-size: 11px;
	}
.name_for_m {
	padding-top: 25px;
	}
.description_action {
	color:#5a4f27;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 10px;
	}
.description_action a{
	color: #785111 ;
	text-decoration: underline;
	}
.action_price {
	color: #d09552;
	font-size: 30px;
	}
.action_price span {
	font-size: 10px;
	}
.trade {
	color: #785111;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	}
.trade a{
	color: #785111;
	text-decoration: underline;
	}
























.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
/*	background: #666;	*/
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
.holder {
	float: left;
}
.scroll-pane {
	overflow: auto;
	height: 150px;
	padding-right:30px;
}

.winXP .jScrollPaneTrack {
	background: url(/images/windows_track.gif) repeat-y;
}
.winXP .jScrollPaneDrag {
	background: url(/images/windows_drag_middle.gif) no-repeat 0 50%;
}
.winXP .jScrollPaneDragTop {
	background: url(/images/windows_drag_top.gif) no-repeat;
	height: 4px;
}
.winXP .jScrollPaneDragBottom {
	background: url(/images/windows_drag_bottom.gif) no-repeat;
	height: 4px;
	
}
.winXP a.jScrollArrowUp {
	height: 17px;
	background: url(/images/windows_arrow_up.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollArrowDown {
	height: 17px;
	background: url(/images/windows_arrow_down.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}
.osX .jScrollPaneTrack {
	background: url(/images/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(/images/osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(/images/osx_drag_top.gif) no-repeat;
	height: 7px;
}
.osX .jScrollPaneDragBottom {
	background: url(/images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
	left:-2px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(/images/osx_arrow_up.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(/images/osx_arrow_down.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}