/*------------------------------------------------------------------------
# JA Nickel for Joomla 1.5.x - Version 1.0 - Licence Owner JA73172
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #FFFFFF;
	color: #0000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
}

body#bd {
	background: url(../images/body_bg.jpg) center top no-repeat #efefef;
	color: #000;
}

body.contentpane {
	color: #000000;
	font-size: 12pt;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #222222;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D33615;
	text-decoration: underline;
}

/* Font-face */
@font-face {
    font-family: 'BebasRegular';
    src: url('bebas-webfont.eot');
    src: url('bebas-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('bebas-webfont.woff') format('woff'),
         url('bebas-webfont.ttf') format('truetype'),
         url('bebas-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Title text */
h1, h2, h3, h4,
.contentheading, .componentheading, .blog_more strong,
.nftitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #222222;
}
	
/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
span.site-slogan, a.readon, #ja-headtools, #ja-pathway, #ja-botsl21, #ja-botsl22 {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #999999;
}

img.caption {
}

/* Heading */
h1 {
	font-size: 200%;
}

h2 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #ff9600;
	font-size: 36px;
	margin: 0 0 5px !important;
}

h3 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #bababa;
	font-size: 24px;
	margin: 0 0 5px !important;
}

h4 {
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px !important;
	font-weight: bold;
}

h5 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #545454;
	font-size: 50px !important;
	margin: 0 0 5px !important;
	line-height:0.9em;
}

h2 {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #ff9600;
	font-size: 36px;
	margin: 0 0 5px !important;
}
h4, h5, h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: none;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
	height: 1px;
}

td, div {
	font-size: 100%;
}

a img {
	border: none;
	/*margin: 5px;*/
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100% !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	margin: 0 5px;
}

.button {
	background: #ff9900 !important;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px !important;
	text-transform: uppercase;
	border: 0 none;
	cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
	background: #939917 !important;
	color: #fff;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
	background: url(../images/dot.gif) repeat-x center;
	display: none;
}

.article-content img {
}

.article-tools .article-meta {
	float: left;
}

.article-tools .buttonheading {
	float: right;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../images/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../images/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: #E5E5E5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	font-size: 92%;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 15px;
}

table.contenttoc th {
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E5E5E5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
	font-weight: bold;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 15px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color: #ff9600;
	font-size: 36px;
	margin: 0 0 10px !important;
}

.componentheading {
	/*font-size: 200%;*/
}

h2.contentheading, .contentheading {
	font-size: 175%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

.blog h2.contentheading, .blog .contentheading {
	font-size: 150%;
	color: #545454;
}

a.contentpagetitle {}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #D33615;
}

.contentdescription {
	padding-bottom: 30px;
}

table.contentpane form,
table.contentpane table {
	width: 100%;
}
/*
a.readon {
	background: #333333;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: #D33615;
	color: #FFFFFF;
	text-decoration: none;
}
*/
table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

div.blog_more {
	padding-top: 15px;
}

ul.pagination {
	margin: 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #999999;
}

.modifydate {
	color: #999999;
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.buttonheading {
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 980px;
}

#ja-container-fr {
	position: relative;
}

#ja-container-fr .main {
	margin-top: 55px;
}


/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	display: inline;
	float: left;
	width: 720px;
}

#ja-content .main {
	width: 720px;
	margin-top: 30px !important;
}

#ja-col1 {
	display: inline;
	float: left;
	/*padding-top: 55px;*/
	width: 260px;
	line-height: 1.5;
}

#ja-container-fl #ja-current-content {
	float: left;
	width: 700px;
}

#ja-container-fl #ja-content {
	width: 100%;
}

#ja-container-fr #ja-current-content {
	width: 715px;
}

#ja-container-f #ja-current-content,
#ja-container-f #ja-current-content .contentpane,
#ja-container-f #ja-current-content .contentpane .wrapper {
	width: 100%;
	display: block;
}

