body {
 	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
/*	font-family: "Trebuchet MS", sans-serif; */
	font-family: Arial;
	font-size: 13px;
    background-image: url(../images/webpage/bckg1.png);
	background-repeat: repeat-x;  
	background-color: #c6c6c6; 
}
h {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
/* first level titles */
h1 {
	font-size: 16px;
	color: #000000;
	margin: 12px 0px 12px 0px;
}
/* second level titles */
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
/* photo title */
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: inline;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}
/* red text */
h4 {
	font-size: 12px;
	font-weight: 600;
	color: #d63447;
	line-height: normal;
	display: inline;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
/* gray, inline */
h5 {
	color: #606060;
	font-size: 12px;
	display:inline;
	font-weight: 100;
	font-style:italic;
	margin: 0;
	padding: 0;
}
/* white font with background color */
h6 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	display: inline;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #808080;
}
/* dark gray */
h2.tagline {
	color: #606060;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 5px 0px;
}
ul {
	padding: 3px 15px 3px 0px;
	margin: 0px 0px 0px 5px;
	list-style-position: outside;
}
li {
	list-style-type: square;
	text-align: left;
	margin-left: 10px;
	list-style-position: inside;
	padding: 0px 0px 4px 10px;
	text-indent: -12px;
}
li.no-bullet {
	list-style-type: none;
}
li.tri-rt-red {
	list-style-image: url(../images/webpage/bullet_tri_rt_red.gif);
}
li.tri-rt-blk {
	list-style-image: url(../images/webpage/bullet_tri_rt_blk.gif);
}
li.tri-rt-gry {
	list-style-image: url(../images/webpage/bullet_tri_rt_blk.gif);
}
li.squ-red {
	list-style-image: url(../images/webpage/bullet_squ_red.jpg);
}
.text-photo-title {
	font-weight: bold;
	display: inline;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}
p {
	color: #000000;
}
a {
	text-decoration:none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
.redtxt {
	font-weight: 600;
	color: #d63447;
}
.greytxt {
	font-weight: 600;
	color: #606060;
}
.undertxt {
	text-decoration: underline;
}
.boldtxt {
	text-decoration:none;
	font-weight: 800;
}
.dont-print{
}
/* could be used every place class="body-format" is used to round edges of the website  */
.edges-round {
    border: 0;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
/* image border with no hyperlink */
.image-border {
	border: 0;
}
.image-border:hover {
	border: 0;
}
/* image border with hyperlink */
.image-border2 {
	border: 0;
}
/* header photos with hyperlink */
.image-border3 {
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
}
/* header photos with hyperlink, red border on hover */
.image-border3:hover {
	border-style: solid;
	border-color: #d20000;
	border-width: 2px;
}
/* used equipment photos with hyperlink */
.image-border4 {
	margin: 0;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px;
}
/* used equipment photos with hyperlink, red border on hover */
.image-border4:hover {
	border-style: solid;
	border-color: #d20000;
	border-width: 3px;
}
.imagelist {
	height: 60px;
	border: 0;
}
/* bullet border with hyperlink */
.bullet-border2 {
	border: 0;
	height: 12px;
}
.text-shadow {
/*	padding:0.25em 0.25em 0.3em 0.25em;  */
	color:#000000;
	text-shadow:1px 1px 3px rgba(192,192,192,0.75);
}
.text-shadow:hover {
/*	padding:0.25em 0.25em 0.3em 0.25em;  */
	color:#000000;
	text-shadow:0px 8px 24px rgba(256,128,128,0.5);
}
.box-shadow-gray {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
	color:#fffff;
/*	text-shadow:1px 1px 3px rgba(0,0,0,0.5); */
	-khtml-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	-moz-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
}
.box-shadow-gray:hover {
/*	border-color:#aa7777;
	background-color:rgba(255,0,0,0.75);  */
	-khtml-box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
	-moz-box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
	box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
/*    border-color: #d20000;
    border-width: 1px 1px 1px 1px;
    border-style: solid; 
    margin: -1px; */
}
.box-shadow-red {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
	color:#ffffff;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
	background-image:-moz-linear-gradient(top,rgba(64,64,64,0.75), rgba(192,192,192,0.9));
	-khtml-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	-moz-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
}
.box-shadow-red:hover {
/*	border-color:#aa7777;
	background-color:rgba(255,0,0,0.75);  */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(128,64,64,0.75)), to(rgba(256,128,128,0.9)));
	background-image:-moz-linear-gradient(top,rgba(210,0,0,0.8), rgba(210,0,0,1));
	-khtml-box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
	-moz-box-shadow:rgba(210,0,0,0.5) 0px 8px 24px;
	box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
}
.button-design1 {
	position:relative;
	display:inline-block;
	width:11em;
	padding:0.1em 0.25em 0.2em 0.25em;
	text-align:center;
	cursor:pointer;
	border:2px solid #999;
    background-color:#666;
	background-color:rgba(128,128,128,0.75);
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
	background-image:-moz-linear-gradient(top,rgba(64,64,64,0.75), rgba(192,192,192,0.9));
	-khtml-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	-moz-box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
	box-shadow:rgba(192,192,192,0.75) 0px 4px 12px;
}
.button-design1 span {
	position:absolute;
	display:block;
	width:95%;
	left:2.5%;
	top:0px;
	height:50%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    -opera-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
	background-color:rgba(255,255,255,0.2);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
	background-image:-moz-linear-gradient(top,rgba(255,255,255,0.75), rgba(255,255,255,0));
}
#design-plain {
	margin-right:1.5em;
	margin-right:1.5em;
}
#design-shiny {
	margin-right:1.5em;
	margin-right:1.5em;
}
/* shiny red */
#design-shiny:hover {
	border-color:#aa7777;
	background-color:rgba(255,0,0,0.75);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(128,64,64,0.75)), to(rgba(256,128,128,0.9)));
	background-image:-moz-linear-gradient(top,bottom,rgba(128,64,64,0.75), rgba(256,128,128,0.9));
	-khtml-box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
	-moz-box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
	box-shadow:rgba(256,128,128,0.5) 0px 8px 24px;
}
/* shiny blue */
#shiny-demo-1:hover {
	border-color:#6699cc;
	background-color:rgba(64,128,192,0.75);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(16,96,192,0.75)), to(rgba(96,192,255,0.9)));
	background-image:-moz-linear-gradient(top,rgba(16,96,192,0.75), rgba(96,192,255,0.9));
	-khtml-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
	-moz-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
	box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
	margin-right:1.5em;
}
/* shiny green */
#shiny-demo-3:hover {
	border-color:#77cc77;
	background-color:rgba(0,128,0,0.75);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,128,64,0.75)), to(rgba(128,255,128,0.9)));
	background-image:-moz-linear-gradient(top,rgba(64,128,64,0.75), rgba(128,192,128,0.9));
	-khtml-box-shadow:rgba(128,256,128,0.6) 0px 8px 24px;
	-moz-box-shadow:rgba(128,256,128,0.6) 0px 8px 24px;
	box-shadow:rgba(128,256,128,0.6) 0px 8px 24px;
}
  /****************************/
 /*  formats for front page  */
