@charset "utf-8";
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #595241;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
}
#media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.links {
	background-color: B8AE9C;
}
#navigation {
	width: 270px;
}

#mnav {
	text-align: center;
	vertical-align: bottom;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #595241;
	background-image: url(../images/MEDIA.png);
}
#maintbl {
	text-align: center;
	vertical-align: middle;

}
#maintbl #machinebanners {
	text-align: left;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #595241;
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CCCCCC;
}
td#logo {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/newen-Logo.gif);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #595241;
}
#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #595241;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ftrcopy {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #595241;
	border-right-color: #595241;
	border-bottom-color: #595241;
	border-left-color: #595241;
}


#nav {
	background-color: #B8AE9C;
}
.specs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 25px;
}
#SPECIFICAITONS {
	margin: 5px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footercopyright {

}
.spectbl {
	border: thin solid #EEEEEE;
}
#tblcontent {
	margin-left: 10px;
}
.navbar {
	text-align: center;
}
.spectbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #595241;
}
.red {
	color: #FF0000;
}
#page #maintbl .tbmain .midmid #main #form {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #595241;
	text-align: left;
}
.tbmain {
	text-align: left;
	border: thin none #b8ae9c;
	padding-bottom: 5px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px;
}
.sidebarimage {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.sidebarcell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b8ae9c;
	border-right-color: #b8ae9c;
	border-bottom-color: #b8ae9c;
	border-left-color: #b8ae9c;
}
/* BEGIN style2 */
 #navcontainer {
	width: 170px;
	margin-right: 15px;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: left;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 170px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #595241;
	text-decoration: none;
	text-align: left;
}
#navcontainer #navlist .header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
#navcontainer #navlist .sub {
	text-indent: 20px;
}

#navcontainer a:hover
{
	background-color: #C7DEE9;
	color: #808080;
	width: 170px;
}

#navcontainer li {
	background:#fff;
	width: 170px;
}
* html #navcontainer li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
#navcontainer table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
#navcontainer a, #navcontainer a:visited {
	display:block;
	text-decoration:none;
	width:170px;
	color:#595241;
	border-bottom:1px solid #eee;
	background:#fff;
}
/* style the link hover */

#navcontainer :hover > a {
	color:#808080;
	background:#c7dee9;
	width: 170px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#navcontainer ul ul {
visibility:hidden;
position: absolute;
top:-1px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
#navcontainer ul li:hover ul,
#navcontainer ul a:hover ul {
	visibility:visible;
	height:60px;
	position:relative;
	text-indent: 10px;
}
/* keep the third level hidden when you hover on first level list OR link */
#navcontainer ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#navcontainer ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#navcontainer ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
/* make the fourth level visible when you hover over third level list OR link */
#navcontainer ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}

/* END style2 */
.speccell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #accfcc;
}
.machtbl {
	border: thin solid #CCCCCC;
}
.machtext {
	vertical-align: top;
}
#page .highlighted {
	vertical-align: top;
}
#page .specifications {
	vertical-align: top;
}
#page #spechighlight {
	vertical-align: top;
}
#page #specdownload {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.downloadpdf {
	text-align: right;
}
#page #specdownload .downloadpdf a {
	font-size: 11px;
}
.prodpic {
	vertical-align: middle;
	background-image: url(../images/prod_pages/contour-bb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#videos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595241;
	font-size: x-small;
	border: 2px solid #accfcc;
}
.spectitles {
	text-decoration: underline;
	vertical-align: top;
}
.vidspecs {
	vertical-align: top;
}
.vidtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #595241;
	text-decoration: underline;
}
#vidheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #595241;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #595241;
}
#videos #vidpage {
	text-align: center;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
	margin-left: 25px;
}
#flags {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
}
.tbmain .topmid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
	text-align: center;
}
#uploadform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
}
#maintbl .catalog {
	text-align: center;
	vertical-align: middle;
}
#apDiv3 .tbmain .midmid #main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
}
#navmenu {
	vertical-align: top;
}
#dnld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
}
#dnld a:link, a:visited, a:hover, a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeanimation {
	text-align: center;
}
#MenuBar1 {
	margin-left: 15px;
}
#poster {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #595241;
}
#poster .title {
	font-size: small;
	text-align: center;
}
#poster .postertext {
	text-decoration: underline;
}
#poster .posterthumb {
	text-align: center;
}
#machinetable {
	border-collapse: collapse;
!important
	border: none;
}
#page .contour-bb #machinetable .rightside {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#page .contour-bb #machinetable .leftside {
	border: 1px solid #999999;
}
#page .contour-bb #machinetable .brdr {
	border: 1px solid #999999;
}
.hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #accfcc;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #accfcc;
}
#highlightedspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
!important
; 			border-left-width: thin;
	border-left-style: none;
	border-left-color: #accfcc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.leftcolumn {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.rightcolumn {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#page .contour-bb #machinetable .brdr #fullspecifications {
	font-size: x-small;
}
#maintbl #interiormachine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-collapse: collapse;
	text-align: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 10px;
}
.side {
	background-color: #accfcc;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.side a:link {
	color: #FF0000;
}
#maintbl #interiormachine .thumb {
	text-align: center;
	vertical-align: middle;
}


.side a:visited {
	color: #FF0000;
}
.machineinfo {
	font-size: 9px;
	text-align: center;
}
#maintbl #interiormachine .elite {
	font-family: "Bradley Hand ITC TT-Bold", Verdana, fantasy;
}

#graphics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}#photodl {
	font-size: x-small;
	vertical-align: top;
}
.photohdr {
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}
#graphics #photodl table a:link {
	font-size: x-small;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -995px;
	border: 2px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
}
#homepage .homepagetitlerow {
	background-color: #accfcc;
}
#homepage .homepagetitlerow .indentedtext {
	margin-left: 50px;
}
#homepage .centerquote {
	text-align: center;
	color: #000099;
}
#homepage .quote {
	font-style: italic;
	color: #000099;
}
#homepage .flashvideo {
	text-align: center;
}
#testimonials {
	background-color: #accfcc;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-collapse: collapse;
	margin-top: 5px;
}
#testimonials td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-collapse: collapse;
	border-top: 1px solid #000066;
}

#testimonials .testimonialstop {
	font-size: small;
	text-align: center;
	border-top: none;
}

#testimonials .noborder {
	border-top: none;
}

.indenteditalictext {
	font-style: italic;
	margin-left: 50px;
}
#homepage .nounderline a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.italic {
	font-style: italic;
}

#page #newssection {
	border-collapse: collapse;
	}
#page #newssection td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	border-bottom: 1px solid #000099;
	padding: 2px 2px;

}

span.elite {
	font-family:"Bradley Hand ITC TT-Bold", "ITC Bradley Hand", Verdana, sans-serif;
	font-size: x-small;
	}
	
span.blue {
	color: #0033CC;
	}
	
span.abbrev {
	color: #09F;
}

img.ico {
	margin-right: 3px;
}

p.descript {
	overflow: auto;
	margin-top: 0;
}

p.small {
	font-size: .75em;
}

img.idea {
	margin: 0 125px 0 125px;
}

ul.symbols {
	list-style: none;
}

img.marg {
	margin-top: 5px;
}#machinetext {
	vertical-align: top;
	width: 220px;
	padding: 10px;
}
