@charset "utf-8";
/* CSS Document */

body,
html {
	padding: 0px;
	margin: 0px;
	background: #e4ecee;
}

.clear {
	display: block;
	width: 1px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	float: none;
}

.nocss {
	display: none;
}

#page-section {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	position:relative;  /* added by uro */
}

#header-section {
	position: relative;
}


#main-wrap-section {
	padding: 0px 10px 0px 10px;
}

#sub-navigation-section {
	display: none;
}

#main-section {
	width: 660px;
	float: left;
}

.layout-wide #main-section {
	margin-bottom: 8px;
}

#marginal-section {
	width: 310px;
	float: left;
}
.breadcrumb-section {
	display: none;
}

#footer-section {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background: #fff url(img/gb-footer-top.gif) 0px 0px no-repeat;
	height: 1%;
}


/* Layout Wide has Navigation */
.layout-wide.has-navigation #sub-navigation-section {
	display: block;
	width: 320px;
	float: left;
}

.layout-wide.has-navigation #main-section {
	width: 650px;
}

.layout-wide.has-navigation .breadcrumb-section {
	display: block;
	background: #fff url(img/bg-breadbrumb-right.gif) right 0px no-repeat;
	margin-bottom: 8px;
	height: 1%;
}

.layout-wide.has-navigation #marginal-section {
	display: none;
}



/* GLOBAL ELEMENTS */
.copyright {
	float: right;
	padding: 20px 20px 25px 20px;
}
