/* basic settings  */

body {
	background-color: #CCCCCC;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/* font styles  */

.white_font {
	color: #FFFFFF;
	}

.white_bold {
	color: #FFFFFF; 
	font-weight: bold; 
}
.text_14px {
	font-size: 14px;
	font-weight: bold;
}

/* containers  */


#root_container {
	position:absolute;
	width:749px;
	z-index:1;
	left:50%;
	margin-left:-375px;
	background-color: #FFFFFF;
	background-image: url(images/right_shadow.gif);
}
#top_shadow {
	position:relative;
	width:749px;
	height:7px;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(images/top_shadow.gif);
}
#top_part {
	position:relative;
	width:749px;
	height:290px;
	z-index:1;
}
#middle_part {
	position:relative;
	width:719px;
	z-index:2;
	padding:12px;

}
#bottom_part {
	position:relative;
	width:749px;
	height:171px;
	z-index:3;

}
#bottom_shadow {
	position:relative;
	width:749px;
	height:6px;
	z-index:5;
	background-image: url(images/bottom_shadow.gif);
}
#wtr_logo {	position:absolute;
	width:153px;
	height:44px;
	z-index:3;
	left: 560px;
	top: 16px;
	background-image: url(images/wtr_logo.jpg);
}
#bottom_red_background {
	position:absolute;
	width:741px;
	height:68px;
	z-index:6;
	left: 0px;
	top: 103px;
	background-color: #CC0001;
}
#removals {
	position:absolute;
	width:145px;
	height:63px;
	z-index:1;
	left: 9px;
	top: 28px;
}
#delivery {
	position:absolute;
	width:129px;
	height:53px;
	z-index:2;
	left: 185px;
	top: 28px;
}
#storage {
	position:absolute;
	width:146px;
	height:54px;
	z-index:3;
	left: 359px;
	top: 28px;
}
#packing {
	position:absolute;
	width:150px;
	height:78px;
	z-index:4;
	left: 536px;
	top: 28px;
}
#bottom_text {
	position:absolute;
	width:347px;
	height:21px;
	z-index:1;
	left: 20px;
	top: 32px;
}

#bottom_telephone {
	position:absolute;
	width:102px;
	height:20px;
	z-index:2;
	left: 382px;
	top: 32px;
}
#top_title {
	position:absolute;
	width:503px;
	height:44px;
	z-index:1;
	left: 16px;
	top: 13px;
	background: url(images/top_logo.gif) no-repeat;
	background-image: url(images/top_logo.gif);
}


#top_right_menu {
	position:absolute;
	width:154px;
	height:15px;
	z-index:5;
	left: 564px;
	top: 39px;
}

#services_container {
	position:absolute;
	width:699px;
	height:118px;
	z-index:7;
	left: 22px;
	top: 5px;
	background-image: url(images/services_menu.gif);
}

#main_text {
	position:relative;
	width:678px;
	z-index:8;
	left: 20px;
}
