/*------------------------------------------------------------------------
# JA Wistery 1.0 - Feb, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #545454;
	font-family: Arial, Verdana, Tahoma "Trebuchet MS", sans-serif;
	font-weight:bold;
	line-height: 1%;
	font-size: 11px;
}

/* Normal link */
a {
	color: #60B071;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #545454;
	text-decoration: underline;
}

/* Heading */
ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 0;
	margin-bottom: 0;
}

ol li {
	margin-left: 0;
	line-height: 170%;
}

hr {
	border-top: 1px solid #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

div {
	font-size: 100%;
}
.menu_container{
	background-color:#FFFFFF;
}

/* MAIN LAYOUT divS
--------------------------------------------------------- */
#ja-wrapper {
	width: 962px;	/* This width should same as "ja-wrapper" & "ja-wrapper-main" & "ja-wrapper-sub " */
	margin: 0 auto;
	vertical-align:bottom;
	text-align:center;
	background-color:#FFFFFF;
	border:0 none;
	height:39px;
	overflow:hidden;
/*	letter-spacing:1px;*/
}
#ja-wrapper-main {
	width: 962px;	/* This width should same as "ja-wrapper" & "ja-wrapper-main" & "ja-wrapper-sub " */
	margin: 0 auto;
	vertical-align:bottom;
	text-align:left;

}
#ja-wrapper-sub {
	width: 962px;	/* This width should same as "ja-wrapper" & "ja-wrapper-main" & "ja-wrapper-sub " */
	margin: 0 auto;
	vertical-align:bottom;
	text-align:left;
	float:left;

}
#ja-wrapper-sub_end {
	width: auto;
	height:39px;
	margin: 0 auto;
	vertical-align:bottom;
	text-align:right;
	float:right;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	padding:0;
	margin:0;
}

#ja-mainnav {
	font-size: 1em;
	line-height: normal;
}

#ja-mainnav a { 
	background-color:transparent;
}

#ja-subnav {
	padding: 0;
	margin: 0;
	clear: both;
	line-height: normal;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


