body {
	background: rgb(255,255,214) url(/images/0bg07.jpg) no-repeat 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666;
	line-height: 1.4em;
}

h1, h2, h3 {
	clear: both;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color: #98C600; 
}

/*
dd {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

*/
.row1 {
	position: absolute;
	top: 2px;
}
.row2 {
	position: absolute;
	top: 132px;
}
.row3 {
	position: absolute;
	top: 262px;
}
.row4 {
	position: absolute;
	top: 392px;
}
.row5 {
	position: absolute;
	top: 522px;
}
.row6 {
	position: absolute;
	top: 652px;
}


.col1 {
	left: 2px;
}
.col2 {
	left: 132px;
}
.col3 {
	left: 262px;
}
.col4 {
	left: 392px;
}
.col5 {
	left: 522px;
}
.col6 {
	left: 652px;
}


.box {
	width: 128px;
	height: 128px;
	border-right: 2px solid #FEFFD7;
	border-bottom: 2px solid #FEFFD7;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	width: 128px;
	height: 128px;
	border-right: 2px solid #FEFFD7;
	border-bottom: 2px solid #FEFFD7;	
	background-color: #98C600;
	overflow: hidden;
}

#menu li a {
	display: block;
	background-color: #FEFFD7;
	color: #98C600;
	margin-top: 12px;
	padding: 10px 4px 2px 2px;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.07em;
}

#menu li.yellow {
	background-color: #FFCC00;
}

#menu li.yellow a {
	color: #FFCC00;
}

/* grrr IE6 doesn't understand the > child selector *, so we need to be verbose */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#menu ul li {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

#menu ul li a {
	display: block;

	margin: 0;
	padding: 3px 4px 3px 4px;
 	width: 120px; /* needed to avoid IE vertical spacing bug */

	background-color: #98C600;
	color: #FEFFD7;
	font-size: 11px;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;	
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.1em;
}

#menu ul li a:hover {
	background-color: #FEFFD7;
	color: #98C600;
}

#menu ul li a.small {
	font-size: 10px
}

#menu ul li a.tiny {
	font-size: 9px
}


#container {
    width: 388px;
}

#content {
	width: 370px;
	border: 1px solid #98C600;
	padding: 8px;
	font-size: 11px;
	line-height: 1.4em;
}

#copyright {
	clear: both;
	background-color: #98C600;
	color: #FEFFD7;
	padding: 2px;
	text-align: center;
}

.green {
	background-color: #98C600;
}

.yellow {
	background-color: #FFCC00;
}


div.page h3 {
	margin-top: 18px;
	margin-bottom: 2px;
	padding-bottom: 0;
}


.left {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.no-discount {
	background-color: #98C600;
}


/* Created with RAGE ButtonDesign http://www.ragesw.com/products/buttondesign/ */

/*
div.rage_button {
	width: 178px;
	height: 31px;
	margin: 1em auto;
}


div.rage_button a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('/images/button_bg.png') top left no-repeat;
	color: #000000;
	font-family: 'Arial';
	font-size:14px;
	line-height: 31px;
	text-align: center;
}


div.rage_button a:hover {
	background-position: -178px 0;
	color: #000000;
}


div.rage_button a:active {
	background-position: -356px 0;
	color: #000000;
}

dd ul {
	padding-left: 0;
}

dd {
	font-weight: normal;
}

*/

.rage_button a {
	display: block;
	float: left;
	width: 118px;
	height: 108px;
	margin: 8px;
	padding: 16px 6px 6px 6px;
	border: 2px solid #98C600;
	background-color: #FFCC00;
	color: #FFFED8;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
}

.rage_button a:hover {
	border: 2px solid #FE0000;
}

.clear {
  clear: both;
}