#top {
	background-color: #F7F7F7;
	padding: 1px 0;
}

#top.page-space {
	margin-bottom: 0px;
}

#header {
	background-color: #FDFDFD;

	-webkit-box-shadow: 0px 3px 3px 0px #B0B0B0;
	-moz-box-shadow: 0px 3px 3px 0px #B0B0B0;
	box-shadow: 0px 3px 3px 0px #B0B0B0;
}

#header-left-logo {
	margin-left: 4%;
	color: #fff;
	background-color: #fff;
}

#header-left {
	padding-top: 64px;
}

#header .column-container {
	background-image: url("../../img/header-banner-1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#header .page-space-2 {
	background-image: url("../../img/logo-sfumato.jpg");
	background-repeat: no-repeat;
	background-position: 98% bottom;
}

#header-right {
	min-height: 185px;
	position: relative;
}

#header-right-slogan-text {
	width: 100%;
	position: absolute;
	bottom: 95px;
	text-align: center;
	margin: 0;
	line-height: 120%;
	color: #5E5E5E;
	font-family: "Pt Sans",serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 0px;
}

#header-right-slogan-img {
	font-size: 0px;
	background-color: transparent;
	position: absolute;
	bottom: 23px;
	text-align: center;
	width: 100%;
	margin: 0;
	border: 0;
}

/**********ie********/
#header-left-logo img,
#header-left-logo a:link,
#header-left-logo a:visited {
	border: 0;
	padding: 0;
	font-size: 0;
}

#header-right-slogan-img img,
#header-right-slogan-img a:link,
#header-right-slogan-img a:visited {
	border: 0;
	padding: 0;
	font-size: 0;
}
/**********ie********/


#body-content {
	margin-bottom: 11px;
}

#body-content .column-container {
	background-image: url("../../img/body-content-separator-left.png"), url("../../img/body-content-separator-right.png");
	background-position: 21% top, 79% top;
	background-repeat: repeat-y, repeat-y;
}

#footer {
	margin: 11px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #88888A;
	border-top: 1px solid #BEBEBE;
	padding: 25px 0 160px 0;
}
#footer .column-right-50 .spacer {
	margin-left: 22%;
}

#footer a:link,#footer a:visited {
	color: #88888A;
}


.column-3-spacer {
	margin: 0 0 0 6px;
}
