html, body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#444;
	font-size:95%;
	background: #fff url(../images/bg.jpg) fixed top repeat-x ;
}
body {
	min-width:745px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	overflow: -moz-scrollbars-vertical;
}
#wrap {
	background:white;
	margin:0 auto/* 0 15px*/;
	width:745px;
	padding:0 10px;
}
#nav {
	background:white;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	text-transform:/*uppercase*/none;
	font-size:85%;
	padding:5px 0;
}
#header {
	position:relative;
	background:white;
	border:0px solid #444;
	padding:/*0 0 10px 0*/10px 0 0 10px;
	height:126px;
}
/*#block {
	position:absolute;
	top:10px;
	left:170px;
	border:1px solid #444;
}*/
/*#block img { 
	height:105px;
	width:580px;
}*/
#sidebar {
	background:white;
	/*border-right:1px solid #ccc;*/
	float:left;
	width:160px;
	margin:10px 0;
	font-size:90%;
	padding-right:10px;
	text-align:right;
}
#main {
	background:white;
	float:right;
	width:565px;
/*	padding-bottom:20px;*/
	margin-top:10px;
}
#footer {
	/*border-top:1px solid #ccc;*/
	border-top:2px solid #ccc;
	clear:both;
	padding:5px;
	margin:0;
text-align:center;
font-size:90%;
}
#main h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	color:black;
	padding:0 10px;
	font-size:130%;
	font-weight:normal;
}
#main h2 {
	font-family: arial, verdana, sans-serif;
	padding:0 10px;
	font-size:115%;
	color:#444;
	font-weight:bold;
}
#main h3 {
	padding:0 10px;
	font-size:105%;
}
#main p {
	padding:0 10px;
	font-size:100%;
}
#sidebar ul {
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	list-style:none;
}
#sidebar li {
	display:block;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	list-style:none;

}
#sidebar a {
	text-decoration:none;
	color:#2065AF;
	font-weight:bold;
	padding-right:5px;
	font-size:105%;
}
#sidebar a:active, #sidebar a:hover {
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}
#sidebar ul li ul {
list-style-image:url(bullet.gif);
list-style-type:circle;
padding-right:5px;
margin:5px;
}
#sidebar li li {
border-bottom:0px solid #ccc;
padding:5px 0
}
#sidebar li li a {
font-weight:normal;
}
div#extra {
	float: right;
	width:120px;
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #ccc;
	text-align:right;
}
div#extra h1 {
	font-size:100%;
	color:black;
	padding:0 0 3px 0;
	margin:0;
}
div#extra ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#extra li {
	padding:3px 0;
	margin:0;
	display:block;
}
div#extra a{
	text-decoration:none;
	color:#2065AF;
	font-weight:bold;
	font-size:90%;
}
div#extra a:active, #extra a:hover {
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}

.strongBlue {
	color:#06c;
	font-weight:bold;
}
div.box2 {
	float:right;
	border:1px solid #666;
	padding: 10px;
	margin:5px 0;
	width:95%;
}
div.box2 h2 {
	font-size:155%;
	color:/*#666*/red;
	font-weight:normal;
}
/*.imgBorder {
	border:1px solid #666;
	margin:5px;
}*/
.tableVrule td, table.tableVrule th {
	border-top:1px solid #666;
	padding:10px 10px 10px 0;
	font-size:100%;
}
.tableVrule {
	width:90%;
	border-bottom:1px solid #666;
}
#main img {
	margin:5px;
	padding:4px;
	border:1px solid #ccc;
	background-color:#fff;
}
img.imgR {
float:right;
padding:0 0 10px 10px;
clear:both;
}
img.imgL {
float:left;
padding:0 10px 10px 0;
clear:both;
}

#main table.contact th, #main table.contact td {
padding:5px;
text-align:left;
}
#main table.events th, #main table.events td {
padding:5px;
text-align:left;
}
hr {
border:1px solid #ccc;
}
sidebarSmall {
	font-size:90%;
	color:#ccc;
	font-weight:normal;
}

/*  Put this in new css file  */
/*  stationary engine css (anthony mount)  */

table {
	border: 1px solid #ccc;
	width:99%;
}
caption {
	padding-bottom: 6px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	font-size:120%;
}
tr {
	border-bottom: 1px solid #ccc;
}
th {
	font-size:90%;
}
th, td {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	background: white url(../images/bg-table.jpg) repeat-x;
}
td {
	border-top: 1px solid #ccc;
}
/* added this to sort out stuart models list - may not be required for all */
th#photo {
	width: 100px;
}

