#header {
	height:207px;
}

#header #picture-rotator {
	position:absolute;
	left:0px;
	top:64px;
}

#content {
	padding-top:20px;
	padding-right:0px;
	padding-left:18px;
	width:740px;
	float:none;
	
}

#body {
	background:none;
        background-image:url(../images/hp-body-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:413px;
	_height:413px;
}

#sidebar {
	display:none;
}

#main-nav {
	background-image:url(../images/hp-main-nav-bg.png);
	background-position:right;
	background-repeat:no-repeat;
	top:185px;
}

#left {
	float:left;
	width:390px;
}

#right {	
	float:right;
	width:340px;
	position:relative;
}

#new-product {
	position:relative;
	height:166px;
	width:384px;
	margin-bottom:30px;
	background-image:url(../images/hp-new-product-bg.png);
	
}

#new-product img {
	position:absolute;
	height:123px;
	width:380px;
	left:2px;
	top:20px;
	
}

#new-product p.product-name {
	position:absolute;
	left:6px;
	bottom:-6px;
	font-size:85%;
	font-weight:bold;
	color:#2046A7;
}

#new-product p.product-name a{
	color:#2046A7;
	text-decoration:none;
}

#new-product .more {
	position:absolute;
	left:328px;
	bottom:7px;
}

#new-product .more a {
	width:42px;
	background-image:url(../images/hp-product-more.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:7px;
	height:0px !important; /* for most browsers */
	height /**/:7px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#featured-project {
	position:relative;
	height:165px;
	width:384px;
	margin-bottom:30px;
	background-image:url(../images/hp-featured-project-bg.png);
}

#featured-project img {
	position:absolute;
	height:123px;
	width:380px;
	left:2px;
	top:20px;
	
}

#featured-project p.project-name {
	position:absolute;
	left:6px;
	bottom:-7px;
	font-size:85%;
	font-weight:bold;
	color:#2046A7;
}

#featured-project p.project-name a{
	color:#2046A7;
	text-decoration:none;
}

#featured-project .more {
	position:absolute;
	left:328px;
	bottom:6px;
}

#featured-project .more a {
	width:42px;
	background-image:url(../images/hp-product-more.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:7px;
	height:0px !important; /* for most browsers */
	height /**/:7px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#right .content {
	width:320px;
	font-size:90%;
	color:#33366A;
}

#right .content .more a {
	width:42px;
	margin-left:280px;
}

#hp-latest-news {
	width:295px;
	top:20px;
	padding-top:5px;
	padding-left:10px;
	padding-right:15px;
	font-size:90%;
	border-bottom:2px solid #74BC2C;
	border-left:2px solid #74BC2C;
	border-right:2px solid #74BC2C;
	border-top:2px solid #74BC2C;
	background-color:#F0F0EE;
	position:absolute;
	left:0;
	top:215px;
}

#hp-latest-news ul {
	list-style:none;
	margin:0;
	padding:0;
}

#hp-latest-news span.date {
	font-size:110%;
}

#hp-latest-news-top {
	width:158px;
	height:19px;
	background-image:url(../images/hp-news-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:221px;
	margin-bottom:19px;
}