/****************************/

/* <body> footprint */
#body-fp-short {
	width: 924px;
	height: 1100px;
 	position: relative;
}
#body-fp-med1 {
	width: 924px;
	height: 1300px;
 	position: relative;
}
#body-fp {
	width: 924px;
	height: 2000px;
 	position: relative;
}
#body-fp-long {
	width: 924px;
	height: 3200px;
 	position: relative;
}
#body-fp-xlong {
	width: 924px;
	height: 6100px;
 	position: relative;
}
#body-fp-long7000 {
	width: 924px;
	height: 7100px;
 	position: relative;
}
#body-fp-xxlong {
	width: 924px;
	height: 9600px;
 	position: relative;
}
.body-format {
	text-align: left; 
	background-color: white;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
#menuwrapperspacer {
	position: relative;
	top: 0px;
	height: 136px;
/*	width: 924px;   */
	text-align: center;
}
#searchbox {
	position: absolute;
	top: 2px;
	left: 425px;
	width: 250px;
	height: 30px;
	z-index: 1;
}
#maindiv {
	position: absolute;
	top: 163px;
	width: 924px;
	height: 460px;
	margin: 0;
	border-bottom-color: #000000;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	z-index: 1;
}
#mainleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 159px;
	height: 457px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 12px;
	text-align: center;
