* {
	background: transparent;
}

/************************************************/
/* Set up grey/dark grey background to stretch	*/
/* height of viewport as a minimum.		*/
/************************************************/

html, body {  /* Fill viewport */
	background: #181817;
	height: 100%;
	min-height: 585px; /* ensure darker centre will stretch to include #nav */
	}

#container {
	margin: 0 auto;
	width: 900px;
	background: #151515; /* darker centre */
	position: relative; /* define as CB */
	min-height: 100%; /* Fill height of viewport as a minimum */
	}

#watch #container, #home #container, #world-clock #container {
	background: transparent;
	}

/********************/
/* Basic typography */
/********************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	text-transform: uppercase;
	color: #696969;
	}

p {
	line-height: 1.5;
	padding-bottom: 1em;
	}

a:link, a:visited {
	color: #696969;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
	}

/********************************************************/
/* Flash - JS changes div#main to object#main 		*/
/*   or div#world-clock-main to object#world-clock-main */
/********************************************************/

object#main, object#world-clock-main {
	position: absolute;
	left: -80px;
	top: 50px;
	height: 420px;
	width: 1020px;	
	margin: 0;
	background: #181817;
	}

/***********/
/* Heading */
/***********/

#head	{	
	padding-top: 93px;
	background: #181817;
	height: 67px;
	width: 100%;
	}

#head h1
 	{
	margin-left: 1px;
	height: 39px;	
	width: 277px;	
	background: url('../images/heading.gif') scroll no-repeat top left;
	text-indent: -5000px;
	}

#head h1 a
 	{ 
	display: block;
	width: 100%;
	height: 100%;
	}


/**************/
/* Navigation */
/**************/

#nav 	
	{
	position: absolute;
	top: 500px;
	left: 10px;
	width: 400px; /* avoid collision with #content .richtext-container */
	height: 100px;
	padding: 15px 2em 0 0;
	letter-spacing: -0.5px;
	line-height: 1.5;
	}

#searchbox {
	position: absolute;
	left: 0;
	width: 10.5em;
	top: 15px;
	height: 1.5em;
	border: solid 1px #444;
	overflow: hidden; /* stop <label> hanging over other links */
	}
#ajaxSearch_input {
	display: block;
	border: none;
	padding: 0.1em 0 0.1em 0.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #696969;
	text-transform: uppercase;
	line-height: 1.3; /* as FF3 does this anyway -> standardise */
	}

#ajaxSearch_input:hover, #ajaxSearch_input:focus { color: #fff; }

#ajaxSearch_submit { margin-top: 1000px; } /* Hide */

/*** First level navigation ***/

#nav ul {
	margin-left: 11em;
	}

#nav li {
	position: relative; /* define as CB for second level of nav */
	max-width: 75px; /* keep items on one visual row (some menu titles are long e.g. 'orologio del mondo') */
	float: left;
	padding-left: 1.6em;
	}

/*** Second level navigation ***/

#nav ul ul { 
	position: absolute;
	margin: 0;
	top: 100%;
	left: -5000px; /* hide without scroll bars & still shown to screen readers*/
	padding: 0.5em 0.3em 0.5em 1.6em;
	white-space: nowrap;
	background: #151515; /* i.e. is opaque */
	}
#watch #nav ul ul, #home #nav ul ul, #world-clock #nav ul ul { background: #181817; } 

#nav li:hover ul, #nav li.active ul { /* Display when hovered, or if this page is on the second level (hence first li is .active) */
	left: 0;
	}
#nav li:hover ul {
	z-index: 3000; /* ensure if possible that hovered menu covers menu of .active section */
	}

#nav li li {
	display: block;
	float: none;
	position: relative;
	height: 1.5em; /* match line-height */
	margin: 0;
	padding: 0;
	max-width: none; /* cancel #nav li max-width */
	}

#nav li li a {
	display: block;
	height: 100%;
	}

/*****************/
/* Language menu */
/*****************/

#language-menu {
	display: none;
	position: absolute;
	top: 485px;
	left: 300px;
	}

#language-menu h2 {
	position: absolute;
	left: -13.5em;
	width: 13.5em;
	top: 0;
	}

#language-menu a {
	display: block;
	padding-bottom: 6px;
	}

/********************************/
/* Watch menu (non-flash pages) */
/********************************/

#nav-watch {
	position: absolute;
	top: 53px;
	left: 423px;
	line-height: 1.6;
	}

#nav-watch a { 
	padding-left: 12px; /* room for bullet */
	background: url('../images/watchmenu_bullet_dim.gif') top left scroll no-repeat;
	letter-spacing: -0.5px;
	}

#nav-watch a:hover, #nav-watch a:active, #nav-watch a:focus {
	background-image: url('../images/watchmenu_bullet.gif');
	}

/******************/
/* Links in menus */
/******************/

.menu a:link, .menu a:visited {
	color: #696969;
	text-decoration: none;
	}
.menu .active a:link, .menu .active a:visited {
	color: #fff;
	text-decoration: none;
	}
.menu a:hover, .menu a:active, .menu a:focus {
	color: #fff;
	text-decoration: none;
	}

/* Don't highlight first level parent when second level present in #nav */
#nav .parent a {
	color: #696969;
	text-decoration: none;
	}

