/*
 * Body
 */

body {
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-position: bottom center; 
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 100%;
}

body,td,th {
    font-family: verdana, arial, sans-serif;
    color: #000;
}

/*
 * Page layout
 */

#container {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 960px;
    min-height: 600px;
    text-align: left;
}

#left {
    float: left;
    width: 160px;
    height: auto;
    min-height: 600px;
}

#right {
    float: right;
    width: 785px;
    height: auto;
    min-height: 600px;
}

#footer {
    clear: both;
    background: #4C270D;
    width: 940px;
    text-align: center;
    font-size: 0.65em;
    padding: 7px 10px;
    vertical-align: middle;
}

/*
 * Left panel contents
 */

#logo {
    margin: 10px 0px;
    text-align: center;
}

#category-menu {
    font-size: 0.8em;
    border-top: 1px dotted #555555;
}

#category-menu ul,
#category-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#category-menu a:link,
#category-menu a:active,
#category-menu a:visited,
#category-menu a:hover {
    display: block;
    margin-top: 5px;
    color: #4D4D4D;
    text-decoration: none;
}

#category-menu a:hover {
	text-decoration: underline;
}

#category-menu a:hover {
    color:#000000;
}

#category-menu li {
    color: #542B0E;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px dotted #555555;
}

#category-menu li li {
	color: #000000;
	text-transform: none;
	font-weight: normal;
	border-bottom: 0;
	margin: 0;
	padding: 2px 4px;
}

/*
 * Right panel contents
 */

#header {
	
	height: 30px;
}

#account-menu {
    float: left;
    width: 607px;
    height: 20px;
    font-size: 0.7em;
    margin: 0px;
    padding: 0px;
}

#account-menu table {
    float: right;
    margin-top: 6px;
}

#search-box {
    float: right;
    width: 175px;
    height: 27px;
    margin: 3px 0px 0px 0px;
    padding: 0;
    text-align: right;
}

#search-box img {
	margin-top: 2px;
}

#search-box form {
	margin: 0;
	padding: 0;
	display: inline;
}

#search-box #search {
    width: 100px;
}

#search-box #submit {
    width: 60px;
}

#content {
    padding: 10px 0px;
    height: auto;
    font-size: 0.8em;
}

/*
 * Main menu
 */

#main-menu
{
    clear: both;
    background: #4C270D;
    height: 35px;
    margin: 0px;
    padding: 0px;
}

#main-menu ul,
#main-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu li {
	display: inline;
}

#main-menu a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    float: left;
    padding-left:15px;
    padding-right:15px;
    padding-top:11px;
    padding-bottom:5px;
    text-transform:uppercase;
    height: 18px;
}

#main-menu a:hover {
    background:#330000;
}

/*
 * Footer contents
 */

#footer td,
#footer td a:link,
#footer td a:active,
#footer td a:visited,
#footer td a:hover {
	color: #AE744A;
	text-decoration: none;
}

#footer td a:hover {
	text-decoration: underline;
}

#footer #credits {
    text-align: left;
}

#footer #copyright {
    text-align: left;
}

#footer #links {
    text-align: right;
}

/*
 * Other
 */

.thumb_med {
    float:left;
    height:auto;
    text-align:center;
    margin-right:2px;
    margin-left:2px;
    margin-bottom:7px;
}

.thumb_med img {
    width:191px;
    height:275px;
    margin-bottom:3px;
}

.pagenav {
    width: 100%;
    text-align: right;
    margin-bottom:6px;
    margin-top:3px;
}

.sort {
    margin-bottom:7px;
}