body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/bg.jpg') 0 0 #c5c6c6;
}

#wrapper {
	position: relative;
	float: default;
	width: 900px;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 108px;
	margin: 0 0 0 0;
	background: url('../images/header_bg.jpg') no-repeat 0 bottom #fcfdfe;	
	padding: 0 0 0 0;
}

#header a.logolink {
	position: relative;
	float: left;
	width: 274px;
	height: 75px;
	margin: 10px 0 0 24px;
}

#header a.installationlink {
	position: absolute;
	top: 0px;
	*top: -3px;
	right: 5px;
	width: 176px;
	height: 58px;
}

#header .links {
	position: absolute;	
	right: 12px;
	bottom: 7px;
	display: inline;
}

#header .arrow {	
	margin: 3px 0 0 7px;
	display: inline;
}

#header .links a {
	font: 10px/18px tahoma;
	font-weight: bold;
	color: #1d406f;
	text-decoration: none;
}

#header .links a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	float: left;
	width: 900px;
	background: #ffffff;
}

#nav {
	position: relative;
	float: left;
	width: 900px;
	height: 51px;
	background: #1d406f;
	z-index: 99999;
	border-bottom: 4px solid #ffffff;
}

#nav img.nav_left {
	position: absolute;
	left: -11px;
}

#nav img.nav_right{
	position: absolute;
	right: -11px;
}

#nav a.products {
	position: relative;
	float: left;
	width: 108px;
	height: 46px;
	margin: 5px 1px 0 3px;
	background: url('../images/nav/products.jpg') 0 0px;
}

#nav a.applications{
	position: relative;
	float: left;
	width: 134px;
	height: 46px;
	margin: 5px 1px 0 0;
	background: url('../images/nav/applications.jpg') 0 0px;
}

#nav a.mediaevents {
	position: relative;
	float: left;
	width: 146px;
	height: 46px;
	margin: 5px 1px 0 0;
	background: url('../images/nav/mediaevents.jpg') 0 0px;
}

#nav a.designinstallation {
	position: relative;
	float: left;
	width: 198px;
	height: 46px;
	margin: 5px 1px 0 0;
	background: url('../images/nav/designinstallation.jpg') 0 0px;
}

#nav a.faqs {
	position: relative;
	float: left;
	width: 72px;
	height: 46px;
	margin: 5px 1px 0 0;
	background: url('../images/nav/faqs.jpg') 0 0px;
}

#nav a.downloads {
	position: relative;
	float: left;
	width: 127px;
	height: 46px;
	margin: 5px 1px 0 0;
	background: url('../images/nav/downloads.jpg') 0 0px;
}

#nav a.contact {
	position: relative;
	float: left;
	width: 101px;
	height: 46px;
	margin: 5px 0 0 0;
	background: url('../images/nav/contact.jpg') 0 0px;
}

#nav a:hover {
	background-position: 0 -46px;
}

/*** Overlays ***/

ul.overlay_ul {
	position: relative;
	float: left;
	width: 183px;
	list-style: none;
	padding: 0;
	margin: 0px 20px 0 20px;
}

