/*
 * $Id: main.css 216 2009-10-16 14:17:34Z joris $
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	color: #73afed;
	font-weight: bold;
}

div#container {
	width: 100%;
	margin: 0 auto;
}

div#emptyTop {
	background-color: #ff4f00;
	height: 41px;
	width: 100%;
	min-width: 980px;
}

div#orangeroundtop {
	background: white url('/images/orangeroundtop.gif') no-repeat scroll 0 0
		;
	position: relative;
	margin: 0 auto;
	top: 25px;
	left: -20px;
	width: 980px;
	height: 16px;
}

div#bodycontainer {
	width: 980px;
	margin: 0 auto;
}

div#header {
	position: relative;
	width: 980px;
	height: 55px;
}

div#logo {
	background: white url('/images/logo.gif');
	width: 157px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 0;
}

div#mainMenuContainer {
	text-align: center;
}

ul#mainMenu {
	display: inline-block;
	list-style-type: none;
	padding: 20px 0 0 20px;
	margin: 0;
	position: relative;
	text-align: center;
}

ul#mainMenu li {
	display: inline;
	margin: 0 auto;
	padding: 0 16px 0 20px;
	width: auto;
	border-right: 1px solid gray;
}

ul#mainMenu li a.itemOn {
	font-weight: bold;
}

ul#mainMenu li.last {
	border: none;
}

ul#mainMenu li a {
	color: gray;
}

div#topmenu {
	position: relative;
	float: left;
}

div#clear {
	clear: both;
}

div#projectBanner {
	width: 737px;
	height: 227px;
	position: relative;
	float: left;
}

div#rightMenu {
	margin-left: 4px;
	width: 239px;
	height: 227px;
	background-color: #ff4f00;
	position: relative;
	float: left;
}

ul#subMenu {
	margin-top: 46px;
	list-style-type: none;
}

ul#subMenu li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: #fe6e2d;
	display: block;
	width: 217px;
	height: 25px;
	margin: 3px auto;
	padding: 0 16px;
	width: auto;
}

ul#subMenu li a {
	display: block;
	position: relative;
	padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

div#graydient {
	float: left;
	margin-top: 8px;
	width: 737px;
	height: 92px;
	position: relative;
	background: transparent url('/images/graydient.png') no-repeat;
	display: block;
	color: #FFFFFF;
}

div#titleBlock {

}

div#projecttitle {
	margin-left: 23px;
	margin-top: 31px;
}

div#projectdescription {
	margin-left: 209px;
	margin-top: -50px;
	padding-top: 10px;
}

div#downloadMenu {
	margin-top: 8px;
	margin-left: 4px;
	float: left;
	width: 239px;
	height: 40px;
	background-color: #ff4f00;
	position: relative;
}

div#downloadMenuTitle {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 13px;
	font-size: 15px;
	height: 30px;
}

div#downloadMenu ul {
	margin: 0;
	padding: 0;
}

div#downloadMenu li {
	background-color: #484848;
	list-style-type: none;
	width: 239px;
	margin: 0;
	padding: 0;
	height: 25px;
	border-top: 1px solid #ffffff;
}

a.downloadPdf {
	display: block;
	background: transparent
		url('/images/framework/menuitems/downloadmenuitem.png') no-repeat;
	width: 199px;
	height: 21px;
	padding-top: 4px;
	padding-left: 40px;
	color: #ffffff;
	font-weight: bold;
}

a.tellFriend {
	display: block;
	background: transparent
		url('/images/framework/menuitems/downloadmenufriend.png') no-repeat;
	width: 199px;
	height: 21px;
	padding-top: 4px;
	padding-left: 40px;
	color: #ffffff;
	font-weight: bold;
}

div#contentContainer {
	margin-top: 12px;
	position: relative;
	float: left;
}

div#photos {
	width: 737px;
	height: 100px;
	background-color: #f5f5f5;
}

.photo {
	position: relative;
	float: left;
	width: 111px;
	height: 87px;
	background-color: #e2e2e2;
	margin-top: 5px;
	margin-left: 6px;
	margin-right: 2px;
	border: 1px solid #adadac;
}

.photoTopLeft {
	margin-top: -1px;
	margin-left: -1px;
	position: absolute;
	display: block;
	background: transparent url('/images/framework/phototopleftcorner.gif')
		no-repeat;
	width: 8px;
	height: 8px;
	border: none;
}

.photoTopRight {
	margin-top: -1px;
	margin-right: -1px;
	position: absolute;
	right: 0;
	display: block;
	background: transparent url('/images/framework/phototoprightcorner.gif')
		no-repeat;
	width: 8px;
	height: 8px;
	border: none;
}

.photoBottomLeft {
	margin-bottom: -1px;
	margin-left: -1px;
	position: absolute;
	display: block;
	background: transparent
		url('/images/framework/photobottomleftcorner.gif') no-repeat;
	width: 8px;
	height: 8px;
	bottom: 0;
	border: none;
}

.photoBottomRight {
	margin-bottom: -1px;
	margin-right: -1px;
	position: absolute;
	display: block;
	background: transparent
		url('/images/framework/photobottomrightcorner.gif') no-repeat;
	width: 8px;
	height: 8px;
	bottom: 0;
	right: 0;
	border: none;
}

div#content {
	position: relative;
	min-height: 50px;
	width: 737px;
	margin-top: 17px;
}

div#contentLeft {
	position: relative;
	min-height: 50px;
	width: 437px;
	float: left;
	margin-top: 17px;
}

div#contentText {
	color: #757575;
}

div#contentText p {
	margin-top: 12px;
	margin-bottom: 12px;
}

div#projectDetails {
	color: #757575;
	display: block;
	float: left;
	width: 294px;
	height: 35px;
	background: transparent url('/images/detailstitle.png') repeat-x;
	margin-top: 17px;
}

div#projectDetailsTitle {
	margin-top: 10px;
	margin-left: 13px;
	color: #ffffff;
	font-weight: bold;
	height: 25px;
}

div#projectDetailsContent {
	background-color: #fefefe;
	border: 1px solid #d3d3d3;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#projectDetailsContent ul li {
	padding-bottom: 5px;
}

div#rightBlockContainer {
	float: left;
}

div#contactMenuContainer, div#newsMenuContainer {
	margin-top: 8px;
	margin-left: 4px;
	display: block;
}

div#contactMenu, div#newsMenu {
	width: 239px;
	height: 30px;
	background: transparent url('/images/contacttitle.png') repeat-y;
	display: block;
	margin: 0;
}

div#contactMenuTitle, div#newsMenuTitle {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	margin-left: 13px;
	padding-top: 6px;
}

ul#contactItems, ul#newsItems {
	display: block;
	list-style-type: none;
	outline: 0;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

ul#contactItems li, ul#newsItems li {
	display: block;
	background-color: #f0f0ec;
	width: 239px;
	margin: 0 0 2px 0;
	padding: 0;
}

ul#newsItems li {
	height: 28px;
}

ul#newsItems li a {
	display: block;
	width: 199px;
	color: #464442;
	margin: 0 0 0 0;
	font-weight: bold;
	height: 15px;
	padding: 5px 0 0 10px;
}

ul#contactItems li a {
	display: block;
	width: 199px;
	height: 30px;
	padding: 10px 0 0 40px;
	color: #464442;
	margin: 0 0 0 0;
	font-weight: bold;
}

ul#contactItems li a.callus {
	background: url('/images/framework/menuitems/callus.gif') 14px 2px
		no-repeat;
}

ul#contactItems li a.demo {
	background: url('/images/framework/menuitems/demo.gif') 10px 8px
		no-repeat;
}

div#footer {
	color: #757575;
}

.leftBottomCorner {
	width: 32px;
	height: 32px;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.rightBottomCorner {
	width: 32px;
	height: 32px;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.rightTopCorner {
	width: 32px;
	height: 32px;
	position: absolute;
	right: -1px;
	top: -1px;
}


/* BEGIN css for news page */
.newsItem a {
	color: #757575;
	text-decoration: none;
}

.newsItem a.newsItemTitle {
	font-weight: bold;
	text-decoration: underline;
}

.newsItem {
	padding-bottom: 15px;
}
/* END css for news page */
