html, body {
	height: 100%;
}

p, h3, h2, h4, h5, #lowernav ul {
	margin: 0; padding: 0;	
}

body, #page {
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

body {
	background-color: #f4f4f4;
}

p {
	line-height: 20px;
	padding-bottom: 14px;
	text-align: justify;
}


/* ----------- headers ------------- */

	h1 {
		font-size: 16px;
	}

	h2 {
		font: 24px Arial, Helvetica, sans-serif;
		color: #cc9933;
		padding-top: 22px;
		margin-bottom: -3px;
	}
	
	h3 {
		font: 18px Arial, Helvetica, sans-serif;
		color: #999999;
		margin: 0px;
		padding: 15px 0;
	}
	
	h4 {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		padding: 8px 0 14px 0;
		color: #cc9933;
		font-weight: bold;
	}
	
	h5 {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		padding: 8px 0 14px 0;
		color: #cc9933;
		font-weight: normal;
	}
	
/* ---------- links ----------- */

	a:link, a:visited {
		color: #1a8cce;
		text-decoration: none;
	}
	
	a:hover {
		color: #cc5013;
	}


/* ------- layout divs -------- */

	#header {
		background-color: #d5c19a;
		height:93px;
		margin: 0; padding: 0;
	}	
	
	#hdrcontent {
		background: no-repeat url(images/hdr-bg.jpg); 
		width: 700px;
		height: 93px;
		margin: auto;
		padding: 0;
		background-position: 0 0;
	}
	
	#content {
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;	
		width: 100%;
		overflow:hidden;
	}
	
	#title, #interface, #lowernav {
		margin: 0;
		padding: 0;	
	}
	
	#interface {
		float: left;
		width: 681px;	
		padding-left: 18px;
		margin-right: 0px;
		border-left: solid #CCCCCC 1px;
	}
	
	#main {
		float: left;
		width: 531px;	
		padding-left: 18px;
		margin-right: 0px;
		border-left: solid #CCCCCC 1px;
	}
	
	#main td {
		border-top: #eaeaea solid 1px;
	}
	
	.smalltext {
		font-size: 10px;
	}

	
	#side {
		float: left;
		width: 150px;
		height: 100%;
		padding: 0;
	}
	
	#extra {
	
	}
	
	#imagepre {
		float: right;
		padding: 10px;
		margin: 0 0 15px 15px;
		border: #e1e1e1 solid 1px;
	}
	
	#imagepre p {
		padding: 0; margin: 0;
		margin-bottom: -5px;
		text-align: center;
		font-size: 10px;
	}
	
	#container {
		width: 700px;
		text-align:left;
		margin: auto;
		position: relative;
	}


/* ---- Title Image Replacement ---- */

	#title h1 {
		bottom: -34px;
		width: 276px;
		height: 59px;
		position: relative;	
		margin: 0; padding: 0;
	}
	
	#title span {
		background: url(images/hdr-title.gif) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
	}


