


body {
	background-color: black;
    color: white;
	font-size: 80%;
	font-family:Verdana, Geneva, sans-serif;
}

a { 
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cd0022;	
}

a img { border: none; }

#moviecontainer {
	width: 900px;
	height: 650px;
	background: url(/images/moviebg.jpg) top left no-repeat;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
	font-size: 0.8em;
}
#movie {
	margin: 130px auto 0;
	width: 650px;
	padding: 10px;
	background-color: black;
	overflow:hidden;
}
#movie a.button {
	top: 10px;	
	left: 20px;
	position: absolute;
}

#container {
	width: 900px;
    position: relative;
    margin: 10px auto;
}

#header {
	height: 160px;
    width: 900px;
    background: url(/images/header.jpg) left top no-repeat;
		position:relative;
}

#link_multilock, #link_union, #link_yale { 
	position: absolute; 
	top: 12px; 
	height: 42px;
}
#link_union {
	width: 49px;
	left: 725px;
}
#link_yale { 
	width: 45px;
	left: 802px;
}

#topnav {
	width: 843px;
	height: 28px;
    margin: 0 auto;
	background: url(/images/menu.png) left top no-repeat;
	list-style:none;
	padding: 1px 0;
	overflow: hidden;
}

#topnav li {
	float: left;	
	margin: 0 2px 0 3px;
}
#topnav li a {
	padding: 5px 10px;
	width: 60px;
	height: 16px;
	line-height: 16px;
	text-align:center;
	text-transform:uppercase;
	float: left;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
	font-weight:bold;
}
#topnav li.wide a {
	width: 96px;
}
#topnav li a:hover, #topnav li.active a, .topnav_hover_loader {
	background: url(/images/menu_hover.png) left 2px no-repeat;	
}
#topnav li.wide a:hover, #topnav li.wide.active a, .topnav_wide_hover_loader {
	background: url(/images/menu_hover_wide.png) left 2px no-repeat;	
}
#topnav li.disabled a {
	color: #d7808e;	
	cursor: default;
}
#topnav li.disabled a:hover {
	background: none;	
}

#topnav li.right {
	float: right;
	margin: 0 3px 0 2px;
}

#introNav #topnav,
#introNav #topnav li a:hover, #introNav #topnav li.active a, #introNav .topnav_hover_loader,
#introNav #topnav li.wide a:hover, #introNav #topnav li.wide.active a, #introNav .topnav_wide_hover_loader {
	background: none;
}
#introNav #topnav li a {
	color: #888;
}
#introNav #topnav li a:hover, #introNav #topnav li.active a, #introNav .topnav_hover_loader,
#introNav #topnav li.wide a:hover, #introNav #topnav li.wide.active a, #introNav .topnav_wide_hover_loader {
	color: #ccc;
}

#main {
	width: 843px;
	margin: 20px auto 0;
	font-size: 0.9em;
}
#leftpanel {
	width: 185px;
	float: left;
}
#leftnav {
	list-style: none;
	padding: 0;
	margin: 0 -5px 60px;
	font-size: 0.9em;
}
#leftnav li {
	border-bottom: 1px dashed #CFD0D1;	
}
#leftnav li a {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	color: #CFD0D1;
}
#leftnav li a:hover, #leftnav li.active>a  {
	color: white;
}
#leftnav li ul {
	list-style:none;
	margin: 0 5px 5px;
	padding:0 0 0 10px;
}
#leftnav li ul li {
	border:none;
}
#leftnav li ul li:last-child {
	border:none;
}

#leftnav .date {
	font-weight: normal;
	display:block;
	font-size:10px;
	margin-bottom: 2px;
}

#leftpanel h2 {
	border-bottom: 1px dashed #CFD0D1;	
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
}

#leftpanel .bottom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
}

