



/*********************************/
/* Side Menu Rounded CSS Corners */
/********************************

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#667EBD}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #078198;
  border-right:1px solid #078198;
  background:#0391a7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #0b7189;
  border-right:1px solid #0b7189;
  background:#0293aa}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #0293aa;
  border-right:1px solid #0293aa;}
.spiffy4{
  border-left:1px solid #078198;
  border-right:1px solid #078198}
.spiffy5{
  border-left:1px solid #0391a7;
  border-right:1px solid #0391a7}
.spiffyfg{
  background:#667EBD}
  
*/

#lt_ie7_warning {
	font-size: 12px;
	font-family: "Lucida Sans", Helvetica, sans-serif;
	border-bottom: solid 2px #ce0004;
	background: #ffe6df;
	padding: 0.8em;
	margin-bottom: 0px;
	text-align: center;
}


/********************************/ 
/* Main Page Layout Definitions */
/********************************/ 

html { padding:0px; margin:0px;}

body { background-color: #e1ddd9; margin:0px auto; padding:0px; text-align:center; font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; }

/******************************/ 
/* DIV Tag Layout Definitions */
/******************************/

#frame {
	width:800px;
	height: auto;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color: #ffffff;
	border-left: 1px solid #564b47;
	border-right: 1px solid #564b47; 
	border-bottom: 1px solid #564b47;
}

#topbar {
	width: 800px;
	height: 22px;

	margin: 0px;
	padding: 0px;
	background: url(../img/generic/topbar.png) repeat-x;
}

#bg {
	width: 800px;
	height: 25px;
	margin-top: -1px;
	padding: 0px;
	float: left;
	background: url(../img/generic/dark_green_bg.png) repeat-x;
}


#sphere {
	width: 130px;
	height: 25px;
	margin-top: -1px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#tab {
	width: 116px;
	height: 25px;
	margin-top: 1px;
	margin-left: -5px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	behavior: url(http://www.eltech.co.uk/scripts/iepngfix/iepngfix.htc);

}

#tab a {
	width: 116px;
	padding: 0px;
	margin-left: 1px;
	padding: 5px 0px;
	float: left;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
  	font-weight: bold;
  	font-size: 10px;
  	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	
	list-style-type: none;
	display: block;

	
}

.normaltab {
	background: url(../img/generic/tab.png) repeat-x;
}

.snowtab1 {
	background: url(../img/generic/snow_tab_1.png) repeat-x;
}

.snowtab2 {
	background: url(../img/generic/snow_tab_2.png) repeat-x;
}

.snowtab3 {
	background: url(../img/generic/snow_tab_3.png) repeat-x;
}

.snowtab4 {
	background: url(../img/generic/snow_tab_4.png) repeat-x;
}

.snowtab5 {
	background: url(../img/generic/snow_tab_5.png) repeat-x;
}

.normalsphere {
	background: url(../img/generic/sphere.png) repeat-x;
}

.snowsphere {
	background: url(../img/generic/snow_sphere.png) repeat-x;
}


#white_strip {
	width: 800px;
	height: 1px;
	line-height: 1px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
}

#blue_strip {
	width: 300px;
	height: 24px;
	line-height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	background-color: #548ac0;
}

#grey_strip {
	width: 800px;
	height: 1px;
	line-height: 1px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background-color: #444;
}

#container_top {
	width: 800px;
	height: 26px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	float: left;
	background-color: #548ac0;
	overflow: hidden;
}

/************************************************************************/

#search_top {
	float: left;
	width:150px;
	height: 45px;
	margin-left: 10px;
	behavior: url(http://www.eltech.co.uk/scripts/iepngfix/iepngfix.htc);
	background: url(../img/generic/search.png) top left no-repeat;
}

#search_top p {
	color: #ffffff;
  	font-weight: bold;
  	font-size: 10px;
  	line-height: 10px;
  	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
  	text-align: left;
  	margin-top: 8px;
	margin-left: 35px;
}

#search_top a { text-decoration: none; }
#search_top a:hover { text-decoration: none; }

/* Align the Google Search Contents correctly in Firefox */

.gsc-results {

	margin: 0px;
}


/************************************************************************/

#email_top {
	float: right;
	width:80px;
	height: 45px;
	margin-right: 20px;
	behavior: url(http://www.eltech.co.uk/scripts/iepngfix/iepngfix.htc);
	background: url(../img/generic/envelope.png) top left no-repeat;
}

