body {
	background: #000000 url(images/background.gif) repeat-x;
	font: 12px Futura, Helvetica, Arial, sans-serif;
	color: #252525;
	margin: 0;
	padding: 0;
	}


#wrapper {
	background: #dadce4 url(images/body.gif) repeat-x;
	min-height: 500px;
	width: 800px;
	margin: 0px auto 0px;
	}
	
.clear {
	clear: both;
	}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

a {
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a[href$=".pdf"] {
	background: url(images/pdficon_small.gif) no-repeat right;
	padding-right: 18px;
	}
	
#main a[href^="http:"] {
	background: url(images/external.gif) no-repeat right;
	padding-right: 9px;
	}

/* -----------------------------------------------------------------

		Header

-----------------------------------------------------------------*/


#header {
	height: 100px;
	background: url(images/header.jpg) no-repeat top right;
	}
	
#header h1 {
	float: left;
	height: 100px;
	width: 252px;
	position: relative;
	}
	
#header h1 a span {
	background: url(images/logo.jpg) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#header h1 a span:hover {
	background-position: top right;
	}

#the_thing #header .the_thing a {
	cursor: default;
	}
	
#header h2 {
	text-align: center;
	padding: 10px 0 0 0;
	}


/* -----------------------------------------------------------------

		Sidebar

-----------------------------------------------------------------*/


#sidebar {
	float: left;
	background: url(images/sidebar.jpg) no-repeat top left;
	width: 186px;
	min-height: 400px;
	}
	
#sidebar ul {
	padding: 35px 0 0 0;
	}
	
#sidebar li a {
	display: block;
	background: url(images/button.jpg) no-repeat top left;
	padding: 2px 0 0 0;
	width: 144px;
	height: 29px;
	font-size: 16px;
	color: #252525;
	font-style: italic;
	text-align: center;
	}
	
#sidebar li a:hover {
	background-position: top right;
	color: #ddd;
	}
	
#the_thing #sidebar .the_thing a,
#design #sidebar .design a,
#specs #sidebar .specs a,
#safety #sidebar .safety a,
#control #sidebar .control a,
#buy_it #sidebar .buy_it a {
	background-position: top right;
	color: #ddd;
	cursor: default;
	}
	

/* -----------------------------------------------------------------

		Main

-----------------------------------------------------------------*/


#main {
	line-height: 150%;
	padding: 0 20px 0 0;
	}
	
	
/* -----------------------------------------------------------------

		Forms

-----------------------------------------------------------------*/


fieldset {
	border: 0;
	}

dt  {
	margin-top: 6px;
	}

dd {
	margin:0;
	}

	
/* -----------------------------------------------------------------

		Footer

-----------------------------------------------------------------*/


#footer {
	clear: both;
	padding: 0 4px 0 0;
	background: url(images/footer.gif) repeat-x;
	height: 45px;
	width: 796px;
	margin: 0px auto 0px;
	}
	
#footer p {
	float: right;
	padding: 7px 10px 0 0;
	}

#footer #copyright {
	padding-top: 14px;
	}
	
