/******************************************************************************/
/* GLOBAL TAG AND CLASS DEFINITIONS											  */
/******************************************************************************/

html, body {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #FFF;
	color: #999;
}

h1 {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

p {
	margin: 10px 0;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	color: #FFF;
}

.white,
.white a {
	color: #FFF;
}

a.active {
	color: #847040;
}

.leftBottomLink {
	position: absolute;
	left: 10px;
	bottom: 15px !important;
	bottom: -4px;
}

.centerBottomLink {
	position: absolute;
	left: 100px;
	bottom: 15px !important;
	bottom: -4px;
	margin: 0 auto;
}

.rightBottomLink {
	position: absolute;
	right: 10px;
	bottom: 15px !important;
	bottom: -4px;
}

/******************************************************************************/
/* MAIN																		  */
/******************************************************************************/

#main {
	width: 958px;
	height: 706px;
	position: relative;
	margin: auto;
	padding-top: 24px;
	text-align: center;
}

/******************************************************************************/
/* FOOTER																	  */
/******************************************************************************/

#main #footer {
	width: 100%;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	line-height: 19px;
	position: absolute;
	left: 0;
	bottom: 7px !important;
	bottom: -12px;
	text-align: center;
}

/**
 * Footer sub menu
 */

#main #footer #footerSubMenu {
	height: 19px;
	line-height: 19px;
	text-align: center;
}

/**
 * Footer main menu
 */

#main #footer #footerMainMenu {
	height: 19px;
	line-height: 19px;
	text-align: center;
}

/**
 * Footer text
 */

#main #footer #footerText p {
	line-height: 19px;
	text-align: center;
	font-size: 0.8em;
	margin: 0;
}

/******************************************************************************/
/* MAIN MENU																  */
/******************************************************************************/

#main #menu {
	width: 952px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	position: absolute;
	left: 29px;
	top: 24px;
	z-index: 150;
}

#main #menu ul {
	position: relative;
	left: 0 !important;
	left: 15px;
	z-index: 100;
}

#main #menu ul li {
	width: 46px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	padding: 0 2px;
}

#main #menu ul li.sep {
	width: 400px;
	padding: 0;
}

#main #menu ul li a, #main #menu ul li a img {
	position: absolute;
	left: 0;
}

#main #menu ul li a img.text, #main #menu ul li a img.text2 {
	left: -18px;
	top: 190px;
	z-index: 110;
}

#main #menu ul li a img.text2 {
	left: -48px;
}
