/* MAIN CONTAINER */
#rap {		
	background-color: #4dbf99;	/* Left Nav Bar Color */
}

/* MAIN NAVIGATION */
#nav ul a {
	background-image:url(http://www.vivandingrid.com/storelocator/graphics/navbar2.png);	/* Main Navigation Image */
}

/* LOCATION IDENTIFICATION BUTTON - OVER STATE */
#nav li#storelocator a {background-position: 185px 200px;}	/* Identification For Home Page */

/* RIGHT-SIDE OF PAGE */
#right_rap {	/* Main container for right side */
//	background-image:url(http://www.vivandingrid.com/storelocator/graphics/VertStitch.png);	/* Stitch Image For Page */	
	background-color: #fff;							/* Color of Right Side of Page */
}


body     { background-color: #ccf}
.nav {
	background-color: #9999FF;
	width: 183px;
}
.stitch {
	background-image: url(graphics/VertStitch.gif);
	background-repeat: repeat-y;
	width: 10px;
}
#title {
	text-align: right;
}
#flashmap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#stores {
	text-align: left;

}
#stores .state     {
	text-align: left;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#stores .state table {
	width: 700px;
}
#stores .state .alt {
	background-color: #ffffcc;
}
#stores .state .city {
	width: 33%;
}
#stores .state .store {
	width: 33%;
}
#stores .state .phone {
	width: 33%;
}
#stores .state .map {
	width: 10%;
}
#stores .state .country {
	width: 10%;
}
#stores .state .website {
	width: 35%;
}
#stores .state .stateGraphic {
	text-align: center;
}
#stores .state th {
	text-align: left;
	background-color: #ccffff;
	padding: 5px;
}

