﻿@import url("layout2.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #d7d7d7;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container {
	border: 1px solid #666666;
	width: 964px;
	margin: 0px auto auto;
	background-color: #ffffff;
}
#masthead {
	text-align: right;
	width: 964px;
	overflow: auto;
	height: 92px;
	background-image: url('../images/tileworks_mast.gif');
}
#menu {
	font-size: small;
}
#search {
	font-size: small;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
}
#tileworks_weekly_special {
	border-width: 0px;
}
#sidebar {
	float: left;
	width: 154px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 750px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#footer {
	clear: both;
	width: 964px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 6px;
	margin-left: 450px;
	padding: 0;
}
#footer p {
	font-size: x-small;
	text-align: center;
	margin: 0px 0px 0px 150px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer a {
	color: #7d7f18;
	text-decoration: none;
}
#footer a:hover {
	color: #19197b;
	text-decoration: underline;
}
#deck_jacks ul {
	list-style-image: none;
	margin-left: 15px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#deck_jacks li {
	list-style-type: disc;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-image: none;
	width: 200px;
}
a {
	color: #7d7f18;
	text-decoration: none;
}
a:hover {
	color: #19197b;
	text-decoration: underline;
}
li {
	list-style-type: none;
	background-image: url('../images/arrow_bullett.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
}
h1 {
	color: #7d7f18;
	font-size: 1.25em;
	margin-bottom: 0px;
}
h2 {
	color: #7d7f18;
	font-size: 1.0em;
	margin-bottom: 0px;
}
h3 {
	color: #666666;
	font-size: 1.0em;
	margin-bottom: 0px;
}
h4 {
	color: #3b4242;
	font-size: 1.0em;
	margin-bottom: 0px;
	margin-top: 8px;
}
h5 {
	color: #3b4242;
	font-size: 0.75em;
	margin-bottom: 0px;
}
h6 {
	color: #3b4242;
	font-size: 0.75em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.text-align-centre {
	text-align:center;
}
.text-align-right {
	text-align:right;
}
.cell_align-top {
	vertical-align: top;
}
.text-align-left {
	text-align:left;
}
.pic-border-0 {
	border-width: 0px;
}
.margin_top_0 {
	margin-top: 0;
}
.margin_bottom_0 {
	margin-bottom: 0;
}
.margin_topbottom_0 {
	margin-bottom: 0;
	margin-top: 0;
}
.pic-border {
	margin: 6px;
	padding: 0px;
	border: 1px #666666 solid;
}
.pic-border_0topbottom {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	border: 1px #666666 solid;
}
.pic-border0_0topbottom {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	border: 0px #666666 solid;
}
.pic-border-0padded {
	margin: 0px;
	padding: 0px;
	border: 1px #666666 solid;
}
.pic-border-bottom-margin-0 {
	margin: 6px 6px 0px 6px;
	padding: 0px;
	border: 1px #666666 solid;
}
.pic_border_centered {
	margin: 6px;
	padding: 0px;
	border: 1px #666666 solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.pic_border0_centered {
	margin: 6px;
	padding: 0px;
	border: 0px #666666 solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.style_submit {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}
.style_input {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #333333;
	font-size: 8pt;
}
.style_input_required {
	background-color: #e0d2b8;
	border: 1px solid #000000;
	color: #000000;
	font-size: 8pt;
}
.image_displayed {
    border-width: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
.small-black {
	font-size: 8pt;
	color: #000000;
}

