/* START STANDARD STYLES */
body {
	color: #663205;
	background: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
	margin: 0;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

h1 {
	color: #663205;
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	color: #663205;
	margin: 0;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
}

h3 {
	color: #663205;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

hr {
	background: #663205;
	color: #663205;
}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 150%;
}

table {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0 5px;
}

th {
	background: #663205;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #663205; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #663205;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #663205;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #663205;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #663205;
	font-weight: bold;
	text-decoration: underline;
}

a:focus {
	color: #663205;
	font-weight: bold;
	text-decoration: underline;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

input.button {
	background: #999;
	color: #000;
	border: solid 1px #663205;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #663205;
	padding: 2px;
	font-family: arial, helvetica;
}

p.image {
	padding: 0;
	margin: 0;
}

p.noTopMargin {
	margin-top: -5px;
}

p.noBottomMargin {
	margin-bottom: 0;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	width: 792px;
	margin: auto;
}

#body {
	margin: 0 18px 0 24px;
	font-size: 85%;
}

div.leftCol {
	width: 246px;
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
}

div.centerCol {
	width: 309px;
	float: left;
	margin-left: 29px; 
	margin-right: 18px;
}

div.rightCol {
	width: 148px;
	float: left;
	margin-top: 18px;
}

div.rightCol .image {
	margin-bottom: 18px;
}

div.rightCol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.rightCol li {
	background: url(/images/bullet.gif) 0 4px no-repeat;
	padding-left: 15px;
}

#header {
	clear: left;
}

#favourites {
	background: #cdbca3;
	color: #fff;
	height: 29px;
	font-weight: bold;
}

#favourites a {
	color: #fff;
}

#favourites p {
	margin: 0;
}

#favourites p.tel {
	float: left;
	font-size: 125%;
	padding: 4px 0 0 24px;
}

#favourites p.addFav {
	float: right;
	font-size: 110%;
	padding: 5px 24px 0 0;
}

#menu {
	font-size: 110%;
	height: 92px;
	background: #663205 url(/images/winerep_logo.gif) 96% 50% no-repeat;
}

#menu ul {
	padding: 0;
	margin: 0 0 0 24px;;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin-right: 13px;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

#mainMenu ul {
	padding-top: 28px;
}

#mainMenu a {
	color: #cdbca3;
	font-weight: bold;
	text-decoration: none;
}

#submenu ul {
	background: url(/images/submenu.gif) 0 50% no-repeat;
	margin: 10px 0 0 80px;
	padding-left: 18px;
}

#submenu a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#footer {
	color: #999;
	margin: 10px 0 0 24px;
}

/* END PAGE SPECIFIC STYLES */
