/* Start of CMSMS style sheet 'stylesheet' */
/* Menu Panel */
  
#nav-container {
        width: 675px;
        text-align: center;
        float:left;
margin:60px 0 0 5px;
    }

#menuwrapper { 
        overflow: hidden; 
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 150px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
width:130px;
padding-left:5px;
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
        color:#000;
	}
#primary-nav a:link{
        color:#000;
}
#primary-nav a:hover{
        color:#FFF;
}

#primary-nav li, #primary-nav li.menuparent { 
	background: url(images/menu.jpg) left repeat-x; 
	}

.unli{background:#004880;}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) 




/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh  { 
	color: #FFF; 
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->

/* Main Body */

body{
	background:url(images/bg.jpg) repeat;
	font-size:14px;
	color:#000;
	font-family:verdana;
}
img{border-style: none;}
a:link,
a:visited{
    	color: #000;
	text-decoration: none;
        font-size:12px;
        font-weight:normal;
}
a:hover{
	color: #fff;
	text-decoration: none;
        font-size:12px;
}
#wrap{
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
}
#link{
        position:relative;
        float:left;
	margin-left:17px;
	width:100px;
	height:100px;
}
#link1{
        position:relative;
        float:left;
	margin-top:12px;
	width:650px;
	height:32px;
	text-align:right;
	font-weight:bold;
}
#link1 a:link,
#link1 a:visited{
    	color: #fff;
	text-decoration: none;
        font-size:14px;
        font-weight:normal;
}
#link1 a:hover{
	color: #e9a826;
	text-decoration: none;
}

#top{
        position:relative;
        float:left;
	margin:0;
	width:800px;
	height:121px;
        background:#000 url(images/top.jpg) top no-repeat;
        z-index:2;
}
#body{
    	position:relative;
        float:left;
	margin:0;
	width:800px;
	height:auto;
        background:#000;
}
#body-lft{
    	position:relative;
        float:left;
	margin:0;
	width:auto;
	height:400px;
        clear:both;
}
#body-rt{
        position:relative;
        float:left;
	margin:0;
        padding:15px;
	width:569px;
	height:auto;
        min-height:400px;
        background:#eaa925;
}
/*--------------------------------------------------------
BEGIN Home page only
--------------------------------------------------------*/
#body-rt-hm{
        position:relative;
        float:left;
	margin:0 ;
	width:540px;
	height:auto;
        min-height:400px;
        background:url(images/storefront.jpg)
}
/*--------------------------------------------------------
END Home page only
--------------------------------------------------------*/
/*--------------------------------------------------------
BEGIN Directions page only
--------------------------------------------------------*/
#body-rt-directions{
        position:relative;
        float:left;
	margin:0 ;
	width:599px;
	height:400px;
}
/*--------------------------------------------------------
END Directions page only
--------------------------------------------------------*/
#bottom{
        position:relative;
        float:left;
	margin:0;
	width:800px;
	height:46px;
        font-size:18px;
        color:#000;
        text-align:center;
        background:#000 url(images/bottom.jpg) bottom no-repeat;
}
#bottom-text-left{
        position:relative;
        float:left;
        margin-top:15px;
        width:400px;
	height:44px;
}
#bottom-text-right{
        position:relative;
        float:left;
        margin:1px 30px 0 0;
        text-align:right;
        width:370px;
	height:44px;
}
.bottom-text a:link,
.bottom-text a:visited{
    	color: #000;
	text-decoration: none;
        font-size:14px;
        font-weight:bold;
}
.bottom-text a:hover{
	color: #fff;
	text-decoration: none;
        font-size:14px;
}
#footer{
        position:relative;
        float:left;
	margin:0;
	width:800px;
	height:15px;
        text-align:center;
        font-size:10px;
        color:#fff;
}
.footer1 a:link,
.footer1 a:visited,
.footer1 a:hover{
        color: #fff;
	text-decoration: none;
        font-size:10px;
}
/* End of 'stylesheet' */

