@import url(/assets/lib/styles/screen_standard.css);

/* --- Customize tags -------*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5e5238;
	background-color: #b3a577;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #990000;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #bb0000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

input, button, textarea, option, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

div.formError {
	font-size: 90%;
	color: red;
}



/* --- Elements --- */

img.bordered {
	border: 2px solid #a39566;
}

.weak {
	color: #8d8677;
}


/* --- Divs and div specific elements -------*/

div.page {
	width: 768px;
	margin: 0 auto;
	background: white url(/assets/images/bg_page.jpg) top left repeat-y;
}
div.page div.pageContent {
	width: 718px;
	margin: 0 auto;
}


div.header {
	background: white url(/assets/images/img_header.jpg) top center no-repeat;
	width: 678px;
	height: 170px;
	margin: 3px auto;
}

div.header div.buyline {
}

div.header div.navigation {
	position: relative;
	top: 125px;
	text-align: center;
	width: 678px;
}

div.header div.navigation a {
	padding: 0 10px;
	color: #5e5238;
	text-decoration: none;
}
div.header div.navigation a:hover {
	padding: 0 10px;
	color: #806f4d;
	text-decoration: none;
}

div.header div.navigation span.activeLink {
	padding: 0 10px;
	color: #770608;
	font-weight: bold;
}


div.main {
	margin: 10px 30px;
}