#ja-container #ja-current-content {
	float: left;
	width: 470px;
}

#ja-current-content .article-content {
	clear: both;
}

#ja-container-fl #ja-content .main{
	padding: 15px 0;
	width: 100%;
}

#ja-container #ja-content .main {
	padding: 15px 0 15px 15px;
}

#ja-container-f #ja-content .main {
	padding: 0;
	width: 100%;
}

#ja-container-fr #ja-content .main {
	/*padding: 5px 0 15px 15px;*/
	padding: 0;
}
	
/*columns*/
#ja-col2 {
	float: right;
	width: 240px;
	line-height: 1.5;
}

#ja-col2 .main {
	padding-top: 15px;
	width: 100%;
}

#ja-col2 div.inner {
	padding: 15px;
}

/*common style for column*/
#ja-cols table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-cols .article_separator {
	display: none;
}

#ja-cols ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-f,
#ja-container-c,
#ja-container-fl {
	clear: both;
	min-height: 400px;
	padding: 0;
}

/* full */
#ja-container-f .main {
	background: none;
}

#ja-container-f #ja-content {
	width: 100%;
}

/* content + 1 col */
#ja-container-c .main {
	background: none;
}

#ja-container-c #ja-content {
	width: 75%;
}

#ja-container-c #ja-cols {
	width: 22%;
}

#ja-container-c #ja-col2{
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_text h3,
div.moduletable_menu h3{
	border-bottom: 1px solid #DDDDDD;
	color: #333333;
	letter-spacing: .5px;
	margin: 0 0 10px;
	padding: 2px 0 5px;
}

span.first-word {
	color: #333333;
}

div.moduletable,
div.moduletable_text,
div.moduletable_menu {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

div.moduletable_blank {
	margin: 0 0 15px;
}

div.color1 h3 {
	color: #D33615;
}

div.color2 h3 {
	color: #8C9520;
}

div.color3 h3 {
	color: #116593;
}

/* mis */
div.moduletable ul,
div.moduletable_text ul{
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li {
	line-height: 20px;
	margin: 0;
	padding-left: 0;
}

div.moduletable li a,
div.moduletable_text li a,
div.moduletable_menu li a {
	display: block;
	padding: 5px 2px 5px 15px;
}

ul.ja-bullettin li a {
	display: inline;
	padding: 0;
}

/* Default Module */
#ja-col2 div.moduletable,
#ja-col2 div.moduletable_text,
#ja-col2 div.moduletable_menu {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
}

#ja-col2 div.moduletable h3,
#ja-col2 div.moduletable_text h3,
#ja-col2 div.moduletable_menu h3 {
	background: #333333;
	color: #FFFFFF;
	margin: 0 -1px;
	padding: 10px;
	border-bottom: 1px solid #222222;
}

#ja-col2 div.moduletable_highlight {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
}

#ja-col2 div.moduletable_highlight h3 {
	background: #D33615;
	color: #FFFFFF;
	margin: 0 -1px;
	padding: 10px;
}

#ja-col2 div.ja-innerdiv {
	border: none;
	padding-left: 10px;
}

#ja-col2 div.moduletable div.ja-innerdiv img,
#ja-col2 div.moduletable_highlight div.ja-innerdiv img,
#ja-col2 div.moduletable_text div.ja-innerdiv img{
	border: none;
}

#ja-col2 div.moduletable_menu {
	padding-bottom: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	height: 100px;
	z-index:999;
}

#ja-header .main {
	height: 100px;
	position: relative;
}

h1.logo, h1.logo-text {
	font-size: 300%;
	left: 0;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 124px;
	width: 300px;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

* html h1.logo a:hover {
	background: none;
	cursor: pointer;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #FFFFFF;
	text-decoration: none;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	background: none;
	color: #FFFFFF;
}

span.site-slogan {
	color: #FFFFFF;
	display: block;
}

/* Headtools ---*/
#ja-headtools {
	position: absolute;
	right: 15px;
	top: 50px;
}

