@media screen {
	#body {
		position:absolute;
		left:100px;
		top:25px;
		width:750px;
		font-family : Arial, Verdana, Helvetica, sans-serif;
		font-size : 12px;
	}
	#leftMenu {
		position:absolute;
		left:4px;
		top:150px;
	}
	#leftMenuItem {
		width:120px;
		line-height:14px;
		background-color : #FFFFFF;
		border-color : #000000;
		border-style : solid;
		border-width : 2px;
		text-align : center;
		font-size : 11px;
		font-weight : bold;
		margin-bottom : 5px;
		display : block;
	}

	#topColor {
		position:absolute;
		left:0px;
		top:0xp;
		width:740px;
		height:5px;
		background-image : url(/graphics/hdr_top.gif);
		background-repeat : repeat-x;
	}
	#topShadow {
		position:absolute;
		left:0px;
		top:5px;
		width:590px;
		height:7px;
		background-image : url(/graphics/hdr_top_shadow.gif);
		background-repeat : repeat-x;
	}
	#topEnd {
		position:absolute;
		left:740px;
		top:0px;
		width:7px;
		height:12px;
		background-image : url(/graphics/hdr_top_end.gif);
		background-repeat : no-repeat;
	}
	#bottomColor {
		position:absolute;
		left:0px;
		top:111px;
		width:740px;
		height:24px;
		background-image : url(/graphics/hdr_bottom.gif);
		background-repeat : repeat-x;
	}
	#bottomShadow {
		position:absolute;
		left:0px;
		top:135px;
		width:740px;
		height:7px;
		background-image : url(/graphics/hdr_bottom_shadow.gif);
		background-repeat : repeat-x;
	}
	#bottomEnd {
		position:absolute;
		left:740px;
		top:111px;
		width:7px;
		height:31px;
		background-image : url(/graphics/hdr_bottom_end.gif);
		background-repeat : repeat-x;
	}
	#bannerImage {
		position:absolute;
		left:590px;
		top:5px;
		width:150px;
		height:106px;
		background-image : url(/graphics/showroom.jpg);
		background-repeat : no-repeat;
	}
	#background {
		background-image : url(/graphics/background_five.gif);
		background-repeat : repeat-y;
		background-position: 16px 142px;
	}
	#backgroundShade {
		position:absolute;
		left:16px;
		top:135px;
		width:40px;
		height:7px;
		background-image : url(/graphics/background_shade.gif);
		background-repeat : no-repeat;
	}
	#bannerLinks
	{
		position:absolute;
		top:111px;
		margin-left : 15px;
		background-repeat : no-repeat;
	}
	#btnHome {
		position:absolute;
		left:40px;
		width:47px;
		height : 24px;
	}
	#btnAbout {
		position:absolute;
		width:46px;
		height : 24px;
		left:107px;
	}
	#btnTerritories {
		width:76px;
		height : 24px;
		position:absolute;
		left:173px;
	}
	#btnManufacturers {
		width:98px;
		height : 24px;
		position:absolute;
		left:269px;
	}
	#btnTradeShows {
		width:89px;
		height : 24px;
		position:absolute;
		left:387px;
	}
	#btnShowroom {
		width:76px;
		height : 24px;
		position:absolute;
		left:496px;
	}
	#btnOperations {
		width:79px;
		height : 24px;
		position:absolute;
		left:592px;
	}
}

@media print {
	#body {
		position:absolute;
		left:20px;
		top:120px;
		width:650px;
		font-family : Arial, Verdana, Helvetica, sans-serif;
		font-size : 12px;
	}
	#background {
		background-color : #FFFFFF;
	}
	#leftMenu, #leftMenuItem, #topColor, #topShadow, #topEnd, #bottomColor, #bottomShadow, #bottomEnd, #bannerImage, #backgroundShade, #bannerLinks, #btnHome, #btnAbout, #btnTerritories, #btnManufacturers, #btnTradeShows, #btnShowroom, #btnOperations {
		display:none;
	}
}
#logo {
	position:absolute;
	left:10px;
	top:12px;
	width:168px;
	height:99px;
}
#copyright {
	background-color : #FFFFFF;
    color : #000000;
    font-size : 10px;
    text-align : center;
	vertical-align : bottom;
}
#copyright HR {
	width : 75%;
	height : 1px;
}
