
/* --------------------------------------------Basic Styles------------------------------------- */

body {
	font: 62.5% "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #000;
	background: #ccc;
	text-align: center;
	margin: 5px;
	padding: 0px;
}

html, body { /* saves from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

/* img	{ border-style: none; } use this if no border is required around image links*/

p span, li span, td span {
	color:#FF0000;
	font-weight: bold;
}

h1 {
	font: bold 1.6em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #FFCC00;
/*		background: url(../images/IRbg.gif) no-repeat right bottom;*/
}

h2	{
	font: bold 1.2em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font: bold 1.0em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 0;
	padding: 0 0 5px 0;
}

h4 {
	font: bold 1.2em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #0066CC;
	margin: 0 0 5px 180px;
	
}

h5 {
	font: bold 1.0em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}

ol	{
	font: 1.0em "trebuchet ms", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #000;
	list-style: disc;
	margin: 0 0 20px 150px;
}


img.float-left {
  	margin: 40px 20px 20px 0;
}

img.float-right {
  	margin: 20px;
}

p.news {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 20px 0;
}
/* ----------------------------------------- Layout styles -------------------------------------*/

#holder {
	width: 960px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: #fff;
	border: 2px solid #999;
}

#header {
	background: url(../images/main_banner.jpg) no-repeat left top; 	height: 154px;
}


#content {
	margin: 0 20px;
	padding: 20px;
	font-size: 1.4em;
}


/* ----------------------------------------Main Navigation Styles----------------------------- */

#mainNav {
	font-size: 1.6em;
	height: 30px;
	background-color: #000;
	padding: 8px 0 0 50px;
}

#mainNav ul {
	margin: 0;
	list-style: none;
	display: inline;
}
#mainNav li {
	display: block;
	float:left;
	text-align: left;
	border-left: 2px solid #ccc;	
}
#mainNav a {
	display:block;
	padding: 0 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	color: #ffcc00;
}
#mainNav li ul {
	display: none;
	width: 10em;
	border: 2px solid #000;
	padding: 2px 0px;
}

#mainNav li:hover ul, #mainNav li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	background-color: #ffcc00;
}

#mainNav li:hover li, #mainNav li.hover li {
	float: none; 
}
	
#mainNav li:hover li a, #mainNav li.hover li a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	background-color: #ffcc00;
	font-size: 0.9em;
}
	
#mainNav li li a:hover {
	color: #ff0000; 
}

#mainNav a.thispage {
	color: #ffcc00;
}


/* ----------------------------------------Header Navigation Styles----------------------------- */

#header #headerNav {
		float:right;
		width:600px;
		height:35px;	
}

#header #headerNav ul {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
}

#header #headerNav ul li {
		display:block;
		float:right;
		margin:0px;
}
				
#header #headerNav ul li a {
		display:block;
		color:#000;
		padding:0px 7px;
		line-height:34px;
		font-size:1.4em;
		font-weight: bold;
		text-decoration: underline;
}

#header #headerNav ul li a:hover {
		color:#FF0000;
}

#header #headerCTA {
		clear:right;
		float:right;
		width:350px;
		height:75px;
		text-align:left;
		padding-top: 15px;
}

#header #headerCTA p {
		margin:0;
		font-size:1.45em;		
		font-weight: bold;
}

#header #headerCTA p.skype {
		margin-top:5px;
		font-size:1.4em;		
		font-weight: bold;
		color:#FF0000;
}
/* -----------------------------miscellaneous styles ------------------------------*/

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 0.1em;
     line-height: 0px;
}

/* ------------------------------miscellaneous divs ------------------------------ */

#premises {
	background: url(../images/normanton-2.jpg) no-repeat center top;
	text-align: center;
	height: auto;
	width: 500px;
	padding-top: 300px;
	margin-left: 200px;
}

#oem {
	background: url(../images/oem_board.gif) no-repeat left 25px;
	margin-top: 30px;
	padding: 0 20px 2px 135px;
}

#config {
	background: url(../images/config.gif) no-repeat left top;	
	margin-top: 30px;
	padding-left: 210px;
}

#dataimages ul {
	list-style: none;
	display: inline;	
}

#dataimages li {
	display: block;
	float:left;
	padding: 50px 30px;
}

/* -------------------------------------------footer styles--------------------------- */

#footer {
	height: 100px;
	padding: 0px 15px 10px 15px;
	border-top: 1px solid #666;
	background: url(../images/footer_bg.jpg) left bottom repeat-x;
	text-align: center;
}

#footer p {
	font-size:1.2em;
	margin: 5px 0;
	clear: both;
}
#footerNav {
	margin: 0 35px;
	padding: 10px;
	height: 80px;
}
#footerNav ul {
	margin: 0;
	list-style: none;
	display: inline;
}
#footerNav li {
	display: block;
	float:left;
	text-align: center;
	padding: 5px 10px;
}
#footerNav li a {
	display:block;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	font-size:1.2em;
}
#footerNav a:hover {
	color: #FF0000;
}

#footerNav ul li a {white-space:nowrap;}

/* ---------------------table styles - percentages are relative to parent element---------------- */

table.sensor {
	text-align: center;
	background: #FFFFCC;
	width: 750px;
	margin: 20px 0px 20px 50px;
}

table.sensor td {
	padding: 10px;
	border: 1px solid #CCC;
	width: 25%;
	
}

table.sensor p {
	font-size: 0.9em;
	
}

table.sensor a {
	color: #0066cc;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

table.sensor a:hover {
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}


.toprow {
	background-color: #FFCC00;
	font-weight: bold;
}

table.data {
	text-align: center;
	background: #FFFFCC;
	width: 750px;
	margin: 20px 0px 20px 50px;
}

table.data td {
	padding: 10px;
	border: 1px solid #CCC;
	
}

table.data p {
	font-size: 0.9em;
	
}

table.data a {
	color: #0066cc;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

table.data a:hover {
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.firstcol {
	width: 100px;
}

.seccol {
	width: 60px;
}

.blue {
	font: bold 1em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #0066cc;
}

.purple {
	font: bold 1em "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FF33FF;
}

/* ---------------------------------- alignment classes-------------------------  */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
