html, body {
	background-color: #da001a;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#survey {
	position: absolute;
	left: 0px;
	height: 215px;
	width: 284px;
	top: 225px;
	padding-top: 125px;
	background-image: url(../images/surveyBox.png);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 99;
	padding-left: 10px;
	padding-right: 48px;
	padding-bottom: 45px;
	overflow: hidden;
}



#wrapper {
	height:auto;
	min-height: 100%;
	background-image: url(../images/common/backgroundTopLeft.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#main {
	padding-bottom: 162px;
	min-height: 400px;
	background-image: url(../images/common/backgroundTopRight.png);
	background-repeat: no-repeat;
	background-position: top right;

}
#headerStrip {
	background-image: url(../images/common/headerStrip.png);
	height: 137px;
	padding-top: 30px;
	background-repeat: repeat-x;
	background-position: bottom left;
}

#header {
	padding-top: 9px;
	height: 119px;
	background-image: url(../images/common/1234.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.widthRestrictor {
	width: 100%;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
}
#headerContainer {
	background-repeat: no-repeat;
	height: 119px;
	background-position: right top;
	background-image: url(../images/common/titleStock.png);
}
#headerClick {
	float: left;
	width: 200px;
	height: 119px;
}

#tabContainer {
	width: 576px;
	float: right;
	padding-right: 6px;
}
#tabAboveClick {
	height: 78px;
}


#tabLeft {
	background-image: url(../images/common/tabLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 41px;
}
#tabRight {
	padding-right: 10px;
	background-image: url(../images/common/tabRight.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 41px;
}
#tabCenter {
	background-image: url(../images/common/tabCenter.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 41px;
	padding-top: 9px;
}
#tabTable {
	width: 100%;
	height: 32px;
	text-align: center;
	font-size: 17px;



}
#tabTable a {
	color: #FFF;
	text-decoration: none;
}
#tabTable a:hover {
	color: #000;
}
.tabDropDown {
	position: absolute;
	width: 576px;
	display: none;
	z-index: 100;
	right: 0px;
	padding-right: 6px;
}
.tabDropDownLeft {
	background-image: url(../images/common/tabDropDownLeft.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 17px;
}
.tabDropDownRight {
	background-image: url(../images/common/tabDropDownRight.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 9px;
}
.tabDropDownFill {
	background-image: url(../images/common/tabDropDownFill.png);
	background-position: top left;
	background-repeat: repeat;
	padding-top: 9px;
}
.tabDropDownBottomLeft {
	background-image: url(../images/common/tabDropDownBottomLeft.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
}
.tabDropDownBottomRight {
	background-image: url(../images/common/tabDropDownBottomRight.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 9px;
}
.tabDropDownBottom {
	background-image: url(../images/common/tabDropDownBottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 17px;
}
.dropDownTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
.dropDownTable td {
	vertical-align: top;
}

.dropDownTable span {
	font-size: 14px;

}

.dropDownTable li {
	list-style: none;
	margin-left: 10px;
}
.dropDownTable a {
	color: #FFF;
	text-decoration: none;

}
.dropDownTable a:hover {
	color: #000;
}
#dropDownsContainer {
	position: relative;

}

















#content {
	padding-top: 30px;
}
.contentContainer {
	padding-left: 3px;
	padding-right: 3px;

}
#contentText {
	background-color: #FFF;
}
#sitePath {
	background-image: url(../images/common/other/sitePathFill.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}
#sitePath  img{
	float: left;
}
#sitePath div {
	float: left;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#sitePath .item {
	color: #999;
	text-decoration: none;
}
#sitePath .item:hover {
	color: #1098DA;
	text-decoration: underline;
}
#sitePath .lastItem  {
	color: #666;
	cursor: default;
	text-decoration: none;
}
#sitePath .lastItem:hover {
	text-decoration: none;
}













#footer {
	position: relative;
	margin-top: -162px;
	height: 162px;
	clear: both;
	background-image: url(../images/common/backgroundBottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footerStrip {
	background-image: url(../images/common/footerStrip.png);
	height: 64px;
	background-repeat: repeat-x;
	padding-top: 60px;
	background-position: bottom left;
}

#footerText {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 17px;
}
#footerText a {
	text-decoration: none;
	color: #9EDBF8;
}
#footerText a:hover {
	text-decoration: underline;
}

