@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(/img/spring/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
	background-color: #66934e;
}

#container {
	background-image: url(/img/spring/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 800px;
	width: 1001px;
}

/* HEADER NAV */
.headernav {
	background-image: url(/img/spring/navbg.gif);
}

/* STORE LISTING PIECE */
.store_listing {
	clear: both;
	padding-top: 5px;
}

.store_header {
	background-image: url("/img/spring/stores/headerbg.png");
	padding-left: 10px;
}
.store_row{
	background-image: url("/img/spring/stores/rowbg.png");
	background-repeat:no-repeat;
	background-color:none;
}

.store_row:not(:empty) {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background-color:#65944e;
	/*NOTE: SIZING attempt to fit text*/
	width:417px;
	/*overflow:hidden;*/
	/*width:395px;*/
	
}
.store_row_alt{
ackground: rgba(101, 148, 78, 0.4);
	background-image: url("/img/spring/stores/rowbg-alt.png");
	background-repeat:no-repeat;
	background-color:none;	
}

.store_row_alt:not(:empty) {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	width:417px;
	background: rgb(101,148,78);
	b
}

.store_row_alt, .store_row, .store_header {
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	/*NOTE: fix on spacing*/
	/*height:15px;*/
}

.store_row, .store_row_alt, .store_header {
	color: #23331b;
	font-size: 11px;
}

.store_row, .store_row_alt {
	cursor: pointer;
}

.store_col1 a, .store_col1 a:link, .store_col1 a:visited, .store_col3 a, .store_col3 a:link, .store_col3 a:visited, .store_col2 a, .store_col2 a:link, .store_col2 a:visited {
	color: #23331b;
}

.store_col1 a:hover, .store_col3 a:hover {
	color: #fff;
	text-decoration: none;
}

.store_col1 {
	float:left;
	width: 274px;/*was 250px;*/
	/*overflow: hidden; removed to test css3 rounded borders*/
	padding-left: 8px;
	line-height:1.3em;
}
.store_col2 {
float:right;
	margin-right:5px;
	overflow: hidden;
	color: #23331b;

}
.store_col3 {
	float: right;
padding-right:5px;
/*		overflow: hidden;*/
}

.store_col1, .store_col2, /*.store_col3 */{
	height: 15px;
}

.headernav a:link, .headernav a:visited {
	color: #ed851e;
}

.headernav a:hover {
	color: #ed851e;
	background-image: url(/img/spring/navleaf.gif);
}

.headernav li a.active, .headernav li a.active:hover {
	background-image: url(/img/spring/navleaf.gif);
}

.scrollbar-vert{
	background-color: #689652;
	background: url(/img/spring/scrollerbg.png) no-repeat;
}
.handle-vert{
	background: url(/img/spring/scroller.png) no-repeat;
}

#follow-us-nav {
    position:relative;
    top:0px;
    left:635px;
}
#follow-us-nav .nav-left {
    float:left;
    background-image:url(/images/nav/follow-us-left-spring.png);
    background-repeat:no-repeat;
    height:31px;
    width:10px;
}
#follow-us-nav .nav-mid {
    float:left;
    background-image:url(/images/nav/follow-us-bg-spring.png);
    background-repeat:repeat-x;
    height:31px;
    padding-top:5px;
    vertical-align:
    bottom;
}
#follow-us-nav .nav-right {
    float:left;
    background-image:url(/images/nav/follow-us-right-spring.png);
    background-repeat:no-repeat;
    height:31px;
    width:10px;
}
#follow-us-nav .title {
    padding-top:2px;
    font-weight:bold;
}
#follow-us-nav .nav-link {
    float:left;
    padding-right:10px;
}
#follow-us-nav a img {
    border:none;
    height:20px;
}
