.siteBGMainWrap {
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
}
.siteWidth {
	width: 980px;
}
.footer{
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
}

.footer, .footer a, .footer td{
	font-size: 11px;
	text-decoration: none;
}

.searchHeader{
	background-image: url(../images/searchBg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;	
}
.tpInput {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/searchBg.png);
	height: 45px;
	width: 264px;
}

.mainMenu{
	background-image: url(../images/const/menuBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 57px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	
}

.mainMenu a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.mainMenu a:hover{
	color: #CCC;
}
.headerImage {
	background-color: #FFF;
	border: 1px solid #dadad9;
	padding: 8px;
}

.headerImage p{
	margin:0px;
}

.mainCellPadding{
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.whiteBlack {
	color: #FFF;
	background-color: #000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.whiteBlack a{
	color: #FFF;
	text-decoration: none;
}

.whiteBlack a:hover{
	color: #FFF;
	text-decoration: underline;
}

.navRes{
	background-color: #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.navRes a{
	color: #FFF;
	text-decoration: none;
}

.navRes a:hover{
	text-decoration: underline;
}

.tabCell{
	background-color: #ededed;
	padding: 10px;	
}

