
/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(images/bg.jpg);

	line-height: 25px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	clear: both;
	
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #B23812;
}

address {
	font-style:normal;
}

.right {
	float: right;
	margin-top: 50px;
}

.center {
	margin: 25px 0 50px 175px;
}
	
.phone {
	font: Arial, Helvetica, sans-serif;
	font-style:normal;
}

strong {
	font-size: 16px;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 40px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	display:none;
}

/** Menu Style Starts Here */


	/*basic menu*/
#menu {
	width: 1150px;
	height: 43px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image01.jpg) no-repeat left top;
}

#menu ul li a, #menu ul li a:visited {
	display:block;
	padding: 0 20px;
	background: url(images/image06.gif) no-repeat right 50%;
	color: #FFFFFF;
	text-decoration:none; 
	height:43px; 
	text-align:center;  
	line-height:43px; 
	overflow:hidden;
	font-weight:700;
	font-size:17px;
	}
	
.first {
	padding:0 0 0 50px; 
	}

#menu ul {
	padding:0 0 0 0px; 
	margin:0; 
	list-style: none;
	}
	
#menu ul li {
	float:left; 
	position:relative;
	
	}
	
#menu a, #menu a:visited {
	background: url(images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first a, #menu .first a:visited  {
	padding-left: 0;
}


	/* 1st dropdown */
	
#menu ul li ul {
	display: none;
	
	}
	
#menu ul ul a, #menu ul ul a:visited {
	color: #fff;
	font-weight: 100;
	font-size:13px;
	}
	
#menu ul ul li {
	color: #FFF;
	border-bottom:groove #666;
	border-right: groove #fff;
	border-left: groove #fff;
	background-image:none;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;

}

#menu ul ul li a, #menu ul ul li a:visited {
	display:block; 
	background:#060606;
	background-image:none;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color:#fff;
	width: 225px;
	text-align:left;
	height: 40px;
	line-height:40px;
	}
	
	
	/* 2nd dropdown */

#menu ul li:hover ul ul{
	display:none;
}
	
#menu ul ul ul li {
	border-bottom:groove #666;
	border-right: groove #fff;
	border-left: groove #fff;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;

}

#menu ul ul ul li a, #menu ul ul ul li a:visited {
	display: block; 
	background:#060606;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color:#fff;
	width: 225px;
	text-align:left;
	}	
	
#menu .img_menu {
	height: 50px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#menu .img_menu a, #menu .img_menu a:visited {
	margin: auto;
	padding-top: 5px;
	height: 50px;
	background-color: #fff;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
}
	
	/* 3rd dropdown */

#menu ul ul li:hover ul ul {
	display: none;
}

#menu ul ul ul ul li {
	border-bottom:groove #666;
	border-right: groove #fff;
	border-left: groove #fff;
	background:#060606;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;

}

#menu ul ul ul ul li a, #menu ul ul ul ul li a:visited {
	display: block; 
	background: #060606;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color:#fff;
	width: 225px;
	text-align:left;
	}
	

/* specific to non IE browsers */

	/* basic menu */

#menu ul li:hover a, #menu ul li:hover a:visited {
	color: #fff;
	}

	/* 1st dropdown */

#menu ul ul li a {
	color: #fff;
	}
	
#menu ul ul li:hover a, #menu ul ul li:hover a:visited {
	color: #fff;
	}
	
#menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:43px; 
	left:0; 
	width:225px;
	}
	
#menu ul ul li a:hover, #menu ul ul li a:visited {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}
	
	
	/* 2nd dropdown */
	
#menu ul ul ul li:hover a, #menu ul ul ul li:hover a:visited {
	color: #fff;
	}

#menu ul ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0px; 
	left:265px; 
	width:225px;
	}

	
#menu ul ul ul li a:hover, #menu ul ul ul li a:visited {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}
	

		/* 3rd dropdown */
		
#menu ul ul ul li:hover a, #menu ul ul ul li:hover a:visited {
	color: #fff;
	}		

#menu ul ul ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0px; 
	left:265px; 
	width:225px;
	}

	
#menu ul ul ul ul li a:hover, #menu ul ul ul ul li a:visited {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}



/** Page Style Starts Here */

#page {
	width: 1150px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

#page-top {
}

h3 {
	font: 8pt;
	text-align:center;
	color: #393939;
	margin: 0;
	padding-top: 15px;
	line-height: 9pt;
}


.sensor_apps img{
	padding: 0 6px;
	margin-bottom: 0;
}

#content {
	float: left;
	width: 420px;
	padding: 0px 40px 30px 40px;
	border-left: 1px dotted #CFCFCF;
	border-right: 1px dotted #CFCFCF;
}

#content img {
	float: right;
	margin: 20px 0 0 15px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
	clear: right;
}


#content ul {
	margin-left: 0;
	padding: 0 0 0 20px;
}

#content li {
	list-style:inside;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 20px 20px 0 20px;
	border-right:#F00 thin;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 10px;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;

}

#sidebar img {
	margin: 0 0 0 0px;
}


#logos {
	float: left;
	width: 345px;
	padding: 20px 0 0px 20px;
	border-left:#F00 thin;
}

#logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#logos li {
	display:inline;
}

#logos img {
	vertical-align: middle;
	padding: 7px 7px 12px 7px;
	
	
}

#logos a {
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
}

/** Contact Styling */

#contact table {
	margin-top: 25px;
	border: none;
}

#contact td {
	padding: 0 30px 0 0;
}

#contact a, #contact a:visited {
	text-decoration: none;
}

#contact a:hover, #contact a:active {
	text-decoration:underline;
}

#contact strong {
	text-transform: uppercase;
}

/** Sample Styling */

#sample {
	margin-top: 25px;
}

#sample form {
	margin-top: 25px;
}


#sample input, #sample select {
	float: right;
	margin: 0 80px 0 0;
	width: 220px;
}

#sample em {
	float: right;
	margin: 0 80px 0 0 ;
}

#sample strong {
	float: left;
	clear:both;
}

/** Footer Style Starts Here */

#footer {
	width: 1150px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