/*	background-image: url(../images/background.png);
	background-repeat: repeat-x;  */
	z-index: 6;
}
#pagecontent {
	left: 164px;
	height: 1200px;
	width: 760px;
	position: absolute;
	top: 0px;
	z-index: 0;
}
/* formats for other pages */
#contentwide {
	position: absolute;
	top: 25px;
	left: 40px;
	height: 565px;
	width: 680px;
	z-index: 6;
}
#contentleft {
	position: absolute;
	top: 25px;
	left: 40px;
	height: 565px;
	width: 340px;
	z-index: 6;
}
#contentright1 {
	position: absolute;
	top: 25px;
	left: 418px;
	height: 565px;
	width: 340px;
	z-index: 6;
}
#contentright2 {
	position: absolute;
	top: 47px;
	left: 418px;
	height: 565px;
	width: 340px;
	text-align: left;
	z-index: 5;
}
#contentright3 {
	position: absolute;
	top: 60px;
	left: 418px;
	height: 565px;
	width: 340px;
	text-align: left;
	z-index: 5;
}
#photoindustry {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 200px;
	width: 340px;
	border: none;
	text-align: center;
	z-index: 5;
}
#photoindustry-size {
	height: 190px;
	border: none;
	z-index: 5;
}
.photoother {
	position: relative;
	top: 10px;
	left: 0px;
	border: none;
	width: 320px;
	text-align: center;
	vertical-align: top;
	z-index: 5;
}
#contact-industry {
	position: absolute;
	top: 240px;
	left: 10px;
	height: 100px;
	width: 290px;
	border: none;
	text-align: left;
	z-index: 5;
}
#contact-left {
	position: relative;
	top: 20px;
	left: 20px;
	height: 100px;
	width: 330px;
	border: none;
	text-align: left;
	z-index: 5;
}
#contact-right {
	position: relative;
	top: 30px;
	left: 33px;
	height: 100px;
	width: 290px;
	border: none;
	text-align: left;
	z-index: 5;
}
#contact-right2 {
	position: relative;
	top: 10px;
	left: 33px;
	height: 100px;
	width: 290px;
	border: none;
	text-align: left;
	z-index: 5;
}
.requestinfo {
	top: 0px;
	display:inline-block;
	left: 0px;
	width: 280px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 10px 3px 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
	margin: 0px 0px 10px 0px;
	background-color: #a0a0a0;
	text-align: left;
}
#half-column-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;
	border: none;
	text-align: left;
	vertical-align: top;
	z-index: 5;
}
#half-column-right {
	position: relative;
	left: 170px;
	width: 170px;
	border: none;
	text-align: left;
	vertical-align: top;
	z-index: 5;
}

