
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #5C0E14;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #5C0E14;
}

h1, h2, h3 {
	margin: 0;
}

img {
	border-style: none;
}

p {
	margin: 0 0 1.25em 0;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

div.gallery div {
	text-align: right;
}

div.gallery div {
	margin: 12px 0;
}

div.gallery div a {
	padding-left: 0.25em;
	color: #807C78;
}

div.gallery div a.active {
	color: #5C0E14;
}

form.contact label {
	font-family: Georgia, serif;
	font-size: 14px;
	text-transform: uppercase;
}

form.contact div.error {
	color: rgb(187, 0, 0);
	margin-bottom: 1em;
}

form.contact div.error div:before {
	content: "– ";
}

form.contact input {
	border-width: 1px;
	border-style: solid;
	border-color: #C8C3BC;
	background-color: #FFF;
	font-family: Georgia, serif;
	font-size: 15px;
	padding: 4px;
	width: 440px;
}

form.contact input[type="submit"] {
	border-width: 1px;
	border-style: solid;
	border-color: #C8C3BC;
	background-color: #FFF;
	font-family: Georgia, serif;
	font-size: 15px;
	color: #5C0E14;
	text-transform: uppercase;
	width: auto;
	padding: 6px 58px 6px 8px;
	background-image: url(/img/arrow-right-padded.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

form.contact th, form.contact td {
	padding: 0 0 10px 0;
}

form.contact th {
	padding-right: 8px;
	font-weight: normal;
	text-align: right;
}

span.required {
	font-family: Georgia, serif;
	font-size: 14px;
	padding-left: 2px;
	color: rgb(187, 0, 0);
}

/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#canvas {
	width: 989px;
	margin: 62px auto 20px auto;
	padding: 4px 0 0 29px;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #5C0E14;
}

#content {
	line-height: 150%;
}

#content h1, #content h2 {
	margin: 0 0 1.4em 0;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 135%;
}

#content h2 {
	font-size: 1.2em;
	font-style: italic;
	text-transform: none;
}

/* Reminder: .pplush1 and .h1plush2 are workarounds for IE6 crap */
#content .pplush1 {
	margin-top: 20px;
	padding-top: 22px;
	background-image: url(/img/bg-dots.gif);
	background-repeat: no-repeat;
}

#content .h1plush2 {
	margin-top: -1.3em !important;
}

#content p + img {
	margin-top: 2em;
}

#main {
	width: 640px;
	float: left;
	padding-top: 0px;
}

#right {
	width: 292px;
	float: right;
	padding-left: 29px;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #5C0E14;
	min-height: 520px;
}

#head a {
	display: block;
	width: 321px;
	height: 46px;
	background-image:url(/img/logo.gif);
	background-repeat: no-repeat;
}

#head span {
	position: absolute;
	top: -100em;
}

/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#navigation {
	height: 54px;
	padding-top: 44px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul ul {
	position: absolute;
	top: 18px;
	left: 0;
}

#navigation li li {
	display: inline;
}

#navigation ul a {
	text-transform: uppercase;
	padding-right: 18px;
	color: #807c78;
}

#navigation ul a.active {
	color: #5C0E14;
	font-weight: bold;
}

#navigation ul.noneactive a {
	color: #5C0E14;
}

#navigation ul.level1 a {
	font-size: 1.25em;
	color: #5C0E14;
}


