/* 
    hide unwanted elements 
*/

#footer-top, #footer, #footer-bottom {
	display: none;	
}

/* 
    general element styles 
*/

a, a:visited, a:hover {
    color: Blue;
}

body {
    background-color: #fff;
    color: #000;
    font-family: Times New Roman, Verdana, Arial;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

h3 {
    font-size: large;
}

img {
    border: none;
}

table {
    border: 1px solid black;
}

/* 
    structural element styles 
*/

#sidebarcontainer {
	float: right;
	font-size: .8em;
	margin-left: 10px;
	width: 220px;
}

#ctl00_spmp_ProductContactHeader 
{
	display: none;
	height: 0;
}

