body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7E7E7 url(../images/main_bg.gif) repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue',arial,sans-serif;
	height: 100%;
}

html {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	width: 800px;
}

#maincontainer {
	margin: auto;
	width:800px;
	font-family:Arial,Helvetica,sans-serif;
}

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

#maincontainer.clearfix {
	display: inline-block;
	margin: auto;
}

#maincontainer #header {
	width: 100%;
	height: 70px;
	padding-top: 7px;
	padding-left: 10px;
}

.footer {
	height: 20px;
	width: 800px;
	margin: auto;
	background-color: #D6D6D6;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	color: #545454;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	margin-top: 50px;
}

.footer a {
	color: #545454;
	text-decoration: underline;
}


#collibranav {
	background-image:url(../images/navi_bg.gif);
	background-repeat:repeat-x;
	height:36px;
	margin-bottom:20px;
	margin-top:7px;
	width:100%;
}

#navright {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navi_right.gif) no-repeat scroll right top;
	height:36px;
}

#navleft {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/navi_left.gif) no-repeat scroll left top;
	height:36px;
	width:100%;
}

#menulinks {
	clear:both;
	height:36px;
	margin-left:24px;
	margin-right:117px;
	width:740px;
}

#menulinks a {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:9px 25px 0 20px;
	text-decoration:none;
}

#maincontainer #body {
	max-width: 790px;
	width: 790px;
	padding: 5px 5px 5px 5px;
}


#body #downloads {
	width: 405px;
	height: 100px;
	position: relative;
	float: left;
	margin: 0px 20px 15px 0px;
}

#body #contact {
	width: 365px;
	height: 100px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

#body #faq {
	width: 100%;
	height: 150px;
	position: relative;
	float: left;
	clear: both;
	margin-top: 20px;
}

#body #kb {
	width: 100%;
	height: 150px;
	position: relative;
	float: left;
	clear: both;
}

#body #bugs {
	width: 350px;
	height: 100px;
	position: relative;
	float: left;
	clear: both;
}

#body IMG.section-icon {
	width: 80px;
	height: 80px;
	border: none;
	position: relative;
	float: left;
	margin: 5px 15px 5px 5px;
}

#body UL {
	padding-left: 20px;
	list-style-image: url(/library/images/Arrow.png);
}

#body A {
	color: black;
	font-size: 12px;
	text-decoration: none;
}

#body A:hover, A:active {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

#body #section-body {
	margin-left: 100px;
	position: relative;
	top: -8px;
	font-size: 12px;
}

#body H1 INPUT.search {
	float: right;
	top: -4px;
	right: -10px;
	position: relative;
	border: solid 1px #C6C6C6;
	height: 15px;
	width: 200px;
	padding-left: 5px;
	background-color: #F0F0F0;
	color: #ABABAB;
}

#body H1 INPUT.search-submit {
	border: none;
	background: transparent center url(/library/images/Loupe.png) no-repeat;
	height: 15px;
	width: 15px;
	top: -2px;
	left: -8px;
	z-index: 80;
	position: relative;
	float: right;
	cursor: pointer;
}

#body H1 FORM {
	position: relative;
	float: right;
}

#body H1 {
	color: #D14939;
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 1px lightGrey;
	margin-left: 100px;
}

.article-content {
	color: #9B9B9B;
}

#body #topbar {
	position: relative;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#topbar IMG {
	border: none;
	float: left;
	position: relative;
}

#topbar IMG.banner {
	margin-right: 10px;
}