#email_top p {
	color: #ffffff;
  	font-weight: bold;
  	font-size: 10px;
  	line-height: 10px;
  	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
  	text-align: right;
  	margin-top: 8px;
  	margin-right: 0px;
}

#email_top a { text-decoration: none; }
#email_top a:hover { text-decoration: none; }


/************************************************************************/


#main {
	margin: 80px 20px 70px 20px ;

}

#main p {
	font-style : normal;
	color: #444;
	font-weight: normal;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 130%;
}

.maintext {
	font-style : normal;
	color: #444;
	font-weight: normal;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 130%;
}

#main p a { color: #0066CC; font-weight: bold; text-decoration: none;}
#main p a:hover { text-decoration: underline;}

#main h1 { font-style : normal; font-weight : bold; font-size : 12pt; line-height : 14pt; color : #0066CC; }

#main h2 { font-style : normal; font-weight : bold; font-size : 10pt; line-height : 12pt; color : #0066CC; }

#main form {
	font-style : normal;
	color: #444;
	font-weight: normal;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 130%;
}

a img { border: 0; }

#products {
	padding-bottom: 10px;
	min-height: 150px;
}

#products p {
	padding-left: 130px;
}

#products li {
	padding-left: 115px;
	list-style-position: inside;
}



#leftcontent {
left: 0px;
top: 0px
	height: auto;
	float: left;
}

#rightcontent {
margin-left: 0px;
padding-top: 2px;
padding-left: 180px;
min-height: 350px;
}


#rightcontent h1 { font-style : normal; font-weight : bold; font-size : 12pt; line-height : 14pt; color : #0066CC; }

#rightcontent h2 { font-style : normal; font-weight : bold; font-size : 10pt; line-height : 14pt; color : #0066CC; }

#rightcontent h3 { font-style : normal; font-weight : bold; font-size : 10pt; line-height : 14pt; color : #0066CC; }

#rightcontent p {
	font-style : normal;
	color: #444;
	font-weight: normal;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 130%;
}

#rightcontent p a { color: #0066CC; font-weight: normal; text-decoration: none; line-height: 18px; font-size: 14px;}
#rightcontent p a:hover { text-decoration: underline;}
#rightcontent p a img { margin-right: 10px; float: left;}

#rightcontent ul li {
	font-style : normal;
	color: #444;
	font-weight: normal;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 130%;
}

#rightcontent ul li a { color: #0066CC; font-weight: bold; text-decoration: none;}
#rightcontent ul li a:hover { text-decoration: underline;}


/* START OF BLOG SECTION */


#blog-content {
margin-left: 0px;
margin-top: 0px;
padding-left: 180px;
min-height: 350px;

	font-style : normal;
	color: #444;
	font-weight: normal;
	font-size: 10pt;
	line-height: 130%;
}


#blog-content h1 { font-style : normal; font-weight : bold; font-size : 12pt; line-height : 14pt; color : #0066CC; }
#blog-content h2 { font-style : normal; font-weight : bold; font-size : 12pt; line-height : 14pt; color : #0066CC; }
#blog-content h3 { font-style : normal; font-weight : bold; font-size : 10pt; line-height : 12pt; color : #0066CC; }

#blog-content a { color: #0066CC; font-weight: normal; text-decoration: none; line-height: 18px; font-size: 14px;background-image: none;}
#blog-content a:hover { text-decoration: underline;}
#blog-content a img { margin-right: 10px; float: left;}

#left-side-blog {

	width: 150px;
	margin-top: -10px;

}

#left-side-blog a { font-style : normal; font-weight : bold; font-size : 12pt; line-height : 14pt; color : #0066CC; text-decoration: none}
#left-side-blog a:hover {text-decoration: underline;}

#left-side-blog li {
	list-style-type: none;
	margin-left: -30px;
	font-size: 12px;
}

#left-side-blog li a {
	color: #0066CC; font-weight: bold; text-decoration: none;
}

.tagcloud {
	line-height: 34px;
	margin-left: 10px;

}

.storytitle {

	margin-left: -9px;
}

#respond p textarea {
	width: 500px;

}


/* END OF BLOG SECTION */
	
