﻿html, body
{
	height: 100%;
	margin: 5px;
	font: 10px/15px Verdana;
	text-transform: none;
	color: #708090;
	background-color: #E0CEA2;
	text-decoration: none;
}
.WhiteBackDrop
{
	width: 755px;
	background-color: white;
	border-right: #707070 1px solid;
	border-top: #a8a8a8 1px solid;
	border-left: #a8a8a8 1px solid;
	border-bottom: #707070 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.Banner
{
	height: 70px;
	width: 755px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.NavMenu
{
	height: 29px;
	width: 755px;
	background-image: url(images/BG_NavMenu.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
}
.Footer
{
	width: 755px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/* START: Middle of the Page - To use change the setting to left of the comments */
#divTopContainer{width: 755px;}  /* Acutal Width */
#divMiddle
{
	position: relative;	display: block;	background: none transparent scroll repeat 0% 0%;
	border-left: 190px solid #FDF7E6;   /* Left Column */
	border-right: 555px solid #FDF7E6;  /* Right Column */
}
#divMiddleInner{display:block; margin-left:-190px; width:755px; margin-right:-555px; } /* -Left Column Width, Actual Width, -Right Column Width */
#divLeftBar{float:left; position:relative; width:190px; left:0px; z-index:999999;} /* Left Column Width*/
#divCenter{margin-left: 190px; margin-right: 555px;position: relative;	display: block;	height: 1%;}/* left column width *//* right column width */
#divBody{float:right; position:relative; width:545px; right:0px; padding:5px;} /* right column width */
.clear {clear:both;}
/* END: Middle of the Page */

.Slogan
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-style: italic;
}
#div_CartViewMini{float:right; clear:both; color: white; font-weight:bold; height:20px; padding-top:2px;}
#div_CartViewMiniSubTotalCaption{ float:left; clear:none; height:20px;padding-right:5px;  }
#div_CartViewMiniSubTotalAmount{ float:left; clear:none; height:20px;padding-right:5px;  }
#div_CartViewMiniCheckoutButton{ float:left; clear:none; height:20px; margin-top:-1px;  }


#div_SearchMini{float:right; clear:both; color: white; height:20px; font-weight:bold;  padding-top:2px; }
#div_SearchMiniCaption{clear: none;float: left; height:20px;color: white;padding-right:5px; padding-top:2px;}
#div_SearchMiniSearchByDDL{clear: none;  height:20px;float:left; padding-right:5px; margin-top:1px;}
#div_SearchMiniSearchTextBox{clear: none; height:20px; float:left;  padding-right:5px;}
#div_SearchMiniSearchButton{clear: none; height:20px; float:left;  margin-top:3px; }
