
body {
	background-color: #000;
	margin: 0;
	padding: 0
	}

#container  {
	margin: 30px auto;
	width: 756px
	}

#homeFlash {
	margin: 0 8px;
	width: 740px;
	height: 475px;
	vertical-align: bottom
	}

#storesTitle   {
	background-color: #fff;
	width: 756px;
	height: 21px
	}

#storesNav  {
	background-image: url("../images/nav_back.gif");
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 8px;
	width: 740px;
	height: 79px
	}

#storesNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
	}

#storesNav li {
	float: left
	}

#storesNav li a {
	display: block;
	padding-top: 79px;
	height: 0;
	overflow: hidden
	}

#storesNav li#stores    {
	background-image: url("../images/stores_title.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 183px;
	height: 79px
	}

#storesNav li#bigspur    {
	background-image: url("../images/nav_bigspur_bt.gif");
	background-repeat: no-repeat;
	width: 192px
	}

#storesNav li#bigspur a:hover   {
	background-image: url("../images/nav_bigspur_sbt.gif");
	background-repeat: no-repeat
	}

#storesNav li#palmetto   {
	background-image: url("../images/nav_palmetto_bt.gif");
	background-repeat: no-repeat;
	width: 182px
	}

#storesNav li#palmetto a:hover   {
	background-image: url("../images/nav_palmetto_sbt.gif");
	background-repeat: no-repeat
	}

#storesNav li#cutiger   {
	background-image: url("../images/nav_cutiger_bt.gif");
	background-repeat: no-repeat;
	width: 183px
	}

#storesNav li#cutiger a:hover   {
	background-image: url("../images/nav_cutiger_sbt.gif");
	background-repeat: no-repeat
	}

#copyright {
	color: #fff;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 16px;
	text-align: center;
	padding: 20px
	}


