@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
p {
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	background-color: #F5F5F5;
}
h3 {
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	color: #EB008B;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #EB008B;
	padding-top: 7px;
	background-color: #F5F5F5;
}
.address p {
	margin:0px;
	padding:0px;
}
.centreContent #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/tile.jpg);
	background-repeat: repeat-y;
}
.centreContent #header {
	padding: 40px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 780px;
}
.centreContent #header  img{
	padding-top:20px;
	padding-left: 36px;
}
div.address {
	font-size: 10px;
	font-weight: bold;
	color: #4E4E50;
	line-height: 12px;
	clear: both;
	height: 160px;
}

div.nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EB008D;
	border-bottom-color: #EB008D;
	border-left-color: #EB008D;
	margin-top: 0px;
	float: left;
	width: 222px;
	margin-left: 30px;
	margin-bottom: 60px;
	
}
.centreContent #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.centreContent #mainContent {
	padding: 0 58px 0 167px;
	clear: both;
}
.centreContent #midContent {
	clear: both;
	min-height: 300px;
}
.centreContent #footer {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 55px;
	padding: 0 58px 0 38px;
	margin-top:30px;
	clear: both;

}
.centreContent #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EB008D;
}
div.address p.mid {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4D4F;
	padding-right: 20px;
	margin-right: 10px;
	padding-left: 55px;
	clear: none;
	float: left;
}
div.address img {
	clear: none;
	float: left;
	border:none;
	margin-bottom: 60px;
}
div.nav ul, div.nav li{
	padding:0px;
	margin:0px;
	list-style-type: none;
	display: inline;
	clear:both;
}
a:link,  a:visited{
	color: #4E4E50;
	text-decoration: none;
}
a:hover{
	color: #EC008B;
}
div.nav a:link, div.nav a:visited{
	text-transform: uppercase;
	color: #4E4E50;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 12px;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 1px;
}
div.nav a:hover{
	color: #FFF;
	background-color: #EB008D;
	padding-left: 3px;
}
div.banner {
	float: left;
	padding-top:50px;
	margin-left: -126px;
}
div.leftCol {
	float: left;
	clear: left;
	width: 120px;
	margin-left: -130px;
	margin-top: 60px;
}
div.linkGroup
{
    margin-bottom: 40px;
}
div.linkGroup strong
{
    display: block; clear: left;
}
div.linkGroup a
{
    clear: left; display: block;
}
div.linkGroup a.selected
{
    color: #eb008b;
}
div.deals p {
	padding-bottom:5px;
	padding-right:5px;
	line-height: 16px;
	padding-top: 3px;
}
div.deals table  {
	padding-bottom:20px;
}
div.deals table td {
	vertical-align:top;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E40288;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E40288;
}
div.deals table td.first {
	padding:0px;
	border-left-style: none;
	width: 90px;
}
div.deals table td.first2 {
	padding:0px;
	border-left-style: none;
}
div.deals table td.first img {
	display: block; margin: 0; padding: 0; border: none;
}

div.deals table td a {
	font-weight: bold;
	text-decoration: underline;
	color: #eb008b;
	clear: left;
	display:block;
	float: left;
}

div.deals table td a:hover {
	color: #000;
}

ul.pressReleases{
	padding: 0 15px;
	margin: 0;
}
ul.pressReleases li{
}
ul.pressReleases li a
{
	text-decoration: underline;
}

