@charset "utf-8";
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: #FFFFFF;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	background-color: #333333;
}
a.bodynav:link {
	color: #10cbff;
	text-decoration: none;
}


a.bodynav:hover {
	color: #0099FF;
	text-decoration: none;
}


a.bodynav:visited {
	color: #10cbff;
	text-decoration: none;
}
a.specnav:link {
	color: #9fd8fa;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}
a.specnav:hover {
	color: #0099FF;
	text-decoration: underline;
}

a.specnav:visited {
	color: #10cbff;
	text-decoration: none;
}


#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding: 0;
	border: 0;
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	border: 0;
	height:auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #000000;
	
}
.nav {
	padding: 5px;
	margin-left: 0px;
	vertical-align: middle;
}

#mainContent  {
	background-color: #000000;
	width: 378px;
	margin-right: 185px;
	margin-left: 210px;
	padding-top: 44px;
} 
.just {
	text-align: justify;
}

#footer  {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 197px;
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	padding-top: 0px;
	margin-top: 10px;
}
#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;
}

a.nav:link {
	font-family: Helvetica, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;

}
h1 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
}


a.nav:visited {
	font-family: Helvetica, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;

}
a.nav:hover {
	font-family: Helvetica, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;

}
.ordermatzah {
	width: 169px;
	text-align: left;
	left: 606px;
	position: absolute;
	top: 388px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
}
.hmproducts {
	position: absolute;
	top: 424px;
	left: 196px;
}
#slideshow {
	top: 442px;
	left: 607px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.fbfoot {
	text-decoration: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.fbfoot {
	text-decoration: none;
	text-align: center;
	border: none;

}.smtxt {
	font-size: 10px;
}
