/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background:#FFF url(../img/bg.jpg) repeat-x top left;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 18px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* a states. */
a:link {
color: #000000;
font-size: 1em;
text-decoration: none;
}

a:visited {
color: #666666;
font-size: 1em;
text-decoration: none;
}

a:hover {
color:#007f54;
font-size: 1em;
text-decoration: none;
}

a:active {
color: #000000;
font-size: 1em;
text-decoration: none;
}


/* Product menu column */
#productmenu {
margin: 0;
padding: 0;
list-style:none;
float: left;
}

#productmenu li {
margin-top: 5px;
}

#productmenu li a{
margin-left: 15px;
}
		
/* Gets rid of borders in top nav */
a img {
border:0;
}

#sitewrap {
margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
width:768px;
text-align: left; /* Redefines the text alignment defined by the body element. */
}

/* Header and top NAV section */
#sitewrap #headerwrap {
margin:0;
padding:0;
float:left;
background:#fff url(img/bgtopbar.gif) no-repeat top left;
height:67px;
width:768px;
}	

#sitewrap #headerwrap #nav {
padding:0;
margin: 14px 0px 0px 220px;
list-style:none;
float:left;
display:inline;
}

#sitewrap #headerwrap #nav li {
padding:0;
margin:0;
float:left;
display:inline;
}

/* NAV button dimensions */
#sitewrap #headerwrap #nav a{
height:39px;
display:block;
}

/* NAV btn BGs */
#sitewrap #headerwrap #nav li#btnprofile {
width:102px;
background:url(img/btnprofile.gif) top;
}

#sitewrap #headerwrap #nav li#btnproducts {
width:80px;
background:url(img/btnproducts.gif) top;
}

#sitewrap #headerwrap #nav li#btnworkwithus {
width:106px;
background:url(img/btnworkwithus.gif) top;
}

#sitewrap #headerwrap #nav li#btnimport {
width:141px;
background:url(img/btnimport.gif) top;
}

#sitewrap #headerwrap #nav li#btncontact {
width:96px;
background:url(img/btncontact.gif) top;
}

/* NAV button hover effects */
#sitewrap #headerwrap #nav li#btnprofile a:hover, body#profile #sitewrap #headerwrap #nav li#btnprofile a{
background:url(img/btnprofile.gif) bottom;
}

#sitewrap #headerwrap #nav li#btnproducts a:hover, body#products #sitewrap #headerwrap #nav li#btnproducts a{
background:url(img/btnproducts.gif) bottom;
}

#sitewrap #headerwrap #nav li#btnworkwithus a:hover, body#workwithus #sitewrap #headerwrap #nav li#btnworkwithus a{
background:url(img/btnworkwithus.gif) bottom;
}

#sitewrap #headerwrap #nav li#btnimport a:hover, body#import #sitewrap #headerwrap #nav li#btnimport a{
background:url(img/btnimport.gif) bottom;
}

#sitewrap #headerwrap #nav li#btncontact a:hover, body#contact #sitewrap #headerwrap #nav li#btncontact a{
background:url(img/btncontact.gif) bottom;
}





#sitewrap #contentwrap #leftColumnbottom {
background:url(img/bgleftcolumnbottom.gif) no-repeat bottom center;
padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
float:left;
}
#sitewrap #contentwrap #leftColumn {
background:url(img/bgleftcolumn.gif) no-repeat top center;
padding: 72px 15px 40px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
width: 171px;
float:left;
}





/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#sitewrap #contentwrap #contentbox {
float:left;
width:472px;
margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 230px 40px 50px 40px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#sitewrap #contentwrap #contentbottom{
background:url(img/bgcontentbottom.gif) no-repeat bottom center;
float:left;
margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
#sitewrap #contentwrap #contentmiddle{
background:url(img/bgcontentmiddle.gif) center repeat-y;
float:left;
margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Rules for background selection based on body id tag  */
body#profile #sitewrap #contentwrap #contentbox { 
background:url(img/bgprofile.jpg) no-repeat top left;
}
body#products #sitewrap #contentwrap #contentbox { 
background:url(img/bgproducts.jpg) no-repeat top left;
}
body#workwithus #sitewrap #contentwrap #contentbox { 
background:url(img/bgworkwithus.jpg) no-repeat top left;
}
body#import #sitewrap #contentwrap #contentbox { 
background:url(img/bgimport.jpg) no-repeat top left;
}
body#contact #sitewrap #contentwrap #contentbox { 
background:url(img/bgcontact.jpg) no-repeat top left;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#sitewrap #contentwrap .clearFloat {
  clear: left;
  display: block;
}

#sitewrap #footer {
clear:both;
margin:0 5px 0 0;
padding:0;
text-align:right;
font-size:10px;
color:#999999;
}	

.greenbold {
color:#007f54;
font-weight:bold;
}

.whitebold {
color:#ffffff;
font-weight:bold;
}

.green{
color:#007f54;
}

h3 {
font-size:14px;
}

h2 {
font-size:20px;
}

h1 {
font-size:28px;
color:#444444;
}