#sitemap {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 700px;
	height: 100px;
	border-color: #b6b4b8;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	z-index: 5;
}
#spacerbottomleft {
	position: relative;
	height: 30px;
	width: 340px;
	margin: 0;
}
#spacerbottomright {
	position: relative;
	height: 30px;
	width: 340px;
	margin: 0;
}
/*************************/
/*** Header Formatting  **/
/*************************/
#divtwo {
	width: 924px;
	margin: 0;
	position: absolute;
	top: 20px;
	height: 115px;
	border-top-width: 1px;
	border-top-color: #808080;
	border-top-style: solid;
	z-index: 1;
}
#HinesLogo {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 80px;
	width: 80px;
	border: 0;
	z-index: 10;
}
#hines-title {
	position: absolute;
	top: 28px;
	left: 110px;
	height: 40px;
	width: 300px;
	z-index: 10;
}
#hines-title h1 {
	font-size: 25px;
	color: #000000;
	display: inline;
}
.HinesTagline {
	top: 80px;
	left: 570px;
	position: absolute;
	height: 1px;
	width: 360px;
	z-index: 10;
}
.HinesTagline h2 {
	color: #d20000;
	font-size: 16px;
	font-weight: 100;
	display: inline;
	font-variant:normal;
	font-style:normal;
}
#hdrIcons {
	position: absolute;
	top: 0px;
	left: 250px;
	height: 50px;
	width: 650px;
	z-index: 9;
}
#hdrVibration {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 80px;
	width: 690px;
	z-index: 1;
}
#hdrArmature{
	position: absolute;
	top: 55px;
	left: 10px;
	height: 50px;
	width: 65px;
	z-index: 10;
}
#hdrClutch {
	position: absolute;
	top: 60px;
	left: 110px;
	height: 50px;
	width: 60px;
	z-index: 5;
}
#hdrCrankshaft {
	position: absolute;
	top: 15px;
	left: 212px;
	height: 80px;
	width: 90px;
	z-index: 5;
}
#hdrPropeller {
	position: absolute;
	top: 5px;
	left: 334px;
	height: 60px;
	width: 85px;
	z-index: 5;
}
#hdrWheel {
	position: absolute;
	top: 0px;
	left: 455px;
	height: 50px;
	width: 50px;
	z-index: 5;
}
#hdrImpeller {
	position: absolute;
	top: 0px;
	left: 460px;
	height: 50px;
	width: 50px;
	z-index: 5;
}
#hdrFan {
	position: absolute;
	top: 15px;
	left: 565px;
	height: 60px;
	width: 60px;
	z-index: 10;
}
/*************************/
/*** Footer Formatting  **/
/*************************/
#footer {
	position: relative;
	left: 0px;
	width: 165px;
	height: 25px;
	text-align: left;
	margin-top: 20px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 9px;
	color: #404040;
	margin-left: -1px;
	z-index: 5;
}
#facebook-button {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 10px;
	width: 150px;
	height: 50px;
	z-index: 5;
}
#google-button {
	position: absolute;
	text-align: center;
	top: 40px;
	left: 60px;
	width: 100px;
	height: 50px;
	z-index: 0;
}
#youtube-frame {
	position: absolute;
	text-align: center;
	top: 65px;
	left: 10px;
	width: 120px;
	height: 50px;
	z-index: 5;
}
#hines-address {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 175px;
	height: 50px;
	text-align: left;
	z-index: 5;
}
#translate-left {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 165px;
	height: 50px;
	z-index: 5;
}
#translate {
	position: absolute;
	top: 180px;
	left: 590px; 
	height: 90px;
	width: 165px;
	z-index: 5;
}
/*********************/
/*** List of Items ***/
/*********************/
.products_table {
	width: 600px;
	z-index: 5;
}
.checkout {
	position: absolute;
	left: 10px;
	width: 600px;
	height: 30px;
	text-align: right;
	z-index: 5;
}
/*********************/
/*** List of Items ***/
/*********************/
#used-machines-before {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 75px;
	height: 100px;
}
#used-machines-after {
	position: absolute;
	top: 0px;
	left: 380px;
	width: 75px;
	height: 100px;
}
#used-machines-apps {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 150px;
	height: 100px;
}
#contentlist {
	position: absolute;
	top: 300px;
	left: 0px;
	height: 565px;
	width: 700px;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	z-index: 6;
}
#item-header {
	position: absolute;
	top: 0px;
	left: 00px;
	height: 20px;
	width: 720px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item1 {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item2 {
	position: absolute;
	top: 170px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item3 {
	position: absolute;
	top: 290px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item4 {
	position: absolute;
	top: 410px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item5 {
	position: absolute;
	top: 530px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item6 {
	position: absolute;
	top: 650px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item7 {
	position: absolute;
	top: 770px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#item8 {
	position: absolute;
	top: 890px;
	left: 0px;
	height: 100px;
	width: 720px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

/***************/
/* Menu formats */
/***************/

/*****************/
/*** Top Menu  ***/
/*****************/

#menuwrapper1a {
	margin: 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 3px;
	height: 15px;
	z-index: 1;
}
#menuwrapper1b {
/* screen specific */
	display: none;
/* screen specific */
	margin: 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 3px;
	height: 25px;
	z-index: 1;
}
.menubar1a {
	padding: 2px 5px 0px 750px;
	font-size: 11px;
	font-weight: bold;
	color: #7e7878;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6e6868;
}
.menubar1b {
	padding: 2px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #7e7878;
}
a.menubar1a {
	color: #6e6868;
}
a.menubar1b {
	color: #6e6868;
}
a.menubar1a:hover {
	text-decoration: none;
	color: #d20000;	
}
a.menubar1b:hover {
	text-decoration: none;
	color: #d20000;
}

/* Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics. */
#menuwrapper {
/*	background-color: #373535;
	background-image: url(../images/menuwrap_red.jpg);
	background-repeat: repeat-x;  */
	background-color: #d20000;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	height: 23px;
background: -moz-linear-gradient(19% 65% 90deg,#c00000, #d20000, #d20000 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#d20000), to(#c00000));  
/* beautiful blue
background: -moz-linear-gradient(19% 65% 90deg,#0087B4, #0099CC, #0099CC 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0087B4));  
*/
}
#menuwrapper.li {
	list-style-type: square;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 1px;
	margin-left: 15px;
	list-style-position: outside;
}
#menuwrapper.ul {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 5px;
	list-style-position: outside;
}
.menu-main-bckgnd{
	background-color:rgba(210,0,0,0.75);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(210,0,0,0.75)), to(rgba(255,255,255,0.9)));
	background-image:-moz-linear-gradient(top,bottom,from(rgba(210,0,0,1)), to(rgba(255,255,255,1)));
}

/* Clears floated menu items. Assign to a BR tag placed just before
menuwrapper closing div tag */
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* menubar is the root UL and menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here. */
#n2menubar, #n2menubar ul {
	float: left;
/*	width: 12em; */
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
}
/* Root-Level Links.  Do not change the display and text-decoration properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to white. */
#n2menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 17px 4px 12px;
	border-right: 1px solid #ffffff;
	font-size: 12px;
	color: #ffffff;
}
/* Trigger is the class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow. */
#n2menubar a.trigger {
	padding: 5px 17px 4px 12px;
	background-image: url(../images/webpage/bullet_tri_dn_wht.gif); 
	background-repeat: no-repeat;
	background-position: right center;
}

