.leftFill {
	background-image: url(../images/leftFill.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightFill {
	background-image: url(../images/rightFill.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td {
	vertical-align: top;
	font-size: 12px;

}
p {
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.greyTexture {
	background-image: url(../images/greyTexture.gif);
	background-repeat: repeat-y;
}
.main {
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.tileRow {
	padding-top: 8px;
}
.tileRowBorder {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tileFirstCell {
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.tileCell {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
.red {
	color: #CC0000;
}
.callUs {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#footer {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;


}
#footer table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer td {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
}
.blueBar {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	/*text-align: center;
	vertical-align: middle;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu, .menuOver, .menured {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu {
	color: #000066;
	background-color: #F4F4F4;
}
.menured {
	color: #FFFFFF;
	background-color: #CC0000;
}
.menuOver {
	color: #FFFFFF;
	background-color: #000066;
}
.tileColour {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;

}
.tileSpacerVert {
	width: 10px;
}
.tileSpacerHor {
	height: 10px;

}
.tileColour img {
	cursor: hand;
}
.cursor {

	cursor: hand;
	cursor: pointer;
}
.close {
	vertical-align: bottom;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box {
	background-color: #CCCCCC;
}
.box2 {
	background-color: #FFFFFF;
}
ul {
	list-style-type: square;

}
.tinytext {
	font-size: 10px;
}
.code {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
body.pop p {
	font-size: 14px;
	font-weight: bold;
}
.question {

	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#delivery {
	background-color: #FFFFFF;
	border: 2px solid #000066;
	text-align: center;
	margin-right: 12px;
	margin-left: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	padding-top: 2px;
}
#allproducts {
	height: 245px;
	background-image: url(../images/boardroomguy.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
	padding-left: 400px;
}
#allproducts a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 8px;
	width: 180px;
	background-image: url(../images/productsbutton.gif);
	background-repeat: no-repeat;
}
#allproducts a:hover {
	background-image: url(../images/productsbutton_over.gif);
	background-repeat: no-repeat;
}

hr {
	color: #000066;
	background-color: #000066;
	height: 1px;
	border: 0;
}
