/* Pulse Combustions Systems - CSS v1 */

/* start content */
div#content-wrapper {
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
	background: url(../images/bg.png) repeat; 
}

div#content {
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

* html div#content {
	padding: 25px 0 0 0;
	position: relative;
	height: 400px;
}

/* */
div#content p {
	margin: 0 0 1em 0;
}

/* start main content */
div#maincontent {
	float: left;
	width: 470px;
	background-color: #f3f3f4;
	border: 1px solid #cccccc;
	padding: 15px;
}

* html div#maincontent {
	float: left;
	width: 470px;
	background-color: #f3f3f4;
	border: 1px solid #cccccc;
	padding: 15px;
	margin-top: -10px;
}

h1#news {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	display: block;
	text-indent: -9000px;
	width: 475px;
	height: 30px;
	background-image: url(../images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

h1#nav-h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	display: block;
	text-indent: -9000px;
	margin-top: 13px;
	width: 230px;
	height: 20px;
	background-image: url(../images/title-navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

* html h1#nav-h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	display: block;
	text-indent: -9000px;
	margin-top: 13px;
	width: 220px;
	height: 20px;
	background-image: url(../images/title-navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

/* start main */
div#main {
	margin: 0 0 0 500px;
	padding: 0px 0 5px 10px;
}

/* Floating simply doesn't work in IE. Reverting to absolute positioning \*/
* html div#main {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
}

/* start feature */
div#feature {
	margin-top: 15px;
	padding: 10px;
	background-color: #f3f3f4;
	border: 1px solid #cccccc;
}