/* CSS Document */


/*--------------- The building blocks of the page ----------------- */

	
body {
	background: #5b6983 url(../images/bgBlueGradient.jpg) repeat-x;
	width: 774px;
	margin: 0px auto 0px auto;
	text-align: center; /* So old ie 5.5 will center the page  */
	}
	
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}


/* Here is the universal clear we might have to use when using 'float' to position things */	
.clear {
	clear: both;
	}
	
	
#wrapper {
	height: 100%;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* fix the text alignment to go back to left-align */
	position: relative;
	}
	
	
/* ----------- Masthead build plus placement of logo ---------------------- */
	
#masthead {
	height: 147px;
	width: 774px;
	background: transparent url(../images/mastHead01.png) no-repeat;
	}
	
#masthead h1 {
	position: relative;
	margin-left: 214px;
	top: 16px;
	}
	
/* ------------------- mainbody that will stretch with either the content or the navigation build ------------------------------ */

#mainBody {
	width: 774px;
	background: transparent url(../images/contentBg01.png) repeat-y;
	padding-bottom: 20px;
	/*position: relative;*/
	display: block;
	}
	

	

	
/* ----------------- building the navigation ------------------ */	
#navigation {
	position: relative;
	float: left;
	left: 23px;
	top: 0px;
	width: 162px;
	background: transparent;
	}
	
#navigation ul.nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
#navigation ul.nav li {
	position: relative;
	height: 37px;
	width: 162px;
	display: block;
	background: transparent url(../images/navButton.png) no-repeat;
	font-size: 13px;
	}
	
#navigation ul.nav li a, #navigation ul.nav li span{
	position: relative;
	padding-left: 23px;
	width: 139px;
	padding-top: 7px;
	height: 30px;
	display: block;
	}
	
#navigation ul.nav li a {
	background: transparent url(../images/starsRedWhite.gif) 5px 6px no-repeat;
	}
	
#navigation ul.nav li a:hover {
	background: transparent url(../images/starsRedWhite.gif) 5px -26px no-repeat;
	}
	
#navigation ul.nav li span{
	background: transparent url(../images/starsRedWhite.gif) 5px -26px no-repeat;
	color: #fff;
	}
	
/*---------------------- This style is for the VFW charity button at the bottom of the nav ---------------- */
#navigation ul.nav li.VFW {
	height: 68px;
	background: transparent url(../images/navButtonVFW.png) no-repeat;		
	}
	

#navigation ul.nav li.VFW span, #navigation ul.nav li.VFW a {
	background: transparent;
	padding-left: 0px;
	}
	
#navigation ul.nav li.VFW a {
	height: 99%;
	width: 99%;
	}	
	
#navigation ul.nav li.VFW a em, #navigation ul.nav li.VFW span em {
	display: block;
	margin-left: 63px;
	font-style: normal;
	}
	
#navigation ul.nav li.VFW a:hover {
	background: none;
	}
	

/*---------------------- This style is for the Ladies Auxiliary charity button at the bottom of the nav ---------------- */
#navigation ul.nav li.ladiesAux {
	height: 55px;
	background: transparent url(../images/navButtonLAV.png) no-repeat;		
	}
	
/* --------------------- Wholesalers button ----------------- */	
#navigation ul.nav li.wholesalers {
	background-image: url(../images/navButtonWHLSL.png);
	}
	
	#navigation ul.nav li.wholesalers a {
	/*background-position: 5px -26px;*/
	}
	
	
	
/* just put in this last list-item to add the statue on to the end... leave it off if you dont' want it */	
#navigation ul.nav li.lastOne {
	height: 526px;
	background: transparent url(../images/statue.png) right no-repeat;
	}
	


	
	
	
/* -------------------- building the content area ---------------- */	
	
	
#content {
	position: relative;
	width: 546px;
	padding-right: 22px;
	margin-left: 190px;
	top: -40px;
	}
	
#content.jewelPage {
	width: 556px;
	padding-right: 12px;
	margin-left: 200px;
	}
	

	

/* ------------------------- Building the footer area ----------------------- */

#footer {
	background: transparent url(../images/footerBG.png) no-repeat;
	width: 694px;
	height: 25px;
	padding-top: 22px;
	padding-left: 50px;
	padding-right: 30px;
	}
	
#footer a{
	float: left;
	}
	
#footer span {
	float: right;
	}
	




	






	