
html
{
	background-color: #ffffb0;
}

body
{
	width: 960px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

img
{
	border: none;
	display: block;
}

a
{
	outline: none;
	text-decoration: none;
}

a:focus
{
	text-decoration: underline;
}

u 
{
    text-decoration: underline;
}

fieldset
{
	margin: 0;
	padding: 5px;
	clear: both;
}

.figure
{
	outline: none;
	float: left;
	width: 202px;
	margin: 10px 20px 20px 20px;
	height: 250px;
	border: 0;
}

.figure p 
{
	text-align: center;
	margin: 10px 0 0 0;
}

.image_tile
{
	outline: none;
	display: block;
	width: 180px;
	height: 180px;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	box-shadow: 4px 4px 4px #555;
	-webkit-box-shadow: 4px 4px 4px #555;
	-moz-box-shadow: 4px 4px 4px #555; 
}

hr
{
	clear: both;
}

#banner
{
	float : right;
	height: 140px;
	padding: 70px 30px 0px 0px;
}

#banner_image
{
	float: right;
}

#main
{
	margin-left: 185px;
	padding-left: 10px;
	border-left: 1px solid black;
}

#main h3
{
	position: relative;
	clear: both;
	margin: 20px 10px;
}

#nav
{
	position: absolute;
	left: 5px;
	top: 250px;
	width: 165px;	
	background-color: #ffff80; 	
	border: 1px solid black;
	padding: 5px;
	font-size: 75%;
	height: 1200px;
	overflow: auto;
}

#nav ul
{
	margin-left: 1em; 
	padding-left: 0;
}

#nav li
{
	margin-left: 0; 
	padding-left: 0;
}

#footer
{
	left: 10px;
	position: relative;
	clear: both;
}

#dropbox
{
	left: 10px;
	position: relative;
	clear: both;
}

#dropbox1
{
	left: 10px;
	position: relative;
	clear: both;
}

#gallery a 
{
	padding:5px 5px 3px 5px;
	border: 1px solid #666;
	display: block;
	float: left;
	margin: 0 10px 8px 0;
	width: 70px;
	background-color: white;
	box-shadow: 4px 4px 4px #555;
	-webkit-box-shadow: 4px 4px 4px #555;
	-moz-box-shadow: 4px 4px 4px #555; 
}

#gallery img 
{
	display:block;
}

#gallery 
{
	width: 85px;
	float: left;
	padding: 0 20px 30px 10px;
	border-right: 1px dotted #888;
}

#gallery a.selected 
{
	background-color: black;
	outline:none;
}

#photo 
{
	float: left;
	background-color: #ffffb0;
	padding-left: 20px;
	position: relative;
}

#photo img 
{
	padding: 10px;
	border: 1px solid #333;
	position: absolute;
	background-color: white;
	max-width: 600px;
	box-shadow: 4px 4px 4px #555;
	-webkit-box-shadow: 4px 4px 4px #555;
	-moz-box-shadow: 4px 4px 4px #555; 
}

.board
{	
	background-color: #ffff80; 
	margin: 20px;
	border: 1px solid black;
	padding: 20px;
}

.pcb
{	
	background-color: black; 
	margin: 20px;
	border: 1px solid white;
	padding: 20px;
}

.schematic
{
	background-color: white; 
	margin: 20px;
	border: 1px solid black;
	padding: 20px;
}

.book
{
	background-color: white; 
	margin: 10px;
	border: 1px solid black;
	padding: 10px;
}

.floatr
{
	float: right;
}	

.floatl
{
	float: left;
}	

.floatl200
{
	float: left;
	height: 200px;
}	

.centred
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.software
{
	background-color: #ebf5fc; 
	white-space: pre;
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	color: #202020;
}

.software strong
{
	color: black;
}	

table 
{
	border-color: #754F1D;
}

td 
{
	padding: 4px 10px;
}

caption 
{
	font-weight: bold;
	color: #1A2016;
	background: #D1A367;
	padding-bottom: 5px;
	padding-top: 5px;
}

.titles 
{
	font-weight: bold;
}
	
.labelitem 
{
	text-align: center;
	background: #D1A367;
}

.deviceitem 
{ 
	text-align: center;
	background:#F0E7F0;
}

.functionitem 
{ 
	text-align: right;
	background:#F0E7D0;
}

.titles 
{
	font-weight: bold;
}
	
.partitem 
{
	text-align: center;
	background: #D1A367;
}

.valueitem 
{ 
	text-align: center;
	background:#F0E780;
}

.item1 
{ 
	text-align: right;
	background:#F0E7F0;
}

.item2
{ 
	text-align: right;
	background:#F0E7C0;
}

.divider
{
	background:#F0E7C0;
}

.thumb
{
	float: left; 
	margin-right: 5px;
	width: 20%;
}
