@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	

}
a {
	text-decoration:none;
	color:#FFFFFF;
	outline:none;
}
a:hover {
	color:#e1c925;
}
h1 {
	font-size:22px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:lighter;
}
h2 {
	font-size:17px;
}
h3 {
	font-size:12px;
	margin:10px 0 10px 0;
}
p {
	line-height:15px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #171616;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-bottom:20px;
}
.twoColFixLtHdr #header {
	/*background: #171616;*/
	background::#000000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:144px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #171616; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0 0 10px;
}
.twoColFixLtHdr #mainContent {
position:relative;
	margin: 0 0 20px 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0 0 0x; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	background:url(../images/content_bg.gif) top right no-repeat;
	width:800px;
	min-height:450px;
	
}

.twoColFixLtHdr #content {
	padding: 14px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:30px 0 0 0;
	border: 1px solid #FFFFFF;
	width:400px;
	float:left;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1E1E1E;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	overflow:auto;
}
/*-------------------------------Form----------------------------------*/
.form {
	text-align:left;
}
/*-------------------------------header----------------------------------*/
.header {
	background:url(../images/header_fill.jpg) repeat;
	height:144px;
	margin:0px;
	padding:0px;
}
.header_left {
	background:url(../images/header_left.jpg) no-repeat left;
	height:144px;
	width:200px;
	
}
.header_left a {margin-left:10px;}
.header_right {
	float:right;
	margin:114px 30px 0 0;
	width:600px;
}
/*-----------------------footer2--------------*/
ul#menu {
	width:100%;
	height:16px;
	list-style:none;
	margin:0;
	padding:0;
	padding-top:9px;
}
ul#menu li {
	float:left;
}
ul#menu li a {
	background:url(../images/buttons/gridofbuttons.png) no-repeat scroll top left;
	display:block;
	height:16px;
	position:relative;
}
ul#menu li a.tokyo {
	width:85px;
}
ul#menu li a.singapore {
	width:132px;
	background-position:-85px 0px;
}
ul#menu li a.stocholm {
	width:138px;
	background-position:-217px 0px;
}
ul#menu li a.copenhagen {
	width:149px;
	background-position:-356px 0px;
}
ul#menu li a.hamburg {
	width:118px;
	background-position:-505px 0px;
}
ul#menu li a.new_york {
	width:120px;
	background-position:-623px 0px;
}
ul#menu li a.beograd {
	width:99px;
	background-position:-743px 0px;
}
ul#menu li a span {
	background:url(../images/buttons/gridofbuttons.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}
ul#menu li a.tokyo span {
	width:85px;
	background-position:0 -17px;
}
ul#menu li a.singapore span {
	width:132px;
	background-position:-85px -17px;
}
ul#menu li a.stocholm span {
	width:138px;
	background-position:-217px -17px;
}
ul#menu li a.copenhagen span {
	width:149px;
	background-position:-356px -17px;
}
ul#menu li a.hamburg span {
	width:118px;
	background-position:-505px -17px;
}
ul#menu li a.new_york span {
	width:120px;
	background-position:-623px -17px;
}
ul#menu li a.beograd span {
	width:99px;
	background-position:-743px -17px;
}
/*-------------------------------footer----------------------------------*/
.footer {
	background:url(../images/footer_repeat.gif) repeat;
	height: 115px;
	padding-top:0px;
}
.footer_left {
	background:url(../images/footer_left.gif) no-repeat;
	width:148px;
	height:115px;
	float:left;
}
/*
.footer_links ul li{
list-style-type:none;
padding:0;
margin:0;
display:inline;
}
.footer_links ul li a{
padding:0;
margin-left:-9px;
border:none;
outline:none;
list-style-type:none;
}
.footer_links ul li a img {
border-style:none;
margin-top:4px;
padding:0;
}*/
#sidebar1 .arrowlistmenu {
	width: 180px; /*width of accordion menu*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding-right:30px;
}
#sidebar1 .arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: ffffff;
	margin-bottom: 15px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:right;
	cursor: hand;
	cursor: pointer;
}
#sidebar1 .arrowlistmenu .menuheader a:hover {
	color:#e1c925;
}
#sidebar1 .arrowlistmenu .openheader a { /*CSS class to apply to expandable header when it's expanded*/
/*border-bottom:1px solid #ffffff;*/
}
#sidebar1 .arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}
#sidebar1 .arrowlistmenu ul li {
	padding-bottom: 4px; /*bottom spacing between menu items*/
}
#sidebar1 .arrowlistmenu ul li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size:11px;
}
#sidebar1 .arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #e1c925;
	border-bottom:1px solid #e1c925
}
.arrowlistmenu a:hover { /*hover state CSS*/
	color: #e1c925;
	border-bottom:1px solid #e1c925;
}
#sidebar1 .arrowlistmenu ul li a {
	border-bottom:1px solid #171616;
}
#sidebar1 .arrowlistmenu #active a { /*hover state CSS*/
	color: #e1c925;
	border-bottom:1px solid #ffffff;

}
#sidebar1 .arrowlistmenu #blue a:hover { /*hover state CSS*/
	color: #0066CC;

}
#sidebar1 .arrowlistmenu .active {
	color:#0066CC;
}

#content ul li {
	list-style-type:none;
}
#content li {
	margin:0 0 0 20px;
	padding:5px 0 5px 0;
}
#content .arrowlistmenu .openheader a { /*hover state CSS*/
	color: #e1c925;
	border-bottom:1px solid #ffffff;
}

 #content .arrowlistmenu p {
 margin:20px 0 0 0;
 }
#content .arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: ffffff;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:left;
}
#content a {
	color:#e1c925;
}
#content a:hover {
	color:#0066CC;
}

h4 {
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
}
#illustrations {
	float:left;
	width: 300px;
	margin:30px 0 0px 50px;
	overflow:hidden;
}
#illustrations img {
padding:5px 5px 5px 5px;
margin-bottom:10px;
margin-left:20px
}
#illustrations a {
border:none;
outline:none;
}
#illustrations img a{
border:1px solid #333333;
}
#illustrations img a:hover{
border:1px solid #e1c925;
}

#illustrations .border {
border: 1px solid #333333;
}
#illustrations li img {
margin:0;
padding:0;
}
#illustrations ul {float: left;}
#illustrations li {float: left;margin: 0px 10px 10px 4px; text-align:center; height:130px;}
#illustrations li a {display: block;border: 1px solid #363636;}
#illustrations li a:hover{border: 1px solid #ff9900;}
* {margin: 0; padding: 0; list-style: none; }
h5 {
font-size:9px;
font-weight:normal;
text-transform:none;
}
.blue {
color: #0066CC
}
.osn {
font-size:11px;color:#FFFFFF;
text-transform:lowercase;
}
.warning {
padding: 0 0 5px 0;
font-size:12px;
color:#CCCCCC
}
.thanks {
color:#CCCCCC;
padding: 0 0 5px 0;
font-size:16px;
}
.red {
color:#FF0000;
font-size:12;
}