/* 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;
}
h5 {
	margin: 0px;
}

li {
	margin: 7px;
}

/* Global Classes */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bottom {
	text-align: bottom;
}

.whiteText { color: #fff; }

/* Form's */
.input {
	font-family: verdana;
	font-size: 11px;
	color: #4E5433;
	width: 200px;
	border: 1px solid #A29A82;
}
.submit {
	background-color: #4E5433;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	height: 20px;
	border: 1px solid #292E14;
}
.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;
}
.LogoutPad {
	padding-right: 10px;
}

.CurrentListingsTable {
	background-color: #EEE8D4; 
	overflow: auto; 
	width: 100%; 
	height: 120px;
}
.CurrentListingHeader {
	background-color: #B8AE8F;
}

/* Drop Down Minus */

.GlobalNavDropDownProp {
	background: #292E14;
	height: 120px;
	width: 800px;
}

.SectionTitle {
	padding: 6 4 6 4;
	color: #fff;
	font-weight: bold;
	height: 52px;
}

#DropDownTXT {
	padding: 0px;
	height: 100%;
	border-top: 0px;
	border-left: 1px solid #292E14;
	border-right: 1px solid #292E14;
	border-bottom: 1px solid #292E14;
}
	#DropDownTXT table {
		width: 100%;
	}
	#DropDownTXT .ArrowPadding {
		padding: 4 4 4 4;
		vertical-align: middle;
	}
	#DropDownTXT td {
		border-bottom: 1px solid #A4AB89;
	}
	#DropDownTXT a {
		padding: 6 5 6 5;
		display: block;
		font: 9px;
		color: #fff;
		text-decoration: none;
		width: 100%;
	}
	#DropDownTXT a:hover {
		padding: 6 5 6 5;
		display: block;
		background: #E6E8DD; 
		font: 9px;
		color: #292E14;
		text-decoration: none;
		width: 100%;
	}