img.borderandleft {
	float: left;
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
img.borderandright {
	float: right;
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
/* Product Images */

ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	text-align: left;
	}
	
ul.screenshots li {
	list-style: none;
	display: inline;
	width: 110px;
	height: 110px;	
	margin: 5px;}
	
ul.screenshots li img {
	float: none;
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	}
	
ul.screenshots_left {
	float: left;
	list-style: none;
	margin: auto 10px auto auto;
	clear: both;
	text-align: left;
	}
	
ul.screenshots_left li {
	list-style: none;
	display: inline;
}
	
ul.screenshots_left li img {
	float: left;
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	}

img.border {
	float: left;
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	}

/**************************************/
/* Side Menu Accordian Style Movement */
/**************************************/

#container {
}

#accordion ul {
	padding: 5px 0px 0px 0px;
	margin: -2px 0px 0px 0px;
}

#accordion ul li {

  	padding: 2px 0px 2px 10px;
  	margin: 2px 0px 0px 0px;
  	display: block;
  	background: #cccccc;
  	width: 140px;
  	font-weight: bold;
  	font-size: 10px;
/*   	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
  	height: auto !important;
  	height: 1%; /*For IE*/
}

#accordion ul li a { 
	color: #003366;
	text-decoration: none;
}

#accordion ul li a:hover { 
	color: #003366;
	text-decoration: underline;
}

#accordion ul li a:visited { 
	color: #003366;
}

#accordion h3 a {
	color: fff;
}

#accordion h3 {
	margin: 5px 0px 0px;
	height: 20px;
	width: 150px;
	cursor: pointer;
	font-size: 0.99em;
}


#accordion h3 a:link, h3 a:visited {
	background: #fff url(../img/generic/title.png) no-repeat;
	color: #fff;
	display: block;
	height: 16px;
	width: auto;
	font-size: 10px;
	text-decoration: none;
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 8px;
}


#copyright {
}

#copyright p {
	font-size: 8pt;
	font-style : normal;
	font-weight : normal;
	line-height : 10pt; 
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	text-align: center;
	color: #444;
	
}

#footer {
	clear: both;
	padding-top: 25px;
}

#footer p {
	font-size: 8pt;
	font-style : normal;
	font-weight : normal;
	line-height : 10pt; 
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
	text-align: left;
	color: #FFFFFF;
	padding:5px 15px;
	margin:0px
}

#footer p b {
	font-weight: bold;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}

#breadcrumbs { background: #FFFFFF; padding-left: 4px; padding-top: 4px; padding-bottom: 4px; font-size: 85%;
		color: #999;}

 	#breadcrumbs a:link,
	#breadcrumbs a:visited { color: #666;}
	#breadcrumbs a:hover,
	#breadcrumbs a:active { color: #333;}

#header { font-style : normal; font-weight : 900; font-size : 16px; line-height : 14pt; font-family : Arial, Helvetica, sans-serif; color : #0066CC; text-decoration:none;}




/********************/ 
/* Font Definitions */
/********************/ 
	



/* module settings */

div.moduletable {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-style : normal;
	line-height : 11pt; 
/* 	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif; */
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

.footer .padding {
	padding: 5px 25px;
}

div.wrapper {
	margin: auto;
	position: relative;
}


/* blue footer */

body.footer-blue{
	background: #3d6993;
}

.footer {
	background: #3d6993 url(/img/generic/footer-bg.png) repeat-x;
}

.footer li {
	border-bottom: 1px dotted #87C1F2;
}

.footer div.moduletable {
	color: #fff;
}

#embedded_logo {
	float: left;
	width:143px;
	height: 67px;
	margin: 50px 0px 0px 100px;
	behavior: url(http://www.eltech.co.uk/scripts/iepngfix/iepngfix.htc);
	background: url(../img/generic/embedded_logo_small.png) top left no-repeat;
}




img.border {
	border:#778888 1px solid;
	padding:1px;
	background:#eeeeee;
	}
	
#orderinfo {
border: 1px #000; 
border-collapse: collapse;
font-style: normal;
color: #444444;
font-weight: normal;
/* font-family: "Lucida Grande",Tahoma,Helvetica,sans-serif; */
font-size: 10pt;
  }
	
.odd {background-color: #CCFFFF;}

.color {
color: #0066cc;
text-decoration: underline;
}


