body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border-top: 5px solid #101C63;
}

#container {
	display: block;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #081863;
	border-right: 1px solid #081863;
}

#header {
	display: block;
	background-color: white;
	height: 60px;
	margin-top: -18px;
	padding-bottom: 15px;
}
#header img {
	border: 0px;
	margin-left: 20px;
}

#tabs {

}
#tabs a {
	width: 98px;
	height: 43px;
	font-weight: bold;
	color: white;
	line-height: 43px;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-top: -5px;
	display: block;
	float: right;
	position: relative;
	z-index: 3;
}
#tabs a:hover {
	padding-top: 7px;
}
#tabs a.cleaning {
	background: #9C1818 url(/shared/images/design/tab_red.jpg) no-repeat top left;
}
#tabs a.cleaning:hover {
	background: #9C1818 url(/shared/images/design/tab_red_l.jpg) no-repeat top left;
}
#tabs a.packaging {
	background: #101C63 url(/shared/images/design/tab_blue.jpg) no-repeat top left;
}
#tabs a.packaging:hover {
	background: #101C63 url(/shared/images/design/tab_blue_l.jpg) no-repeat top left;
}
#tabs a.maintenance {
	background: #215539 url(/shared/images/design/tab_green.jpg) no-repeat top left;
}
#tabs a.maintenance:hover {
	background: #215539 url(/shared/images/design/tab_green_l.jpg) no-repeat top left;
}

#menubar {
	position: relative;
	top: -30px;
	left: 400px;
	display: block;
	width: 250px;
}
#menubar a {
	font-weight: bold;
	text-decoration: none;
}
#menubar #maintenance, #menubar #cleaning, #menubar #packaging {
	display: none;
}
#menubar #maintenance a {
	color: #215539;
}
#menubar #cleaning a {
	color: #9C1818;
}
#menubar #packaging a {
	color: #101C63;
}
#menubar #home a {
	color: #213073;
}

#content {
	display: block;
	/*border-left: 1px solid #081863;
	border-right: 1px solid #081863;*/
	border-top: 1px solid #081863;
	background: white url(/shared/images/design/home_image_small_2_big.jpg) no-repeat top left;
	padding: 100px 0px 20px 0px;
}
#content h1 {
	font-family: Verdana;
	font-size: 110%;
	display: block;
	border-bottom: 1px solid #081863;
	margin: 5px 0px 5px 60px;
}
#content h2 {
	font-family: Verdana;
	font-size: 100%;
	display: block;
	border-bottom: 1px solid #081863;
	margin: 5px 60px 5px 0px;
	text-align: right;
}
#content p {
	margin: 15px 60px 12px 60px;
	text-align: justify;
}
#content p a {
	color: #081863;
	border-bottom: 1px solid #081863;
	text-decoration: none;
}
#content p a:hover, #content p a:visited {
	color: black;
	border-bottom: 0px;
}