/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project Title : Landrin Microsite
Author : Atelier Studios
URL : http://wwww.atelier-studios.com
Description : Design and layout for Landrin Microsite
Copyright Atelier Studios Limited 2001-2008. All Rights Reserved.

Created : 29/08/2008

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		1.GLOBALS

		2. TYPOGRAHY
		
		3. LINKS
		
		4. MAIN STRUCTURE
		
		5. INNER ELEMENT LAYOUT
		
		6. NAVIGATION
				
		7. CLASSES
		
		8. FORM STYLES
		
		9. HEADINGS
		
	
	------------------------------------------------------------
		
		Colours


	
	
	------------------------------------------------------------

		

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* ------------------------------------------------------------------
	1.GLOBALS
------------------------------------------------------------------ */


		/*
			IE PNG Fix http://www.twinhelix.com/css/iepngfix/
		 */
		
		* {
	behavior: url(/js/iepngfix.htc)
}
/*
		  Alternatively, you can specify that this will apply to all tags like so:
		   * { behavior: url(/furniture/js/iepngfix.htc) }
		 */


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}

ul, ol {
margin:0;
padding:0;}

/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}


html, body {
	height: 100%;
	}


div#wrapper_top, div#wrapper_top_right, div#wrapper_bottom_right, div#wrapper_bottom_left, div#wrapper_top_left  { /* this is the div you want to fill the window */
	min-height: 100%;
	}

* html div#wrapper_top, * html div#wrapper_top_right, * html div#wrapper_bottom_right, * html div#wrapper_bottom_left, * html div#wrapper_top_left { /* this makes it work in IE */
	height:100%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-color:#fff;
	height:100%;
	}

/* ------------------------------------------------------------------
	2. TYPOGRAHY
------------------------------------------------------------------ */


strong {
	font-weight:bold;
	color: #B58D37;
	}
	
em{
	font-style:italic;
	display:inline;
	}		


p {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 0;
	text-align:justify;
	}
	
	
p.nojustify {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 0;
	}

	
h1, h2, h3, h4 ,h5, h6 {
	font-weight:normal;
	}

h1 {
	font-size: 24px;
	padding: 5px 0 10px 0;
	color: #7c7c7c;
	}

h2 {
	font-size: 24px;
	padding: 5px 0 10px 0;
	color: #32719a;
	}

h3 {
	font-size: 18px;
	padding: 0 0 10px 0;
	color: #7c7c7c;
	}
	
h3#gold a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_gold.gif) no-repeat;
   width: 131px;
   height: 26px;
   margin: 0px 0px 0px 35px;
   padding-bottom:0px;
   display: block;
   }
	
	#gold a:hover {
	background-position: 0px -26px;
	}
	
	h3#gold {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

			  

h3#classic a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_classic.gif) no-repeat;
   width: 150px;
   height: 26px;
   margin: 0px 0px 0px 25px;
   padding-bottom:0px;
   display: block;
   }

 	h3#classic a:hover {
	background-position: 0px -26px;
	}
	
	h3#classic {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

h3#coffee a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_coffee.gif) no-repeat;
   width: 142px;
   height: 26px;
   margin: 0px 0px 0px 35px;
   padding-bottom:0px;
   display: block;
   }

 	h3#coffee a:hover {
	background-position: 0px -26px;
	}
	
	h3#coffee {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

h3#cream a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_creme.gif) no-repeat;
   width: 142px;
   height: 26px;
   margin: 0px 0px 0px 30px;
   padding-bottom:0px;
   display: block;
   }

 	h3#cream a:hover {
	background-position: 0px -26px;
	}
	
	h3#cream {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

h3#choco a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_choco.gif) no-repeat;
   width: 142px;
   height: 26px;
   margin: 0px 0px 0px 35px;
   padding-bottom:0px;
   display: block;
   }

 	h3#choco a:hover {
	background-position: 0px -26px;
	}
	
	h3#choco {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

h3#rich a {
   text-indent: -5000px;
   background:url(/images/headings/waferatto_rich.gif) no-repeat;
   width: 200px;
   height: 26px;
   margin: 0px 0px 0px 12px;
   padding-bottom:0px;
   display: block;
   }

 	h3#rich a:hover {
	background-position: 0px -26px;
	}
	
	h3#rich {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 0;
   }

h4 {
	font-size: 18px;
	padding: 5px 0 10px 0;
	color: #32719a;
	}