/* Second level navigation links */
#nav .parent .active a:link, #nav .parent .active a:visited {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}
#nav .parent li a:hover, #nav .parent li a:active, #nav .parent li a:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}

/********************************/
/* Content - XHTML normal pages */
/********************************/

#content {
	position: relative; /* bring to top */
	padding: 47px 0 15px 425px;
	width: 430px;
	}

#content h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0.5em;
	}

div#background {
	position: absolute;
	top: 160px;
	left: -60px;
	}

/***************************/
/* Content - XHTML back-up */
/***************************/

#watch-img { 
	position: absolute;
	top: 140px;
	left: 160px;
	}

#watch #content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 200px;
	left: 410px;
	width: 350px;
	height: 200px;
	border: solid 1px #696969;
	background: black;
	}

#watch #content h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	height: 40px;
	line-height: 40px;
	left: 0;
	width: 130px;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	font-size: 1.6em;
	text-align: center;
	}

#watch #spec {
	height: 180px;
	overflow: auto;
	margin-left: 130px;
	border-left: solid 1px #696969;
	padding: 10px;
	}

#watch .richtext-container {
	padding-top: 2em;
	}

#zoom-crop {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	overflow: hidden;
	}

#buy-box {
	position: absolute;
	top: 174px;
	left: 0;
	height: 26px;
	line-height: 26px;
	width: 130px;
	background: #1b1b1b;
	text-align: center;
	}

#watches-in-range {
	position: absolute;
	top: 50px;
	left: 100px;
	height: 80px;
	width: 22em;
	}
#watches-in-range li {
	float: left;
	white-space: nowrap;
	}
#watches-in-range li a {
	background-image: none;
	padding: 0 0 0 10px;
	}
#watches-in-range li a:hover, #watches-in-range li a:focus {
	background-image: none;
	}

/*******************************/
/*   Main content typography   */
/*******************************/

.richtext-container {
	line-height: 1.2;
	text-transform: none;
	color: #ccc;
	}
	
.richtext-container ul {
	list-style-type: disc;
	padding-left: 2em;
	}
.richtext-container ol {
	list-style-type: decimal;
	padding-left: 2em;
	}

.richtext-container p, .richtext-container li {
	padding-bottom: 1em;
	}

.richtext-container h3, .richtext-container h4, .richtext-container h5, 
.richtext-container h6 {
	font-weight: bold;
	}

.richtext-container h3 { font-size: 1.5em; }

.richtext-container h4 { font-size: 1.3em; }

.richtext-container h5 { font-size: 1.2em; }

.richtext-container h6 { font-size: 1.1em; }

.richtext-container strong { font-weight: bold; }

.richtext-container em { font-style: italic; }

.richtext-container sup { vertical-align: top; font-size: 60%; }

.richtext-container sub { vertical-align: bottom; font-size: 60%; }


.richtext-container a:link, .richtext-container a:visited {
	color: #696969;
	text-decoration: underline;
	}

.richtext-container a:hover, .richtext-container a:active, 
.richtext-container a:focus {
	color: #fff;
	text-decoration: underline;
	}

.richtext-container table th, .richtext-container table td { padding: 0.6em; }

/***************/
/* Search dump */
/* & Downloads */
/***************/

.ajaxSearch_paging {
	display: block;
	padding-bottom: 1em;
	}

.AS_ajax_resultsIntroFailure, .ajaxSearch_resultExtract {
	text-transform: none;
	color: #ccc;
	}

.ajaxSearch_resultLink, #file-list a {
	font-size: 1.2em;
	line-height: 1.2;
	}

#file-list h3 a:link, #file-list h3 a:visited {
	color: #fff;
	text-decoration: none;
	}
#file-list h3 a:hover, #file-list h3 a:active, #file-list h3 a a:focus {
	color: #900;
	text-decoration: none;
	}
.ajaxSearch_resultLink:link, .ajaxSearch_resultLink:visited {
	color: #fff;
	text-decoration: none;
	}
.ajaxSearch_resultLink:hover, .ajaxSearch_resultLink:active, .ajaxSearch_resultLink:focus {
	color: #900;
	text-decoration: none;
	}

#content .ajaxSearch_highlight {
	color: #CC0;
	}

/****************/
/* Contact Form */
/****************/

#content form { font-size: 100%; }

#content form * { font-size: 100%; }

#content input[type="hidden"] { display: none; }

#content form div {
	margin: 0 0 1em 0;
        clear: left;
        }

#content label {
        float: left;
        width: 195px;
        margin-bottom: 1em; /* match div margin in case label is higher than input */
        text-align: left;
        }

#content input, #content textarea, #content select {
        display: inline;
        width: 180px;
        margin-left: 5px;
        border: solid 1px #333;
	background: #111;
        color:#696969;
        }

#content .submit {
        margin-left: 195px; /* Matches label width */
        width: auto;
        }

#content .button {
        width: auto;
        padding: 5px 1em;
        font-weight: bold;
        font-size: 1em;
	background: #900;
	color: #fff;
        }

#content input:focus,  #content input:hover,
#content textarea:focus,  #content textarea:hover,
#content .button:hover, #content .button:active, #content .button:focus {
        border: solid 1px #fff;
	color: #fff;
        }

#content .vericode img {
        margin: 0 0 10px 200px;
	border: solid 1px #333;
        }

#content p.error, #content div.errors {
	color: #CC0;
	padding: 0 0 10px 0;
	}


