@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/canvas.jpg);
}
td, tr {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4D4D4D;
}

a {
	color:#BA6C20;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1 {
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	margin:0px;
}
h2 {
	color:#BA6C20;
	font-size:14px;
	margin:0px;
}

/* template background images and colours */

.left-shad {
	background-image:url(images/left-shad.png);
	width:20px;
	background-repeat:repeat-y;
}
.right-shad {
	background-image:url(images/right-shad.png);
	width:20px;
	background-repeat:repeat-y;
}
.bottom-shad {
	background-image:url(images/bottom-shad.png);
	height:19px;
	background-repeat:no-repeat;
}
.top-shad {
	background-image:url(images/top-shad.png);
	height:19px;
	background-repeat:no-repeat;
}
.borders {
	border-left: solid 8px #40421e;
	border-right: solid 8px #40421e;
	border-top: solid 8px #40421e;
	background-color:#FFF;
}
#wrapper {
	overflow:auto;
}
#logo {
	background-image:url(images/logo.png);
	width:337px;
	height:173px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
#header {
	background-image:url(images/banner.jpg);
	width:562px;
	height:173px;;
	background-repeat:no-repeat;
	position:relative;
	float:right;
}
#header-border {
	height:25px;
	background-color:#40421e;
}
#left-col {
	border-right:dashed 1px #666;
	width:187px;
}
#menu-wrapper {
	border-top:dashed 1px #666;
	border-left:dashed 1px #666;
}
#menu-b {
	background-image:url(images/menu-b.png);
	width:162px;
	height:154px;
}
#title-bg {
	background-color:#b96c1f;
	height:28px;
	padding-left:20px;
	padding-top:30px;
}
#content {
	padding:20px;
}
.border-t-b {
	border-top:dashed 1px #666;
	border-bottom:dashed 1px #666;
}
#border-right {
	border-right:dashed 1px #666;
}
.footer-ellemnets {
	border:dashed 1px #666;
	background-color:#f1f1f1;
	padding-top:10px;
	padding-bottom:10px;
	color:#b96c1f;
	font-size:14px;
}
#footer {
	background-color:#40421e;
	height:40px;
	color:#A39872;
	padding-top:5px;
}

/* newsletter */

.search {
	width:157px;
	height:16px;
	color:#666666;
	background-color:#E6E6E6;
	padding:0px;
	padding-top:3px;
	padding-left:2px;
	margin:0px;
	border:1px solid #666666;
}			
.go-but {
	padding-top:1px;
}

/* menu styles */

#menucolumn {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
}
	#menucolumn ul{
	margin: 0px;
	padding:0px;
	width:100%;
	}	
	#menucolumn li{
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	text-align: right;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #008a8c;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image:url(images/nav-underline.png);
	background-repeat:no-repeat;
	background-position:bottom;

	}
	#menucolumn li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #BA6C20;
	display:block;
	width:100%;
	}
	#menucolumn li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #83846e;
	display:block;
	width:100%;
	}	
