/*************************************************************
Landec style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
Interior specific styles
*************************************************************/

body {
	background-image: url(/images/int_bck.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #000099
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none
}

.floatrt {
	float: right;
	padding: 0 0 12px 12px;
}

.floatlt{
	float: left;
	padding: 12px 12px 0 0;
}

.typ {
	padding: 0 0 12px 12px;
}
	
.typlt {
	padding: 0 0 12px 12px;
}


/*************************************************************
Subnav styles
*************************************************************/

#subnav {
	background: url(/images/new/nav_back.gif) no-repeat;
	height: 300px;
}