body{
	margin:0;
	padding:0;
	height:100%; 
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-universal.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#475963;
	font-size:8pt;
	color:#ffffff;
}
.display-bg{
	background-image:url(../images/display-area.png);
	background-repeat:no-repeat;
	background-position:0px 181px;
}
table,td{
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a :hover{
	color:#ffffff;
	text-decoration:underline;
}
.site{
	width:1000px;
}
.logo{
	margin-top:20px;
	margin-left:58px;
	position:absolute;
}
.menu-bg{
	background-color:#1a1a1a;
}
.display_bg{
	background-image:url(../images/display-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.about_bg{
	background-image:url(../images/about-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.products_bg{
	background-image:url(../images/product-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.gallery_bg{
	background-image:url(../images/gallery-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.contact_bg{
	background-image:url(../images/contact-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.security{
	background-color:#fcc200;
	color:#2e4149;
}
h2{
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 370px;
	height:60px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}
.scrollable img {
	float:left;
	padding:2px;
	
}
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:10px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }




/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

.field{color:#FFF;}