@charset "utf-8";

* {
margin: 0;
padding: 0;
border: none;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

#l {
	clear: left;
	float: left;
	width: 250px;
}

#r {
	float: left;
	position: relative;
	top: 0px;
	vertical-align: top;
}

#left-content ul {
	list-style-type: disc;
	margin-left: 20px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: normal;
	padding-bottom: 10px;
}

ul { list-style-type: none }

li {
height: 1em;
}

html>body li {
height: auto;
}

#left-content ol li {
	margin-left:25px;
}

strong {
	font-weight: bold;
}

#orderTable2 input {
	border: solid 1px #0094D1;
	color: #666666;
}

#orderTable3 input {
	border-bottom: solid 1px #0094D1;
	color: #666666;
}

/*#orderTable td {
	vertical-align: top;
	height: 50px;
}*/

#orderTable .line {
	vertical-align: top;
	height: 50px;
}

#orderTable .line2{
	vertical-align: top;
	height: 25px;
}

.total1{
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	color: #1a2576;
}

#orderTable th {
	border-bottom: solid 1px #0094D1;
}

p, ol, table {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: normal;
	padding-bottom: 10px;
}

.input {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.input1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: solid 1px #0094D1;
	text-align: center;
}

#left-content table th, #left-content table th div {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1a2576;
	line-height: normal;
	font-weight: bold;
}

#left-content a:link, #left-content a:visited, #left-content a:active {
	color:#1a2575;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#1a2575;
}

body {
	text-align:center;
}

#container {
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#header {
	background:url(../images/header-bg.png);
	text-align:left;
	height:118px;
}

#logos-holder {
	width:800px;
	position:relative;
	margin:0 auto;
	height:118px;
}

#logo {
	float:left;
	padding-top:25px;
	padding-left:5px;
}

#logo-right {
	float:right;
	padding-top:25px;
	padding-right:20px;
}

#nav-bar {
	background-image:url(../images/nav-bg.png);
	background-repeat:repeat-x;
	height:32px;
	width:auto;
}

#nav-buttons {
	width:800px;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	height:32px;
}

ul#nav{
	width:800px;
	position:absolute;
	top: 0px;
}

ul#nav li {
	float:left;
	margin-left:30px;
	cursor:pointer;
	display:block;
}

ul#nav li#first {
	margin-left:10px;
}

ul#nav li a {
	display:block;
	text-indent:-9999px;
}

ul#nav a.home { background: url(../images/nav/home-nav.png) no-repeat left top; height: 32px; width: 37px; }
ul#nav a.products { background: url(../images/nav/products-nav.png) no-repeat left top; height: 32px; width: 54px; }
ul#nav a.consultancy { background: url(../images/nav/consultservices-nav.png) no-repeat left top; height: 32px; width: 135px; }
ul#nav a.thermal { background: url(../images/nav/thermalworklimit-nav.png) no-repeat left top; height: 32px; width: 117px; }
ul#nav a.history { background: url(../images/nav/history-nav.png) no-repeat left top; height: 32px; width: 117px; }
ul#nav a.literature { background: url(../images/nav/literature-nav.png) no-repeat left top; height: 32px; width: 57px; }
ul#nav a.contact { background: url(../images/nav/contactus-nav.png) no-repeat left top; height: 32px; width: 69px; }

ul#nav a:hover.home, ul#nav a.home-active { background: url(../images/nav/home-nav.png) no-repeat left -32px; height: 32px; width: 37px; }
ul#nav a:hover.products, ul#nav a.products-active { background: url(../images/nav/products-nav.png) no-repeat left -32px; height: 32px; width: 54px; }
ul#nav a:hover.consultancy, ul#nav a.consultancy-active { background: url(../images/nav/consultservices-nav.png) no-repeat left -32px; height: 32px; width: 135px; }
ul#nav a:hover.thermal, ul#nav a.thermal-active { background: url(../images/nav/thermalworklimit-nav.png) no-repeat left -32px; height: 32px; width: 117px; }
ul#nav a:hover.history, ul#nav a.history-active { background: url(../images/nav/history-nav.png) no-repeat left -32px; height: 32px; width: 117px; }
ul#nav a:hover.literature, ul#nav a.literature-active { background: url(../images/nav/literature-nav.png) no-repeat left -32px; height: 32px; width: 57px; }
ul#nav a:hover.contact, ul#nav a.contact-active { background: url(../images/nav/contactus-nav.png) no-repeat left -32px; height: 32px; width: 69px; }

#content {
	background-image: url(../images/content-border.gif)!important;
	width: 800px;
	height: 470px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-text a:hover {
	color: #FFFFFF;
}


#left-content {
	display: block;
	float: left;
	width: 500px;
	z-index: auto;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
}

#left-content h1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1a2575;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0094D1;
}

#left-content .box .content h3, #left-content #product h3, #left-content #product-last h3, h3 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2575;
	padding-bottom: 5px;
}

h4, h5 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2575;
	font-size:14px;
	padding: 8px 0px;
}

#right-content {
	display: block;
	float: right;
	height: auto;
	width: 275px;
	margin-top: 15px;
	padding-top: 38px;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: auto;
	margin-top: 25px;
}

#footer-text {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 32px;
	color: #FFFFFF;
	height: 32px;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}


.box {
	 position:relative;
	 margin:0px auto;
	 width:504px;
	 color:#666666;
	 margin-bottom:10px; /* spacing under box */
}

.box .content,
.box .t,
.box .b,
.box .b div {
	 background:transparent url(../images/grey-box.png) no-repeat top right;
	 height: auto;
}

.box .content {
	 position:relative;
	 padding:5px 12px 0px 12px;
	 height: auto;
}

.box .t {
	/* top+left vertical slice */
	 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	height:100%;
	background-position:top left;
}

.box .b {
	 /* bottom */
	 position:relative;
	 width:100%;
}

.box .b,
.box .b div {
	 height:15px; /* height of bottom cap/shade */
	 font-size:1px;
}

.box .b {
	 background-position:bottom right;
}

.box .b div {
	 position:relative;
	 width:12px; /* bottom corner width */
	 background-position:bottom left;
}

/* all menu links */
#subMenusContainer a{
	text-decoration:none;
	display:block;
	height:32px;
	line-height:32px;
	padding: 0 10px;
	background-color:#0094d1;
	color:#FFF;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	font-family: Tahooma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#FFF ;
	color:#F6C739;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#0094d1 ;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../images/arrow_right_over.gif) right center no-repeat; 
	color:#33FF00;
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	background:#fff;	
	/*border:1px solid #1a2575;*/
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	top:15px;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#order-now {
	float: right;
	
}

#nav li:hover a:focus{ margin-left: 0; }
#product img, #product-last img, #left-content img {
	padding: 3px;
}

#nav li li:hover a:focus + ul { margin-left: 10em; }

#product {
	clear:left;
	float:left;
	position: relative;
	width: 100%;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

#product-last {
	clear:left;
	float:left;
	position: relative;
	width: 100%;
	margin-top:20px;
	padding-bottom: 10px;
}
#product h3 a, #product-last h3 a, .box h3 a {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2575;
	padding-bottom: 5px;
	text-decoration:none;
}
.text{
	border: 1px solid #CCCCCC;
	visibility: visible;
}
#small-link {
	font-weight: normal;
	color:#0094d1;
	text-decoration:underline;
}


#product h3 a:hover, #product-last h3 a:hover, .box h3 a:hover {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0094d1;
	padding-bottom: 5px;
	text-decoration:none;
}

