/* GLOBALHEADER */
#globalheader { 
width: 800px; 
height: 105px;  
position: relative; 
z-index: 9998; 
position: absolute;
top: 490px;
left: 0px;
}

.HomePage {
font-size: 14px;
line-height: 26px;
}

.SpacedText {
font-size: 14px;
line-height: 26px;
}

#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 200px; height: 0; padding-top: 105px; overflow: hidden; }
#globalheader #globalnav li a { background-image: url(images/offers.png); background-repeat:no-repeat ; }

/* BUTTONS */
#globalheader #globalnav li#Option2 a { background-position: 0 0; }
#globalheader #globalnav li#Option2 a { background-position: -200px 0; }
#globalheader #globalnav li#Option3 a { background-position: -400px 0; }
#globalheader #globalnav li#Option4 a { background-position: -600px 0; }

/* OVER STATES */
#globalheader #globalnav li#Option1 a:hover { background-position: 0 -111px; }
#globalheader #globalnav li#Option2 a:hover { background-position: -200px -111px; }
#globalheader #globalnav li#Option3 a:hover { background-position: -400px -111px; }
#globalheader #globalnav li#Option4 a:hover { background-position: -600px -111px; }

#container {
position: relative;
width: 800px;
height :600px;
background:#FFFFFF;
border: 1px solid #000000;
text-align: left;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding:0px;
}

#MainImage {
position: absolute;
top: 220px;
left: 401px;
text-align:centre;
}

#Thumbs {
	position: absolute;
	top: 220px;
	left: 722px;
}
#GiftImage {
	position: absolute;
	top: 206px;
	left: 401px;
}

#Footer {
width:800px;
position: absolute;
top: 620px;
left: 0px;
text-align:center;
}

#TopNav {
position: absolute;
top: 174px;
left: 0px;
width:800px;
height:22px;
background:#332A86;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
letter-spacing:1.5px;
display:inline;
}


body {
padding: 0;
text-align: center;
color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-bottom:0px;
background-color:#A9D5FF
}

TD {
padding-right:10px;
padding-bottom:10px;
}

#logo {
position: absolute;
top: 0px;
left: 0px;
width:800px;
}

#maintext {
position: absolute;
top: 220px;
left: 32px;
width:345px;
}

#maintext,#maintextWIDE, .TextStyle {
font-size:12px;
color:#6D6F72;
font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#6D6F72;
}
a:visited {
	color:#6D6F72;
}
a:hover {
	color:#6D6F72;
}
a:active {
	color:#6D6F72;
}

#maintextWIDE {
position: absolute;
top: 220px;
left: 32px;
width:757px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	text-decoration: none;
	padding:4px;
	color: #fff;
}
#navcontainer ul li a:hover {
	color: #FFCC66;
}
