
/* All CSS ©2009 FuelBelt, Inc.
Visit us at www.fuelbelt.com */



/* ================= BROWSER RESET =================== */
/* Reset courtesy Eric Meyer: */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}



/* ================= POSITION, SIZE AND LAYOUT =================== */

body {
	padding: 0px; 
	margin: 0px; 
	text-align: center;
	background-image: url(http://www.fuelbelt.com/reflective/images/bg_1.jpg);
	background-repeat: repeat-y;	
	background-color: black;	
	background-position: center;
	}	
	
#container {
	width: 800px;
	text-align: left;
	margin: 0px auto;	

	}	

#header {
	width: 800px;
	display: block;
	}	

#content {
	width: 706px;
	margin: 0px auto;
	text-align: center;
	}	

#content-left {
	width: 300px;
	margin-top: 30px;
	float: left;
	}	

#content-right {
	width: 406px;
	float: right;
	}

#footer {
	width: 800px;
	padding-top: 2em;
	float: left;
	}	
	
#navigation {
	float: left;
	width: 563px;
	padding-top: 26px;
	}

#logo {
	float: right;
	width: 237px;
}
	


/* ================= TYPOGRAPHY =================== */
		
body {
	color: white; 
	font-family: "Geneva", helvetica, arial, sans-serif; 
	font-size: 12px;
	line-height: 19px;
	}	

h1 {
	width: 800px;
	height: 163px;
	}

h2 {
	font-size: 1.2em;
	font-style: italic;
	display: block;
	margin-bottom: 1em;
	}
	
#content-left {
	text-align: left;
	}	

#content-left p {
	padding-right: 30px;
	padding-bottom: 12px;
	}
	
ul#nav {
	position: relative;
	width: 563px;
	height: 38px;
	}

li#back {
	position: absolute;
	left: 0px;
	width: 121px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/back.gif) no-repeat;
	}

li#next {
	position: absolute;
	left: 121px;
	width: 97px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/next.gif) no-repeat;
	}


li#blank {
	position: absolute;
	display: inline;
	left: 121px;
	width: 97px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/blank.jpg) no-repeat;
	}

li#buyonline {
	position: absolute;
	left: 218px;
	width: 154px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/buyonline.gif) no-repeat;
	}

li#findretailer {
	position: absolute;
	left: 372px;
	width: 191px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/findretailer.gif) no-repeat;
	}

li#home {
	position: absolute;
	left: 0px;
	width: 121px;
	height: 38px;
	background: url(http://www.fuelbelt.com/reflective/images/home.gif) no-repeat;
	}

ul#nav li {
	display: inline;
	list-style-type: none;
	}

ul#nav a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	}

li#back a:hover {background: url(http://www.fuelbelt.com/reflective/images/back_over.gif) no-repeat;}
li#next a:hover {background: url(http://www.fuelbelt.com/reflective/images/next_over.gif) no-repeat;}
li#buyonline a:hover {background: url(http://www.fuelbelt.com/reflective/images/buyonline_over.gif) no-repeat;}
li#findretailer a:hover {background: url(http://www.fuelbelt.com/reflective/images/findretailer_over.gif) no-repeat;}
li#home a:hover {background: url(http://www.fuelbelt.com/reflective/images/home_over.gif) no-repeat;}

ol#topten {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}

#logo a {
	display: block;
	height: 100px;
	width: 237px;
	background: url(http://www.fuelbelt.com/reflective/images/fb_glowlogo.jpg) no-repeat;
	text-indent: -9999px;
	}



/* ================= WIDGETS + MISCEALLANY =================== */

