/*************************** Application Sytles ******************************/

.ztxt { }

/*************************** HTML Tag Properties ******************************/

body {
	margin: 0px; 
	background:#fff;
	font-family:"Trebuchet MS",Verdana,Helvetica,Geneva,sans-serif;
	font-size:12px;
     }
p,h1,h2,h2, {
       text-align:left;
       margin:10px 0 10px 0;}

a, a:visited {
	text-decoration: none; 
	color:#333399;}

a:hover	{
	text-decoration: underline; 
	color: #990000;}

h1 {
	font-size: 18px;
	font-weight:normal;}

h2 {
	font-size: 15px;
	font-weight:normal;}


/*************************** Custom  ******************************/

#shell {
	width:780px;
	margin-left:auto; 
	margin-right:auto; 
	background:#FFF;
	position:relative;}

#head {
	width:780px;
	height:90px;
	background:#fff;}

  #head #logo {
	width:340px;
	float:left;
	margin-top:10px;}

  #head #headright {
	width:320px;
	float:right;
	text-align:right;}

  #head #FCWtag {
	position:absolute;
	width:245px;
	top:72px;right:0px;}

#topnav {}

   #topnav ul li{
	display: inline;
	font-size:13px;
	color:#999999;}

   #topnav ul li a {
	color:#999999;}

   #topnav ul li a:hover {
	color:#660000;}

#bottomnav {}

   #bottomnav ul li{
	display: inline;}

#sidebar {
	width:170px;
	float:left;
	overflow:none}

#body {
	width:600px;
	float:right;
        padding-top:10px;}

#footer {
	width:760px;
	background:url(%WRAPPER_URL%/global/bg_footer.png)repeat-x #fff;
	text-align:center;
	border-top:1px solid #999999;}

form	{display:inline;}

.menu	{}
.cats	{}

#searchbox {
	background:#cccccc;
	padding:10px 5px 10px 5px;
	text-align:center}
	
.leftboxheader {
	border:1px solid #000;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin:10px 0 0 0;
	background:#ffcc00;
	color:#000;}
	
.leftboxcopy {
	border:1px solid #000;
	padding:5px;
	margin:0 0 10px 0;}

.stores{
	width: 160px; /*width of menu*/
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/}

	.stores ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.stores li a{
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		display: block;
		/*background: transparent url(media/arrowgreen.gif) 100% 0;*/
	    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		padding: 4px 0 4px 10px;
		line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
		text-decoration: none;
	}	

	.stores li a:link, .stores li a:visited {
		color: #5E7830;
	}

	.stores li a:hover{
		color: #cccccc;
		/*background-position: 100% -32px;*/}
