/*-------------------------
	Page Styles
-------------------------*/
body {
	background-color:#ffffff;
	}
body.main {
	background-color: #89949b;
	background-image:url(../Images/top_mainbg_tile.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top:0px;
    }
div#globalcontainer {
	width:100%
	}
p, div, li, td, blockquote {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    color: black;
  	}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, sans-serif;
    }
h1 {
	font-size:1.2em;
	font-family:Tahoma, "Franklin Gothic Medium", sans-serif;
	color:#003366;
	}
h2 {
	font-size:1em;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	color:#003366;
	margin:2px;
	padding:3px;
	}

a {
	color: #0b3786;
  	}
a:visited, a:active {
	color: #656565;
  	}
a:hover {
    color: #ff0000;
	text-decoration:underline;
  	}
div#searchbox {
	width: 325px;
	height:34px;
	background-image:url(../Images/flagsbg.gif);
	background-repeat:no-repeat;
	float:right;
	padding-top:2px;
	}
.bottominfo {
	font-size:.7em;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	}
.bottominfo a {
	color:#FFFFFF;
	text-decoration:none;
	}

/*-------------------------
  Frontpage Styles
-------------------------*/
div#topfront {
	text-align:left;
	width:848px;
	height:99px;
	background-image:url(../Images/top_pic_bg.jpg);
	background-repeat:no-repeat;
	}
div#movie {
	width:848px;
	height: 262px;
	}
div#video {
        text-align:center;
        position:relative;
        top:57px;
}
a.vidlinks {
        text-decoration:none;
        color: #800000;
        font-size:10pt;
}
a.more_about_machine, a.more_about_machine:visited, a.more_about_machine:hover {
        text-decoration:none;
        text-transform:uppercase;
        font-size:8pt;
        padding:2px;
        background-color:#4B4F58;
        color:#FFF;
}
td.video_list {
        background-color: #ddd;
}
div#fourcategories {
	width:205px;
	height:260px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	background:url(../Images/fourpics_bg.jpg);
	background-repeat:no-repeat;
	padding-top:2px;
	text-align:left;
	}
div#fourcategories ul {
	list-style-type:none;
	margin:2px;
    padding-left:10px;
	}
*html div#fourcategories ul {
	margin:0;
	}
div#fourcategories ul li {
	display:inline;
	}
div#fourcategories ul li a, div#fourcategories ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:.7em;
	text-transform:uppercase;
	}
div#fourcategories ul li a:hover {
	text-decoration:underline;
	}
div#fourcategories p {
	margin: 5px;
	margin-top:13px;
	padding:5px;
	font-size:.8em;
	line-height:1.1em;
	}
/*----------------------------
  Global Interior Page Styles
------------------------------*/
div#topint {
	text-align:left;
	width:848px;
	height:103px;
	background-image:url(../Images/interiorpages_topbg.jpg);
	background-repeat:no-repeat;
	}
div#navbar {
	background-image:url(../Images/interior_navbar.jpg);
	background-repeat:no-repeat;
	width:848px;
	height: 25px;
	text-align:left;
	}
  #navbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:3px;
	padding-left:5px;
	}
  #navbar ul li {
	display:inline;
	margin:0;
	padding:0;
	}
  #navbar ul li a, #navbar ul li a:visited {
	color:#FFFFFF;
	padding:4px;
	padding-bottom:5px;
	text-decoration:none;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:bold;
	}
 #navbar ul li a:hover {
 	background-color:#ff0000;
	border-left:1px solid white;
	border-right:1px solid white;
	padding-left:3px;
	padding-right:3px;
	}

/*----------------------------------
	Machine Showcase Navigation Styles - +/- Expansion
----------------------------------*/
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}

blockquote.sub0 {
	margin: 3px;
}
blockquote.sub1 {
	margin: 3px;
	margin-left:5px;
	margin-right:5px;
	background-color:#dddddd;			
}
blockquote.sub2 {
	margin: 3px;
	margin-left:20px;
	margin-right:5px;
	background-color:#dddddd;
}

/*----------------------------------
	Machine Showcase Navigation Styles - Accordion Menu
----------------------------------*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	margin:0;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#dddddd;
	font-weight:normal;
	margin-bottom:3px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li{
	margin-bottom:2px;
	border-bottom:1px solid white;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	margin-bottom:2px;
	border-bottom:1px solid white;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	margin-bottom:2px;
	border-bottom:1px solid white;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a{
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a:visited{
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	text-decoration: none;	
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	text-decoration: none;
	cursor: hand;
	cursor: pointer;	
}

/*----------------------------------
	Machine Showcase Navigation Styles (Original)
----------------------------------*/
ul.machinenav a {
	text-decoration:none;
	cursor: pointer;
	}
ul.machinenav {
	list-style-type:none;
	margin:0px;
	padding:0px;
	cursor: pointer;
	}
