/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: index_home.css 5952 2007-03-03 06:18:46Z dwu $
 */

body {
	background: url(../images/HomeBackground.jpg) repeat-x center top;
	background-color: black;
	margin: 0em;
	padding: 0em;
}

#bodyWrapper {
	background: none;
}

#headerWrapper {
	background: none;
	height: 240px;	
}

#headerBannerWrapper {
	background: url(../images/TagLine.gif) no-repeat center bottom;
	height: 60px;
}

#dealerBottomSpacer {
	height: 30px;
}

#indexDefaultHeading {
	display: none;
}

#tagLine {
	display: inline;
}

#homeBottomBoxes {
	margin-top: -20px;
	width: 890px;
}

#homeAboutCecilio, #homeDealerDirectory, #homeSupport {
	height: 79px;
	margin: 0px;
	padding-left: 22px;
	vertical-align: top;
	width: 250px;
}

#homeAboutCecilio {
	background: url(../images/HomeAboutCecilio.jpg) no-repeat left top;
	padding-right: 68px;
	padding-top: 35px;
}

#homeDealerDirectory {
	background: url(../images/HomeDealerDirectory.jpg) no-repeat left top;
	padding-right: 68px;
	padding-top: 30px;
}

#homeSupport {
	background: url(../images/HomeSupport.jpg) no-repeat left top;
	padding-right: 4px;
	padding-top: 30px;
}

#homeAboutCecilio a, #homeDealerDirectory a, #homeSupport a {
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#homeAboutCecilio ul, #homeDealerDirectory ul, #homeSupport ul {
	margin: 0px;
	padding-left: 18px;
}

#homeAboutCecilio ul li, #homeDealerDirectory ul li, #homeSupport ul li {
	list-style-image: url(../images/BrownArrow.gif);
	list-style-type: none;
}

#navColumnOne {
	display: none;
}

#siteinfo {
	margin-top: 10px;
	padding-top: 10px;
}

#siteinfoPhone {
	display: none;
}
