* {

	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: 0.8em;

	margin-bottom: 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: 0.8em;

	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 li.bold {

	font-weight: bold;

}



#rightCol {

	float: right;

	width: 225px;

	text-align: right;

}

#rightCol img {

	margin-bottom: 7px;

}



/* claim form */





/* gift table */

table.giftTable {

	padding-top: 20px;

}

table.giftTable td img {

	margin-bottom: 7px;

}



#bottom {

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

	height: 200px;

}

#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;

	margin: 0 auto;

}

#footer table {
	margin:10px 0;
}

#footer p {

	text-align: right;

	margin: 0 80px 0 0;

	font-size: 70%;

	color: #666666;

}

#footer p a {

	color: #666666;

	text-decoration: none;

}



img#laptop {

	float: right;

	position: absolute;

	margin-top: -117px;

	padding-left: 230px;

}



h1 {

	width: 760px;

	height: 200px;

	text-indent: -9000px;

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

	display: block;

	cursor: hand;

}



.clearboth {

	clear: both;

}

.errors {

	background-color: #eee5c8;

}

.cols{
	float:left;
	width:230px;
	margin-bottom:20px;
}

.colsed{
	float:left;
	width:450px;
	margin-bottom:20px;
}

.offer {
	border: 1px solid #000;
	padding: 5px 5px 0 5px;
	font-size: 100%;
	text-align: center;
}
.offer p {
	margin-bottom: 0;
}

.col1{
	margin-right:20px;
}


.prod-table{
	font-size:75%;
	float:left;
	width:150px;
}

.prod-table td,th{
	text-align:center;
	padding:3px;
	background:#ccc;
}

.prod-table th{
	background:#9b8645;
	color:#fff;
}
