#containerArea {
	display: block;
	padding-bottom: 60px;
}

#bodyArea {
	width: 976px;
	display: block;
}

#bodyAreaIE6 {
	width: 976px;
	height: 5px;
	overflow: none;
	
}
#bodyAreaIE7 {
	width: 976px;
	display: block;
	height: 1px;
}

#footer {
	width: 100%;
	display: block;
	position: fixed;
	height: 31px;
	bottom: 0px;
	background-color: black;
}

.errorHeader {
	color: #b90200;
	font-size: 14px;
	font-weight: bold;
}

.errorText {
	color: #b90200;
	font-size: 12px;
	font-weight: normal;
}

.footerLinks {
	font-size: 12px;
	color: #a2a2a2;
}

.footerLink {
	text-decoration: none;
}

.footerLink:hover {
	text-decoration: underline;
}

#headerArea {
	display: block;
	position: relative;
	width: 990px;
	height: 62px;
	margin-left: -7px;
	background-image: url(/sitorsquat/images/v3/header/black_red_header_bg.jpg);
}

#headerLeft {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 62px;
	background-image: url(/sitorsquat/images/v3/header/top_header_left.jpg);
}
#headerRight {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 62px;
	background-image: url(/sitorsquat/images/v3/header/top_header_right.jpg);
}

#sponsorTag {
	display: block;
	position: absolute;
	top: 62px;
	left: 50%;
	margin-left: 186px;
	width: 300px;
	height: 45px;
	
}

#headerIdentity {
	display: block;
	position: absolute;
	top: 44px;
	right: 15px;
	height: 24px;
	color: white;
	
}

.headerIdentityLink {
	color: white;
	padding: 5px;
	text-decoration: none;
}

.headerIdentityLink:hover {
	background-color: white;
	color: #b90200;
}
	
#headerLogo {
	display: block;
	position: absolute;
	top: 0px;
	left: 18px;
	width: 178px;
	height: 62px;
}

#headerCounter {
	display: block;
	position: absolute;
	top: 0px;
	right: 7px;
	width: 266px;
	height: 62px;
	background-image: url(/sitorsquat/images/v3/header/toilet_counter.jpg);
	white-space: nowrap;
}

#headerCounterNumbers {
	display: block;
	position: absolute;
	top: 9px;
	left: 57px;
}

#headerIcon {
	display: block;
	position: absolute;
	top: 2px;
	left: 17px;
	width: 42px;
	height: 49px;
	z-index: 1;
}

#headerFindArea {
	display: block;
	position: absolute;
	top: 0px;
	left: 317px;
	width: 342px;
	height: 62px;
	background-image: url(/sitorsquat/images/v3/header/find_toilet.jpg);
}

#headerFindFieldBlock {
	display: block;
	position: absolute;
	background-color: transparent;
	background-image: none;
	border: 0px;
	top: 14px;
	left: 100px;
	width: 215px;
	height: 20px;
	
}

#headerFindField {
	background-color: transparent;
	background-image: none;
	border: 0px;
	width: 215px;
	height: 20px;
	font-size: 10px;
	color: gray;
}

#headerFindButtonBlock {
	display: block;
	position: absolute;
	top: 11px;
	left: 315px;
	width: 23px;
	height: 23px;
}

#headerFindButton {
	width: 23px;
	height: 23px;
}

#headerLinks {
	display: block;
	position: absolute;
	left: 0px;
	top: 39px;
	width: 976px;
	height: 24px;
	white-space: none;
}

.headerLink {
	height: 19px;
	text-align: center;
	display: block;
	position: absolute;
	width: 120px;
	padding-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.headerLink:hover {
	background-color: white;
	color: #b90200;
}

.headerLinkSelected {
	background-color: white;
	color: #b90200;
}
img {
	border: 0px;			
}

#tabBody {
	border: 1px solid #999999;
	background-color: #dddfe1;
}
			