html, body {
height:100%;
}

html body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-color:#e9f9c0;
background-image:url(../images/layout/background.gif);
background-repeat:repeat-y;
background-position:top center;
width:100%;
min-height:100%;
margin:0 auto;
padding:0px;
}

html body #entire {
min-height:100%;
}

#entire {
display:block;
margin:0 auto;
padding:0px;
width:900px;
min-height:100%;
}
#header {
margin:0 auto;
padding:0px;
width:900px;
height:120px;
position:relative;
}

#header #headerMenu {
margin:0px; 
padding:0px;
position:absolute;
top:0px;
right:45px;
color:#E9E9E9;
width:250px;
height:30px;
text-align:center;
line-height:25px;
}

#header #headerText {
margin:0px; 
padding:0px;
position:absolute;
bottom:5px;
right:150px;
color:#E9E9E9;
width:450px;
height:20px;
text-align:center;
line-height:20px;
font-weight:bold;
font-size:14px
}

#header #headerImage {
margin:0px; 
padding:0px;
position:absolute;
bottom:0px;
right:0px;
}


#header #headerMenu a, #header #headerText a {
color:#E9E9E9;
text-decoration:none
}

#header #headerMenu a:hover, #header #headerText a:hover {
text-decoration:underline;
}

#topMenuArea {
position:relative;
margin:0;
padding:0px;
width:900px;
height:30px;
}

#topMenu a {
margin:0px; 
padding:0px;
float:left;
display:inline-block;
background-color:#3e3d40;
height:30px;
line-height:30px;
width:180px;
color:#FFFFFF;
text-align:center;
font-size:18pt;
font-weight:bolder;
letter-spacing:-2pt;
text-decoration:none
}

#topMenu a:hover {
color:#FFFFFF;
text-decoration:none;
background-color:#bccd0b
}

#searchArea, #mainArea, #mainAreaTop {
margin:0px; 
padding:0px;
position:relative;
display:block;
width:900px;
}

#searchArea { height:55px; }

#searchArea #infoContent {
position:absolute;
display:block;
left:0px;
top:0px;
width:360px;
height:55px;
margin:0px;
padding:0px;
}

#searchArea #searchBar {
position:absolute;
right:0px;
top:0px;
width:540px;
height:55px;
background-image:url(../images/layout/searchBar.gif);
background-repeat:no-repeat;
background-position:top right;
}

#mainAreaTop {
height:120px;
}

#navigation {
display:block;
width:220px;
margin:0;
padding:0px
}

#navigation a.mainButton {
display:block;
width: 220px;
height:31px;
line-height:30px;
text-indent:10px;
margin:0;
padding:0px;
color:#FFFFFF;
background-image:url(../images/buttons/navigationButton.gif);
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
font-weight:bold;
font-size:11pt
}

#navigation a.mainButton:hover {
background-position:0 -31px;
text-decoration:none;
color:#FFFFFF
}

#navigation  a.machineCategory {
display:block;
width: 220px;
height:20px;
line-height:20px;
text-indent:20px;
margin:0;
margin-bottom:1px;
padding:0px;
color:#555555;
background-image:url(../images/buttons/navigationCategoryButton.gif);
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
font-weight:bold;
font-size:9pt
}

#navigation a.machineCategory:hover {
background-position:0 -26px;
text-decoration:none;
color:#444444
}

#mainContent {
margin:0 auto;
padding:10px;
}

#footer {
width:900px;
height:25px;
line-height:25px;
color:#FFFFFF;
font-size:8pt;
background-color:#7e7a00;
text-align:left;
text-indent:10px;
margin:0 auto;
padding:0px;
}

#footer a {
text-decoration:none;
color:#FFFFFF;
}

#footer a:hover {
text-decoration:underline;
color:#FFFFFF;
}

#subFooter {
width:900px;
height:25px;
line-height:25px;
font-size:8pt;
text-align:left;
text-indent:10px;
margin:0 auto;
padding:0px;
position:relative;
}

#subFooter #footerLeft {
width:700px;
height:25px;
line-height:25px;
color:#999999;
text-align:left;
margin:0 auto;
padding:0px;
position:absolute;
left:0px;
}

#subFooter #footerRight {
width:200px;
height:25px;
line-height:25px;
color:#999999;
text-align:right;
margin:0 auto;
padding:0px;
position:absolute;
right:0px;
}