@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, sans-serif;
}
a {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	border-style:hidden;
	border:hidden;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1032d2;
}
a:active {
	text-decoration: none;
}

ul {
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
	width:800px;
}

li {
	float:left;
	display:block;
	width:100px;
	height:30px;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	margin-bottom:0px;
	background-image:url(./images/menu-background.png);
}


#menuContainer {
	float:left;
	width:800px;
	min-width:800px;
}

#pageContainer {
	float:left;
	width:100%;
}

#contentContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 8px;
}

#logoContainer {
	float:left;
	margin-bottom:10px;
	text-align:left;
	text-decoration: none;
	border-style:hidden;
}

#contactContainer {
	float: right;
	font-size: 14px;
	padding-top:70px;
}

#continueContainer {
	float:left;
	width:800px;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
	height:30px;
	padding-top:10px;
	background-image:url(./images/menu-background.png);
}

#madeUKContainer {
	float:left;
	width:800px;
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	color:#620e77;
	font-weight:bold;
}

#WomanTable {
	float:left;
	margin-left:240px;
	width:320px;
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

#footerContainer {
	float:left;
	width:800px;
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
}

#errorContainer {
	float:left;
	width:800px;
	font-size:20px;
	font-weight:bolder;
}