@charset "UTF-8";
/**
 *	Waltham.ch CSS
 *	@author		sam rossetti | contreforme sàrl | http://www.contreforme.ch
 *	@version	1.1
 */

/*	standard tags styles	**/
*{
	border:0;
	margin:0;
	outline:0;
	padding:0;
}
html,
body{
	height:100%;
}
body{
	background-color:#000;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:9pt;
	color:#fff;
	height:100%;
}
a:link,
a:visited,
a:hover,
a:active{
	text-decoration:none;
	color:#aaa;
	outline: none;
}
a:hover{
	color:#fff;
}
ul{
	list-style-type:none;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:1.35em;
}
h3{
	font-size:1.2em;
}
h4,
h5,
h6{
	font-size:1.1em;
}

/*	main elements	**/
#logo{
	margin-top:40px;
}
#container{
	position:relative;
	width:950px;
	height:650px;
	top:30px;
	margin:0 auto;
	overflow:hidden;
}
#top{
	position:absolute;
	background-color:#000;
	top:0;
	left:0;
	width:950px;
	height:155px;
	text-align:center;
	z-index:10;
}
#bottom{
	position:absolute;
	background-color:#000;
	bottom:0px;
	left:0;
	width:950px;
	height:155px;
	z-index:20;
}

/*	secondary elements	**/
#bottomline,
#topline{
	position:absolute;
	background:transparent url(../__img/_statics/line.jpg) no-repeat center center;
	width:950px;
	height:2px;
}
#bottomline{
	background-position:center top;
	top:0px;
}
#topline{
	background-position:center bottom;
	bottom:0px;
}
#bottomline.left,
#topline.left{
	left:-350px;
}

/*	menus	**/
#menu{
	font-size:1.1em;
	margin:10px 0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:300px;
	z-index:100;
}
#menu li{
	background:transparent url(../__img/_statics/line_thin.jpg) no-repeat left bottom;
	margin-bottom:10px;
	padding-bottom:6px;
	padding-left:5px;
}
#menu li.spacer{
	background-image:none;
}
#topmenu{
	position:absolute;
	bottom:5px;
	left:5px;
	letter-spacing:0.1em;
	color:#fff;
	overflow:hidden;
	font-weight:bold;
}
#topmenu li{
	display:inline;
	border-right:2px solid #fff;
	margin-right:10px;
	padding-right:10px;
}
#bottommenu{
	position:absolute;
	top:5px;
	left:5px;
	letter-spacing:0.1em;
	color:#fff;
	font-weight:bold;
}
#bottommenu li{
	display:inline;
	position:relative;
	border-right:2px solid #fff;
	margin-right:10px;
	padding-right:10px;
	z-index:50;
}
#bottommenu li.last,
#topmenu li.last{
	border:none;
}
#bottommenu li ul.models,
#variants{
	position:absolute;
	width:220px;
	top:20px;
	height:130px;
	left:0;
}
#bottommenu li ul.models li,
#variants li{
	border:none;
	display:list-item;
	margin-bottom:5px;
}
#bottommenu li a:link,
#bottommenu li a:visited,
#bottommenu li a:hover,
#bottommenu li a:active,
#variants li a:link,
#variants li a:visited,
#variants li a:hover,
#variants li a:active{
	color:#aaa;
}
#bottommenu li a:hover,
#variants li a:hover{
	color:#fff;
}

#bottommenu li a.active,
#variants li a.active{
	color:#fff;
}

/*	page and content	**/
#page{
	position:absolute;
	background-color:#000;
	top:155px;
	height:340px;
	z-index:1000;
}
#content{
	overflow:auto;
	height:340px;
	width:950px;
}
	#scrollzone{
		background:none;
		background-attachment:scroll;
		position:absolute;
		border-left:1px dotted #ccc;
		right:0px;
		top:0px;
		width:15px;
		height:340px;
		opacity:0.4;
	}
	#knob{
		height:25px;
		width:11px;
		background:#ddd;
		cursor:pointer;
		margin:2px auto;
	}
	#content.histo img{
		position:absolute;
		left:0px;
		top:0px;
		z-index:100;
	}
	#content.histo img.active{
		z-index:500;
	}
