* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e3e3e3;
	font-family: Arial, arial, sans-serif;
	font-size: 12px;
}

#centering {
        width: 800px;
        margin: 0 auto;
        text-align: center;

}

#content {
	background-color: #ffffff;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	min-height: 800px;
}


#header {
}

#header img {
	width: 800px;
	height: 112px;
	border: none;
}

#top_navigation {
}

#top_navigation ul {
        list-style-type: none;
        width: 800px;
        height: 24px;
        float: left;
        background: #ffffff url('/images/topnav_background.jpg') repeat-x;
}

#top_navigation li {
	float: left;
}

#top_navigation ul a {
        display: block;
        padding: 0 2.9em 0 3.0em;
        line-height: 1.0em;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.1em;
        float: left;
}

#top_navigation input.text {
	font-size: 11px;
	padding: 1px;
	border: none;
}

#top_navigation input.button {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 11px;
}

#categories {
	float: left;
	text-align: left;
	width: 160px;
	background-color: #ba5f20;
	margin: 7px;
	padding: 7px;
}

#categories ul {
        list-style-type: none;
	background-color: #f0d3b6;
}	

#categories li {
	border-bottom: 1px solid #ba5f20;
}

#categories ul a {
        display: block;
        padding: 0.3em 1.0em 0.3em 0.4em;
        text-decoration: none;
	font-weight: bold;
        color: #8d451c;
}


#copyright {
	text-align: center;
	font-size: 0.8em;
}

#copyright a.black {
	color: #000000;
	text-decoration: none;
}

#inline_shopping_cart {
	background-color: #f0d3b6;
	border-bottom: 1px solid #ba5f20;
	padding: 5px;
}

#content_right {
	padding: 0.5em 1.0em 2.0em 0.0em;
	text-align: left;
	width: 590px;
	float: left;
}


#content_right p {
	margin: 0.5em 0 1.0em 0;
}

#content_right h1 {
	font-size: 1.5em;
}

#content_right h2 {
	font-size: 1.2em;
}

#content_right h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#content_right ul {
	margin-left: 20px;
}

#content_right ul li {
	padding-bottom: 0.3em;
}

#checkout {
}

#checkout fieldset {
	padding: 1.0em;
}

#checkout label {
	display: block;
	float: left;
	width: 10em;
}

#checkout legend {
	font-weight: bold;
	padding: 0 1.0em 0 1.0em;
}

#checkout fieldset.continue_button {
	text-align: right;
}

#checkout fieldset.continue_button input.back {
	margin-right: 34em;
}

#checkout_billing_information {
	width: 290px;
	float: left;
}

#checkout_shipping_information {
	width: 290px;
	float: left;
}

#checkout_cc_info {
	margin-top: 1.0em;
}

#checkout_order_list {
	margin-top: 1.0em;
	width: 100%;
}

#checkout_order_list th {
	background-color: #ffffff;
	text-align: center;
}
#checkout_order_list td.price {
	text-align: right;
}

div.item_in_category {
	width: 160px;
	float: left;
	text-align: center;
}

div.no_image {
	width: 130px;
	height: 60px;
	border: 1px solid #0000ff;
	text-align: center;
	padding-top: 2.5em;
	background-color: #ffffff;
	margin-left: 10px;
}

#category_navigation_top {
	width: 100%;
}

#category_navigation_top div.previous_next {
	width: 100%;
	font-weight: bold;
}