html, body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;

	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	
	//This is not CSS2 Compliant, this is just for the MSIE Users.
	scrollbar-arrow-color:		#006633;
	scrollbar-3dlight-color:	#c1ddc7;
	scrollbar-base-color:		#c1ddc7;
	scrollbar-face-color:		#c1ddc7;
	scrollbar-highlight-color:	#006633;
	scrollbar-shadow-color:		#006633;
	scrollbar-darkshadow-color:	#c1ddc7;
	scrollbar-track-color:		#c1ddc7;

	background-color: #FFFFFF;
	color: #000000;
}
body, table, td, tr, form {
	vertical-align: top;
	background-color: transparent;
	color: #000000;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.Menu {
	height: 100%;
	width: 160px;
}
table.Content {
	height: 100%;
	width: 100%;
}
td.Spacer {
	width: 5px;
}
td.Top_Menu {
	height: 41px;
	width: 160px;
	background-image: #ffffff;
	background-image: url("base_img/bg_fat.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
td.Top_Content {
	height: 41px;
	background-image: #ffffff;
	background-image: url("base_img/bg_slim.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
td.Top_Cart {
	height: 41px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	background-image: #ffffff;
	background-image: url("base_img/bg_slim.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
td.Title {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #006633;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
td.Title_Search {
	background-image: url("base_img/shop_search.gif");
	background-position: 135px 5px;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #006633;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
td.Title_Cart {
	background-image: url("base_img/shop_cart.gif");
	background-position: 165px 5px;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #006633;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
td.Content {
	font-size: 12px;
	color: #000000;
	background-color: #c1ddc7;
	text-align: left;
	vertical-align: top;
}
td.MenuContent {
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;

	width: 160px;
	padding-left: 5px;
	vertical-align: top;

	background-color: #c1ddc7;
	background-image: url("base_img/logo.gif");
	background-position: bottom center;
	background-repeat: no-repeat;

}
td.Bottom_Menu {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	width: 160px;
	background-image: #ffffff;
	background-image: url("base_img/bg_fat.gif");
	background-position: top;
	background-repeat: repeat-x;
}
td.Bottom_Content {
	text-align: right;
	padding-top: 10px;
	height: 30px;
	padding-right: 10px;
	background-image: #ffffff;
	background-image: url("base_img/bg_bottom.gif");
	background-position: top right;
	background-repeat: repeat-x;
}


.alert {
	font-weight: bold;
	color: #FF0000;
}
img {
	border: 0px;
}
input, select {
	border: 1px  solid #006633;
}
a		{ color: #660000; background-color: transparent; font-style: normal; text-decoration: none; }
a:link		{ color: #660000; background-color: transparent; font-style: normal; text-decoration: none; }
a:visited	{ color: #660000; background-color: transparent; font-style: normal; text-decoration: none; }
a:hover		{ color: #FF0000; background-color: transparent; font-style: normal; text-decoration: none; }
a:active	{ color: #660000; background-color: transparent; font-style: normal; text-decoration: none; }
