html, body {
    font-smooth: always;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
}

p {

}

a {
  color: #4a823c;
}


.page_header {
  font-size: 17px;
  color: #880c0b;
  font-weight: bold;
}

/* Infobox Styles */

.side_box {

}

.side_box_top {
  background: url('images/sidebox_top.html') no-repeat;
  width: 224px;
  height: 8px;
}


.side_box_bottom {
  background: url('images/sidebox_bottom.html') no-repeat;
  width: 224px;
  height: 9px;
}

.side_box_content {
	width: 224px;
    background: url('images/sidebox_repeat.html') repeat-y;
	font-family: Verdana;
	font-size: 10px;
}


.side_box_content form {
	width: 180px;
	text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


#keywords_input, INPUT.mailinglist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* Natures Way Styles */
#site_container {
  width: 900px;
  border: 1px solid #14682e;
  margin-top: 20px;
}

#header_logo {
  width: 900px;
  height: 138px;
}

#main_nav {
  height: 28px;
  background: url('images/nav_band.gif') no-repeat;
  line-height: 28px;
}

#nav_links_container {
  width: 600px;
  float: right;
  text-align: left;
}

#nav_links_container a {
  color: #455560;
  margin-left: 40px;
  text-decoration: none;
  font-size: 14px;
}

#nav_title_container {
  width: 190px;
  float: left;
  color: #fff;
  text-align: left;
  padding-left: 40px;
  font-size: 23px;
  font-family: verdana;
  font-weight: 100;
  text-transform: lowercase;
}

p.page_header {
  display: none;
}

#main_page_container {
  background: url('images/layout_index_body.gif') no-repeat bottom left;
}

#main_content_container {
  text-align: left;
  font-size: 12px;
  color: #898695;
  line-height: 200%;
  margin-left: 41px;
  margin-top: 60px;
}

#main_content_container_no_pad {
  text-align: left;
  font-size: 12px;
  color: #898695;
  line-height: 200%;
  margin-left: 40px;
}


#min_height_control {
  width: 1px;
  height: 500px;
}

p {
  margin-top: 0;
}

.portfolio_thumb_container {
  float: left;
  margin-right: 15px;
  width: 151px;
}

portfolio_thumb_image {
}

.portfolio_thumb_name {
  color: #14682e;
  padding-top: 20px;
  font-size: 13px;
}

.portfolio_thumb_name a {
  color: #14682e;
  text-decoration: none;
}

.portfolio_detail_container {

  width: 900px;
  height: 475px;
  margin-left: -41px;
  margin-top: -60px;
}


.portfolio_detail_name {
  color: #14682e;
  font-size: 18px;
  margin-left: 40px;
  padding-top: 5px;
}

.portfolio_detail_description {
  width: 250px;
  margin-left: 40px;
}



.port_link_outer {
  position: relative;
}

.port_link {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 470px;
  height: 400px; 
  z-index: 1000;
}

.portfolio_clickback_outer {
  position: relative;
}
.portfolio_clickback {
  position: absolute;
  width: 120px;
  height: 100px;
  right: 430px;
  top: 330px;
  z-index: 3000;
}


/* CSS For Product Scroller */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 

#product_scroll_outer {
  height: 450px;
  margin-left: -40px;
}


div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 650px; 
    height:500px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:200000em; 
    position:absolute; 
    top: 0;
    left: 0;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}



#product_scroll_previous {
  background: url('images/scroll-left.png')  center center no-repeat;
  width: 50px;
  height: 410px;
  float: left;
  display: block;
  margin-right: 67px;
}

#product_scroll_next {

  background: url('images/scroll-right.png') center center no-repeat;
  width: 50px;
  height: 410px;
  float: right;
  display: block;

}

.scrolling_product {
  margin-right: 28px;
  margin-top: 8px;
}

.scrolling_product, .scrolling_product a {
  color: #000;
  text-decoration: none;
}

.scrolling_product a:hover {
  text-decoration: underline;
}


/* CSS For Product Scroller EOF */
/* Natures Way Styles */