@charset "UTF-8";

@import url(reset.css);

/*-----------------------------
 TYPOGRAPHY
------------------------------*/
/*GLOBAL*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

/*MENU*/
.menu_inner {
	text-align: left;
}

/*CONTENT*/
.content_inner {
	text-align: left;
}
.content .sub_content h1 {
	font-size: 1.67em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
.content .sub_content p {
	line-height: 1.67em;
}

.content a:link,
.content a:visited {
	text-decoration: none;
}
.content a:hover,
.content a:active {
	text-decoration: underline;
}
/*Submenu*/
ul#submenu li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.17em;
	text-decoration: none;
	outline: none;
}
ul#submenu li a span {
	font-size: 0.71em;
	font-weight: normal;
}

.content .main_content h1 {
	font-size: 2.08em;
	line-height: 1.10em;
	font-weight: normal;
	margin: 0 0 0.60em 0;
}
.content .main_content h2 {
	font-size: 1.33em;
	font-weight: normal;
	margin: 0 0 0.92em 0;
}
.content .main_content ul {
	margin: 0 0 0.92em 15px;
}
.content .main_content ul li {
	margin: 0 0 0.56em 0;
}
.content .main_content p {
	line-height: 1.50em;
	margin: 0 0 1.3em 0;
}
.content .main_content p.highlight {
	font-size: 1.33em;
	line-height: 1.25em;
}


/*FOOTER*/
.footer_inner {
	text-align: left;
}
.footer_inner p a {
	text-decoration: none;
}

/*-----------------------------
 STRUCTURE
------------------------------*/
/*GLOBAL*/
html {
	height: 100%;
}
body {
	height: 100%;
}
.wrap {
	width: 100%;
	height: auto;
	min-height: 100%;
	height: 100%;
}

/*MENU*/
.menu {
	width: 100%;
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.menu_inner {
	width: 955px;
	height: 64px;
	margin: 0 auto;
}
.menu ul {
	float: right;
}
.menu ul li {
	list-style: none;
	float: left;
}
.menu ul li a {
	display: block;
	height: 63px;
	width: 115px;
	background-repeat: no-repeat;
	outline: none;
}
.menu ul li a span {
	display: none;
}
.menu ul li#mm_home a {
	background-position: 0 0;
}
.menu ul li#mm_home a.active,
.menu ul li#mm_home a:hover {
	background-position: 0 -64px;
}
.menu ul li#mm_about_us a {
	background-position: -115px 0;
}
.menu ul li#mm_about_us a.active,
.menu ul li#mm_about_us a:hover {
	background-position: -115px -64px;
}
.menu ul li#mm_contact_us a {
	background-position: -230px 0;
}
.menu ul li#mm_contact_us a.active,
.menu ul li#mm_contact_us a:hover {
	background-position: -230px -64px;
}
.menu ul li#mm_latest_news a {
	background-position: -345px 0;
}
.menu ul li#mm_latest_news a.active,
.menu ul li#mm_latest_news a:hover {
	background-position: -345px -64px;
}
.menu ul li#mm_logout a {
	background-position: -460px 0;
}
.menu ul li#mm_logout a.active,
.menu ul li#mm_logout a:hover {
	background-position: -460px -64px;
}

/*CONTENT*/
.content {
	width: 100%;
	padding: 80px 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.content_inner {
	width: 955px;
	margin: 0 auto;
}
.sub_content {
	float: left;
	width: 240px;
}
.sub_content #logo {
	margin: 0 0 45px 0;
}
/*Submenu*/
ul#submenu li {
	list-style: none;
}
ul#submenu li a {
	display: block;
	padding: 10px 0 10px 15px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
ul#submenu li a span {
	display: block;
}
.main_content {
	float: right;
	width: 625px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#scrollable_area {
	width: 615px;
	padding: 0 10px 0 0;
	height: 400px;
	overflow: auto;
	position: relative;
	outline: none;
}

/*scrollbar*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}
/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
	visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */

/* And style your scrollbar like you normally do */
.vscrollerbase {
	width: 15px;
}
.vscrollerbar {
	width: 15px;
	background-position: -60px 0;
	background-repeat: repeat-y;
	padding: 16px 15px;
	z-index: 2;
	cursor: pointer;
}
.vscrollerbarbeg {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px !important;
}
.vscrollerbarend {
	background-position: -30px 0;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.vscrollerbasebeg {
	background-position: -15px 0;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px !important;
	cursor: pointer;
}
.vscrollerbaseend {
	background-position: -45px 0;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	cursor: pointer;
}


/*FOOTER*/
.footer {
	width: 100%;
	padding: 25px 0;
	background-position: 0 0;
	background-repeat: repeat-x;
}
.footer_inner {
	width: 955px;
	margin: 0 auto;
}


/*-----------------------------
 COLOUR
------------------------------*/
/*GLOBAL*/
body {
	background-color: #4A051C;
	color: #FFF;
}

/*MENU*/
.menu {
	background-image: url(../img/common/menu_bg.gif);
}
.menu ul li a {
	background-image: url(../img/common/menu.gif);
}

/*CONTENT*/
.content {
	background-image: url(../img/common/content_bg.png);
	background-color: #45071c;
	color:;
}
.content #submenu li a {
	color: #FFF;
	background-image: url(../img/common/bullet.gif);
}
.content #submenu li a span {
	color: #aa8037;
}
.content #submenu li a:hover span {
	color: #FFF;
}
.main_content {
	border-color: #811035;
	background-image: url(../img/common/main_content_bg.png);
	background-color: #780F31;
}
.main_content h1 {
	color: #be954e;
}
.main_content h2 {
	color: #be954e;
}
.content a:link,
.content a:visited {
	color: #ae9145;
}
.content a:hover,
.content a:active {
	color: #FFF;
}
/* And style your scrollbar like you normally do */
.vscrollerbase {
	background-color: #430419;
}
.vscrollerbar {
	background-image: url(../img/common/scrollbar.gif);
}
.vscrollerbarbeg {
	background-image: url(../img/common/scrollbar.gif);
}
.vscrollerbarend {
	background-image: url(../img/common/scrollbar.gif);
}
.vscrollerbasebeg {
	background-image: url(../img/common/scrollbar.gif);
}
.vscrollerbaseend {
	background-image: url(../img/common/scrollbar.gif);
}
.scrollerjogbox:hover {
	background-image: url(../img/common/scrollbar.gif);
}


/*FOOTER*/
.footer {
	background-image: url(../img/common/footer_bg.gif);
}
.footer_inner p,
.footer_inner p a {
	color: #700e2e;
}
.footer_inner p a:hover {
	color: #AC1647;
}


