/* This file contains non-layout attirbutes (text styles) */

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: medium;
	line-height: 120%;
}

#body {
	font-size: 80%;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}

h3 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
	color: #c00;
}

a {
	color: #00C;
}

a:hover {
	color: #C60;
}

strong {
	color: #c00;
}

ul {
	margin-top: 1em;
}

li {
	margin-bottom: 1em;
}

#main_nav {
	text-transform: uppercase;
}

/* Second level navigation. */

#main_nav ul ul {
	margin-left: 20px;
	text-transform: none;
}

#main_nav a {
	display: block;
	padding-left: 14px;
	line-height: 1.2em;
	color: white;
	text-decoration:none;
/*	font-size: 90%;*/
	padding-top: 6px;
	padding-bottom: 6px;
}


#main_nav ul ul a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#main_nav ul ul a:hover {
	background-color: #820024;
}

#main_nav a:hover {
	background-color:black;
}

/* Winery contact details. */

.contacts {
	font-weight: bold;
}

/* Tables, mostly for use in the admin section. */

table {
	width: 100%;
}

th {
	text-align:left;
}

td, th {
	border-bottom: 1px solid #ccc;
	padding: 0.6em;
	padding-left: 0;
}

/* Error! */

.fatalError, .errMsg {
	font-weight: bold;
	color: #820024;
}

.errMsg {
	text-transform: uppercase;
}