#ja-headtools ul {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#ja-headtools li {
	background: none;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#ja-headtools li a {
	background: url(../images/arrow.png) no-repeat 10px center;
	padding: 0 10px 0 20px;
	line-height: 25px;
	display: block;
	float: left;
}

#ja-headtools li a:hover {
	background: url(../images/arrow-hover-90cw.png) no-repeat 10px center;
	text-decoration: none;
}

#ja-headtools li a.show {
	color: #FFFFFF;
	background: url(../images/arrow-light-90cw.png) no-repeat 10px center #333333 !important;
}

#ja-register, #ja-login {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: -15px;
	text-align: left;
	top: 25px;
	z-index: 999;
}

.ja-login-links {
	margin-top: 10px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	z-index: 999;
	position: relative;
	top: 60px;
}

#ja-mainnav .main {
	/*background: #333333;*/
	padding: 0;
	position: relative;
	height: 30px;
}

#ja-mainnav .main .inner {
	position: relative;
}

#ja-subnav .main{
	background: none;
	border-bottom: 1px solid #DDDDDD;
}

#ja-subnav ul {
	margin: 0;
}

#ja-subnav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#ja-subnav ul li a {
	color: #333333;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 5px center;
}

#ja-subnav ul li.active a,
#ja-subnav ul li a:hover,
#ja-subnav ul li a:active,
#ja-subnav ul li a:focus {
	background: #F6F6F6 url(../images/arrow-hover.png) no-repeat 5px center;
	color: #D33615;
}

#ja-search {
	position: absolute;
	right: 10px;
	top: 7px;
}

#mod_search_searchword {
	background: #666666;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 4px 5px;
}

/* Pathway ---*/
#ja-pathway {
	background: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	color: #666666;
	display: none;
}

#ja-pathway span {
	padding: 0 5px;
	line-height: 30px;
}

#ja-pathway .main {
	position: relative;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
}

#ja-pathway a:hover,
#ja-pathway a:active,
#ja-pathway a:focus {
	color: #D33615;
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	background: url(../images/arrow.png) no-repeat 12px center;
	color: #666666;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #666666;
	background: #F6F6F6 url(../images/arrow.png) no-repeat 12px center;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	background: #E5E5E5 url(../images/arrow.png) no-repeat 12px center;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: #FFFFFF url(../images/bullet.gif) no-repeat 20px center !important;
	border: none;
	font-weight: normal !important;
	padding-left: 30px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #666666;
}

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ja-box-left div.moduletable {
	padding-right: 15px;
}

.ja-box-center div.moduletable {
	padding: 0 15px;
}

.ja-box-right div.moduletable {
	padding-left: 15px;
}

/* Top spotlight ---*/
#ja-content #ja-topsl .main {
	padding-left: 0;
	padding-top: 0;
}

/* Bottom spotlight ---*/
#ja-botsl1 {
	background: #E5E5E5;
}

#ja-botsl1 h3 {
	border: none;
}

#ja-botsl1 div.moduletable {
	border-right: 1px solid #D5D5D5;
}

#ja-botsl2 {
	background: #F6F6F6;
	color: #333333;
}

#ja-botsl2 .img_caption img {
	border: 5px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

#ja-botsl2 .img_caption {
	float: none;
}

/*Common style for soptlight*/
#ja-botsl2 div.ja-innerdiv,
#ja-botsl1 div.ja-innerdiv {
	border: none;
}

#ja-botsl2 div.moduletable,
#ja-botsl1 div.moduletable {
	margin-bottom: 0;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #e0e0e0;
	text-align: center;
	height: 35px;
	color: #000;
	position: relative;
	top: -1px;
}

#ja-footer .sublogo {
	float: left;
	width: 32%;
}

