﻿.newsTickerDiv
{
	position:relative;
	width:100%;
	height: 25px;
	border-bottom: solid 1px #cccccc;
	background-color: #eeeeee;
}
.contentDiv
{
	position:absolute;
	left:10px;
	width:600px;
	height: 250px;
	overflow:hidden;
	top:130px;
}
.newProductsDiv
{
	position:absolute;
	width: 177px;
	overflow:hidden;
	left: 615px;
	top:126px;
}
.newProductsBackground
{
	background-image: url(../../images/template/newProductsBk.jpg);
	background-repeat:no-repeat
}
.catalogueDiv
{
	position:absolute;
	left:10px;
	width:600px;
	height: 250px;
	overflow:hidden;
	top:405px;	
}
.sideBar1Div
{
	position:absolute;
	left:615px;
	width:177px;
	height: 250px;
	overflow:hidden;
	top:405px;	
}
.hr1
{
color:#66ccff;
position:absolute;
top:390px;
height: 6px;
width:780px;
left:10px;
}
