* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	background-color: #B0DED3;
	color: #000000;
	background-image: url(../im/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	overflow-x: hidden;
}
.break {
	clear: both;
}

#header {
	height: 145px;
	background-image: url(../im/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#header a#logo img {
	border: none;
	float: left;
	background-image: url(../im/bubble_bg.png);
	background-position: -500px -500px;
	background-repeat: no-repeat;
}


#header h1 a {
	display: block;
	float: left;
	background-image: url(../im/logo.gif);
	width: 287px;
	height: 37px;
	margin: 20px 0 5px 0;
}
#header h1 a span {
	display: none;
}
#header p {
	width: 440px;
	color: #895A33;
	font-size: 13px;
	line-height: 150%;
}
#header p strong {
	color: #FF1A49;
	font-size: 15px;
}

* html #header p { /* ie6 */
	position: absolute;
	margin: 60px 0 0 -285px;
}
html>body #header p { /* ie7 */
	*position: absolute;
	*margin: 60px 0 0 -285px;
}

#header #search {
	width: 350px;
	float: right;
	margin: -95px 10px 0 10px;
	text-align: right;
}
* html #header #search {
	width: 370px;
	position: absolute;
	right: 10px;
	top: 105px;
}
html>body #header #search { /* ie7 */
	*width: 370px;
	*position: absolute;
	*right: 10px;
	*top: 105px;
}

#header #search div#amazonAssociate a img {
	border: none;
	margin-bottom: 8px;
}
#header #search input#query {
	width: 274px;
	height: 32px;
	border: none;
	background-color: #D7EFED;
	background-image: url(../im/search_bg.gif);
	font-size: 22px;
	color: #BDCDCA;
	padding: 7px 10px 0 10px;
}

#header #search input#goButton {
	margin-bottom: -11px;
}
* html #header #search input#goButton {
	margin-bottom: -4px;
}
html>body #header #search input#goButton { /* ie7 */
	*margin-bottom: -4px;
}

div#tagCloud {
	margin: 20px 50px 0 50px;
	text-align: center;
}
div#tagCloud a {
	color: #10362D;
	text-decoration: none;
}
div#tagCloud a:visited {
	color: #608A80;
}
div#tagCloud a:hover {
	background-color: #D7EFED;
	color: #1C6353;
}
div#tagCloud span#allTags a {
	color: #FF0F3F;
	font-size: 85%;
	font-weight: bold;
}



#products {
	margin: 20px 50px 0 50px;
}

#products div.product {
	float: left;
	background-image: url(../im/product_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	margin: 10px;
}
#products div.product a {
	display: block;
	height: 162px;
	width: 162px;
	cursor: pointer;
	cursor: hand;
	margin: 10px 0 0 10px;
}
#products div.product img {
	border: none;
	position: absolute;
}

#products div.product span {
	display: block;
	width: 65px;
	height: 52px;
	position: absolute;
	margin-top: -160px;
	margin-left: 105px;
	background-image: url(../im/sticker.gif);
	font-family: Impact, Techno, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 13px;
	letter-spacing: .05em;
}
* html #products div.product span {
	letter-spacing: 0;
	background-image: url(../im/sticker.gif);
}

#products div.product span del {
	font-size: 10px;
	display: block;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	text-decoration: line-through;
}
#products div.product div.cp {
	display: none;
}
#products div.product .rating {
	width: 55px;
	float: right;
	margin: -12px 40px 0 0;
	background: url(../im/star_x_grey.gif) 0 0 repeat-x;
}
* html #products div.product .rating {
	margin-left: 40px;
}
#products div.product .rating div {
	height: 12px;
	background: url(../im/star_x_orange.gif) 0 0 repeat-x;
}


div#content {
	background-image: url(../im/trees.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: -10px;
	min-height: 400px;
}
* html div#content {
	height: 400px;
}
#content h1 {
	color: #394229;
	font-size: 120%;
	font-weight: normal;
	margin: 10px 5px 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #96BDB4;
}

div#treeSpacer {
	float: right;
	width: 200px;
	height: 400px;
}


div#footer {
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #32391D;
	height: 79px;
}
div#footer a {
	color: #32391D;
}
div#footer a:hover {
	color: #171A0D;
	text-decoration: none;
}

div#footer div.panel {
	width: 227px;
	height: 44px;
	float: left;
	background-image: url(../im/footer_panel_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 8px 5px 0 5px;
	padding: 10px;
}
div#footer div#aboutUs ul {
	list-style: none;
	margin-top: 5px;
}
div#footer div#aboutUs li  {
	display: inline;

}

div#footer div#coupons a {
	display: block;
	height: 47px;
	background-image: url(../im/rmn_button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 53px;
	text-decoration: none;
	font-size: 14px;
	line-height: 140%;
}
div#footer div#coupons a strong {
	font-weight: normal;
	font-size: 17px;
}
div#footer div#coupons a:hover {
	color: #171A0D;
	background-position: 0 -100px;
}

a.trigger {
	text-decoration: none !important;
}
div.tooltip {
	width: 135px;
	height: 147px;
	overflow: hidden;
	background-image: url(../im/bubble_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 999;
	padding: 5px 10px 5px 35px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	position: absolute;
}
* html div.tooltip {
	background-image: url(../im/bubble_bg.gif);
}
div.tooltip strong {
	font-size: 16px;
	color: #FF0A3C;
}
div.tooltip h5 {
	color: #000000;
	font-size: 110%;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 6px;
}



div#pagination {
	clear: left;
	padding: 10px;
}

div#pagination ul {
	list-style: none;
}
div#pagination ul li {
	float: left;
	margin-right: 8px;
}
div#pagination ul li a, div#pagination ul li strong {
	display: block;
	padding: 8px 14px;
	border: 1px solid #96BDB4;
	background-color: #D7EFED;
	color: #10362D;
	font-weight: normal;
}
div#pagination ul li a:hover {
	text-decoration: none;
	background-color: #C9E6E1;
}
div#pagination ul li strong {
	background-color: #BBE3DA !important;
}

