@charset "UTF-8";

/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; 
font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus {outline: 0;}
body {line-height: 1.5;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote, q {quotes: "" "";}
img {margin: 0; padding: 0;}
a img { border: none; }


/* Default Setting (960)
-------------------------------------------------------------- */

* { margin: 0; padding: 0; }

html { height:101%; }

body {
	font: 12px/17px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #444;
	background: #fff url(christmas-hampers-assets/bg-tile.jpg) repeat;
	margin: 0;
	padding: 0;
	}


/* Layout
-------------------------------------------------------------- */

#wrap { margin: 0 auto; width: 960px; }

#header {
	background: #762b35 url(christmas-hampers-assets/header.gif);
	padding: 20px 0 0 20px;
	width: 940px;
	height: 150px;
	margin-bottom: 30px;
	}

#main { width: 630px; float: left; }
#side { width: 300px; float: right; }	

.list-item {
	width: 630px;
	overflow: hidden;
	}

.list-item .image {
	border: 1px solid #d8a845;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	}

.list-item  .details {
	width: 290px;
	float: left;
	overflow: hidden;
	}		


/* Headings
-------------------------------------------------------------- */
	
h1 {
	font-weight: bold;
	color: #000;
	margin-bottom:10px;
	font-size: 16px;
	}
	
/*
#762b35; red
#d8a845; yellow
*/


/* Text elements
-------------------------------------------------------------- */

p { padding-bottom:10px; }

p em { font-style: oblique; }
p strong { color: #000; }

a { color: #762b35; }
a:hover { text-decoration:none; }

ul { 
	list-style: disc; 
	margin-left: 20px;
	}

li	{ padding-bottom: 5px; }	

.side-info {
	background-color: #f6da91; 
	padding: 15px;
	}

.highlight { 
	background-color: #f9efd6; 
	padding: 15px;
	}

hr	{ 
	color: #762b35; 
	background: #762b35; 
	border: 0; 
	height: 1px; 
	margin: 30px 0; 
	}

div.clear { clear: both; }

.left { float: left; }
.right { float: right; }
	

/* Footer
-------------------------------------------------------------- */		

#footer {
	border-top: 3px solid #762b35;
	font-size: 11px;
	height: 120px;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
	}

#footer a { text-decoration: underline; }
#footer a:hover { text-decoration: none; }
	