ul.machinenav ul {
	list-style-type:none;
	margin:0;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#dddddd;
	font-weight:normal;
	margin-bottom:3px;
	cursor: pointer;
	}
ul.machinenav ul li {
	margin-bottom:2px;
	border-bottom:1px solid white;
	cursor: pointer;
	}
ul.machinenav ul ul {
	list-style-type: none;
	margin:0;
	padding:3px;
	cursor: pointer;
	}
ul.machinenav ul ul li{
	margin-bottom:2px;
	cursor: pointer;
	}
/*----------------------------------
	Machine Page Styles
----------------------------------*/
div.machineinfotext p {
	color:#ffffff;
	font-size: 11px;
	}
div.machineinfotext a {
	color:#ffffff;
	font-size: 11px;
	}
div.machineinfotext a:visited {
	color:#ffffff;
	font-size: 11px;
	}
div.machineinfotext a:hover {
	color:#ff0000;
	font-size: 11px;
	}
div.machineinfotext {
	padding: 8px;
	padding-top:0px;
	color: #ffffff;
	font-size: 11px;
	}
div.machineinfotext h1 {
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
h1.machineheader {
	margin:0px;
	padding: 0px;
	}
/*-----------------------
	Video Page Styles
-------------------------*/
h2.videopage {
	font-size:1.1em;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	color:#ffffff;
	background-color:#003366;
	margin:2px;
	margin-left:0px;
	padding:3px;
	display:block;
	width:815px;
	clear:both;
	}
div#videopageboxes {
	width: 150px;
	height:85px;
	border:1px solid black;
	margin:4px;
	margin-left:0px;
	padding:4px;
	float:left;
	text-align:center;
	}
div#videopageboxes:hover {
	background-color: #dddddd;
	}
div#videopageboxes ul {
	margin:0px;
	margin-left:25px;
	padding: 0px;
	text-align:left;
	list-style-image:url(Images/video_cam.gif);
	}

/*-------------------------
	Misc Styles
-------------------------*/
table.border {
	border: 1px solid #000000;
    align: center;
    }
tr.StandardCheck {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    }
tr.StandardRadio {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    }

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 13pt;
    color: #4a708d;
    text-align: left;
    }
td.event {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #4a708d;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited, a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	CMS Styles
-------------------------*/
table.login {
	font-family: Tahoma, Arial, sans-serif;
	border: 1px solid #000000;
    background-color: #BBBBBB;
    }
td.loginError {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    }
p.login {
	font-family: Tahoma, Arial, sans-serif;
	color: #ffffff;
    text-align: center;
    }
table.controlPanel {
	background-color: #BBBBBB;
    /*background-image: URL("../Images/nharmony_designedSmall.gif");*/
    }
td.logoutButton {
	background-color: #BBBBBB;
    }
a.controlPanel,
a.controlPanel:visited,
a.controlPanel:active,
a.controlPanel:hover {
	width:200px;
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }
a.cmsHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	word-spacing: normal;
	letter-spacing: 0.1em;
	vertical-align: middle;
	}
a.cmsHeader:link {
	color: #42795A;
  	}
a.cmsHeader:visited, a.cmsHeader:active {
	color: #42795A;
  	}
a.cmsHeader:hover {
    color: #bbbbbb;
  	}
b.star {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    color: #1e1e5a;
    }
div.note {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
	}
b.error {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    color: red;
  	}
b.formError {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: red;
    }

/*-------------------------
	CMS Form Styles
-------------------------*/
table.CMSborder {
	border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12pt;
    }
td.CMSHeader {
    background-color: #81a6a6;
    color: #000000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12pt;
    }
tr.CMS0 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #eeeeee;
    color: #000000;
    }
tr.CMS1 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #dddddd;
    color: #000000;
    }
td.CMSFooter {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12pt;
    }
td.StandardHeader {
	background-color: #ffffff;
    color: #4a708d;
    font-weight: bold;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    }
td.StandardFooter {
	background-color: #ffffff;
    }

/*-------------------------
	Message Board Styles
-------------------------*/
td.MBNew {
    font-family: Tahoma, Arial, sans-serif;
    color: #ff1f1f;
    }
td.MBHeader {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #1e1e5a;
    color: #ffffff;
    }
tr.MB0 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #f0f0f0;
    color: #000000;
    }
tr.MB1 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #c0c0c0;
    color: #000000;
    }
td.MBFooter {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #ffffff;
    }

/*-------------------------
	Shopping Cart Styles
-------------------------*/
tr.Cart0 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #f0f0f0;
    color: #000000;
    }
tr.Cart1 {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #c0c0c0;
    color: #000000;
    }
td.NewOrder {
    font-family: Tahoma, Arial, sans-serif;
    background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    }
td.ProcessOrder {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #015D08;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}
td.BackOrder {
	font-family: Tahoma, Arial, sans-serif;
    background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}
td.ShipOrder {
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
	text-align: center;
	}

/*------------------
    Lightbox styles
--------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


