html, body	{
	background: #ffffff;
	text-align: center;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	padding: 12px;
	font-size: 12px;
}

#container	{
	position: relative;
	margin: auto;
	min-width: 1220px;
	width: 94%;
	min-height: 700px;
	border: 2px solid #000066;
	background: #7d7d7d;
	background-image: url('/images/bg.png');
	background-repeat: repeat;
	padding-top: 14px;
	padding-bottom: 14px;
}

#logo	{
	background-image: url('/images/Raebo_logo_web.png');
	background-repeat: no-repeat;
	height: 159px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav_left	{
	border: 0px;
	margin: 3px;
	margin-top: 160px;
	float: left;
}

#nav_left ul	{
	list-style-type: none;
	text-align: left;
	font-size: 1.6em;
}

#content_right	{
	vertical-align: middle;
	padding-left: 300px;
	min-height: 620px;
}

a:link, a:visited	{
	color: #46a5dc;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #46a5dc;
	text-decoration: none;
}


a.top:link, a.top:visited	{
	color: #46a5dc;
	text-decoration: underline;
}

a.top:hover, a.top:active	{
	color: #46a5dc;
	text-decoration: none;
}

a.mid:link, a.mid:visited	{
	color: #e8f6fc;
	text-decoration: underline;
}

a.mid:hover, a.mid:active	{
	color: #e8f6fc;
	text-decoration: none;
}

a.bot:link, a.bot:visited	{
	color: #68c293;
	text-decoration: underline;
}

a.bot:hover, a.bot:active	{
	color: #68c293;
	text-decoration: none;
}

#review	{
	text-align: left;
	background: #acacac;
	border-bottom: 1px solid #7d7d7d;
	padding: 6px 12px;
	margin: 0px 24px;
}


.review_subj	{
	font-weight: bold;
}

.reviewer	{
	padding-right: 18px;
}

.img_brd	{
	border: 6px solid #ffffff;
}

.rating{height:15px;overflow:hidden;position:relative;width:78px;}
.star-img{display:block;width:100%;height:100%;background:url('/images/stars_map_h.png') no-repeat;}
.rating .stars_1{background-position:-86px 0;}
.rating .stars_1_half{background-position:-172px 0;}
.rating .stars_2{background-position:-258px 0;}
.rating .stars_2_half{background-position:-344px 0;}
.rating .stars_3{background-position:-430px 0;}
.rating .stars_3_half{background-position:-516px 0;}
.rating .stars_4{background-position:-602px 0;}
.rating .stars_4_half{background-position:-688px 0;}
.rating .stars_5{background-position:-774px 0;}
.offscreen{position:absolute;left:-9999px;top:auto;overflow:hidden;width:1px;height:1px;}
.star-review-count .rating,.star-review-count .rating-small{float:none;display:inline-block;}
.ltie8 .star-review-count .rating,.ltie8 .star-review-count .rating-small{display:inline;margin-right:3px;}
.star-review-count .rating{vertical-align:middle;}
@media print{
.star-img{position:absolute;background:none;width:auto;height:auto;}
.star-img img{position:relative;top:0;left:0;width:auto;height:auto;}
.rating .stars_1{left:-86px;}
.rating .stars_1_half{left:-172px;}
.rating .stars_2{left:-258px;}
.rating .stars_2_half{left:-344px;}
.rating .stars_3{left:-430px;}
.rating .stars_3_half{left:-516px;}
.rating .stars_4{left:-602px;}
.rating .stars_4_half{left:-688px;}
.rating .stars_5{left:-774px;}}

#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:592px;
	margin:20px auto 20px;
	position:relative;
	width:764px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
	color: #7c7c7c;
}

#numeric{
	position: absolute;
	top: 0px;
	left: 684px;
	width: 70px;
	text-align: right;
}

#caption{
	position: absolute;
	top: 572px;
	left: 10px;
}

#titlebar{
	position: absolute;
	top: 0px;
	left: 10px;
}

#slideshow ul{
	height:552px;
	left:-30px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:20px;
	width:744px;
	margin: 0px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

#message	{
	text-align: left;
}

#news	{
	text-align: left;
	background: #acacac;
	border-bottom: 1px solid #7d7d7d;
	padding: 6px 12px;
	margin: 0px 24px;
}

.indent	{
	padding-left: 100px;
	padding-right: 100px;
	line-height: 1.4em;
}

.news_quote	{

	font-size: 24px;
	color: #46a5dc;
}

.news_footer	{
	padding-left: 50px;
	font-size: 10px;
}

.news_poster	{
	font-style: italic;
	color: #00ffff;
	padding-left: 24px;
}




#press	{
	text-align: left;
}

.press_city	{
	font-weight: bold;
}

.press_date	{
	font-style: italic;
}