body  {
	background: #6cb7b1;
	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: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/Aga-ill-2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #6CB7B1;
	height: 25px;
	text-align:right;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 li {
	margin-bottom: 5px;
}
#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar1 li a {
	font-weight: bolder;
	color: #6CB7B1;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: bolder;
	color: #6CB7B1;
	text-decoration: none;
}
#sidebar1 .title {
	display:none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#mainContent a {
	color: #6CB7B1;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#footer ul li {
	display: inline;
	margin-right: 10px;
}
#header ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#header ul li {
	display: inline;
	margin-right: 10px;
}
#header li a {
	font-weight: normal;
	color: #222;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	background-color: #6CB7B1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer a {
	color: #222;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.search_module {
	padding:0;
	margin:0;
}
form {
	padding:0;
	margin:0;
}
.loginform span {
	clear:both;
}


#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:400px;
  width:600px;
  left:50%;
  top:15%;
  margin-left:-300px; // half the width, to center
  background-color:#fff;
  border:3px solid #ccc;
}
.shop_leftmenu_module ul li {
	padding:0;
	margin:0;
}
.shop_leftmenu_module ul li li {
	padding:0;
	margin:0;
	margin-left: 20px;
}
.shop_leftmenu_module ul li li a {
	font-weight: normal;
}
#landingpages {
	display: inline;
	width: 900px;
}
#landingpagesmenu {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#landingpagesmenu ul {
	padding: 0;
	margin: 0;
}
#landingpagesmenu a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
#landingpagesmenu a:hover {
	text-decoration:underline;
}
#landingpagesmenu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#landingpagesmenu ul li {
	display: inline;
	margin-right: 10px;
}
#maatpulldown{
	display:none;
}
