body { 
	  background-position: top left;
	  background-repeat: repeat;
	  background-attachment: fixed;
	  font-size: 0.8em;
	  font-weight: bold;
	  color: #333399;
	  font-family: arial, sans-serif;
	  }

body.home {
	background-image: url("images/Home_BGSquare.gif");
}

body.forkids {
	background-image: url("images/ForKids_BGSquare.gif");
}

body.formoms {
	background-image: url("images/ForMoms_BGSquare.gif");
}

body.contactus {
	background-image: url("images/ContactUs_BGSquare.gif");
}

body.freebies {
	background-image: url("images/Freebies_BGSquare.gif");
}

body.accessories {
	background-image: url("images/Accessories_BGSquare.gif");
}

body.tips {
	background-image: url("images/TipsAndLinks_BGSquare.gif");
}

body.parties {
        background-image: url("images/Parties_BGSquare.gif");
}


img	{ border-width: 0;
	padding: 0;

}

img.leftbar {
	margin-left: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

img.leftbar2 {
	margin-left: 37px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.menu { position:absolute;
	  top: 0px;
	  left: 0px;
	  z-index: 5;
}

a	{ text-decoration: none;
	color: #333399;
}

a:link  { text-decoration: underline;
	  color: #333399;
}

a:visited { text-decoration: underline;
          color: #333399;
}

a:hover { text-decoration: underline;
          color: #333399;
          margin-top: 0px;
          margin-bottom: 0px;
}

a.center { text-align: center;
}

#leftcontent {	
	background-image: url(images/leftbar.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	width:200px;
	z-index: 5;
}

html>body #leftcontent {
   	margin-left: 0px;
}

#centercontent {
	background: #fff;
	margin-right:40px;
   	padding-left: 35px;
   	padding-right: 10px;
   	padding-top: 10px;
   	padding-bottom: 10px;
	border: thick solid #a42d87;
	z-index: 0;
   	margin-left: 150px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #centercontent {
   	margin-left: 150px;
}
	
#banner {
	height:70px;
	margin-left: 200px;
	margin-right: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #banner {
	height:70px;
	margin-left: 200px;
	margin-right: 10px;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
/* stolen from http://www.glish.com/css/1.asp */

#centercontent #menu {
	float:right;
	width:150px;
	background:#fff;
	margin:0px 0px 10px 10px;
}

#centercontent #menuwide {
	float:right;
	width:280px;
	background:#fff;
	margin:0px 0px 10px 10px;
}

#centercontent #menuproduct {
	float:right;
	width:200px;
	background:#fff;
	margin:0px 0px 10px 10px;
}

#centercontent #mainarea {
	float:left;
	background:#fff;
	margin:0px 0px 10px 10px;
}

#centercontent #mainarea #rightarea {
	float:left;
	width="50%";
	background:#fff;
	margin:0px 0px 10px 10px;
}
	
font.purple {
	  color: #990099;
}

font.maroon {
	  color: maroon;
}

font.blue {
	font-weight: normal;
	color: #990099;
	font-family: verdana, arial, helvetica, sans-serif;
}

font.italic {
	
}

font.small {
	font-size: .6em;
}

font.med-small {
	font-size: .8em;
}

font.med-med-small {
	font-size: .9em;
}

font.med {
	font-size: 1em;
}

font.med-large {
	font-size: 1.2em;
}

font.center {
	text-align: center;
}


table.float {
	margin-left: auto;
	margin-right: auto;
	border-width: 3px 3px 3px 3px;
	border-spacing: 3px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.float th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.float td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

 .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}


.buttonStyleMarkers {
	padding:0px 0px 0px 0px;
	font-size: .8em;
	background-color:#FFcc66;
	width:150px;
	height:25px;
}

.buttonStyleMoney {
	padding:0px 0px 7px 0px;
	background-color:#FFcc66;
	width:220px;
	height:25px;
}

.buttonStyleStars {
	padding:0px 0px 7px 0px;
	background-color:#FFcc66;
	width:220px;
	height:25px;
}

form {
	margin: 0;
}

center {text-align: center;}

left {text-align: left;}

right {text-align: right;}


