/* generated by csscreator.com */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#pagewidth {
	width: 766px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 10px;
}

#breadcrumb {
	margin-top: 10px;
}

#maincol, #maincol2, #maincol2Backend {
	float: left;
	display: inline;
	position: relative;
	width: 594px;
	margin-top: 10px;
}

#maincol2, #maincol2Backend {
	float: right;
	/*margin: 10px 0 0 0;*/
	padding:0;
}

#rightcol {
	float: right;
	position: relative;
	width: 170px;
	margin-top: 10px;
}

#leftcol, #leftcolBackend {
	float: left;
	position: relative;
	width: 170px;
}

#leftcolBackend {
	margin:0;
	padding:0;
}

#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*---------- Main Navigation layout ----------*/

#menu{
	margin-top: -4px;
}

ul#topnavmenuvert { /* all lists */
	clear: both;
	font-size: 0.75em;
	margin: 0 0 0 0;
	color: #000;
	padding: 0;
	width: 100%;
	background-color: #525252;
	height: 34px;
}

* html ul#topnavmenuvert {
	margin-top: -3px;
}

ul#topnavmenuvert li { /* all list items */
	float: left;
	position: relative;
	list-style: none;
	padding: 10px 20px 10px 20px;
	margin: 0;
	border-right: 1px solid #fff;
}

ul#topnavmenuvert li.noborder {
	border: none;
	padding-right: 0;
}

ul#topnavmenuvert li.leftPad {
	padding-left: 25px;
}

ul#topnavmenuvert a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul#topnavmenuvert a:hover {
	color: #d8932e;
}

ul#topnavmenuvert li.login a:hover {
	color: #525252;
}

ul#topnavmenuvert li span {
	padding-left: 15px;
	background-image: url( ../images/icons/nav_orange.gif );
	background-position: left;
	background-repeat: no-repeat;
}

ul#topnavmenuvert li.login span {
	background-image: url( ../images/icons/nav_white.gif );
}

/*printer styles*/
@media print {
	/*hide the right column when printing*/
	#rightcol {
		display: none;
	}

	#twocols, #maincol {
		width: 100%;
		float: none;
	}
}
