/*---------------------------------------------------------
 * Immunetics.com
 *
 * @description Sitewide CSS
 * 
 * @author      Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/

/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Main elements
/*  3.  Headers
/*  4.  Content holders
/*  5.  Links and hr
/*  6.  Images
/*  7.  Lists
/*  8.  Form elements
/*  9.  Grouping elements
/*  10. Tables
/*
/* --------------------------------------------------------------------- */



/* --------------------------------------------------------------------- */
/* 1. Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    /*font-size: 75%;*/
} 



/* --------------------------------------------------------------------- */
/* 2. Main elements
/* --------------------------------------------------------------------- */



body {
	background: #c9d8e8 url(/assets/images/body_background.jpg) repeat-x left top !important;
	font: 1.1em/1.4em Arial, Helvetica, sans-serif;
    color: #555;
}

#container {
	width: 915px;
	margin: 0 auto;
}



/* --------------------------------------------------------------------- */
/* 3. Headers
/* --------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
	padding: 0;
}

h1 {
	color: #7d9c6c;
	font-size: 2.3em;
	line-height: 32px;
	height: 32px;
	margin: 25px 0 5px 0;
	padding: 0;
	border: none;
	font-weight: normal;
}

h2 {
	font-size: 1.55em;
	color: #475e62;
	margin: 12px 0 5px 0;
	height: 25px;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #776843;
	margin: 22px 0 0 0;
	height: 25px;
	font-weight: normal;
	line-height: 19px;
	padding: 0;
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	color: #5f7485;
	margin: 13px 0 0 0;
	height: 25px;
	line-height: 22px;
	padding: 0;
}

h5 {
    font-size: 1.2em;   
}

h6 {
    font-size: 1.1em;      
}



/* --------------------------------------------------------------------- */
/* 4. Content holders
/* --------------------------------------------------------------------- */

div {

}

p {
    margin: 0;
    padding: .2em 0 .8em;
}



/* --------------------------------------------------------------------- */
/* 5. Links and hr
/* --------------------------------------------------------------------- */

a, a:link, a:active, a:visited {
    text-decoration: none;
	color: #4a8661;
}
a:hover {
    text-decoration: underline;
	color: #7eaf56;
}

a img {
	border: 0;
}



/* --------------------------------------------------------------------- */
/* 6. Images
/* --------------------------------------------------------------------- */

img {
    border: none;
}


/* --------------------------------------------------------------------- */
/* 7. Lists
/* --------------------------------------------------------------------- */

ul, ol, li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/* --------------------------------------------------------------------- */
/* 8. Form elements
/* --------------------------------------------------------------------- */

form {
    padding: 0;
    margin: 0;
    }

form br {
    display: block;
    clear: both;
    }



/* --------------------------------------------------------------------- */
/* 9. Grouping elements
/* --------------------------------------------------------------------- */

fieldset {
    border: 1px solid #ccc;
    margin-top: 1em;  
}

fieldset:first-child {
     margin-top: 0;
}

legend {
    padding: 0 0.5em;
    font-size: 1.2em;
    text-transform: uppercase;
}

input, textarea {
	font: 1.1em/1.4em Arial, Helvetica, sans-serif;
}


/* --------------------------------------------------------------------- */
/* 10. Tables
/* --------------------------------------------------------------------- */

table, tr, th, td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/* Products */
.plus {
  background:url('images/first_aid_padded2.gif') no-repeat;
  padding:0px 5px 0px 0px !important;
}

.plus a { padding:0px 0px 0px 22px;}
.noborder {border:none !important;}

.header h2 {color:#EEF5DD;
      margin:0px;
      }


.immunlogo li{
   list-style-type: none;
   background-image: url(images/list_bullet.gif);
   background-repeat: no-repeat;
   padding: 0 0 10px 25px;
   }

