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

* 									{ margin: 0; padding: 0; }
body								{ background-image: url(../../images/RetailerResource/Template/Paper_BG.jpg); font: 12px "Lucinda Grande", Geneva, Arial, Helvetica, sans-serif; color: white; } 
#page-wrap							{ background-image: url(../../images/RetailerResource/Template/page-wrap_content.gif); width: 827px; margin: auto; } 
#center								{ height: auto; width: 800px; margin-right: auto; margin-left: auto; }
#top-page-wrap 						{ background-image: url(../../images/RetailerResource/Template/page-wrap_top.gif); height: 32px; width: 827px; background-repeat: no-repeat; margin:auto; }
#bottom-page-wrap					{ background-image: url(../../images/RetailerResource/Template/page-wrap_bottom.gif); height: 42px;  width: 827px;	background-repeat: no-repeat; margin:auto; }
a									{ text-decoration: none; color:#b6c61d;}
ul									{ list-style: none; }

/*
----MAIN NAV----
---------------------------------------------------
*/

#navigation							{width: 800px; margin-right: auto; font-size:95%;  margin-left: auto; background: #b6c61d;}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; background: #b6c61d; }
ul.dropdown a:hover		            { color: white; }
ul.dropdown a:active                { color: white; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #904a2d;
	 								  color: #904a2d; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #c45a15; color: #7c3822; position: relative; }
ul.dropdown li.hover a              { color: #7c3822; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #ffca09; color: #904a2d; 
									  border-bottom: 1px solid #904a2d; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*
----FOOTER NAV----
----------------------------------------------------
*/

#footer-wrap						{
	display: block;
}

ul.footer 							{
	color: #904a2d;
	padding-bottom:10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
ul.footer li 						{ float: left;}
ul.footer a:hover					{ color: #ffca09; }
ul.footer a:active					{ color: #ffa500; }
ul.footer li a						{ display: block; padding: 4px 8px; color: white; }
									
/*
----STICKY LINKS----
---------------------------------------------------
*/

ul.sticky							{ position: fixed; right: 0px; top: 30px; }

/*
----CONTENT----
---------------------------------------------------
*/

#content							{ padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; }
h2									{ text-align: center; }
#content img						{ left: 0px; top: 0px; }
#content table td					{ background: #9f624E; }
#content_awards						{ padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; }
#content_awards img					{ left: 0px; top: 0px; }
#content_awards table td			{ background: #904A2D; }
table								{ text-align:center; margin-right: auto; margin-left: auto; position: relative; }
#image_archive li					{ text-align: center; padding: 5px;	float: left; }
#image_archive img					{ border:0px }
#image_archive						{ width:600px; height: 315px; padding: 5px; display: table-row; }
#image_archive ul					{ display:block;}
li.highlight						{ font-weight: bold; color: #ffca09;}