/* --- Rollover Navigation --- */

	#nav {
		height: 33px;
		background-color: #f4f4f4;
		margin: 0; padding: 0;
	}
	
	#nav li {
		height: 33px;
		display: inline;
		margin: 0; padding: 0;
	}
	
	#nav ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		white-space: nowrap;
		clear: both;
		margin: 0; padding: 0;
		position: absolute;
	}
	
	#navlist {
		width: 700px;
		margin: auto;
		padding: 0;
	} 
	
	/* Individual button style */
	
		#search {
			width: 80px; height: 66px;
			background: url(images/btn-search.gif);
		}
		
		#search a {
			background-image: url(images/btn-search.gif);
		}
		
		#giftpacks {
			width: 106px; height: 66px;
			background-image: url(images/btn-giftpacks.gif) 
		}
		
		#giftpacks a {
			background-image: url(images/btn-giftpacks.gif);
		}
		
		#gifts {
			width: 76px; height: 66px;
			background-image: url(images/btn-gifts.gif) 
		}
		
		#gifts a {
			background-image: url(images/btn-gifts.gif);
		}
		
		#makeyourown {
			width: 208px; height: 66px;
			background-image: url(images/btn-makeyourown.gif) 
		}
		
		#makeyourown a {
			background-image: url(images/btn-makeyourown.gif);
		}
		
		#myaccount {
			width: 121px; height: 66px;
			background-image: url(images/btn-myaccount.gif) 
		}
		
		#myaccount a {
			background-image: url(images/btn-myaccount.gif);
		}
		
		#shoppingcart {
			width: 109px; height: 66px;
			background-image: url(images/btn-shoppingcart.gif) 
		}
		
		#shoppingcart a {
			background-image: url(images/btn-shoppingcart.gif);
		}
	
	/* ----------------------- */
	
	#search, #giftpacks, #gifts, #makeyourown, #myaccount, #shoppingcart {
		float: left;
		clear: right;
		background-repeat: no-repeat;
		background-position: 0 -33px;
	}
	
	#search a, #giftpacks a, #gifts a, #makeyourown a, #myaccount a, #shoppingcart a {
		display: block;
		margin: 0; padding:0;
		width: 100%; height: 100%;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#search a:hover, #giftpacks a:hover, #gifts a:hover, #makeyourown a:hover, #myaccount a:hover, #shoppingcart a:hover {
		background-image: none;
	}
	
	#search span, #giftpacks span, #gifts span, #makeyourown span, #myaccount span, #shoppingcart span {
		display: block;
		width: 0; height: 0;
		overflow: hidden;
	}


/* ---- Subnav list navigation ----- */

	#subnav {
		margin-top: -55px;
		position: relative;
		text-align: right;
		float:right;
	}
	
	#subnav ul {
		line-height: 1.8em;
		font-size: 11px;
		list-style: none;
		margin: 0; padding: 0;
	}
	
	#subnav a:link, #subnav a:visited {
		color: #8e640f;
		text-decoration: none;
	}
	
	#subnav a:hover {
		color: #cc5013;
	}


/* --- Lower Rollover Navigation --- */


	#lowernav {
		float: left;
		clear: both;
		height: 25px;
		padding: 22px 0 10px 0;
	}
	
	#lowernav li {
		height: 25px;
		display: inline;
	}
	
	#lowernav a {
		display: block;
		margin: 0; padding:0;
		width: 100%; height: 100%;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#lowernav a:hover {
		background-image: none;
	}
	
	#lowernav span {
		display: block;
		width: 0; height: 0;
		overflow: hidden;
	}
	
	#back, #toppage {
		float: left;
		clear: right;
		background-repeat: no-repeat;
		background-position: 0 -25px;
	}
	#back {
		width: 61px; height: 50px;
		background-image: url(images/btn-back.gif);
	}
	
	#back a {
		background-image: url(images/btn-back.gif);
	}
	
	#toppage {
		width: 108px; height: 50px;
		background-image: url(images/btn-top.gif);
	}
	
	#toppage a {
		background-image: url(images/btn-top.gif);
	}


/* ----- footer ----- */

	#footer {
		padding: 16px;
		text-align: center;
		font-size: 9px;
		color: #999999;
		background-color: #f4f4f4;
	}
	
	#footer a:link, #footer a:visited {
		color: #999999;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #cc5013;
	}





	#side {
		margin-top: 20px;
	}
	
	#side ul {
		list-style-type: none;
		margin: 0 24px 0 0; 
		padding: 0;
	}
	
	#side li {
		width: 100%;
		border-bottom: #eaeaea solid 1px;
	}
	
	#side a {
		display: block;
		margin: 0px;
		padding: 8px;
	}
	
	#side a:hover {
		background: #fafafa;
	}
	
	#side h4 {
		margin-right: 24px;
		border-bottom: #cccccc solid 1px;
		color: #cc9933;
		padding: 8px 0;
	}
	
	.required {
		font-size: 10px;
		color:#CC0000;
	}
	
	.smalltext {
		font-size: 10px;
		line-height: 15px;
	}
	
	.greytext {
		color:#999999;
	}
	
	.readmore {
		color:#999999;
		white-space: nowrap;
	}
	
	hr {
		background-color: #CCCCCC;
		height: 1px;
		border: none;	
	}

#freeshipping {
	width: 389px;
	height: 28px;
	margin-top: 12px;
	background: url(../templates/images/freeshipping.gif) no-repeat;
}

#freeshipping p {
	display: none;
}
