/* properties of page - all fonts same, gray circle background image set */
body {
	font-family: Helvetica, Arial, sans-serif;
	background:  url("../images/template/gray_circle_background.gif") no-repeat left top;
	margin: 0px;
}
/* defines header tags */
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 4px;
}
/* defines p tag */
p {
}
/* all table cells align top by default */
td {
	vertical-align: top;
}
/* search box on top of all pages - properties */
#search {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #08245D;
	width: 282px;
}
/* main navigation drop down DHTML menus - positioning of area for actual nav menubar */
#navmain {
	position: absolute;
	left: 280px;
	top: 3px;
}
/* main navigation drop down DHTML menus - sets margin and padding to none for list */
#navmainlist {
  margin: 0px;
  padding: 0px;
}
/* main navigation drop down DHTML menus - sets margin and padding to none for ul tag */
#navmainlist ul {
  margin: 0px;
  padding: 0px;
}
/* main navigation drop down DHTML menus - properties of menubar - display list of main links in a line with no bullets */
.menubar {
	display: inline;
  	list-style: none;
}
/* main navigation drop down DHTML menus - main category links (product, manuals, etc.) */
a.actuator {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #08245D;
	margin: 0px;
	padding: 0px 0px 9px 5px;
	text-decoration: none;
	text-transform: lowercase;
}
/* main navigation drop down DHTML menus - rollovers */
a.actuator:hover {
  color: #B10021;
  text-decoration: underline overline;
}
/* main navigation drop down DHTML menus - visited links same as normal links */
a.actuator:visited {
	margin: 0px;
	padding: 0px 0px 9px 5px;
}
/* main navigation drop down DHTML menus - hidden menus */
.menu {
	background-color: #9CA7BE;
	position: absolute;
	visibility: hidden;
	margin: 0px 0px 0px 5px;
    padding: 0px;
}
/* main navigation drop down DHTML menus - hidden menu list properties */
.menu li {
  margin: 0px;
  padding: 1px;
  list-style: none;
}
/* main navigation drop down DHTML menus - hidden menu link properties */
.menu li a {
  background-color: #08245D;
  color:#FFFFFF;
  display: block;
  font-size: 11px;
  margin: 0px;
  padding: 3px;
  text-decoration: none;
}
/* main navigation drop down DHTML menus - hidden menu link rollover properties */
.menu li a:hover {
  background-color: #9CA7BE;
  color: #B10021;
}
/* main navigation drop down DHTML menus - sets width of each drop down menu */
#productsMenu {
	width: 160px;
}
#manualsMenu {
	width: 170px;
}
#booksMenu {
    width: 180px;
}
#diagnosticsMenu {
	width: 170px;
}
#photosMenu {
	width: 170px;
}
/* header area box properties - includes headerphoto, headerphotomask, headerlogo, and headernav */
#header {
	border-top: 1px solid #08245D;
	border-right: 1px solid #08245D;
	border-left: 1px solid #08245D;
	margin: 0px;
	width: 750px;
	height: 150px;
	top: 37px;
	position: absolute;
	left: 10px;
}
/* box for photo within header area - actual image is editable/changeable on each page  */
#headerphoto {
	height: 150px;
	width: 300px;
}
/* box for white image (mask) within header area - creates curved edge over photo - positioning of the image  */
#headerphotomask {
	position: absolute;
	left: 286px;
	top: 0px;
	height: 148px;
	width: 40px;
}
/* box for logo within header area - positioning of logo  */
#headerlogo {
	left: 327px;
	position: absolute;
	width: 206px;
	top: 10px;
}
/* box for headernav within header area - links like catalog, shopping cart, etc.)  */
#headernav {
	text-align: right;
	width: 150px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	top: 13px;
	right: 10px;
	position: absolute;
	left: 590px;
}
/* links inside headernav - properties of the links  */
#headernav a {
	color: #000000;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}
/* links inside headernav - rollover properties of the links  */
#headernav a:hover {
	color: #08245D;
	font-weight: bold;
}
/* contentmain table - area for basic page content, text, images etc.  */
#content {
	position: absolute;
	top: 180px;
	left: 8px;
	width: 756px;
}
/* contentmain cell in contentmain table - yellow background with border  */
#contentmain {
	background: #FDD790;
	border-left: 1px solid #08245D;
	border-right: 1px solid #08245D;
	border-bottom: 1px solid #08245D;
	margin: 0px;
	padding: 0px;
}
/* main content text in cell in table  */
#contentmaintext {
	font-size: 12px;
	line-height: 18px;
	color: #08245D;
	padding: 20px 20px 20px 20px;
}
/* main content sidebar - red box floated to right of contentmaintext, still within contentmain table cell */
#contentsidebar {
	font-size: 12px;
	line-height: 20px;
	color: #08245D;
	background: #B10021;
	color: #FFFFFF;
	padding: 20px;
	width: 225px;
	float: right;
}
/* main content sidebar - properties of links - white with no underline */
#contentsidebar a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* main content sidebar - rollover properties of links - yellow with no underline */
#contentsidebar a:hover {
	color: #FDD790;
	text-decoration: underline;
}
/* footer on bottom of each page - cell within content table */
#contentfooter {
	background: #FFFFFF;
	padding: 5px 0px 10px 5px;
}
/* footer on bottom of each page - properties of links - color, font, etc. */
#contentfooter a {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #08245D;
	text-decoration: none;
	padding-left: 10px;
}
/* footer on bottom of each page - rollover properties of links - color, underline, etc. */
#contentfooter a:hover {
	color: #B10021;
	text-decoration: underline overline;
}