h5 {
	font-size: 14px;
	padding: 5px 0 10px 0;
	color: #7c7c7c;
	}


h6 {
	font-size: 14px;
	padding: 5px 0 10px 0;
	color: #32719a;
	}

/* ------------------------------------------------------------------
	3. LINKS
------------------------------------------------------------------ */

a {
	color: #B58D37;
	text-decoration: none;
	}
	
	a:hover {
	color: #333333;
	text-decoration: underline;
	}

a.red_link {
	color: #CC0000;
	text-decoration: none;
	}
	
	a:hover.red_link {
	color: #333333;
	text-decoration: underline;
	}


ul.sidebar_nav li a {
	color: #666666;
	text-decoration: none;
	display: block;
	}

	ul.sidebar_nav li a:hover {
	color: #B58D37;
	display: block;
	text-decoration: underline;
	}
	
	ul.sidebar_nav li a.current {
	color: #B58D37;
	display: block;
	}

#footer a {
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #9c0500;
	text-decoration: underline;
	}



/* ------------------------------------------------------------------
	4. MAIN STRUCTURE
------------------------------------------------------------------ */


body {
	background-image: url(/images/backgrounds/bg_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
	background-attachment: fixed;
	}
	
	body.home {
	background-image: url(/images/backgrounds/bg_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
	background-attachment: fixed;
	}
	
div#wrapper_top {
	height: 100%;
	width: 100%;
	background-image: url(/images/backgrounds/bg_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	/*background-color: #FF0000;*/
	background-attachment: fixed;
	}
	
	body.home div#wrapper_top {
	height: 100%;
	width: 100%;
	background-image: url(/images/backgrounds/bg_top_home.gif);
	background-position: center top;
	background-repeat: no-repeat;
	/*background-color: #FF0000;*/
	background-attachment: fixed;
	}
	

div#wrapper_top_right {
	height: 100%;
	width: 100%;
	background-image: url(/images/backgrounds/bg_top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	/*background-color: #FF0000;*/
	background-attachment: fixed;
	}

div#wrapper_bottom_right {
	height: 100%;
	width: 100%;
	background-image: url(/images/backgrounds/bg_bottom_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*background-color: #00FF00;*/
	/*background-attachment: fixed;*/
	}

div#wrapper_bottom_left {
	height: 100%;
	width: 100%;
	background-image: url(/images/backgrounds/bg_bottom_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear:both;
	/*background-color: #FFFF00;*/
	/*background-attachment: fixed;*/
	
	}
	
div#wrapper_top_left {
	height: 100%;
	width: 100%;
	clear:both;
	background-image: url(/images/backgrounds/bg_top_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	/*background-color: #FFFF00;*/
	background-attachment: fixed;
	}	
	
	
/*body.subpage, body.waferatto_classic, body.waferatto_gold {
	background-image: url(/images/backgrounds/bg_norm_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	}

body.subpage div#wrapper_one, body.waferatto_gold div#wrapper_one, body.waferatto_classic div#wrapper_one {
	height: 100%;
	width: 100%;
	float: left;
	background-image: url(/images/backgrounds/bg_norm_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FF0000;
	}

body.subpage div#wrapper_two, body.waferatto_gold div#wrapper_two, body.waferatto_classic div#wrapper_two {
	height: 100%;
	width: 100%;
	float: left;
	background-image: url(/images/backgrounds/bg_norm_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #00FF00;
	}

body.subpage div#wrapper_three, body.waferatto_gold div#wrapper_three, body.waferatto_classic div#wrapper_three {
	height: 100%;
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
	background-image: url(/images/backgrounds/bg_norm_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFF00;
	}	
*/
/*#wrapper_container {
	float: left;
	width: 100%;
	}*/

#container {
	width: 760px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	/*background-color: #999933;
	margin: 0 auto;
	padding: 65px 0 0 0;
	position: absolute; 
	left: 25%; 
	top: 25%;*/
	}

table#centre {
	margin: 0 auto;
	height: 100%;
	}


.main_content_conatiner {
	float: left;
	padding: 0;
	margin: 0;
	width: 760px;
	}
	
