/** Define HTML-tags **/
BODY {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	background-color: #DCDCDC;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	font: 12px "Trebuchet MS";
}
TD, TEXTAREA, INPUT {
	font: 12px "Trebuchet MS";
}
A {
	color: black;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.white {
	font-size: 12px;
	color: white;
}

/** Define Classes **/
.bold {
	font-weight: bold;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 20px;
}
.larger {
	font-size: 22px;
}
.red {
	color: #F40E0C;
}
.white {
	color: white;
}
.describeProduct {
	font-size: 11px;
}
.menuLayer {
	position: absolute;
	top: 138px;
	z-index: 1;
	visibility: hidden;
	background-image: url(img/bg_layer.gif);
	border-width: 0px 1px 1px 1px; 
	border-style: solid;
	border-color: #F40E0C;
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}
.topTable {
	background: url(img/bg_wheel.jpg) no-repeat; 
	background-color: white;
}

/** Define ID's **/
#logoDiv {
	position: absolute;
	left: 25px;
	top: 25px;
}
#divLink1 {
	left: 112px;
}
#divLink2 {
	left: 182px;
}
#divLink3 {
	left: 295px;
}
#divLink4 {
	left: 415px;
}
#divLink5 {
	left: 513px;
}
#divLink6 {
	left: 569px;
}
#divLink7 {
	left: 637px;
}