* { 
	margin: 0;
	padding: 0;
}

body {
        text-align: center;
        min-width: 820px;
        background-color: #baa0cb;
        font-size: 9pt;
        font-family: Arial, sans-serif;
        font-weight: normal;

}

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

#header {
}

#header img.name {
	float: left;
	width: 525px;
	height: 141px;
	border: none;
}

#header img.bed {
	float: left;
	width: 150px;
	margin-left: 40px;
	margin-right: 30px;
	border: none;
}
#navigation_top {
	width: 100%;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #660066;

}

#navigation_top ul {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	padding-bottom: 1.0em;
}

#navigation_top li {
	float: left;
}

#navigation_top li a {
	text-decoration: none;
	display: block;
	margin: 0px 45px 0 40px;
	font-size: 1.2em;
	font-weight: bold;
	color: #660066;
}

#left_column {
	vertical-align: top;
	text-align: left;
	float: left;
	background-color: #ffffff;
	border: 1px solid #660066;
	padding: 1.0em;
	width: 180px;
}

#left_column #search input.button {
	font-size: 1.0em;
}

#left_column #categories {
}

#left_column h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #660066;
	margin-bottom: 0.3em;
}

#left_column #categories {
	margin-top: 1.0em;
}

#left_column #categories ul {
	list-style-type: none;
}

#left_column #categories ul li {
}

#left_column #categories ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

#left_column #categories ul li a:hover {
	color: #660066;
	font-weight: bold;
}

#inline_shopping_cart {
	margin-top: 1.0em;
}

#right_column {
	vertical-align: top;
	text-align: left;
	float: left;
	background-color: #ffffff;
	margin-left: 1.0em;
	padding: 0.4em;
	border: 1px solid #660066;
	min-height: 400px;
	width: 567px;
}

#right_column h1 {
	color: #660066;
	font-size: 1.3em;
	font-weight: bold;
}

#right_column p {
	padding: 0.3em 0 0.2em 0;
}
	
#right_column #category_navigation_top {
	margin-bottom: 10px;
	float: left;
}

#right_column #category_navigation_top div.previous_next {
	float: right;
	font-weight: bold;
	font-size: 1.2em;
}

#right_column #category_navigation_bottom {
	margin-bottom: 10px;
	text-align: center;	
	font-weight: bold;
	font-size: 1.2em;

}

#right_column div.item_in_category {
	width: 140px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

#right_column div.no_image {
	width: 130px;
	height: 100px;
	border: 1px solid #0000ff;
	text-align: center;
}

#footer {
	text-align: center;
	border-top: 1px solid #660066;
	margin-top: 1.0em;
	padding-top: 1.0em;
}

#footer ul {
	float: left;
	list-style-type: none;
	margin-left: 40px;
	margin-bottom: 1.0em;
}

#footer li {
	float: left;
}

#footer li a {
	text-decoration: none;
	display: block;
	margin: 0px 45px 0 45px;
	font-size: 0.9em;
	font-weight: bold;
	color: #660066;
}

#copyright {
	font-size: 0.8em;
}

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

#right_column #checkout fieldset {
	padding: 0.5em;
}

#right_column #checkout legend {
	font-weight: bold;
}

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

#right_column #inquire fieldset {
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#right_column #inquire fieldset p {
	padding: 0.3em 0 0.2em 0;
}

#right_column #inquire fieldset label {
	display: block;
	float: left;
	width: 9em;
}

#right_column #inquire fieldset legend {
	font-weight: bold;
}

#right_column #inquire fieldset p.checkbox label {
	width: 100%;
}

#checkout_order_list td.price {
	text-align: right;
}

#checkout_billing_information {
	float: left;
	width: 45%;
}

#checkout_billing_information h2 {
	font-size: 1.3em;
}

#checkout_shipping_information {
	float: left;
}

#checkout_shipping_information h2 {
	font-size: 1.3em;
}

#checkout_cc_info {
	clear: both;
	margin-top: 0.5em;
}

#checkout_cc_info h2 {
	font-size: 1.3em;
}

#checkout_order_list {
	clear: both;
	margin-top: 1em;
}

fieldset.continue_button {

}

fieldset.continue_button input.back {
	padding: 0.5em;
	float: left;

}
fieldset.continue_button input.continue {
	padding: 0.5em;
	float: left;
	margin-left: 410px;
}

fieldset.continue_button input.submit_order {
	padding: 0.5em;
	float: left;
	margin-left: 390px;
}

#checkout_error {
	border: 2px solid #ff0000;
	padding: 0.5em;
}

#homepage_notice {
	text-align: center;
	border: 1px solid #ff0000;
	padding: 0.2em;
}

#homepage_notice div.title {
	font-size: 1.5em;
	font-weight: bold;
}
