/* Carl Widdowson */
body {
	margin: 0px;
	background-color: #D1C8AB;
	background-image: url('images/SiteBG.gif');
	text-align: center;
	font-family: verdana; 
	font-size: 11px;
	color: #333333;
}

p, div, span {
	font-family: verdana; 
	font-size: 11px;
	color: #333333;
}
td {
	text-align: left;
	vertical-align: top;
	font-family: verdana; 
	font-size: 11px;
	color: #333333;
}
img {
	border: 0px;
}

a {
	color: #9B3300;
	text-decoration: underline;
}
a:hover {
	color: #97A473;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: verdana;
	color: #333333;
}

/* Global Classes */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bottom {
	text-align: bottom;
}

/* Form's */
.InputBG {
	background-image: url('images/InputBG.jpg');
	background-repeat: no-repeat;
	width: 159px;
}
.InputTXT {
	font-family: verdana;
	font-size: 11px;
	color: #4E5433;
	border: 0px;
	background-color: transparent;
	width: 150px;
}
.SmallInputBG {
	background-image: url('images/SmallInputBG.jpg');
	background-repeat: no-repeat;
	width: 159px;
}
.SmallInputTXT {
	font-family: verdana;
	font-size: 11px;
	color: #4E5433;
	border: 0px;
	background-color: transparent;
	width: 55px;
}
.TextareatBG {
	background-image: url('images/textareaBG.jpg');
	background-repeat: no-repeat;
	width: 159px;
	height: 100px;
}
.TextareaTXT {
	font-family: verdana;
	font-size: 11px;
	color: #4E5433;
	border: 0px;
	background-color: transparent;
	width: 150px;
	height: 89px;
}

/* Container */
.LeftPageBorder {
	background-image: url('images/LeftPageBorder.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.RightPageBorder {
	background-image: url('images/RightPageBorder.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.BottomPageBorder {
	background-image: url('images/BottomPageBorder.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.Container {	
	background-color: #D1C8AB;
	border: 1px solid #848A6C;
}

/* Navigation */
.NavBG {
	background-image: url('images/NavBG.jpg');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 10px solid #292E14;
}

/* Body */
.BodyTopFade {
	background-image: url('images/BodyTopFade.jpg');
	background-position: top;
	background-repeat: repeat-x;
	}
.Body {
	padding-left: 5px;
}
.BodyBottomFade {
	background-image: url('images/BodyBottomFade.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 10px solid #444C2E;
	}

	/* Specials Panel */
	.SpecialsLeftBorder {
		background-image: url('images/SpecialsLeftBorder.jpg');
		background-repeat: repeat-y;
		background-position: right;
	}
	.SpecialsContent {
		background-color: #586140;
	}
	.SpecialsRightBorder {
		background-image: url('images/SpecialsRightBorder.jpg');
		background-repeat: repeat-y;
		background-position: left;
	}
	.SpecialsTXT {
		color: #ffffff;
	}

/* Footer */
.Footer {
	padding-left: 10px;
}
.FooterTopFade {
	background-image: url('images/FooterTopFade.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
.FooterTXT {
	font-size: 10px;
	color: #475226;
}
.FooterLink {
	color: #475226;
	text-decoration: underline;
}
.FooterLink:hover {
	color: #8C966F;
	text-decoration: none;
}

.CurrentListingsTable {
	background-color: #EEE8D4; 
	overflow: auto; 
	width: 100%; 
	height: 60px;
}
.CurrentListingHeader {
	background-color: #B8AE8F;
}

.CloseBG {
	background-image: url('images/CloseBG.jpg');
	background-repeat: repeat-x;
}