/* CSS Document */
/* Hack: Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*links*/
a {  text-decoration:none; color: #b5e3b5; font-weight: normal; }
a:link, a:visited, a:active	{	color:#FF6666;	text-decoration:none; padding-bottom:1px; white-space: nowrap;font-size:16px;}
a:hover { color: #3333CC;}
a img	{ border:0 none; padding:0px; display:block;}
fieldset	{ margin:0; padding:0; border:0;}
h1, h2, h3	{ margin:0px; padding:0px;}
/*Layout*/

/*************************** BEGIN ALL PAGES ***************************/
html		{	height: 100%; margin-bottom: 1px;}
body		{	margin:0px;	padding:0px; font-family: Tahoma, "Times New Roman", Times, serif; font-size:14px; line-height:1.2em;
				background-image: url(../images/coolblack.gif); text-align:center;}

#container	{	width: 780px; height: auto; margin: auto; background-color:#FAFBA9;}
#top{
	height:15px;
	width:100%;
	background-color:#9999CC;
	text-align:right;
	color:#FFFFCC;
	}
#name{
	margin:10px 0px 10px 0px;
	width:100%;
	height:15px;
	padding:15px 0px 15px 0px;
	font-size:300%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#tagline{}

#bold{
	width:auto;
	height:20px;
	font-weight:bold;
	text-align:left;
	text-indent:10px;
	border-bottom-style:ridge;
	border-bottom-color:#FFCC66;
	border-bottom-width:medium;
	}
	
#products{
	width:700px;
	height:175px;
	text-align:left;
	text-indent:10px;
	margin:0px 40px 20px 40px;
}

#items{
	margin-left:50%;
	height:100px;
	width:275px;
/*	border-style:double;
	border-color:#9999CC;	*/
	margin-top:-156px;
}
#cans{
	width:275px;
	height:155px;
	border-style:double;
	border-color:#9999CC;
	background-image:url(../images/grabill-canMeats.jpg);
	margin-left:10%;
	margin-top:10px;
	margin-bottom:20px;
}
	
#other{width:700px; text-align:left; padding: 10px 40px 10px 40px;}
#contact{width:666px; height:170px; text-align:left; margin:0px 40px 50px 40px;}
#contactBasics{display: inline; float: left; text-align:center;	width:275px; height:160px; margin-left:5%;}
#contactMap{ display: inline; float: right; width:270px; height:185px;	border-style:double;	border-color:#9999CC;	
/* background-image:url(../images/contactMap.gif); */
	margin-left:60%;
	margin-top:-146px;
	float:left;
}
#bottom{
height:15px;
width:100%;
background-color:#9999CC;
text-align:right;
color:#FFFFCC;
}