/*  events table widths  */
.events th.day {
	width: 100px;
}
.events th.month {
	width: 100px;
}
.events th, .events td {
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
}
.events caption {
padding-top:20px;
}
/*  right justification for pricing details on ready to run page  */
table.nestedTable  {
	width:99%;
}
.nestedTable th, .nestedTable td {
	text-align:right;
	vertical-align:top;
}
.nestedTable th.price {
	width:70px;
}
.nestedTable caption {
	padding-bottom: 6px;
	padding-left:10px;
	padding-top:20px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
}
.nestedTable th, .nestedTable td {
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
}
#header img#logo {
	float:left;
	padding-left:15px;
	border:0;
}
#header img#photo {
	float:right;
}


/*div#header img {
	padding-left:20px;
	border:0;
}*/

/*  table on home page  */
table.tableCatalogue  {
	width:70%;
	margin:10px;
}
table.tableCatalogue th, table.tableCatalogue td {
	vertical-align:top;
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
	border-top: 0px solid #ccc;
	text-align:right;
}
table.tableCatalogue th.price {
	width:100px;
}
table.tableCatalogue caption {
	padding-bottom: 6px;
	margin-left:10px;
	padding-top:20px;
	text-align:left;
	font-weight:bold;
	font-size:110%;
}
/*  attempt at making drop down menu for global navigation  */
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: arial, sans-serif;
}
#nav li {
	display:inline;
	margin:0;
	padding:0 10px; /*change this when adding and removing items */ 
}
#nav a {
	text-decoration:none;
	color:#2065AF;
	font-weight:bold;
}
#nav a:active, #nav a:hover {
	text-decoration:none;
	color:#000;
	text-decoration:underline;
}
/*  table on cylinder hones page of technical notes  */
table.tech-hones  {
	width:99%;
	margin:10px;
	clear:both;
}
table.tech-hones th, table.tech-hones td {
	vertical-align:top;
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
	border-top: 0px solid #ccc;
	text-align:left;
}
table.tech-hones caption {
	padding-bottom: 6px;
	margin-left:10px;
	padding-top:20px;
	text-align:left;
	font-weight:bold;
	font-size:110%;
}
/*  table on contact page  */
table.contact  {
	width:70%;
	margin:10px;
}
table.contact th, table.contact td {
	vertical-align:top;
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
	border-top: 0px solid #ccc;
	text-align:left;
}
table.contact caption {
	padding-bottom: 6px;
	margin-left:0;
	padding-top:20px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
}
/*  table on polly page  */
table.polly  {
	width:99%;
	margin:10px;
}
table.polly th, table.polly td {
	vertical-align:top;
	background: white url(../images/bg-table.jpg) repeat-x;
	border-top: 0px solid #ccc;
	text-align:left;
}
table.polly caption {
	padding-bottom: 6px;
	margin-left:0;
	padding-top:20px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
}
/*  table on polly prices page  */
table.polly-prices  {
	width:70%;
	margin:10px;
}
table.polly-prices th, table.polly-prices td {
	vertical-align:top;
	background: white url(../images/bg-table.jpg) repeat-x;
	border-top: 0px solid #ccc;
	text-align:right;
}
table.polly-prices caption {
	padding-bottom: 6px;
	margin-left:0;
	padding-top:20px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
}
/*  top and back links  */
#direct  {
clear:both;
font-size:90%;
margin-top: 40px;
padding:5px;
border-top: 1px solid #ccc;
}
/*  Gallery  */
div.galleryItem, div.galleryThumbDisplay, div.galleryDisplay {
	float:left;
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
	margin-right:10px;
	background: white url(../images/bg-table.jpg) repeat-x;
	margin-bottom:20px;
}
div.galleryItem h2, div.galleryThumbDisplay h2 {
	font-size:90%;
	padding:0;
	margin:0;
}
div.galleryItem img, div.galleryThumbDisplay img {
border:0;
}
div.galleryThumbDisplay {
	width:550px;
	text-align:left;
}
div.galleryDisplay {
	width:550px;
	text-align:center;
}
/*  Practical scale table  */
table.practical {
	border: 1px solid #ccc;
	width:99%;
}
table.practical caption {
	padding-bottom: 6px;
	padding-left:10px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
}
table.practical tr {
	border-bottom: 1px solid #ccc;
}
table.practical th {
	font-size:90%;
}
table.practical th, td {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	background: white url(../images/bg-table-tiny.jpg) repeat-x;
}
table.practical td {
	border-top: 1px solid #ccc;
}
ul.sitemap li {
	line-height:2.3em;
}
ul.sitemap li li, ul.sitemap li li li {
	line-height:1.7em;
}

/*  highlight used for new items  */
.new {
	color: #f00;
	font-size: 80%;
}
.small {
	font-size: 80%;
}