#content {
	margin-left: 225px;	
	width: 380px;
	border-bottom: 1px dotted white;
	padding-bottom: 10px;
	overflow:hidden;
}
#content.overflow{
	overflow:visible;
}
#content.wide { width: 600px; }
#content .inner {
		width: 380px;
}

#content h2:first-child {
	margin-top: 0;	
}
#content h2 {
	text-transform: uppercase;
	font-size: 1.3em;
}


.small {
	font-size: 0.8em;	
}
.tiny {
	height: 0px;
	width: 0px;
}


/*-------- Rounded corners ------*/
.cnr{display:block}
.cnr *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#4B4B4D; } 
.cnr1{ margin: 0 3px; border: 1px solid #202021; background:#383839; } 
.cnr2{ margin: 0 1px; border: 1px solid #070707; background:#3c3c3e; }
.cnr3{ margin: 0 1px; border:1px solid #3c3c3e; }
.cnr4{ margin: 0; border:1px solid #202021; }
.cnr5{ border:1px solid #383839; padding:0; }
.cnr div { border-style: none solid; padding: 0 1px; }
.cnr div div {padding:0;border-style:none;}

#leftpanel .cnrfg{ position: relative;background:#4B4B4D; padding: 5px 10px; min-height: 300px; }



#content label {
	display: block;
	margin-bottom: 5px;
}
#content input[type=text], #content textarea, #content select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#content textarea {
	height: 200px;	
}
.button {
	background: url(/images/button.png) left top no-repeat;	
	width: 84px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	border: none;
	font-weight:bold;
	float: right;
}
a.button:hover {
	color: #efefef;	
}
.req {
	color: red;	
}
.minititle {
	font-size: 110%;
	font-style: normal;
}


.tableWrap {
	border: 2px solid #5FADDB;
	padding: 10px;
	clear: both;
	margin: 20px 0;
	float: left;
}
.tableWrap h3 {
	text-transform: uppercase;
	color: #5FADDB;
	margin-top: 3em;
}
.productcodes {
	margin:0;
	width:100%;
}
.productcodes td,
.productcodes th {
	padding: 2px 8px 2px 2px;
}
.productcodes td {
	border-top: 1px dotted #CCCCCC;
}
.productcodes th {
	text-align: left;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
}
.productcodes .th2 th {
	color: #5FADDB;
}
.productcodes .prod_type,
.productcodes .chubb_ref{
	color: #CCCCCC;
}

.productcodes .tickcol {
	font-size: 8px;
	text-align:center;
}
.productcodes th.tickcol {
	font-weight: normal;
	padding: 2px;
	width:22px;
}

.productImage {
	width:160px;
	height: 165px;
	float: left;
	vertical-align:bottom;
	position:relative;
	text-align:center;
	border: 2px solid #333333;
	margin: 0 15px 10px 0;
	padding:10px;
}
.productImage .code {
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	text-align:center;
}

abbr { cursor: help; }

.lineabove {
	border-top: 1px dotted #DDDDDD;
	margin-top:30px;
	padding-top:10px;
	clear:both;
}

.captionedPhoto {
	float: left;
	margin: 0 10px 20px 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	width:180px;
	border: 1px solid #333333;
	background: #333333;
	padding-bottom: 5px;
}
.captionedPhoto img {
	float: left;
	margin-bottom: 5px;
}
blockquote { margin-right: 0; }


#twitter { float: left; clear: left; margin: 20px 0; }
#facebook { float: left; margin: 20px 0 20px 5px; }

.caption {
	font-size: 10px;
	text-align: center;
	margin: 0 0 20px;
	color: #4FA0CD;
}
.downloadTeaser{
	position:relative;
	width:628px;
	margin-left: -12px;
}
.downloadTeaser .cnrfg{
	background-color:#4B4B4D;
	margin: 0;
	padding: 4px 270px 7px 12px;
}
.downloadTeaser .downloadTeaserImage{
	position: absolute; 
	right: 0px;
	top: -68px;
}