/* general */

html {
	margin: 0px;
	padding: 0px;
	}

body 
{ 
	font: 9pt/11pt verdana, arial, sans-serif;
	margin:0px auto; 
	padding: 0px;
	color:#000000;
	background-color:#fff;
}


p { 
	margin: 0px 0px 12px 0px; 
	}


a{
	font-weight:bold;
	color:#FF9933;
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font: 11pt/13pt verdana, arial, sans-serif;
	font-weight: bold;
	margin:3px 0px 6px 0px;
}

h2
{
	font: 10pt/16pt verdana, arial, sans-serif;
	font-weight: bold;
	margin:0px 0px 4px 0px;
}

.small
{
	font-size:7pt;
}

/* faqs */

ol.faqs
{
	width:450px;
	margin:0px;
}

ol li
{
	margin-bottom:5px;
}

ol div
{
	display:none;
	padding:5px 0px 5px 0px;
}

/* page structure */

#container
{
	position:relative;
	width:550px;
	margin:0px auto;
}

#content
{
	padding:15px;
}

#close
{
	position:absolute;
	right:25px;
	top:25px;
}

#devider
{
	background-color:#F2B517;
	margin-bottom:10px;
	height:15px;
}

#menu
{
	margin:0px;
	padding:0px;
}

#menu li
{
	list-style-type:none;
	display:inline;
	font-weight:bold;
	padding:0px 15px 0px 15px;
}

#menu li.right
{
	border-right:1px solid #FF9933;
}

#menu a
{
	padding:0px;
	margin:0px;
}

/* header styles */

#header
{
	position:relative;
	width:100%;
	height:25px;
	margin:0px;
	padding:0px;	
	background-color:transparent;
}

#topnav
{
	position:absolute;
	right:28px;
	top:10px;
}

#topnav a
{
	font-size:9pt;
	color:#069;
	font-weight:bold;
	text-decoration: none;
}

#topnav a:hover
{
	text-decoration:underline;
}

#subnav
{
	position:relative;
}

#subnav a
{
	font-size:9pt;
	color:#FFF;
	font-weight:bold;
}




/* content */

#right
{
	margin-left:190px;
	top:50px;
	width:534px;
	background-color:transparent;	
}

#title
{
	background-color:#FFF;		
}

#highlight
{
	position:relative;
	text-align:right;
	color:#FFFFFF;
	background-color:#F2B517;	
	padding: 10px 15px 10px 23px;
}

#highlighttext
{
	left:0px;
	top:0px;
	min-height:90px;
	width:340px;
	padding-right:15px;
	border-right:1px solid #FFF;
}

#highlighttext a
{
	color: #FFF;
}

* html body #highlighttext {
	height:90px;
	overflow:show;
}

#tour
{
	position:absolute;
	top:10px;
	right:25px;
	padding-left:15px;
}

#text
{
	font-size:8pt;
	padding:23px 23px 15px 23px;
	background-color:#FFF;		
}


#text li
{
	margin-bottom:4px;
}

#righttop
{
	width:534px;
	height:6px;
	background: transparent URL('images/content_top.gif') no-repeat top;	
}

#rightbottom
{
	width:534px;
	height:6px;
	background: transparent URL('images/content_bottom.gif') no-repeat bottom;	
}

/* content */

#footer
{
	min-height:22px;
	background: #F2B517 URL('images/bottom.gif') no-repeat bottom;
	border-top:1px solid #FFFFFF;
	text-align:center;
}

#footer UL
{
	margin:0px 0px 0px 0px;
	padding:3px;
	list-style-type: none;
	color:#000000;
}

#footer LI
{
	margin:0px 12px 0px 12px;
	display:inline;
	font-size:8pt;
}

#footer LI A
{
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

#footer LI A:hover
{
	text-decoration:underline;
}

/* payment details */

.paydetails{
	border:1px solid #CCCCCC;
	padding:10px;
}
.paylabel{
	font-weight:bold;
}


