/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:828px;
	background: #ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:828px;
	background: #ffffff;
	
	height:auto 

}

div#header {
	width:828px;
	height:125px;
	background: url("/graphics/otherheader.jpg") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding: 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:relative;
	width:828px;
	height:86px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	padding:4px 0 0 0;
}




/* main nav */


#topmenu {
	width: 828px;
	height:40px;
	margin: 0 auto 0 auto;
	background: url("/graphics/topmenubg.gif") #ececec no-repeat;
}

#leftmenu {
	width: 161px;
	height:570px;
	background: #ffffff;
	margin: 0 0 0 4px;
	display:inline;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 568px;
	margin: 20px 60px 20px 0;
	overflow: auto;
	line-height:15px;
	padding-bottom:20px;
	float:right;
}

#splashtop {
	width: 652px;
	margin: 3px 4px 0 0;
	display:inline;
	overflow: auto;
	line-height:15px;
	float:right;
}

#splashbot {
	width: 647px;
	display:inline;
	overflow: auto;
	line-height:15px;
	float:right;
	clear: right;
}

#topright {
	width: 235px;
	height:292px;
	padding: 23px 17px 0 23px;
	display:inline;
	overflow: auto;
	background: url("/graphics/topright.gif") no-repeat;
	font-size:23px;
	font-style:italic;
	font-weight:bold;
	color:#d1010f;
	line-height:22px;
	float:right;
	text-align:center;
}


#left_foot_top {
	color: #287b96;
	float: left;
	padding-top: 15px;
	padding-left:5px;
	width: 675px;
	vertical-align:middle; 
}

#right_foot_top {
	color: #d1010f;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	float: right;
	padding-top: 13px;
	.padding-top: 11px;
	padding-right:20px;
	padding-left: 0px;
	width:110px;
}

#taste {
	position:relative;
	float:left; 
	margin:12px 0 0 15px; 
	padding:9px 0 0 0; 
	display:inline; 
	width:178px;
	height:209px;
	background: #000000;
	background: url("/graphics/taste_bg.gif") no-repeat top center;
}

#gfd_sm {
	text-align:left; 
	font-size:11px; 
	margin:5px 0 0 0; 
	padding:35px 0 0 0;
	background: url("/graphics/gfd_sm.gif") no-repeat top center;
}

#da {
	position:relative;
	float:left; 
	margin:12px 0 0 7px; 
	display:inline; 
	width:195px; 
	height:218px; 
	background: url("/graphics/da_bg.gif") no-repeat top center;
}

.datitle {
	text-align:center; 
	height:25px; 
	.height:28px; 
	padding:8px 0 0 0;
	.padding:5px 0 0 0;
	color:#ffffff; 
	font-size:16px; 
	font-style:italic; 
	font-weight:bold;
	background: url("/graphics/da_green.gif") no-repeat top center;
}

#gfd_wide {
	position:relative;
	float:right; 
	margin:12px 4px 0 0; 
	display:inline; 
	width:241px;
	height:218px;
	background: url("/graphics/gfd_wide_bg.gif") no-repeat top center;
}

.gfdwidetitle {
	text-align:center; 
	height:25px; 
	width: 231px;
	.height:28px; 
	padding:8px 0 0 0;
	.padding:5px 0 0 0;
	color:#ffffff; 
	font-size:16px; 
	font-style:italic; 
	font-weight:bold;
	background: url("/graphics/gfd_wide_green.gif") no-repeat top center;
}

#find { 
	width:116px; 
	height: 19px;
	margin:0 auto 0 auto; 
	padding: 1px 0 5px 0; 
	text-align:center;
	background: url("/graphics/find_bg.gif") no-repeat top center;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 18px;
	padding-left:20px;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 18px;
	padding-right:20px;
}

.indextitle {
	text-align:center; 
	height:25px; 
	.height:28px; 
	padding:8px 0 0 0;
	.padding:5px 0 0 0;
	color:#fff; 
	font-size:16px; 
	font-style:italic; 
	font-weight:bold;
}


#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

a.tinylink {
	color: #777777;
	text-decoration: none;
}
a.tinylink:hover {
	color: #6eb1c6;
	text-decoration: underline;
}

a.butn {
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
a.butn:hover {
	color: #cccccc;
	text-decoration: none;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #d1010f;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

.dial {
	font-weight:bold;
	font-size:20px;
	color: #d1010f;
	text-transform: uppercase;
	margin:0 0 0 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

.catalog {
	font-weight: bold;
}

a.catalog {
	color: #000000;
	text-decoration: none;
}
a.catalog:hover {
	color: #d1010f;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #f13826;
}






/* menu codes */


.pipelist {
   overflow: hidden;
   width: 675px;
   margin:0 auto 0 auto;
   padding:0;
   font-size:9px;
   text-transform:uppercase;
   font-weight:bold;
   border:0px solid;  
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #cacaca;
   float: left;
   line-height: 10px;
   margin: 0 .5em 0 -.5em;
   padding: 0 11px 0 11px;
   white-space: nowrap;
   
   }


.pipelist li:hover {
	}
	
.pipelist a {
	color: #d1010f;
	text-decoration: none;
}
.pipelist a:hover {
	color: #007624;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 161px;
padding: 0;
font-size: 12px;
color: #ffffff;
text-align:left;
font-weight:bold;
text-transform:capitalize;
border-bottom: 2px solid #ffffff;
border-top: 1px solid #ffffff;
}

* html #blueblock{ /*IE 6 only */
w\idth: 145px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
line-height:15px;
padding: 6px 0 0 16px;
color: #d1010f;
text-decoration: none;
width: 145px;
height:20px;
border-top: 2px solid #ffffff;
background: #faed99;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #000000;
	text-decoration: none;
	background: #fee128;
}

li a.order {
color: #d1010f;
background: URL('/graphics/menuarrow.gif') no-repeat #fee128;
}

li a.order:hover{
color: #000000;
background: URL('/graphics/menuarrow.gif') no-repeat #fee128;
}


#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 4px 0 0 22px;
color: #d1010f;
text-decoration: none;
font-size:11px;
width: 139px;
height:18px;
border-top: 1px solid #ffffff;
	background: #f8fad8;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #000000;
	text-decoration: none;
		background: #fee128;

}

.2weekstitle {
font-size: 16px;
color: #FFFFFF;
}

.2weekscontent {
font-size: 14px;
}

.2weeksfoot {
font-size: 10px;
}

.textmiddle {
vertical-align:top;
padding-left: 20px;
padding-right: 10px;
} 

.fedexmiddle {
vertical-align:top;
padding-left: 2px;
padding-right: 0px;
} 


