body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 44555f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height: 860px;
	width: 285px;
	background-color: #49a942;
	background-image: url(../Images/Products_sidebar_background.png);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 285px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Images/Products_sidebar_background.png);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #49a942;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
.Products_SidebarProdName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #44555F;
	line-height: 22px;
	height: 22px;
	background-image: url(../Images/IconInfo.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	width: 205px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 14px;
}
.Products_SidebarHeader {
	background-image: url(../Images/products_sidebarheader.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 260px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
#ProductsSidebarContent_ImageBackground {
	background-image: url(../Images/Products_Image_Background.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ProductsSidebarContent_text {
	width: 260px;
	height: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.SidebarHeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	width: auto;
	color: #44555F;
	line-height: 65px;
	padding-left: 60px;
}
.Products_SidebarInfoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #FFC;
	margin-left: 40px;
	line-height: 125%;
	width: 220px;
}
.Products_Sidebar_ProductImage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555F;
	line-height: 22px;
	height: 238px;
	width: 210px;
	margin-left: 31px;
}
.Products_SidebarTemplate_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 125%;
	color: 44555f;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.Products_SidebarTemplate_TextRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 135%;
	color: #d9541f;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtr #container .Products_SidebarInfoText {
	color: #FFC;
}
.ProductsPageLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #FFC;
	margin-left: 40px;
	line-height: 125%;
	width: 220px;
	margin-top: 240px;
}
.oneColFixCtr #container #ProductsSidebarContent_ImageBackground .Products_Sidebar_ProductImage .Products_SidebarTemplate_Text a {
	color: #03C;
}
.oneColFixCtr #container #ProductsSidebarContent_ImageBackground .Products_Sidebar_ProductImage .Products_SidebarTemplate_TextRed a {
	color: #03C;
}
.linktext {
	color: #03C;
}

