.rollover a { display:block; width:94px; background-color: #FFFFFF}
.rollover a:hover { background-color: #65C4DE}

body {
	margin: 0px;
	padding: 0px;
}
.main {
	margin: 15px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.homePage {
	background-image: url(img/home_page.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}
.aboutUsPage {
	background-image: url(img/aboutUs_page.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}
.productsPageMultiRack .gallery {
	height: 70px;
	width: 75px;
	position: absolute;
	left: 640px;
	top: 310px;
}
.distributorsPage {
	background-image: url(img/intldistributors_page.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}

.productsPage {
	background-image: url(img/productPage_page.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}
.productsPageTool {
	background-image: url(img/productPage_theTool.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}
.productsPageSingleRack {
	background-image: url(img/productPage_singleRack.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}
.productsPageMultiRack {
	background-image: url(img/productPage_tripleRack.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 750px;
}

table.tool {
	position: absolute;
	left: 359px;
	top: 139px;
	width: 148px;
}

table.singleRack {
	position: absolute;
	left: 20px;
	top: 275px;
}

table.multiRack {
	position: absolute;
	left: 70px;
	top: 400px;
}

table.homeTableCombo {
	position: absolute;
	top: 196px;
	left: 490px;
}

table.homeTable {
	position: absolute;
	top: 150px;
	left: 0px;
}

table.comboTable {
	position: absolute;
	top: 222px;
	left: 445px;
}

.drag{
position:relative;
cursor:hand;
z-index: 100;
float:left;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}

table.flags {
	position:absolute;
	top: 150px;
}	

img.multiRack {
	position:absolute;
	top: 80px;
	left: 200px;
}
img.multiRackHome {
	position:absolute;
	top: 60px;
	left: 420px;
}
