/* ***** LAYOUT ***** */
html
{
    font-size: 10pt;
    font-family: Verdana, "Lucida Grande", Arial, sans-serif;
    background:         #003200;
}

body
{
    height: 100%;
    width:              1000px;
    background:         #fff;
    margin-right:       auto;
    margin-left:        auto;
    margin-top:         0;
    margin-bottom:      0;
}

body p
{
	font-size: 10pt;
	margin-right: 10px;
	margin-left: 10px;
}

body a, body a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

h1
{
	color: white;
	margin-right: auto;
	margin-left: auto;
	max-width: 80%;
	border-bottom-color: #583b1e;
	border-top-color: #583b1e;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 5px;
	background-color: #84582d;
	text-align: center;
	font-variant: small-caps;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2
{
	margin-right: 330px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-align: right;
}

#header
{
    background-color: white;
    height: 100px;
    background:         url(images/header-bg.png);
    background-repeat:  repeat-x;
}

#header img
{
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
}#header p
{
	margin-right: 20px;
	color: white;
	float: right;
}

#header p a
{
	color: white;
}

#header form
{
	border-color: #583b1e;
	border-width: 1px;
	border-style: solid;
	background-color: #84582d;
	top: 44px;
	background-repeat: no-repeat;
	margin-left: 349px;
	height: 30px;
	width: 300px;
	position: absolute;
	display: block;
	right: auto;
	left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header form table
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#header form tr, #header form td
{
	border-spacing: 0px 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#header #search_box
{
	margin-left: 1px;
	margin-top: 2px;
	height: 22px;
	width: 220px;
	background-image: url(images/search_box.png);
}

#header form .text
{
	background-image: url(images/search_box.png);
	margin-left: 3px;
	margin-top: 3px;
	border-width: 0px;
	border-style: none;
	width: 214px;
	height: 16px;
	outline: none;
}

#header form .search
{
	margin-top: 2px;
	height: 22px;
	margin-right: 4px;
}

#header p
{
	text-align: right;
}

#departments table
{
    font-variant: small-caps;
    margin-top: 10px;
    width:              100%
}

#departments td
{
    font-size: 10pt;
    width:              33%;
    vertical-align:     top;
}

#departments img
{
    width:              320px;
    margin-left:        auto;
    margin-right:       auto;
    vertical-align:     top;
    display:            block;
    border:             0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#departments p
{
    width:              320px;
    margin-left:        auto;
    margin-right:       auto;
    margin-top:         0;
}

#special_offers table
{
	margin-top: 30px;
	border-spacing: 20px 5px;
	border-collapse: separate;
	width: 100%;
}

#special_offers td
{
	height: 300px;
	text-align: center;
	border-color: #003200;
	border-width: 1px;
	border-style: dotted;
	width: 25%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#special_offers img
{
	height: 200px;
}

#logos table
{
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    width:              100%;
}

#logos table td
{
    width: 16%;
}

#logos img
{
    margin-left:        auto;
    margin-right:       auto;
    display:            block;
}

#footer table
{
    width: 100%;
}

#footer table td
{
    border-right-color: #003200;
    border-left-color: #003200;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    width:              16%;
    color:              #003200;
    text-align:         center;
}

#footer a
{
    font-size: 10pt;
    color:              #003200;
    font-weight:        bold;
    text-decoration:    none;
}

#footer a:hover
{
    text-decoration:    underline;
}

#footer p
{
	padding-bottom: 5px;
	text-align: center;
	font-size: 8pt;
}

#footer p a
{
	font-size: 8pt;
}

.categories_box
{
	position: relative;
	margin-bottom: 22px;
	margin-left: 22px;
	float: left;
	width: 220px;
	height: 300px;
	border-color: #583b1e;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.categories_box h3
{
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.cat_image_box
{
	width: 220px;
	height: 230px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.categories_box img
{
	border-width: 0px;
	margin: auto;
	display: block;
	max-width: 200px;
	max-height: 230px;
}

.categories_base
{
	color: white;
	padding-right: 10px;
	line-height: 20px;
	text-align: right;
	top: 280px;
	height: 20px;
	position: absolute;
	text-decoration: none;
	font-variant: small-caps;
	background-color: #583b1e;
	width: 210px;
	display: block;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.categories_base a, .categories_base:visited
{
	text-overflow: ellipsis;
	color: white;
}

.categories_base:hover
{
	text-decoration: underline;
}

.manufacturers_box
{
	position: relative;
	margin-bottom: 22px;
	margin-left: 22px;
	float: left;
	width: 220px;
	height: 50px;
	border-color: #583b1e;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.manufacturers_box h3
{
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.manufacturers_base
{
	color: white;
	padding-right: 10px;
	line-height: 20px;
	text-align: right;
	top: 30px;
	height: 20px;
	position: absolute;
	text-decoration: none;
	font-variant: small-caps;
	background-color: #583b1e;
	width: 210px;
	display: block;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.manufacturers_base a, .manufacturers_base:visited
{
	text-overflow: ellipsis;
	color: white;
}

.manufacturers_base:hover
{
	text-decoration: underline;
}

.products_box
{
	position: relative;
	margin-bottom: 22px;
	margin-left: 22px;
	float: left;
	width: 220px;
	height: 300px;
	border-color: #583b1e;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.products_box h3
{
	height: 60px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	overflow:	hidden;
}

.products_box img
{
	margin: 5px;
	float: right;
	display: block;
	max-width: 105px;
	max-height: 120px;
}

.products_box_desc
{
	overflow: hidden;
	height: 158px;
	display: block;
}

.products_base
{
	padding-right: 10px;
	line-height: 20px;
	text-align: right;
	top: 280px;
	height: 20px;
	position: absolute;
	text-decoration: none;
	font-variant: small-caps;
	color: white;
	background-color: #583b1e;
	width: 210px;
	display: block;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.products_base a, .products_base:visited
{
	color: white;
}

.products_base:hover
{
	text-decoration: underline;
}

.buy, .buy:visited
{
	border-width: 0px;
	border-style: none;
	margin-right: 10px;
	text-align: center;
	width: 40px;
	padding: 5px;
	color: white;
	background-color: #880d00;
	height: 20px;
	float: right;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#filter_bar
{
	min-height: 626px;
	background-color: #d7d7d7;
	width: 220px;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#filter_bar h3
{
	margin-bottom: 0px;
	margin-left: 10px;
}

#filter_bar ul
{
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

#filter_bar li
{
	margin-left: 0px;
}

#filter_bar .filtered
{
	text-decoration: underline;
}

#product_bar
{
	min-height: 400px;
	background-color: #d7d7d7;
	width: 220px;
	float: left;
	position: relative;
	margin-left: 22px;
	margin-bottom: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#product_bar h3
{
	margin-bottom: 0px;
	margin-left: 10px;
}

#product_bar ul
{
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

#product_bar li
{
	line-height: 10pt;
	font-size: 10pt;
	margin-top: 8px;
	margin-left: 0px;
}

#product_bar .filtered
{
	text-decoration: underline;
}

.float_right_holder
{
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product_large_img
{
	width: 300px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
	border-color: #583b1e;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.product_large_img img
{
	display: block;
	max-width: 280px;
	max-height: 380px;
	margin-right: auto;
	margin-left: auto;
}

.product_description
{
	padding: 5px;
	margin-top: 10px;
	margin-left: 20px;
	width: 390px;
	float: left;
}

.product_details
{
	margin-left: -5px;
	margin-top: 20px;
	padding: 10px;
	background-color: #d7d7d7;
	width: 376px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.back
{
	margin-left: 20px;
	font-size: 12pt;
}

.main
{
	float: left;
	display: block;
}

#cpanel_table
{
	text-align: center;
}

#list_images
{
	height: 400px;
	width: 600px;
	display: block;
	overflow: scroll;
}

.list_products
{
	margin-left: 262px;
	width: 718px;
}

.tableHeader
{
	font-weight: bold;
	background-color: #003200;
	color: white;
}

.table
{
	margin-right: auto;
	margin-left: auto;
}

.rightAlign
{
	margin-right: 20px;
	text-align: right;
}

.tableCell
{
	text-align: center;
}

img
{
	border-width: 0px;
}

.home_image
{
	margin-top: 20px;
	margin-left: 20px;
}


