body {
margin: 0;
background-image: url('../images/Background.jpg');
background-attachment: fixed;
}

body {
color: #fff;
font-family: arial, sans-serif;
font-size: 11px;
}

h1 {
color: #fff;
font-size: 1.65em;
margin-top: 1px;
}

.Red {
color: #a22c26;
}
.Error {
color: #c00;
}

.Spacer {
clear: both;
margin: 0;
height: 1px;
line-height: 1px;
font-size: 1px;
}

.White {
color: #fff;
}

a {
color: #fff;
}

.Button {
border: 1px solid #fff;
background-color: #5c0a0a;
color: #fff;
}

#OuterBox {
position: relative;
margin: auto;
margin-top: 0;
width: 950px;
}

#InnerBox {
margin: 0;
background-color: #000;
}


#TopAllHeartLogo {
margin-bottom: 6px;
}

#TopBritishHeartLogo {
position: absolute;
left: 482px;
}

/* Top Menu
********************************/

#TopMenu  {
/* Float Left to stop the odd sizing issue in i.e. */
margin: 0;
padding: 0;
margin-top: 9px;
margin-left: 9px;
list-style-type: none;
}

#TopMenu span, #MMShoppingBag {
float: left;
text-align: center;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
padding: 0;
width: 97px;
}

#TopMenu span a, #MMShoppingBag a {
font-family: "Times New Roman", Serif;
padding: 5px;
display: block;
text-decoration: none;
text-align: center;
color: #c98585;
background-color: #430606;
border: 1px solid #7f231c;
text-transform: uppercase;
}

#TopMenu span a:Hover {
color: #fff;
}

#MMSpecial a {
/*  This one is wider than the rest */
width: 121px;
}

#MMShoppingBag {
position: relative;
float: none;
width: 160px;
margin-bottom: 9px;
}

#MMShoppingBag a {
padding-right: 25px;
}

#MMShoppingBag a:hover {
color: #fff;
}

#MMShoppingBag #BagImage {
padding: 0;
border: none;
position: absolute;
left: 120px; 
top: -6px;
}

#MMShoppingBag #BagImage img {
border: none;
}

#MMShoppingBag a {
background-color: #330303;
}

#TopMenu span.Selected a {
position: relative;
background-color: #000;
border-color: #390400;
}

#TopMenu span.Selected a:hover {
color: #inherit;
}

.TopMenuBreak {
clear: both;
}

/* Set the specific margins for all the top buttons as each one is different! */
#MMHome {
margin-right: 8px;
}

#MMCollections {
margin-right: 8px;
}

#MMAboutUs {
margin-right: 9px;
}

#MMContact {
margin-right: 8px;
}

#MMFAQ {
margin-right: 7px;
}

#MMLinks {
margin-right: 7px;
}

#MMSpecial {
margin-right: 0;
}
/* Left Column
********************************/

#LeftColumn {
float: left;
}

#ColumnsBreak {
clear: both;
margin-bottom: 1em;
}

/* Main Content
********************************/
#MainContent {
overflow: hidden;
margin-top: 9px;
margin-left: 9px;
width: 736px;
border: 1px solid #390400;
padding: 12px;
color: #c98585;
}

/* Right Column
********************************/

#RightColumn {
margin-top: 9px;
margin-left: 776px;
width: 162px;
}

#RightBasket {
margin-top: 9px;
background-color: #4d0404;
padding: 4px;
margin-bottom: 1px;
color: #c98585;
padding: 10px;
padding-bottom: 5px;
}

#RightBasket p {
margin-top: 0;
}

#RightBasket .BasketLabel {
font-family: "Times New Roman", Times, serif;
color: #a22c26;
font-weight: bold;
}

#RightBasket .BasketField {
font-family: "Times New Roman", Times, serif;
font-size: 1.25em;
font-weight: bold;
color: #fff;
}

.BasketButton {
font-family: "Times New Roman", Serif;
text-transform: uppercase;
display: block;
text-align: center;
border: 1px solid #7f231c;
padding: 4px;
text-decoration: none;
color: #c98585;
margin-bottom: 4px;
}

.BasketButton:Hover {
background-color: #fff;
}

.BasketButtonInverted {
font-family: "Times New Roman", Serif;
text-transform: uppercase;
display: block;
text-align: center;
border: 1px solid #7f231c;
padding: 4px;
text-decoration: none;
color: #c98585;
margin-bottom: 4px;
background-color: #fff;
}

.BasketButtonInverted:Hover {
background-color: transparent;
}

#RightBarBottom {
background-color: #5c0a0a;
padding: 20px;
color: #cb7570;
background-image: url('../images/RightInfoBar.jpg');
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 195px;
}

#RightBarBottom p {
margin-top: 0;
}

/* Footer 
********************************/

#Footer {
margin: auto;
width: 890px;
}

#Footer ul {
margin: 0;
padding: 0;
float: left;
list-style-type: none;
margin-right: 6px;
width: 142px;
}

#Footer li {
margin-bottom: 2px;
/* Next line is an ie fix */
border-bottom: 1px solid #430606;
}

#Footer li a {
padding: 4px;
display: block;
text-decoration: none;
color: #9f5151;
background-color: #430606;
}

#Footer li a:hover, #Footer li.Head a:hover {
color: #fff;
}

#Footer li.Head a {
background-color: #2b0101;
}

#HRBottom {
padding-top: 1em;
clear: both;
width: 890px;
border-bottom: 1px solid #9f5151;
margin: auto;
margin-bottom: 1em;
}

