body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	/*background-color:#135;*/
	background-color: white;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: grey;
}

p,li
{
	text-align:justify;
	line-height:150%;
}

a
{
	color:#3A8;
	text-decoration:none;
}

a:hover
{
	color:#297;
}

h1
{
	clear: left;
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

.left
{
	float:left;
	margin:20px;
	margin-left:0px;
}

.right
{
	float:right;
	margin:20px;
	margin-right:0px;
}

.important
{
	color: red;
	font-style: italic;
	font-size: 125%;
}

.dynamic
{
	display: none;
}


#page
{
	width: 700px;
	margin: 20px auto;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	background: white;
	border: 1px solid lightgrey;
}


#header, #header div
{
	display: table;
}

#header div
{
	padding: 1px;
}

#header .banner
{
	background: url('../images/banner.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 100%;
	height: 123px;
	border: 0px;
	padding: 0px;
}

/* Main menu style sheet */

#header ul
{
	background: orange;
	color: white;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	width: 100%;
}

#header li
{
	float: left;
/*	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header div,#header a
{
	display: block;
	float: left;
	margin: 0px;
	border-right: 1px solid white;
	padding: 1px 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#header div
{
	background: yellow;
	color: brown;
}

#header a:hover
{
	background: #48A;
	color: white;
}

/* page footer */

#footer
{
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: orange;
}

/* page content */

#content h1,#content h2
{
	color: #48A;
	font-weight: bold;
}

#content h1
{
	text-align: center;
}

#content h2
{
	font-weight:normal;
}

#content
{
	padding: 5px 40px;
	background: white url('../images/banner-bottom.jpg') top left no-repeat;
}

#content ul
{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

li
{
	margin:0px;
	padding-left:30px;
	padding-bottom:20px;
	background-image:url('../images/thruhole.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
}

/*#content table
{
	text-align:left;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	width:618px;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}

#content th
{
	background-color:#3A8;
	color:white;
	padding:5px;
}

#content td
{
	vertical-align:top;
	padding:5px;
}*/

#content .heading
{
	background-color:white;
	color:#555;
	font-weight:bold;
}

#content th.heading
{
	border-bottom:1px solid #AAA;
	text-align:center;
}

#content .even
{
	background:#BFD;
}


/* submenu */

#submenu
{
	display: block;
	margin-left: -40px;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	background: white;
	color: #48A;
}

#submenu ul, #submenu li
{
	list-style: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#submenu ul
{
	clear: both;
	height: 24px;
	padding: 2px 0px;
	margin-bottom: 30px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

#submenu li, #submenu a, #submenu a:hover
{
	float: left;
	margin: 0px;
	padding: 6px 12px;
	border-right: 1px solid #6AC;
	line-height: 100%;
	text-decoration: none;
}

#submenu a:hover, #submenu .hover
{
	background: #48A;
	color: white;
}


/* formatting of photo slide */

.photo ul
{
	display: block;
	text-align: center;
}

.photo li
{
	display: block;
	text-align: center;
	list-style: none;
	background: white;
	padding: 0px;
	margin: 0px;
}

.photo h1
{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.thumbnail
{
	display: table;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
}

.thumbnail ul
{
	display: table-row;
	list-style: none;
	clear: both;
}

.thumbnail li
{
	float: left;
	display: table-cell;
	text-align: center;
	padding: 0px;
}

.thumbnail img
{
	padding: 0px;
	margin: 0px;
}

