/* CSS Document */
#wrapper {
	width: 770px;
	margin: 0px auto;
	text-align:left;
	padding: 0;
	background: #FFFFFF repeat-y;
}


#banner {
	background-image: url(Images/Back_Banner.jpg);
	background-repeat: no-repeat;
	height: 350px;
}

#nav {
	left: 240px;
	top: 3px;
	height: 50px;
	position: relative;
}
.WhiteText {
	color: #FFFFFF;
}

#globalNav {
	background-image: url(Images/Back_GlobalNav.jpg);
	background-repeat: no-repeat;
	height: 70px;
}



#content{
	float: none;
	margin-left: 220px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;

}

#footer{
	color: #000000;
	clear: both;
	border-top: 1px solid #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
	margin-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.FooterRightDiv {
	margin-right: 10px;
	margin-left: 10px;
	background: url(Images/Back_FooterRightDiv.gif) repeat-x top;
	padding-top: 10px;
	padding-bottom: 10px;
}


#rightcol {
	margin-left: 0px;
	margin-top: 10px;
	width: 140px;
	margin-bottom: 0px;
	paddng: 10px 10px 40px 0px;
	float: right;
	padding-right: 10px;
}


#leftcol{
	width: 210px;
	float: left;
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
}


#DivisionSubMenu{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 3;
	border-top: 1px none #666666;
	border-right: thin outset #666666;
	border-bottom: thin outset #666666;
	border-left: thin outset #666666;


}

#ProductsSubMenu{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 3;
	border-top: 1px none #666666;
	border-right: thin outset #666666;
	border-bottom: thin outset #666666;
	border-left: thin outset #666666;


}
.LeftAd {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
}

