body {
	background-color: rgb(247, 146, 65);
}

div#body {
        width: 990px;
        margin: auto;
	background-color: rgb(255, 222, 189);
}

div#left_panel {
        float: left;
        width: 220px;
        padding: 5px 0px;
        margin: 0px;
}

div#discounts {
        padding: 5px;
        margin: 10px 0;
}

div#discounts a {
        display: block;
}

div#main {
        width: 730px;
        margin: 0px 40px 0px 0px;
        float: left;
}

h2 {
	font-size: 18px;
	background: url('../images/h2_bg.png');
	padding: 3px 0px;
}

h2 a {
	background: url('../images/h2_link.png') no-repeat right;
	width: 100%;
	display: block;
}

a.thumbnail {
        border: solid 1px black;
        position: relative;
	display: block;
}

a.thumbnail img {
	display: block;
}

a.thumbnail img.icon {
        position: absolute;
        right: 0px;
        bottom: 0px;
}

div.thumbnailRight {
        float: right;
        margin-top: 2px;
        margin-left: 10px;
        margin-bottom: 10px;
}

ul.thumbnailGallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.thumbnailGallery li {
	margin: 10px;
	padding: 0px;
	float: left;
}
div.thumbnailBar {
        margin: 10px auto;
}

ul#menu {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
}

a.menu_button {
        display: block;
        width: 160px;
        background: url(../images/menu_button.png) no-repeat;
        height: 51px;
        text-align: center;
        line-height: 49px;
        color: #fff;
        font-weight: bold;
        font-family: sans-serif;
        font-size: 14px;
        text-decoration: none;
        margin: 5px 30px;
}

p.breadcrumbs {
        font-weight: bold;
        font-size: 13px;
        margin: 5px 0px;
        padding: 0;
}

hr#breadcrumbs {
        margin: 1px 0 2em 0;
}

.clearboth {
        clear: both;
}

div.subsection_link {
        width: 200px;
        margin: 10px 21px;
        float: left;
        text-align: center;
        font-weight: bold;
}

.twoPerRow div.subsection_link {
	width: 300px;
	margin-left: 32px;
	margin-right: 32px;
}

div.subsection_link a {
        text-decoration: none;
}

div.subsection_link img {
        border: solid 1px #000;
        margin: 0px auto 20px auto;
        padding: 0;
}

div.footer {
        text-align: center;
        font-size: 80%;
	padding: 0px 0px 5px 0px;
}

div.footer hr {
        margin: 2em 0px 1px 0;
}

ul.attachments {
        list-style-type: none;
        padding: 0px;
        margin: 20px;
}

