body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
}

a.skip	{display: none;}
a img {border: none;}

/* =TYPOGRAPHY-----------------------------------------*/	

body, td, select {
	font:normal 14px Times New Roman;
	line-height: 20px;
	color: #000;
}

h1 {
	padding: 0;
	font: bold 22px Times New Roman;
	color: #cc0000;
	text-transform: uppercase;
	}

h2, .header {
	font: normal 17px Times New Roman;
 	color: #669900;
}

h3, .subheader	{
	font: bold 14px Times New Roman;
 	color: #000;
 	line-height: 20px;
		}
	
h4 {
	font: bold 14px Times New Roman;
 	color: #336600;
 	line-height: 20px;
}
 
a	{
	color: #336600;
	font: normal 14px Times New Roman;
	text-decoration: underline;
	line-height: 20px;
	}
	
a:hover	{
	color: #336600;
	font: normal 14px Times New Roman;
	text-decoration: underline;
	line-height: 20px;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	

#container {
	position: relative;
    margin: 10px auto 0 auto;
	text-align: left;
	width: 950px;
	background: #fff;
}
div#header {
	float: left; 
	display: inline;
	width: 950px;
	height: 117px;
	background: #fff url(../images/santino_logo.jpg) top left no-repeat;
	}
div#banner {
	float: left;
	display: inline;
	width: 930px;
	height: 146px;
	margin-bottom: 10px;
	background: url(../images/banner.jpg) top left no-repeat;
	}
	
div#header h1 {
    position: absolute;
    margin: 0;
    padding: 0;
	}

div#header h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 242px;
    height: 117px;
    top: 0px;
    left: 0px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
div#navBar {
	float: right;
	width: 700px;
	height: 25px;
	margin-top: 47px;
	
    }

ul#nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
	}
	
ul#nav li {
	margin: 0 ;
	padding: 0 0 0 16px;
	display: inline;
	text-align: left;
 	}
 	
ul#nav a {
	font: bold 14px Times New Roman;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a.on, ul#nav a:hover	{
	color: #cc0000;
	} 
	
div#subNav {
	float: right;
	display: inline;
	width: 500px;
	height: 25px;
	}
	
ul#subNav {	
	padding: 0;
	margin: 0;
	}
	
ul#subNav ul {
	position: relative;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#subNav li	{
	list-style-type: none;
	display: inline;
	background: none;
	padding: 5px 0 5px 10px;
	}

ul#subNav li a	{
    font: normal 13px Times New Roman;
    color: #000;
	background: none;
	text-align: left;
	padding: 0;
	font-variant: none;
	text-decoration: none;
	text-transform: none;
	}

ul#subNav li a:hover, ul#subNav li a.on { color: #669900;}
	
/* =SHOPPING MENU -----------------------------------------*/	

div#eNav {
	width: 950px;
	}

ul#eNav {
    list-style-type: none;
	font: normal 12px Arial;
	color: #666;
	text-align: right;
	margin: 0;
	padding: 0;
}

ul#eNav li {
    display: inline;
    padding: 0;
   	margin-left:15px;
}

ul#eNav a {
	font: bold 12px Times New Roman;
	color: #cc3300;
	text-decoration: none;
	text-transform: uppercase;
	}

ul#eNav a:hover,
ul#eNav a.on {
	color: #cc3300;
}


/* =EDITABLE BODY -----------------------------------------*/	

div#mainPageArea {
	float: left;
	display:inline;
	width: 930px;
	margin: 0;
	padding: 10px;
	border: 1px solid #000;
	background: url(../images/leaf_bg.jpg) bottom left no-repeat;
	}
	
div#specialsArea {	
	float: right;
	display: inline;
	width: 309px;
	}

div#cmsContentArea {
	float: left;
	width: 600px;
	display: inline;
	margin: 0;
}

div#cmsContentArea p {
	margin: 0 0 1.5em 0;
}

div#kicker1 {
	width: 301px;
	height: 130px;
	margin: 0 0 10px 8px; 
	background: url(../images/why_kicker.jpg) top left no-repeat;
	}
div#kicker2 {
	background: url(../images/shop_kicker.jpg) top left no-repeat;
	width: 309px;
	height: 186px;
	margin-bottom: 10px;
	 }
div#kicker3 {
	background: url(../images/mailing.jpg) top left no-repeat;
	width: 301px;
	height: 108px;
	margin: 0 0 10px 8px; 
	}
div#kicker4 {
	width: 301px;
	margin: 20px 0 10px 8px;
	}
div#signup {
float: left;
width: 301px;
height: 20px;
display: inline;
margin: 3px 0 0 0;
}

div#kicker3 p.mailing {width: 250px; height: 40px; float: left; display: inline; margin: 37px 0 0 20px; padding: 0;}

form#signform input.text {float: left; border: #ccc 1px solid; margin: 0 0 0 22px; width: 165px;}

form#signform input.button {float: right; margin: 0 20px 0 0;}

hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding: 0;
      border:none;
      visibility: hidden;
      }
/* =HOMEPAGE-----------------------------------------*/	
body#home div#banner {
	float: left;
	display: inline;
	width: 930px;
	height: 249px;
	margin-bottom: 10px;
	background: url(../images/home_banner.jpg) top left no-repeat;
	}

/* =FOOTER DIV-----------------------------------------*/	

div#footer {
	text-align: left;
	width: 950px;
	background: none;
	margin: 0 auto;
	clear: both;
	padding: 10px 0;
	}
	
div#footer a {
	font: normal 13px Times New Roman;
	padding: 0;
	margin: 0 0 0 18px;
	text-decoration: none;
	color: #cc0000;
	text-transform:uppercase;
	}

div#footer p {margin: 0; padding: 0; color: #666; }
div#footer p.legal {float: left; }
div#footer p.footlinks {text-align: center; padding: 3px 0 0 0;}
div#footer p.rss { float: right; }
div#footer a.feed {margin: 0;}

.button	{
		display: inline;
		background-color: #669900;
		color: #ffffcc;
		border: none;
		font: normal 11px Times New Roman;
		text-transform: uppercase;
		cursor: hand;
		cursor: pointer;
}

/* =GENERIC OVERRIDES STYLES-------------------------------------*/

div.processBar {
	width: 100%;
}
body.news h2.generic { display:none;}

/*
div.catalog_crumbs,
div#autolist {
    display: none;
}
*/

