body, html {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color: #fff;
	font-size: 12px;
	color: #464646;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #999;
	text-decoration: underline;
}

/* non underlined links */
a.btn, .prod-thumbnail-head h3 a, #footer h4 a, #header-cat a, #highlight a {
	text-decoration: none;
}

#header {
	height: 110px;
}

#page {
	border: 0 none;
	margin: 0;
	padding: 0;
	
}

#highlight a {
	color: #96421f;
}

.prod-thumbnail-head h3 a {
	color: #96421f !important;
	font-size: 13px;
}

#footer {
	border: solid 1px #efe9e1;
	margin-top: 20px;
}

#footer h4 a {
	color: #96421f !important;
	font-size: 12px;
	font-weight: normal;
}

#footer a {
	color: #999 !important;
	font-size: 10px;
}

h1 {
	color: #96421f !important;
}

/* redefine the select elements as the background will not be printed */
div.selector {
	border: solid 1px #ccc;
	padding: 0;
	font-weight: bold;
	width: 250px !important;
	color: #96421f;
	text-shadow: 1px 1px 0 #fafafa;
	-moz-box-shadow: 0 0 8px #eee inset;
	-webkit-box-shadow: 0 0 8px #eee inset;
	box-shadow: 0 0 8px #eee inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* Elements not to be printed */
#menu, #menu-sub-bg, #header-right, #copyright, #rate-write-review {
	display: none;
}
