img {
	border: 0px;
}

form {
	display: inline;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #3E2E1B;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #CBB448;
}

a:hover {
	text-decoration: underline;
	color: #CBB448;
}

#logo {
	float: left;
}

#header {
	margin: 15px;
	height: 78px;
	min-width: 950px;
}

#header_nav {
	float: right;
	margin-right: 10px;
	font-size: 11px;
}

#search_utility {
	margin-top: 8px;
}

#search_box {
	padding: 3px;
	width: 200px;
	font-size: 12px;
	float: left;
}

#search_btn {
	vertical-align: middle;
	margin: 4px 0px 0px 4px;
}

#mail_btn {
	vertical-align: middle;
	margin: 0px 0px 0px 4px;
}

#top_nav {
	height: 33px;
	background-image: url('../images/top_nav_back.png');
	background-repeat: repeat-x;
	text-align: center;
	min-width: 950px;
	clear: both;
}

#top_drape {
	height: 13px;
	background-image: url('../images/drape_top.png');
	background-repeat: repeat-x;
}

#container_main {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#homepage_left_nav {
	border-right: 1px solid #382B1C;
	background-color: #F6E9B7;
	vertical-align: top;
	width: 176px;
	padding: 10px 10px 10px 10px;
}

#left_nav {
	border-right: 1px solid #382B1C;
	background-image: url('../images/main_background.png');
	background-repeat: repeat-x;
	background-color: #F6E9B7;
	vertical-align: top;
	width: 180px;
	padding: 20px;
}
#left_nav .header {
	color: #3E2E1B;
	font-weight: bold;
	margin-top: 10px;
}
#left_nav .links {
	margin-left: 15px;
}
#left_nav .catalog {
	color: #C8B422;
	font-size: 14px;
	font-weight: bold;
}
#left_nav .category {
	margin-top: 10px;
	font-size: 12px;
}
#left_nav .category_selected {
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
}
#left_nav a {
	text-decoration: none;
	color: #564319;;
}
#left_nav a:hover {
	text-decoration: underline;
}

#admin_left_nav {
	border-right: 1px solid #382B1C;
	background-image: url('../images/main_background.png');
	background-repeat: repeat-x;
	background-color: #F6E9B7;
	vertical-align: top;
	width: 176px;
	padding: 10px 10px 10px 10px;
}
#admin_left_nav .header {
	color: #3E2E1B;
	font-weight: bold;
	margin-top: 10px;
}
#admin_left_nav .links {
	margin-left: 15px;
}

#content {
	vertical-align: top;
	padding: 20px;
}

#cart_content {
	vertical-align: top;
	padding: 20px 20px 20px 80px;
	color: #666666;
}

#account_content {
	vertical-align: top;
	padding: 20px 20px 20px 80px;
	color: #666666;
}

#homepage_content {
	vertical-align: top;
	padding: 20px;
	text-align: center;
}

#footer_bar {
	background-image: url('../images/footer_bar.png');
	background-repeat: repeat-x;
	height: 28px;
}

#mailing_list {
	margin: 2px 25px 0px 0px;
	float: right;
}

#mailer_box {
	font-size: 10px;
	width: 150px;
}

#footer {
	text-align: center;
	margin-top: 10px;
	color: #888888;
}

.field_row {
	margin-top: 10px;
	clear: both;
}
.field_submit_row {
	margin-top: 10px;
	margin-left: 25%;
	clear: both;
}

.field_desc {
	width: 25%;
	float: left;
}
.field_value {
	width: 70%;
	float: left;
}
.field_value textarea {
	width: 400px;
	height: 200px;
}

.search_results {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #987349;
}
.search_results td {
	border: 1px solid #987349;
	text-align: center;
}
.search_result {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#shopping_bag {
	border-collapse: collapse;
	width: 900px;
	color: #666666;
}
#shopping_bag th {
	vertical-align: top;
}
#shopping_bag td {
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}
#shopping_bag .item {
	text-align: left;
	width: 350px;
}
#shopping_bag .size {
	text-align: left;
	width: 130px;
}
#shopping_bag .unit_price {
	text-align: left;
}
#shopping_bag .quantity {
	text-align: left;
}
#shopping_bag .price {
	text-align: right;
}

.product_result {
	width: 180px;
	height: 190px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	/*border: 1px solid #987349;*/
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.select_catalog {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.errors {
	color: #FF0000;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}

#menu_dropdown {
	position: absolute;
	display: none;
	width: 200px;
	border: 1px solid #FFD457;
	background-color: #FFFFFF;
	color: #87530D;
}
#menu_dropdown div {
	padding: 5px;
}
#menu_dropdown div:hover {
	background-color: #A68F44;
	color: #FFFFFF;
	cursor: pointer;
}

#breadcrumbs {
	font-size: 10px;
	margin-bottom: 25px;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #666666;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #000000;
}

#product_table td {
	vertical-align: top;
}
#product_table #img {
	padding: 10px;
	border: 1px solid #CCCCCC
}
#product_table #information {
	padding: 0px 10px 0px 30px;
	color: #424242;
}
#product_table #item_name {
	font-size: 18px;
	font-weight: bold;
}
#product_table #item_price {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 8px 0px;
	color: #828282;
}
#product_table #item_description_header {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	border-bottom: none;
	width: 80px;
}
#product_table #item_description {
	border: 1px solid #CCCCCC;
	padding: 6px;
	width: 400px;
}
#product_table #item_sizes {
	margin-top: 15px;
}
#product_table #item_quantity {
	margin-top: 15px;
}
#product_table #item_personalize {
	margin-top: 15px;
}
#product_table #item_add_button {
	margin-top: 15px;
}