#ja-footer .ja-info {
	float: left;
	padding-left: 0px;
	padding-top: 8px;
	width: 50%;
}

.footer{
	float:right;
	width:45%;
	margin-top:8px;
	text-align: right;
}

#ja-footer .main {
	text-align: left;
}

#ja-footer small {
	color: #000;
	font-size: 100%;
	margin-top: 10px;
}

#ja-footer ul {
	line-height: normal;
	margin: 0;
}

#ja-footer li {
	background: url(../images/vline.gif) no-repeat left;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#ja-footer a {
	background: none;
	color: #666;
	display: inline;
	line-height: normal;
}

#ja-footer a:hover,
#ja-footer a:active
#ja-footer a:focus{
	background: none;
	color: #333;
	text-decoration: underline;
}

.ja-footurl {
	clear: both;
	float: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 15px;
}

div.ja-innerdiv img {
	margin: 5px 10px 0 0;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

div.ja-innerdiv span.date {
	font-size: 80%;
	font-weight: bold;
}

li.ja-firstitem,
.firs-titem {
	background: none !important;
	padding-left: 0 !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	max-width: 600px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message {
	margin: 10px;
}

#system-message a {
	color: #333333;
}

#system-message dd {
	text-indent: 0;
}

#system-message dt.notice,
#system-message dt.error,
#system-message dt.done,
#system-message dt.message {
	display: none;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul,
#system-message dd.done ul {
	border: none;
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 5px 5px 5px 30px;
}

/* System Standard Messages */
#system-message dd.message ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

#system-message dd.done ul{
	background: #FAFAFA;
	color: #666666;
}

/* System Error Messages */
#system-message dd.error ul{
	background: url(../images/icon-error.gif) #FAFAFA no-repeat 10px !important;
	color: #D33615 !important;
}

/* System fade Messages */
#system-message dd.fade ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

/* System Notice Messages */
#system-message dd.notice ul{
	background: url(../images/icon-info.gif) #FAFAFA no-repeat 10px;
	color: #666666;
}

#top-of-all{
	margin-top:10px;
}


/* Frontpage Menu */

ul#frontmenu {
	display: block;
	width: 980px;
	margin: 0;
}

ul#frontmenu li {
	/*display: inline;*/
	line-height: 0;
	padding: 0;
}

ul#frontmenu li a {
	display: block;
	height: 580px;
	text-indent: -9999px;
	line-height: 0;
	float: left;
}

ul#frontmenu li.about a {
	background: url(../images/about_us_0.jpg) top no-repeat;
	width: 189px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	bottom:-30px;
    position: relative;
}

ul#frontmenu li.about a:hover {
	background: url(../images/about_us_1.jpg) top no-repeat;
	bottom:0px;
}

ul#frontmenu li.products a {
	background: url(../images/our_products_0.jpg) top no-repeat;
	width: 181px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	bottom:-30px;
    position: relative;
}

ul#frontmenu li.products a:hover {
	background: url(../images/our_products_1.jpg) top no-repeat;
	bottom:0px;
}

ul#frontmenu li.facilities a {
	background: url(../images/our_facilities_0.jpg) top no-repeat;
	width: 230px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	bottom:-30px;
    position: relative;
}

ul#frontmenu li.facilities a:hover {
	background: url(../images/our_facilities_1.jpg) top no-repeat;
	bottom:0px;
}

ul#frontmenu li.gallery a {
	background: url(../images/gallery_0.jpg) top no-repeat;
	width: 192px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	bottom:-30px;
    position: relative;
}

ul#frontmenu li.gallery a:hover {
	background: url(../images/gallery_1.jpg) top no-repeat;
	bottom:0px;
}

ul#frontmenu li.contact a {
	background: url(../images/contact_us_0.jpg) top no-repeat;
	width: 188px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	bottom:-30px;  
	position: relative;
}

