/* CSS Document */

INPUT, SELECT, TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#587638; font-weight: normal;}

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #709C52;
	margin-top: 10px;
	background-image: url(http://members.perthhillswine.com/templates/phva/images/background3.gif);
	background-repeat: repeat;
}
#header {
	width: 900px;
	height: 50px;
	background-color: #FFF;
	background: url(http://members.perthhillswine.com/templates/phva/images/header-phw.gif);
	border-bottom: #749526 1px solid;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	border: #709C52 1px solid;
}
#masthead{
	width: 900px;
	height: 150px;
	background-color: #FFF;
	border-bottom: #749526 1px solid;
}
#topmenu {
	background-color: #9CC934;
	height: 19px;
	width: 900px;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: #749526 1px solid;
}
#topnav {
	width: 900px;
	height: 20px;
	text-align: right;
	background-color: #FFF;
	padding-top: 5px;
}
#content {
	margin:0 auto;
	width: 860px;
	text-align: justify;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#footer{
	clear:both;
	padding-top: 10px;
	height:30px;
	text-align: center;
	background: #CFAD7A;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#FFF;
}
#bottomnav{
	height:100px;
	text-align: center;
	font-size: 10px;
	clear: both;
	background: #FFF;
}
p {
	font-size: 11px; 
	color: #333;
}
#events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 2px;
	width: 170px;
	border: 1px dashed #587638;
	background-position: center top;
	text-align: center;
}
h1 {
	color: #BC8B43;
	font-size: 12px; 
	border-bottom: 1px solid #587638;
}
h2 {
	font-size: 13px;
	color:#587638;
}
.image {
	border: 1px solid #CCC;
	margin: 10px;
}
.copyright {
	font-size: 10px;
	color: #587638;
}
a:link {
	color:#587638;}
a:visited {
	color:#587638;}
a:active {
	color:#587638;}
a:hover {
	color:#BD8D46;
	 text-decoration:none
}	
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #587638;
}
.emphasislge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #395B1B;
}
.emphasisbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BC8B43;
}
.border {
	border: 1px solid #587638;
}
.alignright {
	text-align: right;
	}
.newsletter {
	background-color: #E8F1CF;
	padding: 5px;
	width: 150px;
	margin-top: 5px;
	border: 1px solid #749526;
}
.bordergrey {
	border: 1px solid #ccc;
}
#login {
	width: 890px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}
#login INPUT, SELECT, TEXTAREA{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#587638;
	font-weight: normal;
	border: 1px solid #CCCCCC;
 }
.login {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#FFF;

}
a.small:link {
    font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a.small:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
a.small:active {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#wrapper-menu {
	background: #9CC934;
	float: left;
	width: 100%;
}

#menu {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #51681C;
	color: #FFF;
}

