/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
    position: absolute; 
    top: 50%; 
    left: 50%;
    margin: -440px 0 0 -470px; }
    
.content { background: url(images/coffee.jpg); }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0;  font-style: normal; font-size: 100%; line-height: 1; font-family: inherit;  }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }

	body { background: #fff; 

font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;


color: #222222; }
	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
	a { 
		color: #222222;
		text-decoration: none; 
		
		font-size: 11px; }
		
	a:hover { text-decoration: underline; }
	
	.main {width:878px; margin:0 auto; padding:0; background:#fff; }
	
	.floatleft {float:left; width: 400px; margin: 20px 20px; text-transform: uppercase;}
	.floatright {float:right; width: 300px; display: inline; text-align: right;margin: 20px 20px; text-transform: uppercase;}
	
	.main li {margin-bottom:7px;}
	
	
.active {font-weight:bold;}
.lighter {color:#c2c2c2; text-transform:none; font-size:11px;}
.nodec {text-decoration:none;}
.nodec a{text-decoration:none;}
.nodec a:hover{text-decoration:none;}