ul#frontmenu li.contact a:hover {
	background: url(../images/contact_us_1.jpg) bottom no-repeat;
	bottom:0px;
}

.aboutus_leftCol {
	width: 260px;
	min-height:1013px;
	background: url(../images/aboutus_leftcol.png) center bottom no-repeat;
}


.products_leftCol {
	width: 260px;
	min-height:1900px;
	background: url(../images/products_leftcol.png) center top no-repeat;
}

.facilities_leftCol {
	width: 260px;
	min-height:806px;
	background: url(../images/facilities_leftcol.png) center bottom no-repeat;
}

.news_leftCol {
	width: 260px;
	min-height:500px;
	background: url(../images/news_leftcol.png) center top no-repeat;
}

.contactus_leftCol {
	width: 260px;
	min-height:925px;
	background: url(../images/contact_leftcol.png) center bottom no-repeat;
}

.green {
	color: #939917;
}

.darkgreen {
	color: #217706;
}

.red {
	color: #ff0004;
}

table.products {
	width: 720px;
}

table.products td, table.facilities td {
	text-align: center;
}

table.products td p, table.facilities td p {
	margin: 5px 0 25px;
}

table.products td p.manymore {
	font: italic 18px "Georgia", Times New Roman, Times, serif;
	color: #717171;
	margin: 15px 0;
}

table.facilities {
	width: 700px;
}

/* Enquiry Form */
table.contact_us {
	width: 720px;
}

table.contact_us td.map {
    width: 425px;
}

table.contact_us td.info {
    /*width: 265px;*/
}

table.contact_us td.info a {
	color: #ff3500;
}

table.contact_us td {
    color: #000;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.nolink {
    height: 185px;
    width: 418px;
}

.showlink a.lightboxlink {
    color: #909090;
	font-size: 10px;
}

.heritage_map a.lightboxlink {
    background: url("../images/location_map.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    width: 418px;
    height: 185px;
    line-height: 0;
    text-indent: -9999px;
}

table.contact_us td h3, h3.info {
    margin: 0 0 10px !important;
	color: #006f51;
	font-weight: bold;
	font-size: 13px;
}

table.contact_us td a, table.enquiry_form td a {
	color: #ff9600;
}

.address {
    background: url("../images/icon_address.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    padding-left: 25px;
}

.phone {
    background: url("../images/icon_phone.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    padding-left: 25px;
}

.fax {
    background: url("../images/icon_fax.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    padding-left: 25px;
}

.mail {
    background: url("../images/icon_mail.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    padding-left: 25px;
}

.h_divider {
    display: block;
    height: 2px;
    margin: 10px 0;
    width: 100%;
	border-bottom: 1px solid #c7c7c7;
}

table.enquiry_form td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}

table.enquiry_form td.label {
	width: 120px;
}

table.enquiry_form big {
	color: #006f51;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
}

.enquiry_form input#FullName, .enquiry_form input#Email, .enquiry_form input#Subject, 
.enquiry_form input#ContactNo, .enquiry_form input#Company, .enquiry_form textarea#Comments, 
.enquiry_form input#captchaTxt54 {
	background: #f3f3f3;
	border: 1px solid #d3d3d3;
	padding: 3px;
	border-radius: 4px 4px 4px 4px;
	css-transition: all 0.3s ease-in-out;
	-moz-css-transition: all 0.3s ease-in-out;
	-webkit-css-transition: all 0.3s ease-in-out;
}

.enquiry_form input#FullName:focus, .enquiry_form input#Email:focus, .enquiry_form input#Subject:focus, 
.enquiry_form input#ContactNo:focus, .enquiry_form input#Company:focus, .enquiry_form textarea#Comments:focus, 
.enquiry_form input#captchaTxt54:focus {
	background: #fff;
}

.enquiry_form  sup {
	color: #f00;
}

img#captcha54 {
	vertical-align: middle;
}

.enquiry_form input#FullName, .enquiry_form input#Email, .enquiry_form input#Subject, 
.enquiry_form input#ContactNo, .enquiry_form input#Company {
	width: 360px;
	height: 20px;
}

