.products tr td h4{
	margin: 0;
}

.products {
	width: 100%;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

.products a {
	text-decoration: none;
}

.product_background {
	background-color:#f4f7f0;
}

.products tr td p { color: #888;}

.column {
	width: 580px;
}

/***********************************************/
/* HTML Tag Styles                             */
/***********************************************/


a:link {
	color: #669427;
}
a:visited {
	color: #669427;
}
a:hover {
	color: #669427;
}
a:active {
	color: #669427;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #BACF9E;
}
p {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-top: 0px;
}

/***********************************************/
/* Text Styles                                 */
/***********************************************/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666666;
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #669427;
}
.subHeading_JS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	color: #669427;
}
.pictureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	color: #000000;
}
.whiteFine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.whiteLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
}

/***********************************************/
/* Grey Box Rounded Corners                    */
/***********************************************/

#t1 {
	background: url(../images/dot1.gif) 0 0 repeat-x;
	background-color: #FFFFFF;
}
#b1 {
	background: url(../images/dot1.gif) 0 100% repeat-x;
}
#l1 {
	background: url(../images/dot1.gif) 0 0 repeat-y;
}
#r1 {
	background: url(../images/dot1.gif) 100% 0 repeat-y;
}
#bl1 {
	background: url(../images/bl1.gif) 0 100% no-repeat;
}
#br1 {
	background: url(../images/br1.gif) 100% 100% no-repeat;
}
#tl1 {
	background: url(../images/tl1.gif) 0 0 no-repeat;
}
#tr1 {
	background: url(../images/tr1.gif) 100% 0 no-repeat;
}

/***********************************************/
/* White Box Rounded Corners                   */
/***********************************************/

#t2 {
	background: url(../images/dot2.gif) 0 0 repeat-x;
}
#b2 {
	background: url(../images/dot2.gif) 0 100% repeat-x;
}
#l2 {
	background: url(../images/dot2.gif) 0 0 repeat-y;
}
#r2 {
	background: url(../images/dot2.gif) 100% 0 repeat-y;
}
#bl2 {
	background: url(../images/bl2.gif) 0 100% no-repeat;
}
#br2 {
	background: url(../images/br2.gif) 100% 100% no-repeat;
}
#tl2 {
	background: url(../images/tl2.gif) 0 0 no-repeat;
}
#tr2 {
	background: url(../images/tr2.gif) 100% 0 no-repeat;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 100%;
	height: 600px;
	text-align: left;
}
/*#headerBack {
	padding-top: 30px;
	text-align: center;
	background-color: #FFF;
}  change by TM see changes below*/
#headerBack {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #FFF;
}
#menuBack {
	width: 100%;
	height: 19px;
	background-image: url(../images/menu_bg.gif);
	background-position: center;
	background-repeat: repeat-x;

}
#menu {
	margin: auto;
	width: 440px;
	height: 19px;
}
#contentBack {
	width: 100%;
	height: auto;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#content {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: 400px;
}
#picture {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 580px;
	text-align: center;
}
#copy {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 580px;
	height: auto;
	text-align: left;
}
#news {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 520px;
	text-align: left;
	background-image: url(../images/wired_news.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
}