@charset "utf-8";

/* web layout */
html
{
	height:100%;
}

body
{
	background:#232323;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}

img
{
	border-style:none;
}

#wrapper
{
	height:100%;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#container
{
	position:relative;
	margin:0px auto 0;
	padding:150px 0px 0px 0;
	width:980px;
	background:url(../images/general/bg_circle.png) bottom right no-repeat #231f20;
}

#header
{
	position:relative;
	margin:0px 0 0 0;
	padding:4px 0 0 4px;
	height:269px;
	width:100%;
	z-index:5;
}

#content
{
	position:relative;
	margin:0 59px 0 58px;
	padding: 0 0 0 0;
	height:582px;
	width:863px;
	background:url(../images/general/bg_content.png);
	font-family:Miso;
	font-weight:normal;
}

#innerContent
{
	position:relative;
	padding:10px 0 0 20px;
	width:630px;
}

#menu
{
	position:absolute;
	bottom:0px;
	left:2px;
	width:855px;
	height:31px;
	background:url(../images/general/bg_menu.png) repeat-x;
}

#footer
{
	position:relative;
	margin:0 63px 0 60px;
	padding:10px 0 10px 0px;
	width:auto;
	height:auto;
	color:#ffffff;
}

/* navigation menu */

#navMenu
{
	position: absolute;
	top:7px;
	right:10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:auto;
	white-space:nowrap;	
	z-order:15;
}

#navMenu li
{
	position:relative;
	float:left;
	list-style:none;
	padding:0 9px;
	font-family:"Miso";
	font-size:19px;
	font-weight:normal;
}

#navMenu li a
{
	color:#FFF;
	outline:none;
	cursor:pointer;
}

#navMenu li a.selected
{
	color:#32bde5;	
}

#navMenu li a.typeface-hover
{
	color:#32bde5;
	display:none;
	cursor:pointer;
}

/* content */

.arrowList
{
	padding:0 0 0 15px;
	margin:0;
}

.arrowList li
{
	position:relative;
	list-style:url("../images/general/img_arrow.png");
	padding:0;
	margin:0;
	font-family:"Miso";
	font-size:16px;
	font-weight:normal;
	height:16px;
	margin:10px 0;
}

.arrowList li div
{
	position:absolute;
	font-family:"Miso";
	font-size:15px;
	font-weight:normal;
	top:3px;
	width:500px;
}

.arrowList li div div.right
{
	top:0;
	right:0;
	width:300px;
}

.arrowList li div div.left
{
	top:0;	
}

.list_with_arrow
{
	position:relative;
	list-style:url("../images/general/img_arrow.png");
	padding:0;
	margin:0;
	font-family:"Miso";
	font-size:16px;
	font-weight:normal;
/*	height:16px;
	margin:10px 0; */
}

.tableEnquiry td
{
	padding:2px 8px 2px 0;
	margin:0;
}

.tableEnquiry td input
{
	margin:0;	
}

.clear
{
	clear:both;	
}
