/* ---- ---- CSS File - Base Section ---- ---- */


* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
html, body {
	top: 0;
	left: 0px;
	background-color: #171717;
	right: 0px;
}

/* ------------------------------------------------------------------------------------------------- */


a 			{	cursor: pointer; }
a:link 		{	color: #999999; }
a:visited 	{	color: #999999; }
a:hover 	{	color: #F9F9F9; }
a:active 	{	color: #999999; }


/* ------------------------------------------------------------------------------------------------- */

#top-menu {
	width: 100%;
	min-width: 900px;
	position: relative;
	right: 0px;
	top: -1px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 8pt;
	z-index: 1000;
	background: url('../img/css/top.gif') repeat-x;
	height: 30px;
}
#top-menu ul {
	position: absolute;
	right: 33px;
	margin-left:10px;
	top: 0px;
	width: auto;
}
#top-menu li {
	width: auto;
	float: left;
	margin: 8px 2px 0px 2px;
	z-index: 10;
	color: #666666;
}


.current-menu a, .current-news h3, .current-about h4 {
	color: #CCCCCC !important;
}
.current a {
	color: #F9F9F9 !important;
}

/* ------------------------------------------------------------------------------------------------- */

#bottom-shadow {
	height: 30px;
	position: relative;
	width: 100%;
	min-width: 900px;
	background: url('../img/css/bottom-shadow.png') no-repeat;
	z-index: 100;
	margin-top: -1px;
}
#page-content {
	height: auto;
	min-height: 130px;
	width: 900px;
	clear: both;
	padding-bottom: 50px;
}

/* ------------------------------------------------------------------------------------------------- */

#header {
	position: relative;
	margin-top: 0px;
	width: 100%;
	min-width: 900px;
	height: 475px;
	overflow: hidden;
}
#logo {
	height: 475px;
	width: 265px;
	background: url('../img/css/logo.png') no-repeat;
	top: 0px;
	position: absolute;
	z-index: 100;
}
#header-image, #header-content 			{	position: absolute !important; }
#header-image div	{	position: absolute; }
#header-space 		{	height: 475px !important; height: 0px; }

#header-image, #header-content {
	min-height: 475px;
	height: 475px;
	width: 100%;
	overflow: hidden;
	min-width: 900px;
}
#slideshow1, #header-image div, #header-image img {
	width: 100%;
	min-height: 475px;
	min-width: 1500px;
}

#gallery {
	position: relative;
	margin-right: 30px;
	width: 1500px;
	z-index: 100;
}
/* ------------------------------------------------------------------------------------------------- */


#nav {
	height: 32px;
	width: 100%;
	min-width: 900px;
	font-size: 12pt;
	margin-top: -32px;
	background: #000000;
	overflow: hidden;
	opacity: 0.8;
	position: relative;
}
#nav ul {
	width: 600px;
	margin: 0px 0px 0px 20px;
}
#nav ul li {
	float: left;
	width: 60px;
}
#nav ul li a  {
	z-index: 100;
	float: left;
	height: 32px;
	color: #a3a395;
	padding-left: 0px !important;
	line-height: 26pt;
	text-indent: 8px;
	position: relative;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 9pt;
}
#nav li a:hover {
	color: #F9F9F9;
}
#nav div.background {
	background: #151515 !important;
	z-index: 8;
	height: 32px;
	padding: 0px 0px 0px 10px !important;
	position: absolute;
	visibility: hidden;
}
#nav .background .left {
	background: #151515 !important;
	height: 25px;
	padding-left: 6px !important;
	margin-right: 7px !important;
}

#menu1 { width: 55px !important; }
#menu2 { width: 65px !important; }

/* ------------------------------------------------------------------------------------------------- */


#footer {
	background: #131313;
	height: 68px;
	position: relative;
	width: 100%;
	min-width: 900px;
	font-family: Arial;
	color: #3a3a3a;
	font-size: 8pt;
	float: left;
	text-align: left;
}
#footer-copy { width: 900px; }
#footer a:link, #footer a:visited, #footer a:active  {	color: #3a3a3a; }
#footer a:hover {	color: #4a4a43; } 
#london-office {
	float: left;
	width: 180px;
	margin: 13px 20px 0px 30px;
}

#london-office h4 {	color: #4a4a43; margin-bottom: 2px; }
#other-contact p, #other-contact h4 {
	float: left;
	font-size: 7pt;
	width: auto;
	font-weight: 100;
	margin: 43px 10px 0px 0px;
	text-transform: uppercase;
}
/* --------------jquery-header------------------------- */
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
