* {
	margin: 0;
	padding: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++ LIGHTBOX ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#overlay {
	background-color:black;
	position:absolute;
	width:100%;
	filter:alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
}
#holder {
	position: absolute;
	background-color: #fff;
	padding:5px;
	top: 30px;
	display: none;
	z-index: 1001;
}
#holder img.lightbox {
	display: block;
	clear: both;
}
#holder p {
	clear: both;
	display: block;
	padding: 5px 0;
	color: #a0a0a1!important;	
	font-size: 12px;
}
#holder p span {
	color: #B09A8F!important;
	font-weight: bold;
}
:focus {
	outline: none;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Calibri,  Helvetica, sans-serif;
	background-image: url('../img/gradient_big.jpg');
	background-repeat: repeat-x;
	background-color: #FAD256;
}
a:hover {
	cursor:pointer;
}
a img {
	border: none;
	padding: 0px;
}
#spacer {
	width: 756px;
	margin-left: 2px;
	padding: 0 1px;
	height: 114px;
	position: relative;
	background: #fff;
}
#spacer h1 {
	position: absolute;
	top: 37px;
	left: 20px;
	width: 183px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center center;
	text-indent: -9999px;
}
#spacer #date {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #404040;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
#wrapper {
	background-image: url(../img/white-backdrop.jpg);
	background-repeat: repeat-y;
	background-position: center 1px;
	background-color: #FAD256;
	margin: 0 auto;
	width: 762px;
	/*min-height: 100%;
	height: 100%;*/
	position: relative;
	padding-top: 1px;
}
#header {
	position: relative;
	margin: 0 auto;	
	width: 758px;
	height: 158px;
	background: url(../img/header.jpg) 0px 50%;
}
#header h1 {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 183px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center center;
	text-indent: -9999px;
}
#header #date {
	position: absolute;
	right: 90px;
	bottom: 10px;
	color: #404040;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
/*===============================================RIGHT PANEL==============================================*/
#panels {
	float:left;
 	position:relative;
	width:758px;
	height: 36px;
	overflow: visible;
	z-index: 10000;
	margin-top:-50px;
}
#panels h1 {
	padding-left: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
#panels img {
	padding-left: 6px;
}
#panels p {
	padding-left: 20px;
	font-size: 10px;
}
/*================================================MENU=====================================================*/
#menu {
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
	z-index: 1000;
}
#menu li:hover ul,
#menu li.hover ul {
	display: block;
}
#menu ul li {
	padding: 0px 10px;
}
#menu ul li a {
	padding: 2px 2px 2px 2px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li ul li a:hover {
	color: #fff !important;
	font-weight: bold;
}
#menu ul li .section {
	color: #FAD256;
}
.subsection {
	font-weight: bold;
	font-size: 11px;
}
#menu li {
	float: left;
	list-style: none;
	text-align: left;
	position: relative;
}
#menu li ul {
	position: absolute;
	top: 10px;
	right: -1px;
	display: none;
	z-index: 1000;
	margin-top: 10px;
	width: 150px;
	border: 1px solid #c6c6c6;
}
#menu li ul li {
	width: 150px;
	z-index: 1000;
	display: block;
	margin: 0px;
	background: #FFC63F;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
}
#menu li ul li ul {
	display: none;
	position: absolute;
	left: -152px;
	top: -11px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-right: none;	
}
#menu li ul li a {
	display: block;
	z-index: 1000;
	padding: 2px 0px 2px;
	width: 148px;	
	background: #FFC63F;
	color: #fff;
	text-align: right;
}
#menu .right {
	float: right;	
	padding-right: 10px;
}
#menu .left {
	float: left;	
	padding-left: 0px;
}
#menu p {
	padding-top: 2px;

}
#menu p a {
	color: #999;
	text-decoration: none;
}
#menu p a:hover {
	color: #000;
}
/*==================================SUBMENU========================================*/
#submenu {
	width:200px;
	background: #FAD256;
	float:right;
	margin-right: 10px;
	font-size: 11px;
	z-index: 1000;
	padding: 5px 0px;
	margin-top: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#submenu ul {
	padding: 10px 0px;
	list-style: none;
	margin-left: 10px;
}
#submenu ul li a{
	color: #000;
	text-decoration: none;
}
#submenu img{
	float: left;
	border: 1px solid #c6c6c6;
}
#submenu li {
	padding: 5px 0px;
	height: 50px;	
}
#submenu td{
	vertical-align: middle;	
	height: 62px;
	padding: 5px 5px;
}
#submenu td a{
	color: #000;
	text-decoration: none;
}

