body {
   background: white url(/assets/images/hydraulic/home/bg-blue-gradient.jpg) repeat-x top center;
   text-align: center;
}

#page_container {
   width: 976px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   text-align: left;
}

#header {
   text-align: left;
   position: relative;
   background: url('/assets/images/hydraulic/home/muscle-text.gif') no-repeat 250px 25px;
}

#contact_numbers {
   position: absolute;
   top: 0px;
   right: 0px;
   font-weight: bold;
   text-align: right;
   color:#FFFFFF;
}

#search_box {
   position: absolute;
   top: 3em;
   right: 0px;
}
#search_box .submit {
   background-color: #13509F;
   color: white;
}
#search_box input {
   font-size: 1em;
}

#animation_header {
   height: 269px;
}

#flash_header {
   background: url('/assets/images/hydraulic/home/flash_placeholder.jpg') no-repeat scroll bottom right;
   width: 976px;
   height: 269px;
   margin: 0px;
   padding: 0px;
   float: left;
}


/*Nav Bar Stuff*/
#top_menu {
   list-style: none;
   margin: 0px;
   padding: 0px;
   height: 2em;
   width: 100%;
   margin-top: 10px;
   padding-bottom: 7px;
   background: black url('/assets/images/global/header-spacer.jpg') no-repeat scroll bottom left;
}
#top_menu li {
   display: inline;
   height: 2em;
}
#top_menu li a {
   display: block;
   float: left;
   color: white;
   text-decoration: none;
   font-weight:bold;
   padding-top: .2em;
   padding-left: .3em;
   padding-right: .8em;
   padding-bottom: .1em;
   margin-left: .5em;
   margin-top: .25em;
   border-right: solid 1px white;
}
#top_menu li a:hover {
   text-decoration: underline;
}
#top_menu li.last a {
   border: none;
}



/*Content Area CSS*/

#content_container {
   margin: 0;
   padding: 0;
   text-align: left;
   width: 780px;
}

#content {
   width: 770px;
}
#content.narrowcolumn {
   width: 500px;
   margin-left: 268px;
}

#getting_started {
   background: url('/assets/images/hydraulic/home/getting_started.jpg') no-repeat scroll top left;
   width: 257px;
   height: 176px;
   float: left;
   margin-right: 14px;
}
#getting_started ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   padding-left: 20px;
   padding-top: 50px;
}
#getting_started ul li {
   margin-bottom: 10px;
}
#getting_started a {
   color: white;
}

/*Sidebar CSS*/

#sidebar {
   width: 168px;
   position: absolute;
   top: 380px;
   right: 0;
   text-align: left;
}

#latest_news {
   padding: 0;
   margin: 0;
   background: #7D8181 url('/assets/images/hydraulic/home/bg-news.jpg') no-repeat scroll top left;
   height: 175px;
}


#latest_news h4 {
   display: none;
}
#latest_news ul {
   list-style: none;
   margin: 0;
   padding: 40px 0 0 13px;
}
#latest_news ul li {
   margin-bottom: 1em;
}
#latest_news ul a {
   color: white;
   font-size:11px;
   text-decoration: underline;
}
#latest_news ul a:hover {
   color: #fd9d0d;
}
#featured_product {
   margin: 0;
   padding: 0;
}

#newsletter_link {
   margin-top: 20px;
}


/*Footer CSS*/

#footer {
   clear: left;
   text-align: left;
   font-size: .9em;
   width: 781px;
   height: 60px;
   margin-top: 30px;
   background: url('/assets/images/global/proud-usa.jpg') no-repeat scroll top right;
}