@charset "UTF-8";
/* CSS Document */

body			{ background: #272740 url(http://static.allisonhouse.com/bolt/images/bg.gif) repeat-x; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; padding: 20px 0 0 0 }

a:hover			{ text-decoration: underline }

#container		{ width: 980px; margin: 0 auto; min-height: 500px; position: relative; text-align: left }
#main			{ background: url(http://static.allisonhouse.com/bolt/images/main_bg.png) repeat-y; position: relative; min-height: 400px }


/* Header */
#header			{ position: relative }
#header_top		{ height: 75px; background: url(http://static.allisonhouse.com/bolt/images/header_bg.gif) no-repeat }
#boltmeter_bar	{ height: 70px; background: url(http://static.allisonhouse.com/bolt/images/boltmeter.gif) no-repeat }

	/* Main Menu */
	#menu			{ position: absolute; top: 15px; right: 20px; font-size: 11pt }
	
	#menu ul		{ margin: 0; padding: 0 }
	#menu li		{ float: left; list-style: none; background: url(http://static.allisonhouse.com/bolt/images/divider.gif) no-repeat right; height: 17px; padding: 5px 0 }
	#menu li a		{ color: white; text-decoration: none; padding: 0 20px; text-shadow: 0px -1px 0px #2e2746; font-weight: bold }
	#menu li.last	{ background-image: none }
	

/* Sub Menu */
#submenu		{ width: 250px; float: left; padding-right: 20px }
#submenu ul		{ padding: 30px 0 0 30px; margin: 0 }
#submenu li 	{ border-bottom: 1px solid #dddddd; list-style: none }
#submenu a		{ display: block; font-weight: bold; padding: 10px 0 10px 0; font-size: 1.1em; text-decoration: none }



/* Splash */
#iphone			{ position: absolute; z-index: 1000; top: -82px; right: 100px }
#iphone_ipad	{ position: absolute; z-index: 1000; top: -85px; right: 25px }

#splash			{ background: url(http://static.allisonhouse.com/bolt/images/splash_bg.jpg) no-repeat; height: 405px; position: relative }
#info_bar		{ background: url(http://static.allisonhouse.com/bolt/images/info_bar_bg.gif) no-repeat; height: 53px; position: relative }

#app_store		{ position: absolute; top: 320px; left: 20px }

#title			{ position: absolute; top: 30px; left: 20px; width: 450px }
.title1			{ color: white; font-size: 32pt; line-height: 1.5em }
.title2			{ color: #dab2bc; font-size: 12pt }


/* Info Bar */
#info_bar,
#info_bar a		{ font-size: 10pt; font-weight: bold; color: #292929; text-shadow: 0px 1px 0px #fff; text-decoration: none }
#info_bar div	{ position: absolute; top: 17px }
#ib_available	{ left: 30px }
#ib_screenshots	{ left: 600px }
#ib_more_info	{ left: 720px }
#ib_social		{ left: 870px; top: 10px !important }
#ib_social img	{ margin: 0 4px }


/* Footer */
#footer			{ background: url(http://static.allisonhouse.com/bolt/images/footer_bg.png) no-repeat; height: 190px; position: relative }

#copyright		{ font-size: 8pt; color: #848493; position: absolute; bottom: 0px; width: 980px; text-align: center }
#copyright a	{ color: #848493 }

#ah_logo		{ position: absolute; top: 20px; left: 30px }
#address		{ position: absolute; top: 70px; left: 100px; color: #292929; font-size: 10pt }

.links			{ position: absolute; top: 10px; font-weight: bold; font-size: 9pt }
.links h1		{ color: #8c8c8c; font-weight: bold; font-size: 12pt }
.links li		{ list-style: none }
.links a		{ color: #292929; text-decoration: none; text-shadow: 0px 1px 0px #fff }
.links a:hover	{ text-decoration: underline }

.links1			{ left: 340px }
.links2			{ left: 560px }

#main h1		{ margin: 0; padding: 0 }

.thumbnails h2		{ margin: 0 0 20px 0 }
#boltmeter #content	{ width: 400px; padding: 30px }
#help #content		{ width: 600px; float: right; padding: 30px }
#news #content		{ width: 600px; float: right; padding: 30px }
#contact #content	{ width: 600px; float: right; padding: 30px }
.thumbnails			{ padding: 30px; float: right; width: 500px }
.thumbnails img		{ padding: 2px 2px 10px 2px; margin: 2px; background: #272740 }
#screenshots #content	{ padding: 30px; float: left; width: 350px }

#screenshot		{ float: left; padding: 30px }				
.clearer		{ clear: both; float: none }

