/***************** main layout ***************************/
@import "homepage.css";
@import "boxscheme.css";
@import "contact.css";
@import "wholefoods.css";

@import "forms.css";
@import "topbranding.css";
@import "nav.css";
@import "footer.css";
@import "control.css";

body {
	background:#ffffff;
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;}

#container{
	position:relative;
	background-image: url(../images/mid-strip.gif);
	background-repeat:repeat-y;
	background-color:#d8fe87;
	width:728px;
	margin:0 auto;
	padding:0;
	float: none;}
	
#pageheading {
	position:relative;
	margin:0;
	padding:0;
	top:25px;
	margin-left:245px;}

#content {
	position:relative;
	width:491px;
	text-align:justify;
	float:right;}
	
#sig {
	position:relative;
	width:728px;
	margin:auto;}
	
#sig p{
	text-align:right;
	color:#666666;
	font-size:10px;
	margin:0;
	margin-right:15px;
	margin-bottom:10px;
	padding:0;}

#sig a{
	color:#666666;
	text-decoration:none;}

#sig a:hover{
	color:#666666;
	text-decoration:none;
	border-bottom-width:thin;
	border-bottom-style:dashed;}
	
/***************** header styles ****************************/

h1, h2, h3 {
	color:#000000;
	font-family: TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;}
	
h1 {font-size:3em;}
h2 {font-size:1.6em;}
h3 {
	margin:7px 30px 7px 10px;
	font-size:1.2em;}

/***************** image styles ****************************/

img {border: 0px;}

/***************** text styles ****************************/
p {
	font-size:0.9em;
	line-height:normal;
	color:#000000;
	background:transparent;
	font-family: TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	margin:0 30px 0 10px;
	padding:4px 0;}
/********************** links ****************************/
a {
	color:#000000;
	text-decoration:none;}
a:hover{
	color:#566637;
	text-decoration:none;}

hr {
	border:1px;
	margin:0;
	padding:0;
	width:95%;
	background-color:#abe970;}

/********************** tables ****************************/

#tableContainer {
	margin:0;
	padding:0;
	margin-left:10px;}
	
#tableContentHead {
	position:relative;
	background-position:bottom; /* lets hear it for ie */
	background-image:url(../images/tableHead.gif);
	background-repeat:no-repeat;
	width:461px;
	height:13px;
	padding:0;
	margin:0;}
#tableContentMain {
	position:relative;
	width:451px;
	padding:0 5px;
	margin:0;
	background-color:#c4f67d;}
#tableContentFoot {
	position:relative;
	background-position:top; /* lets hear it for ie */
	background-image:url(../images/tableFoot.gif);
	background-repeat:no-repeat;
	width:461px;
	height:13px;
	padding:0;
	margin:0 0 10px 0;}
	
#tableContentMain p h3{
	margin-left:0;}
	
#tableContentMain table {
	border-collapse:collapse;
	margin:0;
	padding:-0.1em;}
	
#tableContentMain th {padding:0.1em;}
#tableContentMain tbody td {
	padding:0.1em;
	border-bottom:1px solid #abe970;}

#tableContentMain thead {
	color:#000;
	text-align:left;
	background-color:#abe970;
	border-top:1px solid #000;}

#tableContentMain tfoot {
	color:#000;
	text-align:left;
	background-image:url(../images/whole-table-footer.jpg);
	background-repeat:repeat-x;
	width:460px;
	height:19px;}

#tableContentMain th.i {width:65%;}
#tableContentMain th.ii {width:15%;}
#tableContentMain th.iii {width:10%;}
#tableContentMain th.iv {width:10%;
text-align:center;}

/******************** classes ****************************/

.box {
	position:relative;
	width:400px;
	margin:auto;
	padding:10px;
	border-width:thin;
	border-color:#006600;
	background-color:#AAEB6D;}

.columnleft {
	float:left;
	width:200px;}
.columnright {
	float:right;
	width:200px;}
.floatRight {float:right;}
.floatLeft {float:left;}
.clearfloats {clear:both;}

.listBold {font-weight:700;}

.delete {
	text-align:right;}
.inline {
	display:inline;
	padding:0;
	margin:0;}