html {
	height: 99%;
}

body {
	margin: 0;
	padding: 0;
	height: 101%;
	text-align: center;
	background: #2b73b5;
	font-family: verdana;
	color: #0c479d;
	font-size: 0.8em;
}
a {
	color: #0c479d;
}
div#distance {
	margin-bottom: -384px;
	width: 1px;
	height: 50%;
	float: left;
}
div#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 768px;
	width: 1024px;
	clear: left;
	background: white url('img/background.jpg') no-repeat top left;
	text-align: left;
}
body.laundry div#container {
	background-image: url('img/background_laundry.jpg');
}
body.household div#container {
	background-image: url('img/background_household.jpg');
}
div#about {
	position:absolute;
	top:70px;
	right:35px;
	z-index:10;
}
div#about a:visited,
div#about a {
	margin-left: 1em;
	padding: .5ex;
	font-weight:bold;
	color:#0c479d;
}
div#about a.category:hover, div#about a.active {
	background: #c0e3df;
}
div#content {
	position:relative;
	padding:185px 50px 0px 70px;
	overflow: hidden;
	height: 583px;
}
body.category div#content {
	padding-top: 180px;
}
a.cat_back {
	color:#0c479d;
	font-weight: bold;
}
div#text1 {
	position:absolute;
	top:185px;
	left:70px;
	font-weight:bold;
	font-size:1.1em;
}
div#text2 {
	position:absolute;
	top:185px;
	right:70px;
	text-align:right;
	z-index:50;
}

div#worldmap {
	position:absolute;
	top:215px;
	left:100px;
	background: url('img/worldmap.jpg') no-repeat top left;
	width:814px;
	height:482px;
}
img#clickmap {
	position:absolute;
	top:0;
	left:0;
	width:814px;
	height:482px;
	border:none;
	z-index:10;
}
div#countryContainer {
	position:absolute;
	opacity: 0.7;
	filter:alpha(opacity=70);
	font-weight:bold;
	z-index: 20;
}
a.country:visited,
a.country {
	text-decoration:none;
	color:#0c479d;
}
a.country:hover {
	text-decoration:underline;
}
div#countryListing {
	background-color:white;
	padding:0 10px;
}
div#scrollContainer {
	position:absolute;
	top:510px;
	left:70px;
	width: 120px;
	height: 210px;
	background: white;
	z-index:100;
}
div#previous {
	position:absolute;
	top:600px;
	left:45px;
	z-index:120;
}
div#next {
	position:absolute;
	top:600px;
	left:190px;
	z-index:120;
}
div#scrollContainer img {
	margin-right: 1em;
}

div#copyright {
	position: absolute;
	right: 35px;
	bottom: 1ex;
	font-weight: normal;
}

body.category h2 {
	margin: 0ex 0ex .3ex 0ex;
	font-size: 180%;
}
body.category p {
	margin: 0ex;
	font-size: 110%;
}
body.category p#disclaimer {
	margin-top: 1ex;
	font-size: 75%;
	text-align: right;
}
a#home {
	position: absolute;
	top: 29px;
	left: 84px;
	display: block;
	width: 202px;
	height: 77px;
	opacity: 0;
	filter: alpha(opacity = 0);
	background: white;
}
div.content {
	position: absolute;
	top: 185px;
	left: 34px;
	width: 956px;
}
div.content h1 {
	text-align: right;
	margin-right: 30px;
}
div.content table {
	border-collapse: collapse;
	width: 80%;
	margin-left: 20%;
}
div.content table td {
	vertical-align: middle;
	padding-top: 15px;
}
div.content table td.text {
	vertical-align: top;
	width: 350px;
}
div.content table td.packshots {
	
}
div.content table td p {
	margin-top: 0;
}
a img {
	border: none;
}
td.link a {
	text-decoration: none;
}
td.link {
	text-align: center;
	font-weight: bold;
}
td.link img {
	margin-top: 5px;
}
