/*
main.css
Created for: robotvision-ar.com
author: Timothy Sears
created: 08/23/09
*/


/* globals */
body, div, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, img {
    margin:0; padding:0; border:0;
}
hr	{ display:none; }

.clear { clear: both; }
.clearright { clear: right; }

body { background: #717171 url(../img/body_bg.gif) 0 488px repeat-x; font-family: Helvetica, Arial, sans-serif; color: #fff; font-size: 14px; }

html {  }

p { font-size: 18px; padding: 4px 18px; }

a { color: #9ddbf7; }


#robotwrap { width: 100%; min-width: 960px; height: 488px; background: #fff url(../img/bigrobot.gif) right 142px no-repeat; }

#wrapper { width: 960px; margin: 0 auto; }

    #header { width: 960px; height: 488px; position: relative; }

	#header h1 { display: block; width: 339px; height: 55px; position: absolute; top: 225px; left: 385px; background: transparent url(../img/logo.png) top left no-repeat; text-indent: -9999px; }
	
	#header h2 { display: block; width: 345px; height: 46px; position: absolute; top: 282px; left: 379px; background: transparent url(../img/subtitle.png) top left no-repeat; text-indent: -9999px; }
	
	#header h3 { display: block; width: 344px; height: 45px; position: absolute; top: 430px; left: 383px; background: transparent url(../img/coming_sept.png) top left no-repeat; text-indent: -9999px; }
	
	#header #iphone { position: absolute; top: 160px; left: -2px; width: 286px; height: 577px; background: transparent url(../img/iphone.png) top left no-repeat; }

		#header #iphone #screenshots { position: absolute; top: 90px; left: 34px; }

    #content { width: 960px; min-height: 900px; position: relative; }
    
    	#content #main { width: 670px; height: 500px; position: absolute; top: 10px; right: 0; }
    	
    		#content #main ul { margin-left: 32px; }
    			#content #main ul li { padding-top: 3px; }