/* CSS Document for the Golden Orient*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/***************************************** layout of the table ****************************************/
.large_orange {
	font-size: 16px;
	color: #ff5b24;
}

.large_blue {
	font-size: 14px;
	color: #009999;
}

.header{
	background-image:url(images/top_banner.jpg);
	height: 34px;
}

.topmenu {
	background-image:url(images/background_menu.jpg);
	width: 198px;
	height: 138px;
	padding-right: 19px;
	padding-top: 18px;
	font-weight: bold;
	text-align: right;
}

.rotating_image {
	padding-top: 1px;
	padding-bottom: 1px;
}

.features_bar{
	background-image:url(images/background_details.jpg);
	background-repeat:no-repeat;
	width: 217px;
	text-align: center;
}

.features_bar_cell {
	height: 47px;
}

.features_bar_end {
	background-color: #e7dc83;
	background-repeat:repeat-y;
}

.blue_panel_spacer {
	height: 24px;
}


/******************************************** Content section ******************************************/

.content {
	color:#666666;
	font-size: 12px;
	line-height: 21px;
	vertical-align:top;
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 19px;
	width:544px;
}

.right_panel {
	margin-left: 17px;
	width: 214px;
}

.blue_panel {
	background-color:#f3f9fa;
	border-width: 1px;
	border-style:solid;
	border-color:#009999;
	padding-top: 27px;
	padding-left: 22px;
}

.blue_panel_text {
	color:#009999;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.highlight {
	color: #009999;
	font-weight: bold;
}

.form_tag {
	color: #666666;
	text-align:right;
	vertical-align:top;
}
/* ******************************************  links *******************************************/
.topmenu_text{
	font-size: 11px;
	color: #006666;
	line-height: 18pt;
	text-decoration:none;
}

.topmenu_text:hover{
	font-size: 11px;
	color: #ff5b24;
	line-height: 18pt;
	text-decoration:none;
}

.blue_panel_link {
	color:#009999;
	font-size: 12px;
	line-height: 14px;
}

.topmenu_arrow {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
}

h1 {
	color:#ff5b24;
	text-decoration:none;
	font-size:18px;
}

.orange_text {
	color:#ff5b24;
	font-weight: bold;
	text-decoration:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background-image:url(images/bullet.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 12px;
}

/*********************************************  footer *********************************************/
.swc {
	color:#666666;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}
.swc:hover {
	color:#009999;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}

.contact{
	color: #009999;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;	
}