#content img.variant{
	float:left;
	width:450px;
	height:340px;
	position:absolute;
}
#enter{
	position:absolute;
	float:left;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:0.1em;
	text-align:center;
	width:100%;
	margin:0 auto;
	top:25px;
	z-index:1000;
}
#bg{
	float:left;
	margin-right:-500px;
}
#backdrop div.slideshow-images a{
	display:block;
}
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	


/*	texts and content	**/
#txt{
	background:none;
	float:right;
	width:450px;
	overflow:hidden;
	padding:20px 34px 20px 10px;
	min-height:300px;
}
#txt.left{
	float:left;
	margin-left:-435px;
	padding-right:575px;
	width:350px;
}
#txt.bg{
	background:#000 url(../__img/_statics/txtbg.jpg) no-repeat scroll 45px top;
}
#txt h1{
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:2px;
}
#txt p{
	font-family:Helvetica, Geneva, Arial, sans-serif;
	margin-top:8px;
	line-height:1.4em;
	font-size:0.9em;
}
#txt dl.specs,
#txt ul.infos{
	font-family:Helvetica, Geneva, Arial, sans-serif;
}
#txt ul.infos li{
	margin-bottom:2px;
}
#txt dl.specs{
	font-size:0.9em;
}
#txt dl.specs{
	margin-top:10px;
}
#txt dl.specs dt{
	font-weight:bold;
	margin-right:5px;
}
#txt dl.specs dd{
	margin-bottom:5px;
}

/*	search form			**/
div.frame{
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	background:#000 url(../__img/Waltham_Memorial/bg.jpg) no-repeat left top;
	font-size:0.9em;
	padding:5px;
	padding-top:20px;
	height:340px;
}
#searchfields{
	float:left;
	width:260px;
	margin-left:10px;
}
#searchfields table{
	margin:20px 0;
}
#searchresults{
	margin-left:280px;
	margin-right:20px;
}
#searchresults p{
	margin-bottom:5px;
}
#searchresults table{
	color:#000;
	margin-bottom:5px;
}
#searchresults table td,
#searchresults table th{
	padding:2px;
}
#mfgyear,
#abbrev th{
	text-align:left;
}
/*	contact form		**/
#contactform{
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	background:#000 url(../__img/Waltham_Memorial/bg.jpg) no-repeat left top;
	font-size:9pt;
	padding:5px;
	padding-top:20px;
	height:340px;
}
#contactform input{
	width:180px;
}
#contactform input,
#contactform select{
	clear:both;
}
#contactform input,
#contactform textarea,
#contactform select{
	float:right;
	padding:4px;
	margin:-4px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:9pt;
	clear:right;
}
#contactform select#country{
	font-size:7.7pt;
}

#contactform ul{
	float:left;
	width:275px;
	height:auto;
	margin:0px 10px;
	text-align:right;
}
#contactform li.left select,
#contactform li.left input,
#contactform textarea{
	margin:3px 0px;
	clear:both;
	width:275px;
}
#contactform li{
	margin-bottom:3px;
}
#contactform li.error{
	text-align:left;
	font-style:italic;
	font-weight:bold;
	color:#f50;
}
#contactform li.required{
	font-style:italic;
}
#contactform li.left{
	text-align:left;
}
#contactform label{
	display:block;
	float:left;
	clear:left;
	margin-bottom:11px;
}
#contactform li.left label{
	float:none;
	margin-bottom:3px;
}
#contactform p{
	clear:both;
	margin-bottom:4px;
	text-align:left;
}
/*	footer and content	**/
#footer{
	position:absolute;
	width:100%;
	margin-top:70px;
	font-size:0.9em;
	text-align:center;
	letter-spacing:0.1em;
	color:#888;
	z-index:1;
}
#footer li{
	line-height:15px;
}
#footer li h1{
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:5px;
}