/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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: top;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }



/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* -------------------------------------------------------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family:"Tahoma";
	color:#5a5646;
	font-size:13px;
}

a {
	color:#5a5646;
	text-decoration:none;
	color:#93642e;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family:"Tahoma";
}

h1 {
	display:block;
	height:28px;
	line-height:30px;
	font-size:30px;
	color:#93642e;
	font-weight:bold;
}

h1 img {
	margin-top:8px;
}

h2 {
	font-size:23px;
	color:#93642e;
}

h3 {
	color:#4065af;
	font-size:28px;
}

h4 {
	font-size:12px;
	color:#93642e;
}

#wrapper {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

#top {
	height:116px;
	/*background-image:url(/images/logo2.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
	border-bottom:#c29443 solid 1px;
}

#top_top {
	float:right;
	height:30px;
	line-height:30px;
	margin-top:5px;
}

#top_menu {
	float:right;
	height:21px;
	background-color:#FFFFFF;
}

#top_menu a {
	display:block;
	height:21px;
	background-color:#f3ead9;
	float:right;
	color:#c29443;
	line-height:21px;
	margin-left:3px;
	font-weight:normal;
	width:130px;
	text-align:center;
}

#content {
	margin-top:20px;
}

#footer {
	text-align:center;
	margin-top:30px;
}

#footer #hammock {
	margin-top:3px;
}

.clear {
	clear:both;
}

.checkout_button {
	background-color:#cd2027;
	color:#FFFFFF;
	height:30px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:13px;
}

.keepshopping_button {
	background-color:#3e88c8;
	color:#FFFFFF;
	height:30px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:13px;
}

.updatecart_button {
	background-color:#c29443;
	color:#FFFFFF;
	height:30px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:13px;
}

.shopping_cart_table_head {
	color:#c09342;
	font-weight:bold;
}

.shopping_cart_table_head2 {
	color:#FFFFFF;
	font-weight:bold;
}

.blue_link {
	color:#4065af;
}