* {

	padding: 0;

	margin: 0;

}



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1em;

}



img {

	border: none;

}



#outer {

	background: url(../img/bg-slice.jpg) top center repeat-y;

}

#wrapper {

	width: 760px;

	margin: 0 auto;

}

#inner {

	width: 716px;

	margin: 0 auto;

}



#inner p, #inner ul {

	color: #000000;

	font-size: 80%;

	margin-bottom: 10px;

}


#inner ol{
	margin-left:10px;	
}

#inner ul{

	margin-left:40px;	

}



#navigation {

	width: 630px;

	height: 33px;

	float: left;

	margin-bottom: 10px;

}

#navigation ul {

	margin:0;

	list-style: none;

}

#navigation ul li {

	margin-right: 5px;

	float: left;

}

#navigation ul li a {

	color: #e11838;

	font-size: 60%;

	cursor: hand;

}



/* navigation: home */

#navigation ul li.navHome {

	width: 121px;

	height: 33px;

	position: relative;

}

#navigation ul li.navHome a span {

	width: 100%;

	height: 100%;

	position: absolute;

	background: transparent url(../img/navHome.gif) 0 0 no-repeat;

}

#navigation ul li.navHome a:hover span {

	background-position: 0 -33px;

}

#navigation ul li.curHome a span {

	background-position: 0 -33px;

}



/* navigation: how it works */

#navigation ul li.navHowItWorks {

	width: 121px;

	height: 33px;

	position: relative;

}

#navigation ul li.navHowItWorks a span {

	width: 100%;

	height: 100%;

	position: absolute;

	background: transparent url(../img/navHow.gif) 0 0 no-repeat;

}

#navigation ul li.navHowItWorks a:hover span {

	background-position: 0 -33px;

}

#navigation ul li.curHowItWorks a span {

	background-position: 0 -33px;

}



/* navigation: claim */

#navigation ul li.navClaim {

	width: 121px;

	height: 33px;

	position: relative;

}

#navigation ul li.navClaim a span {

	width: 100%;

	height: 100%;

	position: absolute;

	background: transparent url(../img/navClaim.gif) 0 0 no-repeat;

}

#navigation ul li.navClaim a:hover span {

	background-position: 0 -33px;

}

#navigation ul li.curClaim a span {

	background-position: 0 -33px;

}



/* navigation: gift ideas */

#navigation ul li.navGifts {

	width: 121px;

	height: 33px;

	position: relative;

}

#navigation ul li.navGifts a span {

	width: 100%;

	height: 100%;

	position: absolute;

	background: transparent url(../img/navGifts.gif) 0 0 no-repeat;

}

#navigation ul li.navGifts a:hover span {

	background-position: 0 -33px;

}

#navigation ul li.curGifts a span {

	background-position: 0 -33px;

}



/* navigation: gift terms and conditions */

#navigation ul li.navTerms {

	width: 120px;

	height: 33px;

	position: relative;

}

#navigation ul li.navTerms a span {

	width: 100%;

	height: 100%;

	position: absolute;

	background: transparent url(../img/navTerms.gif) 0 0 no-repeat;

}

#navigation ul li.navTerms a:hover span {

	background-position: 0 -33px;

}

#navigation ul li.curTerms a span {

	background-position: 0 -33px;

}



#leftCol {

	float: left;

	width: 485px;

	padding-top: 20px;

}

#leftCol h4 {

	margin-bottom: 10px;

}

#leftCol h5 {

	margin-bottom: 10px;

}

#leftCol p {

	color: #000000;

	font-size: 75%;

	margin-bottom: 10px;

}

#leftCol p.bold {

	font-weight: bold;

}

#leftCol a {

	color: #000000;

	font-weight: bold;

}

#leftCol ol {

}

#leftCol ol li {

	color: #000000;

	font-size: 75%;

	margin-bottom: 10px;

	margin-left: 25px;

}

#leftCol ol.bold li{

	font-weight: bold;

}



#rightCol {
	float: right;
	width: 225px;
	text-align: right;
	z-index:50;
}

#rightCol img {

	margin-bottom: 7px;

}



/* claim form */

#leftCol p.buttonrow {

	text-align: right;

}

#leftCol form div.formrow1 {

	display: block;

	float: left;

	clear: left;

	width: 515px;

	margin-bottom: 5px;

}

#leftCol form div.formrow2 {

	width: 239px;

	margin-bottom: 5px;

	float: left;

	font-size: 75%;

	color: #000000;

}

#leftCol form div.formrow1 label {

	color: #666666;

	float: left;

	width: 450px;

	text-align: right;

	margin-right: 5px;

	margin-bottom: 10px;

	font-size: 75%;

}

.formrow2full label {

	color: #000000;

	text-align: right;

	float: left;

	width: 150px;

	margin-right: 5px;

	font-size: 75%;

}

#leftCol form div.formrow2 label {

	color: #000000;

	text-align: right;

	float: left;

	width: 120px;

}

.formrow4 label {

	color: #666666;

	font-size: 75%;

	text-align: right;

	float: left;

	width: 250px;

	margin-right: 10px;

}



#leftCol form label {

	float: left;

	text-align: right;

	margin-right: 5px;

}

#leftCol form label.long {

	width: 400px;

}

#leftCol form select {

	padding: 2px;

	margin-bottom: 3px;

	font-size: 80%;

}

#leftCol form select.products {

	width: 300px;

}

#leftCol form input[type~="radio"] {

	margin-bottom: 3px;

}

#leftCol form input[type~="text"] {

	border: 1px solid #9a864b;

	padding: 2px;

	margin-bottom: 3px;

	font-size: 80%;

	width: 300px;

}



/* gift table */

table.giftTable {

	padding-top: 20px;

}

td img {

	margin-bottom: 7px;

}



#bottom {

	background: url(../img/bg-slice.jpg) top center repeat-y;

	height: 200px;
	z-index:8;
}

#foot {

	padding-top: -40px;

	background: url(../img/bg-foot.jpg) bottom center no-repeat;

	margin: 0 auto;

	padding-bottom: 20px;

	height: 200px;

}



#footer {

	width: 760px;
	position:relative;
	margin: 0 auto;

}

#footer p {

	text-align: right;

	margin-right: 80px;

	font-size: 70%;

	color: #666666;

	margin-top: -35px;

}

#footer p a {

	color: #666666;

	text-decoration: none;

}



img#laptop {

	float: right;

	position: absolute;

	top: -137px;

	right: 240px;
	width:288px;
	height:212px;
}

img#laptop.ie{
	position:relative;
	top:0;
	right:0;
	width:210px;
	height:155px;
	float:none;
	margin-top:10px;
	margin-bottom:-50px;
}


h1 {

	width: 760px;

	height: 200px;

	text-indent: -9000px;

	background: url(../img/header.jpg) top no-repeat;

	display: block;

	cursor: hand;

}

h1.ie{
	background-image:url(../img/header-ie.jpg);	
}


.clearboth {

	clear: both;

}

.errors {

	background-color: #eee5c8;

}