.enquiry_form textarea#Comments {
	width: 550px;
}

#about ul {
}

#about ul li {
	background: url(../images/tick-orange.png) left top no-repeat;
	height:30px;
}

.about-bold {
	font-weight:bold;
	font-size:17px;
	line-height:0.8em;
	color: #333;
}

table.product-pics {
	width: 722px;
	margin-bottom: 10px;
}

table.product-pics th {
	background: url(../images/header-bg-green.png) center top no-repeat;
	height: 40px;
	padding: 0;
}

table.product-pics h3 {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: normal;
	padding: 6px 0 0;
}

table.product-pics td {
	padding: 0;
}

table.products {
	width: 722px;
}

table.products th {
	background: #70a62f;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

table.products tr.odd td {
	background: #f1f6ea;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products tr.even td {
	background: #d7e0b1;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products th.cat{ width: 114px; border-right: 1px solid #70a62f; text-align: left; }
table.products td.cat { width: 114px; border-right: 1px solid #fff; text-align: left; }

table.products th.pcode { width: 94px; border-right: 1px solid #70a62f; text-align: left; }
table.products td.pcode { width: 94px; border-right: 1px solid #fff; text-align: left; }

table.products th.desc { width: 334px; border-right: 1px solid #70a62f; text-align: left; }
table.products td.desc { width: 334px; border-right: 1px solid #fff; text-align: left; }

table.products th.packing { width: 97px; text-align: center; }
table.products td.packing { width: 97px; text-align: center; }

table.products td img {
	margin-left: 10px;
	vertical-align: middle;
}

table.products tr.noodles td {
	background: #c3cf92;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products tr.additional td {
	background: #d7e0b1;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products tr.meat td {
	background: #e6ead4;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products tr.others td {
	background: #f1f6ea;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
}

table.products-cat {
	margin:35px 0 0 0;
}

table.products-cat ul li {
	background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    line-height: 190%;
    list-style: disc inside none;
    padding-left: 1px;
}

table.products-cat li img{
	margin-left: 7px;
    position: relative;
    top: 6px;
}

table.products-cat td.pic {
	width:210px;
	float: left;
}

table.products-cat td.recipes {
	width:478px;
}

table.product-lists {
	width:478px;
}

table.product-lists td{
	float:left;
}

table.product-lists td.col-left{
	float:left;
	width:290px;
}

table.product-lists a{
	color:#939917;
	font-weight:bold;
}

table.product-lists a:hover{
	text-decoration:underline;
}

.news_thumb_box {
    border: 1px solid #c7c7c7;
    float: left;
    margin-right: 30px;
    width: auto;
}

.news_desc_box {
    float: left;
    width: 550px;
}

.news_desc_box .createdate {
    color: #757575;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin: 15px 0 0;
}

.news_desc_box a.contentpagetitle {
    color: #820000;
    display: block;
    font-size: 18px !important;
    font-style: italic;
    font-weight: normal;
    margin: 0;
}

.read-more-box {
    background: url(../images/full-story-bg.png) left center no-repeat;
    display: block;
    height: 14px;
    margin-top: 10px;
    padding: 5px 0 5px 10px;
    width: 685px;
}

a.readon, .prev-page a {
    color: #333;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
}

a.readon:hover, .prev-page a:hover {
	color: #fff;
}

table.news_events {
    width: 720px;
}

table.news_events td {
	text-align: left;
	vertical-align: top;
}

table.news_events td.news_image {
	padding-right: 15px;
	padding-top: 15px;
}

.prev-page {
    background: url(../images/prev-page-bg.png) left center no-repeat;
    display: block;
    height: 14px;
    margin-top: 10px;
    padding: 5px 0 5px 25px;
    width: 685px;
}

