/* HTML 4.0 Objects */

body {
	
	font-family: Tahoma;
	font-size: 1em;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: #DF9800;
}

img {
	border: none;
	
}

h2 {
	color: #FFBF01;
}


/* Custom Classes */

.welcome {
	font-family: Tahoma;
	font-size: 0.9em;
	color: #A7A7A7;
	
	width: 340px;
	height: 200px;
	overflow: auto;
}
.orange {
	color: #DF9800;
}
.brand {
	font-family: Tahoma;
	font-size: 11px;
	color: #968775;
	text-decoration: none;
}
.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}


.WoodTable {
	border-collapse: collapse;
}
.WoodHeader {
	height: 1em;
	
	padding-left: 10px;
	
	border: 1px solid #301D0F;
	border-bottom: none;
	
	background: #5C5032;
	color: #FFFFFF;
	
	vertical-align: middle;
	
}
.WoodBack {
	padding: 4px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;

	border: 1px solid #301D0F;
	border-top: none;
	
	background: url('images/bg_tree.jpg');
	
	font-size: 0.9em;
	color: #FFFFFF;
}

.CelticTable {
	border-collapse: collapse;
}
.CelticHeader {
	height: 1em;
	
	padding-left: 10px;
	
	border: 1px solid #301D0F;
	border-bottom: none;
	
	background: #5C5032;
	color: #FFFFFF;
	
	vertical-align: middle;
	
}
.CelticBack {
	padding: 4px;
	padding-left: 58px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 8px;
	vertical-align: top;

	border: 1px solid #301D0F;
	border-top: none;
	
	background: url('images/bg_forms.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #2E1A0F;
	
	font-size: 0.9em;
	color: #FFFFFF;
}


/*	Homepage	*/
.CategoryTable {
	width: 170px;
	margin-left:6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:26px;
	padding-bottom: 4px;
	
	background: #000000;
	opacity: 0.8;
}

	.CategoryTable .CategoryBox {
		background: #999999;
		opacity: 1;
		
		color: #000000;
	}
	
	.CategoryTable .CategoryBox .CategoryLink {
		display: block;
		width: 100%;
		
		padding-left: 2px;
		
		opacity: 1;
		color: #000000;
		
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	

/*	About Us	*/
#Memberships {
	padding: auto;

	text-align: center;
	vertical-align: middle;
}

	#Memberships img {
		border: 2px solid #301D0F;
	}
	
/*	Gallery	*/
.SearchTable {
	width: 100%;
}

	.SearchTable .Label {
		width: 60px;;
	}
	
	.SearchTable .TextInput {
		width: 98%;
	}
	
	.SearchTable .Category {
			width: 50%;
	}
	
	.SearchTable .SubmitButton {
		text-align: right;
	}
	
	
.ProductThumb {
	width: 210px;
	
	text-align: center;
}
.Price {
	color: #DF9800;
	font-size: 1.2em;
}

/*	Contact Us	*/
.ContactTable {
	width: 100%;
}
	.ContactTable .Label {
		width: 50px;
		padding-top: 4px;
		vertical-align: top;
		text-align: right;
		
		color: #DF9800;
	}
	
	.ContactTable textarea {
		width: 100%;
		height: 40px;
	}
	
	.ContactTable .SubmitButton {
		text-align: right;
	}
	
/*	Footer	*/
.FooterBox {
	width: 660px;
	padding: auto;
	margin: auto;
	
	color: #9D9D6C;
	font-family: Verdana;
	font-size: 10px;
}

	.FooterBox a {
		color: #9D9D6C;
	}
	
	.FooterTable {
		width: 100%;
	}
	
		.FooterTable .Copyright {
			text-align: left;
		}
		
		.FooterTable .DesignBy {
			text-align: right;
		}
