html {
    height: 100%;
}
/*-- The following two styles stop Chrome showing a yellow border around the search fields--*/
input {
    outline: none;
}
select { 
    outline: none;
}

body {
    background-color: #FAFAFA;
    color: #888F95;
    font-family: Calibri, Arial,Helvetica,sans-serif,Verdana;
    height: auto;
    margin-left: 34px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    width: 940px;
}
#topnavigation {
    background: url("../images/purpleheader_landingpage.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 55px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: 8px;
    width: 950px;
}

#toc {
    float: left;
    height: auto;
    margin-bottom:10px;
	margin-left:0px;
	margin-top:0px;
    min-height: 500px;
    width: 20%;
}
#tocbodycontainer {
	background-color:#FFFFFF;
    clear: both;
    height: auto;
    margin-left: -1px;
	position:absolute;
float:left;
    width: 941px;
}
#content {
	height: auto;
	padding-left: 24%;
	padding-right:18px;
}
#footer {
    border: 1px solid #000000;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}
#search  {
background-image:url(../images/searchbox.png);
    background-repeat: no-repeat;
    height: 26px;
    padding: 0;
    position: absolute;
    width: 215px;
	margin-bottom:10px;
}
.searchbox {
    background-color: transparent;
    border: 0 none;
    color: #999999;
    height: 24px;
    left: 9px;
    position: absolute;
    top: 1px;
    width: 200px;
}

.product_names {

	font-size: 11px;
}

.menu_names {

	font-size: 11px;
	color: #888F95;
	margin-right:5px;
}