#sidebar img[src='images/faq/lucascryingcompressed.png']
{
position: relative;
width: 300px;
top: 75px;
left: -25px;
}

.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tree li {
    padding-left: 20px;
	text-align: left;
}

.branch{
display:inline-block;
cursor:pointer;
cursor:hand;
font-weight: 700;
color: #5A3921;
}

.branch img{
height: 10px;
padding-right: 4px;
}

.bold{
font-weight:bold;
}

.QAblock{
padding-top: 0px;
padding-bottom: 0px;
}

#insulation{
padding-left: 50px;
padding-right: 50px;
padding-top: 25px;
padding-bottom: 25px;
}

#insulation h1{
font-size: 45px;

}

#qaBox{
height:auto;
margin-top: 16px;
margin-left: 20px;
width: 600px;
padding-top: 20px;
padding-bottom: 55px;
float: left;
}

#rightBox
{
float:right;
width: 275px;
height: 540px;
position: relative;

}

#rightBox img[src='images/faq/drillcompressed.png']
{
width: 225px;
position: relative;
top: 50px;
left: -25px;


transform:rotate(20deg);
-ms-transform:rotate(20deg); /* IE 9 */
-webkit-transform:rotate(20deg); /* Safari and Chrome */
}

#toolContainer
{
float: right;
height:100%;
}

#toolContainer img[src='images/faq/screwdrivercompressed.png']
{
height: 215px;
position: relative;
left: -45px;
top: -20px;

transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
}

#toolContainer img[src='images/faq/wrenchcompressed.png']
{
width: 300px;
position: relative;

transform:rotate(-45deg);
-ms-transform:rotate(-45deg); /* IE 9 */
-webkit-transform:rotate(-45deg); /* Safari and Chrome */
}

#bottomBox
{
width: 100%;
clear: left;
float: left;
}

#bottomBox img
{
padding-left: 20px;
padding-right: 20px;
padding-top: 100px;
width: 100%;
position: relative;
left: -150px;
}