/* The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text. */
#n2menubar li {
	float: left;
	width: 12em; 
	margin: 0px 0px 0px -1px;
	list-style: none;
	
	padding: 0px 0px 4px 0px;
	text-indent: 0px;

}
/* Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers. */
#n2menubar li ul, #n2menubar ul li {
	width: 16em; 
	margin: 0px 0px 0px -1px;
	padding: 0px 12px 1px 3px;
}
/* The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increase the left padding
to indent the sub-menu links a small amount in from the root links. */
/* drop down formatting */
#n2menubar ul li a {
	color: #ffffff;
	padding: 5px 5px 4px 12px;
	margin: 0;
	list-style-type: none;
	overflow: visible;
}
/* Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE. */
#n2menubar li ul {
	position:absolute;
	display: none;
	background-color: #ffffff;
	list-style-type: none;
	overflow:  visible;
	margin: 0;
	z-index: 100; 
}
/*Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.*/
#n2menubar li:hover a, #n2menubar a:focus, #n2menubar a:active, #n2menubar li.n2hvr a {
/*	background-color: #d6d4d8; */
/*	background-color: #ff5a69; */
	color: #ffffff;
	background-color: #5f5b63;  
	padding: 5px 17px 4px 12px;
	margin: 0;
}
/* Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the RunMenubar script. */
#n2menubar li:hover ul, #n2menubar li.n2hvr ul {
	display: block;
	border-color: #d6d4d8;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #ffffff;
	padding: 5px 1px 4px 0px;
	margin: 0;
}
/* Sets text color for sub-level links when the root menu items are moused over. 
The second selector is assigned to IE5 and IE6 via the RunMenubar script. 
The color set should match the normal Sub-Level link color in the rule: 
#menubar ul li a.  */
#n2menubar li:hover ul a, #n2menubar li.n2hvr ul a {
	color: #000000;
	background-color: #ffffff;
	list-style: none;
}
/* hover for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. Text color is set to black.
*/
#n2menubar ul a:hover {
	background-color: #ffffff!important; 
	color: #d20000!important;
	list-style: none;
	padding: 5px 17px 4px 12px;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#n2menubar li {width: auto; }


/*****************/
/*** Side Menu ***/
/*****************/

#menu-side-l {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 165px;
	height: 20px;
	z-index: 5;
}
#menu-side-l1-hdr {
	position: relative;
/* 	top: 0px; */
	left: 0px;
	width: 165px;
	height: 35px;
	z-index: 5;
} 
#menu-side-l1 {
	position: relative;
/*	top: 30px;  */
	left: 0px;
	width: 165px;
/*	height: 220px;  */
	z-index: 1;
}
.nav-menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0;
	list-style-type: none;
}
.nav-menu li { 
	border-color: #c2c1c3;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-indent: -3px;
}
.nav-menu a {
	display: inline-block;
	color: #000000;
	background-color: #ffffff;
	width: 150px;
	padding: 5px 5px 3px 10px;
	text-decoration: none;
}
.nav-menu a:hover {
	background-color: #e2e1e3; 
	color: #000000;
/*	background-color:rgba(210,0,0,.65);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(128,64,64,0.75)), to(rgba(256,128,128,0.9)));
	background-image:-moz-linear-gradient(top,bottom,from(rgba(128,64,64,0.75)), to(rgba(192,128,128,0.9)));
	width: 13em;
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5D20000,endColorstr=#A5D20000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5D20000,endColorstr=#A5D20000);
	zoom: 1;  */
	padding: 5px 5px 3px 10px;
}
.nav-active a {
	display: block;
/*	color: #ffffff;
	background-color: #d20000; */
/*	background-color: #878688;  */
	width: 150px;
	padding: 5px 5px 3px 10px;
	border: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #d20000;
	text-decoration: none;
}
#menu-side-l2-hdr {
	position: relative;
/*	top: 240px;  */
	left: 0px;
	width: 165px;
	height: 34px;
	margin-top: 20px;
	z-index: 5;
}
#menu-side-l2 {
	position: relative;
/*	top: 265px;  */
	left: 0px;
	width: 165px;
	z-index: 1;
}