/*==================================CONTENT========================================*/
#content {
	position: relative;
	left: 0px;
	margin: 0 ;
	font-size: 11px;
	color: #000000;
	z-index: 1;
	padding: 0px 40px 20px 40px;
	line-height: 20px;
	/*width: 468px;*/
}

#content ul {
	/*width: 630px;*/
	margin-left: 20px!important;
}

#content li {
	padding-bottom: 10px;
	margin-left: 20px!important;
}
#content h1{
	padding: 10px 0px 20px 0px;
	color: #0D267A;
	font-size:16px;
	font-family:  Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 26px;
}
#content h3{
	padding: 0px 20px 0px 40px;
	width: 460px;
}
#content p {
	padding-bottom: 12px;
}
#content .bread .link0 {
	color: #0D267A;	
	text-decoration:none;	
}
#content .bread .link1 {
	color: #0D267A;	
	text-decoration:none;
}

#content p.wmessage {
	position:absolute;
	right: 50px;
	top: 10px;
	font-family: Georgia, Times New Roman, serif;
	color: #0D267A;
	font-size: 16px;
	width: 200px!important;
}


#showname {
	height: 35px;
}
#showname p {
	font-weight: bold;
	font-size :11px;
}

#business-table {
display: block;
}
#business-table a {
position: relative;
width: 120px;
}
#business-table td {
	text-align: center;
	width: 120px;
	padding: 5px 5px;
}
#business-table td a {
	color: black;
	text-decoration:none;
	display: block;
}
#business-table td a:hover {
	color: black;
	text-decoration:underline;
	display: block;
}
#business-table td a:visited {
	color: black;
	text-decoration:none;
	display: block;
}
#business-table td a:visited:hover {
	color: black;
	text-decoration:underline;
	display: block;
}


#footer {
	margin: 0 auto;
	width: 762px;
	height: 100px;
	background: url(../img/footer.jpg) no-repeat center bottom;
	padding-bottom: 15px;
}
#footer .toppage {
	background:transparent url(../img/top-icon.jpg) no-repeat scroll center;
	height:25px;
	text-decoration:none;
	width:25px;
	margin-left:370px;
	text-indent: -9999px;
	float:left;
}
#footer .global {
	margin-left: 110px;
	width: 122px;
	height: 44px;
	float: left;
	background: url(../img/footer-global.png) no-repeat center center;
	text-indent: -9999px;
}
#footer .affiliates {
	background:transparent url(../img/footer-aff.jpg) no-repeat scroll center;
	color:#FBD355;
	float:left;
	height:44px;
	text-decoration:none;
	width:122px;
	margin-left:85px;
	text-indent: -9999px;
}
#footer .interactive {
	margin-right: 110px;
	width: 122px;
	height: 44px;
	float: right;
	background: url(../img/sensiviewfootericon.png) no-repeat center center;	
	text-indent: -9999px;
}
#footer p {
	font-size: 10px;
	padding: 4px 0;
	clear: both;
	text-align: center;
	color: #808080;
}
#footer p a {
	color: #404040;
	text-decoration: none;	
}
#footer p a:hover {
	text-decoration: underline;	
}
#global-rolltext {
	position:absolute;
	width:400px;
	text-align:center;
	left: 179px;
	padding-top:20px;
}
#map {
	position:relative;
	top:20px;
	margin: 0 auto;
	height: 305px;
}
#map999 {
	position:relative;
	top:20px;
	margin: 0 -38px;
}
#interactive {
	margin: 0 -20px;
	width: 758px;
	height: 500px;
	background: red;
}
#global-carousel {
	width: 670px;
	height: 210px;
	background-color: #fff;
	position: relative;
	display:none;
}
#global-carousel a {
	position: absolute;
	width: 120px;
}
#global-carousel a:hover {
	cursor:pointer;
}
#menu-primary li ul li{
	font-size:12px;
}
h2 {
	font-size: 11px;	
}
#main-area {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 10px;
	width: 640px;
	height: 270px;
	border-bottom: 1px solid #000000;
}
#text {
	position: absolute;
	top: 40px;
	left: 10px;
}
#button {
	position: absolute;
	top: 155px;
	left: 20px;
}
#cube {
	position: absolute;
	top: 0;
	left: 390px;
}
.cube-link {
	display: none;
}
#cube-services {
	position: absolute;
	top: 5px;
	left: 95px;
}
#cube-applications {
	position: absolute;
	top: 90px;
	left: 415px;
}
#cube-products {
	position: absolute;
	top: 170px;
	left: 180px;	
}
#product-info {
	position: absolute;
	top: 310px;
	left: 10px;
	width: 436px;
	height: 104px;
}
#product-info-image {
	float: left;
}
#product-info-text {
	float: left;
}
#product-previous {
	float: left;
}
#product-next {
	float: left;
}
#selection-box {
	position: absolute;
	top: 310px;
	left: 450px;
	width: 115px;
	height: 104px;
}
#selection-box #selection-scrollable {
	position: absolute;
	left: 0;
	top: 2px;
	width: 100px;
	height: 100px;
}
#selection-box #selection-scrollable .placeholder {
	float: left;
}
#selection-box #scroll-up {
	position: absolute;
	right: 0;
	top: 2px;
}
#selection-box #scroll-down {
	position: absolute;
	right: 0;
	bottom: 2px;
}
#carousel {
	position: absolute;
	top: 300px;
	width: 640px;
	height: 160px;
	display: block;
}
#carousel a {
	position: absolute;
	width: 120px;
}
#carousel a:hover {
	cursor:pointer;
}
#senslinks999 a {
	color : #000000;
	font-weight: bold;
	text-decoration: none;
}
#senslinks999 a:visited {
	color : #000000;
	font-weight: bold;
	text-decoration: none;
}
#senslinks999 a:hover {
	color : #000000;
	font-weight: bold;
	text-decoration: underline;
}
#contact-form {
	width: 460px;
	float: left;
}
#contact-form ul {
	margin: 0px!important;	
}
#contact-form ul li {
	list-style: none;
	clear: both;
	width: 460px;
	padding-bottom: 0px;
	margin-left: 0px !important;
}
#contact-form label {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
#contact-form input {
	float: right;
	width: 250px;
	margin-bottom: 5px;
}
ul {
	margin-left: 40px;
}
#contact-form select {
	float: right;
	width: 174px;
	margin-bottom: 5px;
	z-index: 2000;
}
#contact-form input.submit {
	width: auto;
}
#contact-form textarea {
	float: right;
	width: 250px;
	margin-bottom: 5px;
	font-size: 9px;		
}
#contact-form select {
	float: right;
	width: 250px;
	margin-bottom: 2px;
	font-size: 9px;		
}
#contact-form li p {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	font-size: 9px;
}

