@charset "utf-8";
/* CSS Document */


body  {
	background-color: #EBEBEB;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	background: #EBEBEB url(images/greybodyback.gif) repeat-y center top;
}

a:link,a:active,a:visited  {
	text-decoration:none;
	color:#FF0000;
	font-family: Arial, Verdana;
	font-weight: bold;
    }
a:hover {
	text-decoration:underline;
	}

.thrColFixHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 284px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */#
	margin: 0px;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 6px;

}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	margin-top: 5px;
	padding-right: 0px;
	padding-left: 3px;
}
.thrColFixHdr #mainContent {
	margin: 0 0 0 294px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	border: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.thrColFixHdr #bigContent {
	margin: 0  192px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 5px;
}
.thrColFixHdr #footer {
	padding: 6px 10px 6px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.help {
	margin: 0px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
		}

#listsummary {
        background-color: #eee;
	padding-left: 10px;
	padding-bottom: 10px;
        padding-top: 10px;
}

#listsummary img {
	padding-right: 10px;

        }
#list {
}

ul.list {
	list-style-type: none;
        display: block;
        }
#summarybox

{
background-color: #eee;
 }
  #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
img.fpmidimage {
	float: left;
        margin-right: 4px;
        margin-bottom: 4px;

        }
h2 {
	margin:0;
        border: 0;
	width: auto;
	background-color:#FF0000;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
        padding-left: 4px;
	color:#FFFFFF;
	font:normal 100% "arial black",arial,helvetica,sans-serif;
	font-size: 15px;
		}
h1 {
	margin:0;
	border: 0;
	width: auto;
	background-color:#FF0000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#FFFFFF;
	font:normal 100% "arial black",arial,helvetica,sans-serif;
		font-size: 17px;
		}
h3 {

        letter-spacing: 0px;
    color:#000;
    line-height:13px;
    margin:0 0 0px 0;
    font:normal 100% "arial black",arial,helvetica,sans-serif;
    	border: 0px;
	padding: 5px;
	margin: 0px;
}
h4 {

        letter-spacing: 0px;
    color:#000;
    line-height:10px;
    margin:0 0 0px 0;
    font:normal 100% "arial black",arial,helvetica,sans-serif;
    	border: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

tr.d0 td {
	background-color: #FFE6E6;
	color: #000000;
}
tr.d1 td {
	background-color: #EBEBEB;
	color: black;
}

th {
	background-color: #FF0000;
	color:#FFFFFF;
	font-size:0.8em;
}


#midbox {
	width: 288px;
        align: left;
	margin: 0;
	padding: 0;
        margin-bottom: 2px;
	}
	

	
	
tr.ikea{
   
    margin: 0px;
    border-top: 0px;
	border-right: 0px;     
	border-bottom: 1px solid: #000;
	border-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	
	}
#mytable {
	width: 288px;
	padding: 0;
	margin: 0;
	border: 0;
}
        #mainarea
	{
	}

        ul {
	padding-top: 0;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}

        #left-box {

	}

#toptips {
	align: center;
	width: 500px;
        margin: 1px
        padding: 4px;
        border: 1px solid: #000;
        background-color: #ffaeae;
        margin:0 auto;
        }

#toptips ul {
	list-style-type: square;
	padding: 15px;
        line-height: 110%;
        font-weight: bold;
        font-family: verdana, Arial;
        font-size: 90%;
        color: #333;
        left-margin: 15px;
        }
#toptips li {
	margin-bottom: 8px;
        margin-left: 10px;
        }
#casestudy {
	padding: 8px;
	}

#casestudy ul {
        list-style-type: none;
        left-margin: 15px;
        background-color: #fff;
        }

#casestudy li {
        margin-bottom: 10px;
        }

#casestudy img {
	margin-left: 100px;
        margin-top: 15px;
        padding: 0 px;
        border: 1px solid #000;
        }

#studyitem {
	background-color: #eee;
	padding: 8px;
	 }


.style1 {color: #FFFFFF}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.bignumber {
	font:normal 300% arial,helvetica,sans-serif;
        color: #FF0000;
	font-weight: bold;
}

li ul{
padding-left:15px;
}

li li{
list-style: none;
background: url(images/tick.gif) no-repeat left center;
padding-left:40px;
padding-top:10px;
padding-right:8px;
font-size: 15px;
font-weight: bold;
}

li ul {
background: #EBEBEB url(images/charterback.gif) repeat-y ;
}


ul.nav {
border-left: 0;
margin-left: 0;
padding-left: 0;
width: 184px;
list-style-type: none;
}

li.nav {
border-left: 0;
margin-left: 0;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
background: #343434;
border-bottom: 1px solid #fff;
color: #fff;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
}

li.nav a{
border-left: 0;
margin-left: 0;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
background: #343434;
border-bottom: 1px solid #fff;
color: #fff;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration: none;
}

li.nav a:hover{
border-left: 0;
margin-left: 0;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
background: #ff0000;
border-bottom: 1px solid #fff;
color: #fff;
font:Arial, Helvetica, sans-serif;
font-size: 13px;
text-decoration: none;

}

li.navhead {
border-left: 0;
margin-left: 0;
padding-left: 0;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
background: #fff;
border-bottom: 1px solid #fff;
}
[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }

li.midbox {
list-style: none;
background: url(images/tick.gif) no-repeat left center;
padding-left: 20px;
}
<![endif]

[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 0px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
