/* 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: 5%; 
    left: 0%;
    margin: -0 0 0 -10px; }
    
.content1 { background: url(images/1.jpg); }
.content2 { background: url(images/2.jpg); }
.content3 { background: url(images/3.jpg); }
.content4 { background: url(images/4.jpg); }
.content5 { background: url(images/5.jpg); }
.content6 { background: url(images/6.jpg); }
.content7 { background: url(images/7.jpg); }
    
/*	--------------------------------------------------
	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-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }

	body { background: #000000; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; text-shadow: 0 0 1px rgba(0,0,0,0.01); color: #555; }
	
	h1 {
	text-align: center;
	font-size: 18px;
	position: relative; 
    top: 83%; 
    left: 0%;
	color: #FFFFFF;
	text-transform: uppercase; 
	font-weight: bold; 
	margin-top: 0px;
    line-height: 30px;  }
	
	h3 {
	text-align: center; 
	font-size: 18px; 
	position: relative; 
    top: 83%; 
    left: 0%;
	color: #FFFFFF; }
	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
	a { 
		color: #00baff;
		text-decoration: none; 
		font-weight: bold;
		font-size: 12px; }
		
	a:hover { text-decoration: underline; }