	/* ----------------------------------------- */
/* GENERAL */
/* ----------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url('../images/bg_page.jpg') repeat-y center;
}

table {
	border-collapse: collapse;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 13px;
	color: #686A6D;
}

h1 {
	font-family: Lucida Sans Unicode, Lucida Sans Unicode, Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #626261;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6D6E71;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

h3 {
	font-family: Lucida Sans Unicode, Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #626261;
}

h4 {
	font-family: Lucida Sans Unicode, Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	color: #626261;
	margin-top: 0px;
	margin-bottom: 0px;
}

.error {
	color: #840000;
}

.errorStar {
	color: #840000;
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	margin: 0px 0px;
	color: #CFD3D7;
}





/* ----------------------------------------- */
/* DIV IDS */
/* ----------------------------------------- */

#page {
	margin: 0 auto;
	width: 800px;
	margin-bottom: 20px;
}

#header {
	margin-bottom: 41px;
	width: 800px;
	height: 66px;
	background: url('../images/bg_line.jpg') repeat-x top left;
}

#logo {
	float: left;
	width: 296px;
}

#menu {
	float: right;
	width: 504px;
	padding: 48px 0 0 0;
	text-align: right;
}

#hold-body {
	clear: both;
	background-color: #161415;
}



/* ----------------------------------------- */
/* DIV CLASSES */
/* ----------------------------------------- */

.menu-opt {
	display: inline;
	padding-left: 10px;
}

.example {
	clear: both;
	float: left;
	margin-bottom: 26px;
}

.example-title {
	clear: both;
	float: left;
	margin-bottom: 11px;
	height: 31px;
	width: 783px;
	padding: 9px 0 0 17px;
	background-color: #423D3E;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 18px;
	color: #B7B7B7;
}

.example-img {
	clear: both;
	float: left;
	margin-bottom: 26px;
}

.example-info {
	clear: both;
	float: left;
	margin-bottom: 11px;
	height: 31px;
	width: 800px;
}

.divider {
	clear: both;
	float: left;
	margin-bottom: 24px;
	width: 800px;
}

.black {
	clear: both;
	float: left;
	background-color: #000000;
	text-align: center;
	width: 800px;
	padding: 20px 0 0 0;
}



/* ----------------------------------------- */
/* LINKS */
/* ----------------------------------------- */

a {
	text-decoration: underline;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	color: #b7b7b7;
}

a:hover {
	text-decoration: underline;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	color: #c4cdbb;
}

a.sitemap {
	text-decoration: none;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 14px;
	color: #626261;
}
a.sitemap:hover {
	text-decoration: none;
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 14px;
	color: #626261;
}



/* ----------------------------------------- */
/* TABLES */
/* ----------------------------------------- */

table.example-txt {
	width: 800px;
}
table.example-txt td {
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	line-height: 120%;
	color: #B7B7B7;
}

td.s-txt {
	width: 474px;
}

table.example-txt td.title {
	font-family: Lucida Sans Unicode, Tahoma;
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
}


table.contact {
	width: 410px;
}

table.contact td {
	text-align: left;
	color: #767C71;
	font-size: 12px;
}

input.cont {
	width: 300px;
}

table.contact textarea {
	width: 300px;
}

table.contact select {
	width: 305px;
}

table.contact td.button {
	text-align: right;
}