/* -- Main styles -- */

html, body{
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #0072BB;
}

body, p, td, div{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

h1{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #000;
}

h2{
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #3C68AE;
}
h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #3C68AE;
}
img{
	border-width: 0px;
}

p{
	margin: 0px 0px 10px 0px;
}

#box{
	width: 100%;
	height: 100%;
}

#skin{
	text-align: center;
}

#main{
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background-color: #fff;
	background: url(images/footerbg.gif) right top repeat-y #FFF;
}

#main p{
	line-height: 15px;
}

#flashcontent{
	text-align: center;
	background-color: #fff;
	padding-top: 160px;
	padding-bottom: 160px;
}

/* -- left box -- */

#left{
	width: 512px;
	height: 555px;
	float: left;
	padding: 45px 47px 0px 46px;
	background-position: right 150px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#about #left{
	background-image: url(images/interface/bgAboutWit.gif);
}

#core #left{
	background-image: url(images/interface/bgCoreWit.gif);
}

#services #left{
	background-image: url(images/interface/bgServicesWit.gif);
}

#head{
	padding-bottom: 20px;	
}

#menu{
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 20px;
}

#menu ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a{
	display: block;
	width: 128px;
	color: #000;
	text-decoration: none;
}

#menu li { /* all list items */
	background: url(images/nav/idle.gif) left top repeat-x #fff;
	float: left;
	width: 128px; /* width needed or else Opera goes nuts */
}

#menu li div{
	padding: 5px 0px;
	text-align: center;
	border-top: #fff solid 1px;
}

#menu li li{
	background: url(images/nav/hover.gif) left top repeat-x #0072BB;
}

.active{
	background: url(images/nav/active.gif) left top repeat-x #6A8BE3;
}

#menu .active a{
	color: #fff;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 128px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li:hover ul, #menu li.iehover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li:hover, #menu li.iehover { /* lists nested under hovered list items */
	background: url(images/nav/hover.gif) left top repeat-x #0072BB;
}

#menu li:hover a, #menu li.iehover a { /* lists nested under hovered list items */
	color: #fff;
}

/* -- right box --*/

#right{
	width: 155px;
	height: 550px;
	float: left;
	background-position: right 150px;
	background-repeat: no-repeat;
	background-color: #CEC35D;
}

#about #right{
	background-image: url(images/interface/bgAboutBeige.gif);
}

#core #right{
	background-image: url(images/interface/bgCoreBeige.gif);
}

#services #right{
	background-image: url(images/interface/bgServicesBeige.gif);
}

#rightimage{
	height: 151px;
	background-position:  right top;
	background-repeat: no-repeat;
}

#about #rightimage{
	background-image: url(images/imgLonden.jpg);
}

#core #rightimage{
	background-image: url(images/imgSkyline.jpg);
}

#services #rightimage{
	background-image: url(images/imgHongKong.jpg);
}

#contact #rightimage{
	background-image: url(images/imgStad.jpg);
}

#rightinfo{
	text-align: left;
}

#rightinfo a{
	color: #000;
	text-decoration: none;
}

#rightinfo a:hover{
	text-decoration: underline;
}

#rightinfo ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rightinfo li{
	padding: 1px 0px;
}

#rightinfo #details{
	padding: 15px 15px 20px 15px;
	background: url(images/interface/contactBorder.gif) 15px bottom no-repeat;
}

#rightinfo #locations{
	list-style-image: url(images/interface/listDot.gif);
	font-weight: bold;
	font-size: 11px;
	padding: 10px 15px 20px 15px;
	background: url(images/interface/contactBorder.gif) 15px bottom no-repeat;
}

#rightinfo #locations li{
	margin-left: 15px;
}

/* -- footer -- */

#footer{
	clear: both;
	text-align: left;
	font-size: 9px;
	color: #6785C0;
	padding: 0px 45px 5px 45px;
}

#footer a{
	color: #6785C0;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