.top_box {
	float: left;
	width: 700px;
	height: 70px;
	padding: 65px 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	.top_box_white {
	float: left;
	width: 700px;
	height: 70px;
	padding: 65px 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_white_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	.top_box_gold {
	float: left;
	width: 700px;
	height: 70px;
	padding: 65px 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_goldflower_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	.top_box_purple {
	float: left;
	width: 700px;
	height: 70px;
	padding: 65px 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_dark_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	body.waferatto_gold .top_box {
	float: left;
	width: 700px;
	height: 56px;
	padding: 0 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_gold_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	body.waferatto_classic .top_box {
	float: left;
	width: 700px;
	height: 56px;
	padding: 0 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_classic_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	body.waferatto_coffee .top_box {
	float: left;
	width: 700px;
	height: 56px;
	padding: 0 0 0 60px;
	background-image: url(/images/backgrounds/bg_page_coffee_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
body.waferatto_gold2010 .top_box {
	display: none;
	visibility: hidden;
	}	
body.waferatto_coffee2010 .top_box {
	display: none;
	visibility: hidden;
	}	
body.waferatto_rich2010 .top_box {
	display: none;
	visibility: hidden;
	}	
body.waferatto_cream2010 .top_box {
	display: none;
	visibility: hidden;
	}	
body.waferatto_choco2010 .top_box {
	display: none;
	visibility: hidden;
	}	

.middle_box {
	float: left;
	width: 640px;
	padding: 30px 60px 10px 60px;
	background-image: url(/images/backgrounds/bg_page_norm_middle-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height:335px;
	}	
	
	.middle_box_products {
	float: left;
	width: 640px;
	padding: 30px 60px 10px 60px;
	background-image: url(/images/backgrounds/bg_page_norm_middle-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	}	
	
	body.home div.middle_box {
	float: left;
	width: 700px;
	padding: 30px 30px 0 30px;
	background-image: none;
	}	
	
	body.waferatto_gold .middle_box {
	float: left;
	width: 640px;
	padding: 30px 60px 10px 60px;
	background-image: url(/images/backgrounds/bg_page_gold_middle.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height:355px;
	}	
	
	body.waferatto_classic .middle_box {
	float: left;
	width: 640px;
	padding: 30px 60px 10px 60px;
	background-image: url(/images/backgrounds/bg_page_classic_middle.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height:355px;
	}	

	body.waferatto_coffee .middle_box {
	float: left;
	width: 640px;
	padding: 30px 60px 10px 60px;
	background-image: url(/images/backgrounds/bg_page_coffee_middle.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height:355px;
	}	

	body.waferatto_gold2010 .middle_box {
	float: left;
	width: 700px;
	padding: 30px 60px 10px 60px;
	margin-top: 0px;
	background-image: url(/images/taste/gold.jpg);
	background-position: 40px 0px;
	background-repeat: no-repeat;
	height:371px;
	}

	body.waferatto_choco2010 .middle_box {
	float: left;
	width: 700px;
	padding: 30px 60px 10px 60px;
	margin-top: 30px;
	background-image: url(/images/taste/choco.jpg);
	background-position: 40px 0;
	background-repeat: no-repeat;
	height:371px;
	}

	body.waferatto_cream2010 .middle_box {
	float: left;
	width: 700px;
	padding: 30px 60px 10px 60px;
	margin-top: 30px;
	background-image: url(/images/taste/cream.jpg);
	background-position: 40px 0;
	background-repeat: no-repeat;
	height:371px;
	}
	
	body.waferatto_rich2010 .middle_box {
	float: left;
	width: 700px;
	padding: 30px 60px 10px 60px;
	margin-top: 30px;
	background-image: url(/images/taste/rich.jpg);
	background-position: 40px 0;
	background-repeat: no-repeat;
	height:371px;
	}
	
	body.waferatto_coffee2010 .middle_box {
	float: left;
	width: 700px;
	padding: 30px 60px 10px 60px;
	margin-top: 30px;
	background-image: url(/images/taste/coffee.jpg);
	background-position: 40px 0;
	background-repeat: no-repeat;
	height:371px;
	}

.bottom_box {
	float: left;
	width: 760px;
	height: 50px;
	background-image: url(/images/backgrounds/bg_page_norm_bottom-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
	body.waferatto_gold .bottom_box {
	float: left;
	width: 760px;
	height: 54px;
	background-image: url(/images/backgrounds/bg_page_gold_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	body.waferatto_classic .bottom_box {
	float: left;
	width: 760px;
	height: 54px;
	background-image: url(/images/backgrounds/bg_page_classic_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}	
	
	body.waferatto_coffee .bottom_box {
	float: left;
	width: 760px;
	height: 54px;
	background-image: url(/images/backgrounds/bg_page_coffee_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
body.waferatto_gold2010 .bottom_box {
	display: none;
	visibility: hidden;
	}	
	
body.waferatto_coffee2010 .bottom_box {
	display: none;
	visibility: hidden;
	}	
	
body.waferatto_rich2010 .bottom_box {
	display: none;
	visibility: hidden;
	}	

body.waferatto_cream2010 .bottom_box {
	display: none;
	visibility: hidden;
	}	

body.waferatto_choco2010 .bottom_box {
	display: none;
	visibility: hidden;
	}	

	
body.subpage div.left_column {
	float: left;
	width: 200px;
	padding: 0 30px 0 0;
	/*background-color: #FFFF00;*/
	}

body.subpage div.right_column {
	float: left;
	width: 400px;
	padding: 0;
	/*background-color: #00FF00;*/
	}
	
.right_column_about {
	float: left;
	width: 400px;
	padding: 0;
	margin-bottom: -10px;
	/*background-color: #00FF00;*/
}
	
	body.waferatto_gold div.right_column {
	float: right;
	width: 280px;
	padding: 120px 0 0 0;
	/*background-color: #00FF00;*/
	}
	
	body.waferatto_classic div.right_column {
	float: right;
	width: 280px;
	padding: 120px 0 0 0;
	/*background-color: #00FF00;*/
	}
	
	body.waferatto_coffee div.right_column {
	float: right;
	width: 280px;
	padding: 120px 0 0 0;
	color:#FFFFFF;
	/*background-color: #00FF00;*/
	}

	body.waferatto_coffee div.right_column p {
	color:#FFFFFF;
	/*background-color: #00FF00;*/
	}


/* ------------------------------------------------------------------
	5. INNER ELEMENT LAYOUT
------------------------------------------------------------------ */



/* ------------------------------------------------------------------
	6. NAVIGATION
------------------------------------------------------------------ */


		
#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	margin:0 auto; 
	padding: 0;
	width: 497px;
	z-index: 2;
	}
		
	#navigation li {
	list-style-type:none;
	float:left;
	margin:0;
	padding: 0;
	}

a#home {
	background-image: url(/images/navigation/home.gif);
	display: block;
	width: 48px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	a#home:hover {
	background-image: url(/images/navigation/home.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	a#home.current {
	background-image: url(/images/navigation/home.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	

a#about {
	background-image: url(/images/navigation/about_landrin.gif);
	display: block;
	width: 125px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	a#about:hover {
	background-image: url(/images/navigation/about_landrin.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	a#about.current {
	background-image: url(/images/navigation/about_landrin.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
a#collection {
	background-image: url(/images/navigation/collection.gif);
	display: block;
	width: 130px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	a#collection:hover {
	background-image: url(/images/navigation/collection.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	a#collection.current {
	background-image: url(/images/navigation/collection.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}
	
a#where_buy {
	background-image: url(/images/navigation/where_to_buy.gif);
	display: block;
	width: 117px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	a#where_buy:hover {
	background-image: url(/images/navigation/where_to_buy.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	a#where_buy.current {
	background-image: url(/images/navigation/where_to_buy.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}			
	
	
a#contact {
	background-image: url(/images/navigation/contact.gif);
	display: block;
	width: 76px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	a#contact:hover {
	background-image: url(/images/navigation/contact.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	a#contact.current {
	background-image: url(/images/navigation/contact.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}			


/*------------------- Homepage Smaller Navigation ---------------------------*/

#navigation_small {
	margin:0 auto; 
	padding: 0;
	width: 455px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
		
	#navigation_small li {
	list-style-type:none;
	float:left;
	margin:0;
	padding: 0;
	}

#navigation_small li a#home {
	background-image: url(/images/navigation/home_small.gif);
	display: block;
	width: 44px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	#navigation_small li a#home:hover {
	background-image: url(/images/navigation/home_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	#navigation_small li a#home.current {
	background-image: url(/images/navigation/home_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	

#navigation_small li a#about {
	background-image: url(/images/navigation/about_landrin_small.gif);
	display: block;
	width: 114px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	#navigation_small li a#about:hover {
	background-image: url(/images/navigation/about_landrin_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	#navigation_small li a#about.current {
	background-image: url(/images/navigation/about_landrin_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
#navigation_small li a#collection {
	background-image: url(/images/navigation/collection_small.gif);
	display: block;
	width: 118px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	#navigation_small li a#collection:hover {
	background-image: url(/images/navigation/collection_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	#navigation_small li a#collection.current {
	background-image: url(/images/navigation/collection_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}
	
#navigation_small li a#where_buy {
	background-image: url(/images/navigation/where_to_buy_small.gif);
	display: block;
	width: 107px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	#navigation_small li a#where_buy:hover {
	background-image: url(/images/navigation/where_to_buy_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	#navigation_small li a#where_buy.current {
	background-image: url(/images/navigation/where_to_buy_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}			
	
	
#navigation_small li a#contact {
	background-image: url(/images/navigation/contact_small.gif);
	display: block;
	width: 70px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	
	#navigation_small li a#contact:hover {
	background-image: url(/images/navigation/contact_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	
	
	#navigation_small li a#contact.current {
	background-image: url(/images/navigation/contact_small.gif);
	background-repeat:no-repeat;
	background-position: 0 -25px;
	}	


/*------------------- Sidebar Nav ---------------------------*/


#container ul.sidebar_nav {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#container ul.sidebar_nav li {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 190px;
	}

/* ------------------------------------------------------------------
	7. CLASSES
------------------------------------------------------------------ */


.float_right {
	float: right;
	}

.float_left {
	float: left;
	}


hr {
	height:1px;
	margin: 10px 0;
	width:100%;
	border: none;
	background: #CCCCCC;
	}



/* ------------------------------------------------------------------
	8. FORM STYLES
When creating a form add .formField to any fields, .formLabel to labels 
and proceed labels with a <br class="formBR" />
------------------------------------------------------------------ */

form {
	float: left;
	}


.formField {
		float: left;
		width: 160px;
		margin: 0;
		padding: 3px;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		border: 1px solid #ccc;
		}
		
		.small_text_field {
		float: left;
		width: 50px;
		margin: 0;
		padding: 3px;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		border: 1px solid #ccc;
		}

.genericFormLabel {
		float: left;
		width: 130px;
		margin: 0 0 10px 0;
		padding: 3px;
		font-size: 12px;
		}

.generic_form_button  {
	float: left;
	padding: 2px;
	margin: 5px 10px 0 0;
	width: 60px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}	

.radio_buttons {
	float: left;
	margin: 0;
	padding: 0;
	}

.drop_down_day {
		float: left;
		width: 50px;
		margin: 0 8px 0 0;
		padding: 1px;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color:#eee;
		border: 1px solid #ccc;
		}


input.confirm_email_text_box {
		float: left;
		width: 160px;
		margin: 10px 0 0 0;
		padding: 3px;
		color:#666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		border: 1px solid #ccc;
		}

.check_box 	{
	margin: 0 0 0 8px;
	padding: 0;
	}

/* ------------------------------------------------------------------
	9. HEADINGS
------------------------------------------------------------------ */


body.home div.middle_box h2 {
	text-indent: -9999px; 
	overflow:hidden; 
	width: 485px; 
	height: 192px;
	padding: 0 0 0px 0;
	margin: 0 auto;
	background-image: url(/images/sitewide/logo_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


h2.logo {
	float: left;
	text-indent: -9999px; 
	overflow:hidden; 
	width: 200px; 
	height: 40px;
	padding: 0;
	margin: 0;
	background-image: url(/images/sitewide/logo_subpage.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

h2.logo_gold {
	float: left;
	text-indent: -9999px; 
	overflow:hidden; 
	width: 270px; 
	height: 110px;
	padding: 0;
	margin: 0;
	background-image: url(/images/sitewide/logo_gold_page.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	

h2.logo_classic {
	float: left;
	text-indent: -9999px; 
	overflow:hidden; 
	width: 270px; 
	height: 110px;
	padding: 0;
	margin: 0;
	background-image: url(/images/sitewide/logo_classic_page.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
	
h2.logo_coffee {
	float: left;
	text-indent: -9999px; 
	overflow:hidden; 
	width: 270px; 
	height: 110px;
	padding: 0;
	margin: 0;
	background-image: url(/images/sitewide/logo_coffee_page.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
div.popup {
	visibility: hidden;
	position: relative; 
	padding: 0px;
	top: 0px;
	left: 29%;
	border: none;
	background: none;
	font-size: 0.7em;
	color: #fff;
	width: 360px;
	z-index: 1;
}

div.popup a {
	font-weight: bold;
	text-transform: uppercase;
}