body{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) #3A382B;
	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: #000000;
}

#header{
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 110px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#logo{
	position: absolute;
	top: 5px;
	margin-left: 20px;
}

#contactInfo{
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	bottom: 0px;
	right: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#contactInfo a {
	color: #fff;
}

#page{
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 599px;
	background: url(../images/bg_xmas.gif) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#menu{
	position: absolute;
	top: 20px;
	left: 13px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:800;
	margin-left: 10px;
	color:#FFFFFF;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#menu ul li a:link{
	color: #fff;
	text-decoration: none;
}

#menu ul li a:visited{
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #99CC33;
	text-decoration: none;
}

#firstTimeVisitor a{
	position: relative;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
	color: #545444;
}

#contents{
	position: absolute;
	top: 90px;
	left: 390px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#contents table tr td{
	width: 125px;
	text-align: left;
}

#contents table .title{
	border: none;
	font-size: 13px;
	padding-bottom: 10px;
	width: 375px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}

#contents .pict{
	padding-bottom: 10px;
}

#contents a	{
	color: #545444;
	line-height: 21px;
	text-decoration: none;
}

#brands{
	position: absolute;
	bottom: 35px;
	right: 10px;
	height: 91px;
	width: 409px;
}

#bottominfo
{
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 50px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	position: relative;
	color: #ffffff;
	font-size: 10px;
	}
