/* Pulse Combustions Systems - CSS v1 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html .clearfix {height: 1%;}

body {
	font: 12px arial,helvetica,verdana,sans-serif;
	text-align: center;
	background-color: #94D1EE;
	border-top: #333333 8px solid;
}

div#home {
	background: url(../images/header-bg.jpg) repeat-x left top; 
}

* html div#home {
	height: 120px;
}

div#bg {
	background: url(../images/bg.png) repeat; 
}

img { 
	border: 0;	/* Don't want image links to have borders */
}

acronym {
	border-bottom: #000 1px dotted;
}

acronym:hover {
	cursor: help;
}

em {
	font-style: normal;
	background-color: #FFC;
}

div#header {
	margin: 0px auto;
	width: 760px;
	position: relative;
	height: 120px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* html div#header {
	text-align: left;
}

div#logo {
	position: absolute;
	top: 15px;
	left: -10px;
	width: 765px; /* 760 + 5 */
}

div#home div#logo {
	top: 8px;
}

div#logo h1 {
	width: 484px;
	height: 60px;
	font-size: 100%;
	position: relative;
	text-indent: -9000px;
}

div#logo h1 a {
	display: block;
	border: 0;
}

div#logo h1 span {
	width: 484px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/logo.jpg) no-repeat left top;
}

div#logo p#small-nav {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	text-align: right;
	font-size: 90%;
	margin-top: 10px;
	color: #333333;
}

div#logo p#small-nav a {
	color: #b62222;
	text-decoration: none;
}

div#logo p#small-nav a:hover {
	color: #b62222;
	text-decoration: underline;
}

/* start navigation */
div#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 768px; 	/* 125px X 3 + 5px*/
	font-size: 11px;	
	text-transform: uppercase;
	text-align: left;
}
* html div#navigation {
	display: inline;
}

div#navigation p#skip {
	display: none;
}

ul.nav {
	list-style-type: none;
}

ul.nav li {
	display: block;
	float: left;
}

* html ul#menu li {
	display: inline;
}

ul.nav li a  {
	padding: 18px 0px 0px 0;
	height: 22px;
	width: 125px;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #b62222;
	background: url(../images/nav_bg.jpg) no-repeat left bottom;
	border: none;
}

ul.nav li a.current {
	color: #b62222;
	font-size: 12px;
	background: url(../images/nav_bg_current.jpg) #FFF no-repeat left bottom;
}

ul.nav li.current  {
	padding: 18px 0px 0px 0;
	height: 22px;
	width: 125px;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555;
	background: url(../images/nav_bg_current.jpg) no-repeat left bottom;
	border: none;
	cursor:default;
}

* html ul.nav li.current  {
	padding: 18px 0px 0px 0;
	height: 20px;
	width: 125px;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555;
	background: url(../images/nav_bg_current.jpg) no-repeat left bottom;
	border: none;
	cursor:default;
}

* html ul.nav li a {
	float: left;
	height: 35px;
	he\ight: 20px;
}

* html ul.nav li a:visited {
	color: #666666;
	border: none;
}
/*  */

ul.nav li a:hover {
	color: #b62222;
	background: url(../images/nav_bg_hover.jpg) #FFF no-repeat left bottom;
}

/* start sub-navigation */
div#subnav {
	margin: 0px auto;
	width: 760px;
	position: relative;
	height: 26px;
	background-color: #666666;
	margin-top: 5px;
	background-image: url(../images/sub-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#sub-navigation {
	width: 768px; 	/* 125px X 3 + 5px*/
	font-size: 11px;	
	text-transform: uppercase;
	text-align: left;
}
* html div#sub-navigation {
	display: inline;
}

div#sub-navigation p#skip {
	display: none;
}

ul.sub-nav {
	list-style-type: none;
}

ul.sub-nav li {
	display: block;
	float: left;
}

* html ul#menu li {
	display: inline;
}

ul.sub-nav li a  {
	padding: 6px 10px 0px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #b62222;
	border: none;
	margin-left: 5px;
}

ul.sub-nav li a.current {
	color: #b62222;
	background: url(../images/sub-nav-bg-hover.jpg) repeat;
}

ul.sub-nav li.current {
	padding: 6px 10px 0px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	border: none;
	margin-left: 5px;
	color: #333333;
	background: url(../images/sub-nav-bg-hover.jpg) repeat;
	cursor:default;
}

* html ul.sub-nav li a {
	float: left;
	height: 35px;
	he\ight: 20px;
}

* html ul.sub-nav li a:visited {
	color: #666666;
	border: none;
}

ul.sub-nav li a:hover {
	color: #b62222;
	background: url(../images/sub-nav-bg-hover.jpg) #FFF repeat-x left bottom;
}

/* start footer */
div#footer-wrapper {
	position: relative;
	width: 100%;
	bottom: 0;
	margin: 0px auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 6px solid #333333;
	background-color: #B62222;
	margin-top: 30px;
}

#footer	{
	padding: 15px 0px;
	color: #333333;
	font-size: 8pt;
	text-align: left;
	width: 760px;
	margin: 0px auto;
	}

#footer a	{
	color: #333333;
	text-decoration: none;
	}
	
#footer a:hover	{
	color: #666666;
	text-decoration: underline;
	}
	
#footer p	{
	margin: 0 0 0 0px;
	padding: 0px;
	color: #333333;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	margin-top: 5px;
	border-top: 1px solid #CCC;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #b62222;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #b62222;}
#TB_window a:active {color: #b62222;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #cccccc;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_caption{
	height:35px;
	padding:7px 30px 10px 25px;
	float:left;
	font: normal 10px/14px "lucida grande", arial, sans-serif;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	font: normal 9px/14px "lucida grande", arial, sans-serif;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}
 
#catbox {
	float: right;
	border:  1px solid #cecece;
	font:  10px Verdana;
	padding:  5px;
	margin:  5px;
	}

#search-error { 
	background:  #CECECE;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 0 15px 0;
	}