/* CSS Document */



/*  ===================================================  
 	===================================================  
	 Description: Cayuse structure style sheet for mail list
	 Author: Sean Kabanuk 
	 Version: 1.1 beta
	 Last updated: 8/12/07 
	 Updated by: Sean Kabanuk 
     Mods: TLR
  	=================================================== 
  	===================================================  */




body {
	background: #666666;
	margin-top: 0px;
	}
	
#globalContainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #000;
	}


/* fix for iphone messing with button styles?
	TLR: it appears iOS doesn't like this compounded style
	.text.button it prefers .text .button with a space
	and so perhaps this -webkit-appearance:none suggestion
	is a red herring
*/
/*.text.button {
	-webkit-appearance: none;
}*/
	

/*  ===================================================  
  	DEFINES BRANDING
  	===================================================  */

	
	.clientLogo {
		float: left;
		margin: 0px 0px 0px 0px;
		}
	
/*  ===================================================  
  	DEFINES SPOTLIGHT NAV
  	===================================================  */


#spotlightNavRow {
	float: right;
	margin: 26px 23px 0px 0px;
	text-align:right;	
	}
		
/* defines ul for spotlightNavRow */

#spotlightNavRow ul {
	/*margin: 0px;*/
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font:  12px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	} 
  
 #spotlightNavRow ul li {
  	display: inline;
  	padding: 0px;
	margin: 0px;
	} 
 
 #spotlightNavRow ul li a {
  	display: inline;
	padding: 0px 5px 0px 5px;
	margin:  0px;
  	color: #000033;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	} 
 
  #spotlightNavRow ul a:hover {
  	color: #666666;
	text-decoration: underline;
	}
	
		
/*  ===================================================  
  	DEFINES PHOTO BANNER AREA
  	===================================================  */

#photoBannerContainer {
	clear: both;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	}
	

/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */

	
#mailingListContentContainer {
	clear: both;
	width: auto;
	background-color: #fff;
	margin: 20px 100px 20px 300px;
	} /* defines home page header content container */

		
#orderingContentContainer {
	clear: both;
	width: auto;
	background-color: #fff;
	margin: 20px 150px 20px 100px;
	} /* defines home page header content container */

		

/*  ===================================================  
  	DEFINES MISCELLANEOUS ELEMENTS
  	===================================================  */

			
	
#clearFloat {
	clear: both;
	width: auto;
	}
	
		
		
		
		