ul.overlay_ul li {
	position: relative;
	float: left;
	width: 183px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.overlay_ul li.header {
	position: relative;
	float: left;
	width: 183px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	font: 11px/16px georgia;
	font-weight: bold;
	color: #1d406f;
	border-bottom: 1px solid #97b4d4;
}

ul.overlay_ul li a  {
	position: relative;
	float: left;
	font: 11px/24px georgia;	
	color: #3765a4;
	width: 175px;
	*width: 183px;
	height: 25px;
	padding-left: 8px;
	border-bottom: 1px solid #c4d8ee;
	text-decoration: none;
}

ul.overlay_ul li a:hover {
	background: #eaf4ff;
}

ul.overlay_ul li.requestaquote{
	position: relative;
	float: left;
	width: 183px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

ul.overlay_ul li.requestaquote a  {
	position: relative;
	float: left;
	font: 11px/24px georgia;	
	color: #1d406f;
	width: 175px;
	*width: 183px;
	height: 25px;
	background: #eaf4ff;
	padding-left: 8px;
	border: 1px solid #c4d8ee;
	text-decoration: none;
}

ul.overlay_ul li.requestaquote a:hover {
	background: #1d406f;
	color: #ffffff;
}

#overlay_products {
	position: absolute;
	top: 51px;
	left: 3px;
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_products a.mainlink {
	position: absolute;
	left: 0px;
	top: -46px;
	width: 108px;
	height: 46px;	
	background: url('../images/nav/products.jpg') 0 -46px;
}

#overlay_applications {
	position: absolute;
	top: 51px;
	left: 112px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_applications a.mainlink {
	position: absolute;
	left: 0px;
	top: -46px;
	width: 134px;
	height: 46px;	
	background: url('../images/nav/applications.jpg') 0 -46px;
}

#overlay_mediaevents {
	position: absolute;
	top: 51px;
	left: 247px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_mediaevents a.mainlink {
	position: absolute;
	left: 0px;
	top: -46px;
	width: 146px;
	height: 46px;	
	background: url('../images/nav/mediaevents.jpg') 0 -46px;
}

#overlay_designinstallation {
	position: absolute;
	top: 51px;
	left: 394px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_designinstallation a.mainlink {
	position: absolute;
	left: 0px;
	top: -46px;
	width: 198px;
	height: 46px;	
	background: url('../images/nav/designinstallation.jpg') 0 -46px;
}

#overlay_downloads {
	position: absolute;
	top: 51px;
	left: 497px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_downloads a.mainlink {
	position: absolute;
	right: 0px;
	top: -46px;
	width: 127px;
	height: 46px;	
	background: url('../images/nav/downloads.jpg') 0 -46px;
}

#overlay_faqs {
	position: absolute;
	top: 51px;
	left: 570px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_faqs a.mainlink {
	position: absolute;
	right: 0px;
	top: -46px;
	width: 72px;
	height: 46px;	
	background: url('../images/nav/faqs.jpg') 0 -46px;
}

#overlay_contact {
	position: absolute;
	top: 51px;
	left: 672px;	
	padding-bottom: 25px;
	background: url('../images/nav/overlay_bg.jpg') repeat-x 0 0 #d3e8ff;
	z-index: 9999;
	display: none;	
}

#overlay_contact a.mainlink {
	position: absolute;
	right: 0px;
	top: -46px;
	width: 101px;
	height: 46px;	
	background: url('../images/nav/contact.jpg') 0 -46px;
}

#banner {
	position: relative;
	float: left;
	width: 900px;
	height: 275px;
	margin: 0px 0 0 0;
	display: inline;
}

#motto {
	position: relative;
	float: left;
	width: 900px;
	height: 36px;
	background: url('../images/motto.jpg') no-repeat 0 0 #ebebeb;
}

#motto a.video {
	position: relative;
	float: left;
	width: 235px;
	height: 36px;
	background: url('../images/motto_video.jpg') no-repeat 0 0;
}

#motto a.video:hover {
	background-position: 0 -36px;
}

/*** FOOTER ***/

#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 65px;
	margin: 0px 0 0 0;
	display: inline;
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #666666;
	background: url('../images/footer_bg.jpg') repeat-x 0 0 #ffffff;
}

#footer .copyright {
	position: relative;
	float: left;
	font: 11px/18px arial;
	color: #999999;
	margin: 12px 0 0 8px;
	display: inline;
}

#footer .additional {
	position: relative;
	float: left;	
	margin: 0px 0 0 10px;
	display: inline;
}

#footer a.backtotop {
	position: relative;
	float: right;
	font: 11px/18px arial;
	color: #999999;
	margin: 12px 8px 0 0;
	display: inline;
	text-decoration: none;
}

#footer a.backtotop {
	position: relative;
	float: right;
	font: 11px/18px arial;
	color: #999999;
	margin: 20px 8px 0 0;
	display: inline;
	text-decoration: none;
}

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

#footer a.nmma {
	position: relative;
	float: right;
	font: 11px/18px arial;
	color: #999999;
	margin: 0px 8px 0 0;
	display: inline;
	text-decoration: none;
}

.insidetabletext {
	font: 12px/17px arial;
	color:#111111;
}