#subtitle {
color:#000000;
font-size:10px;
left:0px;
margin:0pt;
padding:0px 20px;
position:relative;
width:618px;
}
#subtitle h1 {
	padding:0px 20px 0px 40px;
	font-size:12px;
}
#subtitle h1 a {
	color:#000000;
	text-decoration: none;
}
#subtitle h1 a:hover {
	color:#000000;
	text-decoration: none;
}
#subtitle h1 a:visited {
	color:#000000;
	text-decoration: none;
}
#basehead {
	color:#FBD355;
}
#midhead {
	color:#969696;
}
#midhead2 {
	color:#969696;
}
#content-bubble {
	background: url(../img/bubbles/middle.png) repeat-y;
	padding: 0px;
	margin-top: -4px;
	z-index: 1000;
}
#bubble-text {
	margin-left: -15px;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	width: 165px;
}
#bubble-text li {
	list-style-type: circle;
}
#image-links a {
	color: black !important;
	text-decoration: none;
}
#image-links a:hover {
	color: black;
	text-decoration: underline;
}
#image-links a:visited {
	color: black;
}
#spanny a #dyn {
	background-image: url(../img/dyup.jpg);
	position: absolute; 
	margin-left: 75px;
	border: none;
	height: 130px;
	width: 163px;
	top: 125px;
}
#spanny a #sta {
	background-image: url(../img/staup.jpg);
	position: absolute;
	margin-left:403px;
	border: none;
	height: 130px;
	width: 163px;
	top: 125px;
}
#spanny a:hover #dyn {
	background-image: url(../img/dydwn.jpg);
	cursor: pointer;
}
#spanny a:hover #sta {
	background-image: url(../img/stadwn.jpg);
	cursor: pointer;
}
/*---------NEWS SECTION----------*/
.newsitem {
	border: 1px dashed #969696;
	z-index: 9999;
	width: 460px;
}
.newsitem .date {
	margin-bottom: 10px;
}
.newsitem p a:hover {
	color: black;
	text-decoration: underline;
}
.newsitem p a {
	color: #969696;
	text-decoration: none;
}
#addnews:hover {
	color: black;
	text-decoration: underline;
}
#addnews {
	color: #969696;
	text-decoration: none;
}
#pagination a:hover {
	color: black;
	text-decoration: underline;
}
#pagination a {
	color: #969696;
	text-decoration: none;
}
#content .bread a:hover{
	text-decoration: underline;
}
#submenu a:hover {
	text-decoration: underline;
}
