/* Typography */
body {
font: 75%/1.7em Arial,Helvetica,sans-serif;
}


body { position:relative; }
#header { 
	margin:0 auto; width:960px; padding:0;
}
	.mini_navigation { float:left; padding:5px 0 10px 250px; }
		.mini_navigation ul li { display:inline; padding:0 15px 0 15px; border-right:1px solid #999;}
		.mini_navigation ul li.first { padding:0 15px 0 0; border-right:1px solid #999;}
		.mini_navigation ul li.last { padding:0 0 0 15px; border:none;}
		.mini_navigation ul li a { text-decoration:none; color:#999; font-size:90%;  }
	.search { float:right; padding:5px 0 0 0}
	.search .search_bar { width:220px; border:2px solid #ccc; padding:3px; margin-right:5px;}
	.search .search_bar:focus { border:2px solid #78a040; }
	.search .search_button { width:60px; }
	.logo { clear:both; float:left; width:250px;}
	.navigation { float:left; width:710px; border-top:1px dotted #78a040; padding:5px 0 20px 0; }
		.navigation ul li { display:inline; padding-right:30px;}
		.navigation ul li a { text-decoration:none; color:#000; font-size:110%;}

#promo {
	width:100%; clear:both; position:relative; text-align:center; background:url('../images/cacti_home_background.gif') repeat-x; min-height:200px;
}
	.promo_inner { margin:0 auto; width:1075px; background:url('../images/cacti_home_background_logo.gif') no-repeat; min-height:200px; }
		.Headline { padding:200px 0 0 60px; float:left; text-align:left; }
		.Headline h2 { font-size:300%; padding:0 0 20px 0;  }
		.Headline h3 { font-size:250%; font-style:italic; font-weight:bold; padding-left:140px; }
		.deal_of_the_day { float:left; text-align:left; }
		.deal_of_the_day a.buy_now { float:left; margin-top:220px;}
		.deal_of_the_day_blurb { float:left; padding:200px 0 0 110px; width:180px;}
		.deal_of_the_day_blurb h4 { font-size:140%; font-weight:bold;}
		.deal_of_the_day_blurb h5 { font-size:110%; font-weight:bold; color:#666666}
		.deal_of_the_day_blurb p { font-size:100%; text-align:right;}
		.deal_of_the_day img { float:left; padding-bottom:20px }
		.deal_of_the_day input { margin-top:220px; }

#shop {
	 width:100%; padding:10px 0 0 0; border-top:2px solid #78a040; clear:both;
}
	.shop_inner { margin:0 auto; width:960px;}
		.shop_item { float:left; width:300px; padding:0 5px; min-height:220px; }
		.shop_item h2 { font-size:120%; font-weight:bold; padding-left:120px;}
		.shop_item h3 { font-size:100%; font-weight:bold; padding:0 0 10px 120px; color:#666666;}
		.shop_item p { font-size:100%; padding:0 0 10px 120px; color:#000;}
			.shop_inner .one { background:url('../images/cactus1.gif') no-repeat; border-right:1px dotted #cccccc;}
			.shop_inner .two { background:url('../images/cactus2.gif') no-repeat; border-right:1px dotted #cccccc;}
			.shop_inner .three { background:url('../images/cactus3.gif') no-repeat;}
		.shop_item .buy_now { font-size:100%; color:#000; text-align:right; float:right;}
