/*------------------------------------------------------------------------
# JA Larix  for Joomla 1.5 - Version 1.4 - Licence Owner JA130602
# ------------------------------------------------------------------------
# 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
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
 	background: #ECECEC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #000;
	background: #ECECEC;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #EE9600;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #EE9600;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-weight: bold;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 12px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}


input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #000;
	border:1px solid #aaa;
}

.button {
	padding: 2px;
	border: 1px solid #C8C8C8;
	color: #000;
	background: url(../images/but-bg.gif) repeat-x top #E6E6E6;
	font-weight: bold;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
}

input.addtocart {
	width: 89px!important;
	margin-right: 3px;
	color: #E2E2E2;
	background: url(../images/button-addtocart-big.gif) no-repeat top center !important;
	font-size: 0px;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFCC;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	display: none;


}

#ja-col1 .article_separator, #ja-col2 .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {font-size:12px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
 
 
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 5px 5px 1px 25px;
	
}

table.contenttoc th {
	padding: 0 0 3px;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 5px;
	text-transform: uppercase;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #DDDDDD;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 10px;
	display: block;
	font-size: 150%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 18px;
	
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
	font-size: 120%;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
	margin: 5px 0 20px;
	background: url(../images/dot.gif) repeat-x bottom left;
	font-size: 200%;
	text-transform: uppercase;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	font-size: 170%;
	text-transform: capitalize;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-top: 5px;
	color: #999999;
	font-weight: bold;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 8px 5px;
	border-top: 15px solid #FFFFFF;
	background: #DDDDDD;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper1 {
	width: 998px;
	margin: 0 auto;
	position: relative;
	left:50%;
	margin-left: -499px;
}

.narrow #ja-wrapper1 {
	width: 770px;
}

#ja-wrapper2 {
}

.narrow #ja-wrapper2 {
	padding-right: 0;
	background: #FFFFFF;
}

#ja-wrapper3 {
 
	overflow: hidden;
}

.narrow #ja-wrapper3 {
	padding-left: 0;
	background: #FFFFFF;
}

#ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl {
	clear: both;
	background:#fff;
 
}

#ja-containerwrap-f {
	clear: both;
	background: #fff;
}

#ja-container {
 
}

#ja-containerwrap-f #ja-container {
 
}

#ja-containerwrap-fl #ja-container {
 }

#ja-mainbody, #ja-mainbody-fr, #ja-mainbody-fl {
 }

#ja-mainbody-inner {

 }

#ja-containerwrap-f #ja-mainbody-inner {
 }

#ja-mainbody, #ja-mainbody-fr {
	float: right;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 74.9%;
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 732px;
	background: none;
}

#ja-mainbody-fl #ja-col2 {
	float: right;
	width: 265px;
}

#ja-mainbody-f {
	background: none;
	float: none;
	width: 100%;
}

#ja-content {
	padding: 0px;
	margin: 0;
	clear: both;
	display: block;
}
#ja-content #product_intro p{width:660px; margin:30px 0px 30px 45px; text-align:justify;}
#ja-content #product_list ul{padding-left:0px; margin-left:45px; padding-bottom:70px; float:left;}
#ja-content #product_list ul li {border:1px solid #ccc;padding:14px; float:left;}
#ja-mainbody-fr #ja-content {
	padding: 0 40px 0 20px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #000;
	font-size: 120%;
	text-transform: uppercase;
}

div.moduletable {
	padding: 0 15px;
	margin-bottom: 30px;
}

#ja-col1 div.moduletable {
	margin-bottom: 15px;
}

#ja-col1 div.moduletable h3 {
	margin: 0 -15px 5px;
	padding: 8px 15px;
	color: #EE9600;
	background: #000;
}

/* Right Module */
div.module h3,
div.module-grey h3,
div.module-dark h3 {
	margin: 0 -14px 5px;
	padding: 0 14px 8px;
	font-size: 120%;
	line-height: normal;
	text-transform: uppercase;
}

div.module,
div.module-grey,
div.module-dark,
div.module-blank {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}

div.module div, div.module div div,
div.module-grey div, div.module div div,
div.module-dark div, div.module div div {
	padding: 0;
}

div.module div div div,
div.module-grey div div div,
div.module-dark div div div {
	padding: 8px 15px 15px;
}

div.module-blank div div div {
	padding: 15px;
}

div.module div div div div,
div.module-grey div div div div,
div.module-dark div div div div,
div.module-blank div div div div {
	margin: 0;
	padding: 0;
	float: none;
	background: none;
}

div.module h3 {
	border-bottom: 1px solid #DDDDDD;
}

div.module {
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	background: url(../images/box-tl.gif) no-repeat top left;
}

/* Right Module - Grey */
div.module-grey h3 {
	background: url(../images/sep.gif) repeat-x bottom;
}

div.module-grey {
	background: url(../images/box-br-grey.gif) no-repeat bottom right #E6E6E6;
}

div.module-grey div {
	background: url(../images/box-bl-grey.gif) no-repeat bottom left;
}

div.module-grey div div {
	background: url(../images/box-tr-grey.gif) no-repeat top right;
}

div.module-grey div div div {
	background: url(../images/box-tl-grey.gif) no-repeat top left;
}

/* Right Module - Dark */
div.module-dark h3 {
	background: url(../images/sep2.gif) repeat-x bottom;
}

div.module-dark {
	background: url(../images/box-br-dark.gif) no-repeat bottom right #544F4C;
	color: #E6E6E6;
}

div.module-dark div {
	background: url(../images/box-bl-dark.gif) no-repeat bottom left;
}

div.module-dark div div {
	background: url(../images/box-tr-dark.gif) no-repeat top right;
}

div.module-dark div div div {
	background: url(../images/box-tl-dark.gif) no-repeat top left;
}

div.module-dark a, div.module-dark a:hover, div.module-dark a:active, div.module-dark a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	clear: both;

	position: relative;
	height: 119px;
}

#ja-header {
}

h1.logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 422px;
	display: block;
	font-size: 300%;
	height: 119px;
}

h1.logo a {
	width: 422px;
	float: left;
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -4000px;
	height: 119px;
	outline: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	clear: both;
	border-bottom: 1px solid #898989;	
	background: url(../images/menubg.jpg) no-repeat top;
	height:33px;
	color:#fff;
	line-height:33px;
}
#welcome {
float:left;
text-indent:35px;
}
#ja-mainnav {
float:right;
}
#topmenuall {
background:#B5232D;
color:#fff;
width:100%;
height:38px;
}
#topmenu li a {
font-size:12px;
color:#fff;
font-weight:bold;
text-decoration:none;
}

#topmenu li a:hover {
color:#666;
}
#topmenu ul {margin:0;padding:0;}
#topmenu {
float:left;
margin-left:15px;
_margin-left:15px;
_position:relative;
_left:-15px;
}
#howorder {
float:right;
/*margin-right:13px;*/
}

#topmenu li {
float:left;
padding:0 20px;
line-height:35px;
margin:0;
list-style:none;
background:url(../images/twolibg.gif) no-repeat right center;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus {
	outline: none;
}
#ja-subnav {
	background: #DDDDDD;
	padding: 8px 0;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 6px 15px;
	width: 90%;
	display: block;
	color: #000;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #000;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #EE9600;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 20px;
	display: block;
	color: #000;
	background: url(../images/bullet-list2.gif) no-repeat 8px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #EE9600 !important;
	text-decoration: none;
	
}

#active_menu {
	color: #EE9600 !important;
	font-weight: bold;
}

/* PATHWAY + SEARCH
--------------------------------------------------------- */
#ja-pathwaywrap {
	clear: both;
	background: url(../images/pathway-right-bg.gif) no-repeat bottom right;
	height: 50px;
	position: relative;
}

#ja-pathway {
	padding-top: 20px;
	width: 80%;
	float: right;
	display: block;
	text-indent: 20px;
}

#ja-pathway strong {
	margin-right: 10px;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	font-weight: bold;
	text-decoration: none;
}

/* Search */
#ja-searchwrap {
	width: 20%;
	float: left;
	background: url(../images/pathway-bg.gif) no-repeat bottom right;
	height: 50px;
	position: relative;
}

#ja-search {
	margin-top: 15px;
	background: url(../images/search-bg.gif) no-repeat center;
	height: 24px;
}

#ja-search .inputbox {
	width: 150px;
	padding: 2px 5px 3px;
	border: none;
	background: none;
	position: absolute;
	top: 18px;
	left: 18px;
}

.narrow #ja-search {
	background: url(../images/search-narrow-bg.gif) no-repeat center;
}

.narrow #ja-search .inputbox {
	width: 100px;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 20%;
	background: url(../images/top-border-l.gif) no-repeat top right;
	overflow: hidden;
}

#ja-col1 div.ja-innerpad {
	padding: 8px 0 10px;
	color: #C8C8C8;
}

#ja-col1 a {
	color: #C8C8C8;
	font-style: normal !important;
}

#ja-col1 a:hover, #ja-col1 a:active, #ja-col1 a:focus {
	color: #FFFFFF;
}

#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#ja-col2 div.ja-innerpad {

}

#ja-col2 li a {
color:#000000;
font-weight:bold;
	text-decoration:none;
}

#ja-col2 li a:hover, #ja-col2 li a:active, #ja-col2 li a:focus,#ja-col2 li ul li#current a {
font-weight:bold;
color:#B5232D;
text-decoration:none;
}
.menuSamples ul {
padding:0;
}
.menuSamples li#current ul li a {
color:#000;
}
.menuSamples ul li,.menuSamples ul li a {
background:none;
line-height:20px;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;

}



#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools,
#ja-usercolors {
	font-size: 11px;
	position: absolute;
	top: 22px;
	right: 30px;
}

*+html #ja-usertools {
	right: 10px; /*IE 7*/
}

#ja-usercolors ul,
#ja-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usercolors ul li,
#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#ja-usercolors img,
#ja-usertools img {
	padding: 0;
	margin: 0;
}

#ja-usercolors {
	float: left;
	padding: 10px 5px 4px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	float: left;
	width: 100%;
 	position: relative;
 
}

 
#ja-footer {
 
	width: 100%;
	float: right;
	color: #000;
	position: relative;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 0 20px;
	display: block;
	color: #000;
	font-style: normal;
	font-size: 100%;
}

#ja-footer ul {
	margin: 0 0 10px 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px;
	display: inline;
	background: url(../images/v-dot.gif) repeat-y top right;
	color: #544F4C;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #544F4C;
	text-decoration: underline;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#modlgn_passwd, #modlgn_username {
	width: 90%;
}

#modlgn_remember {
	border: none;
	background: none;
}

/* JA slider */
#ja-sliderwrap {

}

#ja-slider {
	margin: 0;
	padding: 0;
}

#ja-slider-center {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#ja-slider-left,
#ja-slider-right {
	float: left;
	width: 30px;
	position: relative;
}

#ja-slider-left img,
#ja-slider-right img {
	position: absolute;
	top: 55px;
	right: 0;
}

#ja-slider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#ja-slider-center img {
	margin: 0;
	padding: 0;
}

/* 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;
}
#form-login p {
	margin:0px;
}

#form-login ul li a {
	color:#FFF;
}

#slideshowboxnav {
    margin: 292px 0 0 900px;
    position: absolute;
    z-index: 999;
	width:98px;
}
#slideshowboxnav a.activeSlide {
background:url(../images/nowa.gif) no-repeat center !important;
}
#xx {
background:url(../images/nota.gif) no-repeat center;
width:18px;
height:13px;
float:left;
display:block;
}
#xx span {
    visibility: hidden;
}

.JT-ClearBox {
_display:none!important;
}
#copyright a {
color:#fff;
text-decoration:none;
}
#copyright {
color:#fff;
background:#B5232D;
width:100%;
line-height:37px;
height:37px;
text-align:center;
}
#fmenuline2 ul,#fmenuline1 ul {
margin:0;padding:0;
}

#fmenulinea1 {border-bottom:1px solid #B5B5B5; width:100%;}
#fmenuline1 {
text-align:center;
padding-left:270px;
height:30px;
width:100%;
margin:0 auto;
}
#fmenuline2in {
width:998px;
}
#fmenuline2 {
width:100%;
margin:0 auto;
padding-left: 160px;
}
#fmenuline2 li,#fmenuline1 li{
float:left;
line-height:30px;
height:30px;
list-style:none;
padding:0 10px;margin:0;
}
 

#fmenuline1 li {

}
#fmenuline1 li.item36 {
background:none;
}
#fmenuline2 li {
background:url(../images/line2bg.gif) no-repeat left center;padding-right:30px;
}

#fmenuline1 a,#fmenuline2 a {
color:#010101;
}
 
#breadcrumbs {
background:#FFFFFF;
color:#cb1a36;
line-height:37px;
text-indent:35px;
font-weight: bold;
width:100%; _height:100%;
display:block;
padding: 10px 0 0 10px;
}
#breadcrumbs a {
color:#5A5A5A;
}
.moduleSamples {
border:1px solid #CACACA;
background:#dfdfdf;
margin-left:5px;
width:238px;
margin-bottom:20px;
}
.modulerssblog  {margin-left:5px;
}

.moduleSamples h3 {
font-style:italic;
background:url(../images/h3bg.gif) repeat-x top;
margin:0;
line-height:34px;
color:#fff;
text-align:center;
}
.moduleSamples li {
background:url(../images/s3bg.gif) repeat-x top #DFDFDF;
line-height:30px;

}
.moduleSamples li a {
background:url(../images/line2bg.gif) no-repeat left center;
}
 
.menuSamples span {
padding-left:10px;
}

/* why be */
.moduletablewhybetop, .moduletablebelist {
width:700px;
margin:0 auto;
}
.moduletablewhybetop h3,#hlbt,#company_intro h3 {
margin:0;
margin-bottom:10px;
font-family:Corbel;
font-size:24px;
color:#B5232D;
line-height:30px;
_height:40px;
}

#whybeall {
border:1px solid #EAA3A3;
background:url(../images/hwhybg.gif) repeat-x top;
height:180px;
_display:block;
_position:relative;
_clear:both;
_display:block;
_margin-top:275px; 
}
#whybe3,#whybe2,#whybe1 {
float:left;
_left:-10px;
_position:relative;



}
#whybeall ul {
width:195px;
 margin: 10px 0;
_width:185px;
}
#whybe1 {
width:245px;
margin-left:10px;
}
#whybe2 {
width:240px;
}
#whybeall li {
background:url(../images/whylibg.gif) no-repeat left 7px;
padding-left:10px;
}
#whybe3 {
width:185px;
}
#lpt {
line-height:39px;
font-size:16px;
text-indent:10px;
font-weight:bold;
background:url(../images/lpt.png) no-repeat 115px center;
_background:url(../images/lpt.png) no-repeat 115px top;

}
#bqt {
font-weight:bold;
text-indent:10px;
line-height:39px;
font-size:16px;
background:url(../images/bqt.png) no-repeat 115px center;
_background:url(../images/bqt.png) no-repeat 115px top;
}

#hqt {
font-weight:bold;
text-indent:10px;
line-height:39px;
font-size:16px;
background:url(../images/qht.png) no-repeat right center;
_background:url(../images/qht.png) no-repeat right top;
}
/* rrrimg */
.modulebestopimg {
background:url(../images/rcenter.gif) repeat-y center;
width:251px;
text-align:center;
margin-bottom:10px;
}
 
.modulebestopimg .r1 {

background:url(../images/rbot.gif) no-repeat bottom center;
}
#rrrtext {
margin:10px 0;
font-family:Georgia;
font-style:italic;
font-size:12px;
}
#rrrby {
margin-bottom:10px;
}
.modulebestopimg .r3 {
padding-top:38px;
 background:url(../images/rtop.gif) no-repeat top center;
 padding-bottom:60px;
}

/* top tel */
#toptel {
width:510px;
margin-top:60px;
float:right;
}
#cleft {
float:left;
width:306px;
background:url(../images/tusicon.png) no-repeat top left;
}
#cright {
float:left;
}
#ct1 {
float:left;
font-size:14px;
font-family:Arial;
margin-top:5px;
color:#1E1E1E;
font-weight:bold;
text-indent:25px;
}

#ct1x {
float:left;
font-size:14px;
font-family:Arial;
margin-right:5px;
color:#1E1E1E;
font-weight:bold;

}
#cemail {
text-indent:15px;
float:left;
font-family:Tahoma;
font-size:12px;
}
#cemailb {
text-indent:15px;
float:left;
font-family:Tahoma;
clear:both;
font-size:12px;
}


#cemailx {
text-indent:15px;
clear:both;
float:left;
font-family:Tahoma;
font-size:12px;
}
#cno {
font-size:24px;
color:#BC001D;
margin-bottom:10px;
#line-height:20px;
_font-size:18px;
}

#cnoa {
font-size:24px;
color:#BC001D;
margin-bottom:10px;
#line-height:20px;
_font-size:18px;
}
#cceat {
float:left;
background:#B5232D;
color:#fff;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
width:233px;
margin-left:5px;
text-align:center;
}
#cceatc {
   color: #FFFFFF;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-indent: 8px;
    width: 225px;
}
#cceatc a {
color:#000;
}
#cceat a {
color:#fff;
}

/* ccc */
#xaa {
border-top:1px solid #BBBBBB;
border-left:1px solid #BBBBBB;
min-height:400px;
background:url(../images/cccbg.gif) no-repeat top left #fff;
margin-left:15px;
padding-left:15px;
padding-bottom:15px;
clear:both;
_position:relative;
 
}
#cpt {
width:350px;
z-index:999;
position: absolute;
height:52px;
line-height:52px;
color:#fff;
font-size:22px;
text-align:left;
text-indent:30px;
background:url(../images/cpt.png) no-repeat top left;
#margin-left:-15px;
_margin-left:-15px;
}
/* payment */
#pp1 {
width:245px;
height:25px;clear:both;
}
#ppleft {
float:left;
width:450px;
margin-right:20px;
}
#pp1 input {
border:1px solid #AAAAAA;
float:right;
}
#pp1 strong {
color:#BF000D;
}
#ppcart,#pptext {
margin:10px 0;
}
#ppright {
float:left;
}

#ppall {
margin-left:100px;
}
.chronoform {
display:none;
}
/* minforum */
#ffall {
    text-align: left;
	width:202px;
	margin:0 auto;
	height:580px;
}
#ffall p {
margin:0;clear:both;
}
#ffall span {
color:#B5232D;
margin-right:5px;
 
}
#ffmin1 {
height:25px;
line-height:25px;
}
#ffile,#ffmin1,#ffmin1chek,#ffmin1fa,#ffmin1mes {
clear:both;
 
}
#ffall input,#ffall select,#ffall textarea {
border:1px solid #9B9B9B;
float:right;
}
#ffall input {
	line-height: normal;
width:50%;
}
#ffmin1chek ul {
margin:0;
}
#ffmin1chek li {
float:left;
list-style:none;
background:none;
width:55px;
padding:0!important;
margin:0;
}
#ffmin1chek li input.radio{
width:19px;	
}
#ffall select {
line-height: normal;
width:50%;
}
#ffall textarea {
width:198px;
}
#minclick input {
background:url(../images/clicktosumit.jpg) no-repeat bottom center;
width:142px;
height:38px;
border:none;
float:left;
margin-left:25px;
margin-top:10px;
}

.ffcc {
float:left;
line-height:15px;
}
 
.nsp_header a {
color:#B5232D;
background:url(../images/h4bg.png) no-repeat left center;
   font-size: 14px;
    padding-left: 15px;
	font-weight:bold;
    text-transform: none;
}
 
 
#hlistli {float:right;}
 

.nsp_text li {
background:url(../images/hlistbg.gif) no-repeat left 9px;
font-size:12px;
padding-left:10px;
list-style:none;
}
.nsp_main {
border:1px solid #EAA3A3;
 
}
.nsp_art {
background:url(../images/artbg.gif) no-repeat center bottom;
height:140px;
margin-bottom:10px;
 
}
 
/* homelist css */
#hsep {
float:left;
margin-right:80px;
}
#hhlistall ul {
margin:5px 0;
}
#hhlistall {
width:700px;
margin:0 auto;
border:1px solid #EAA3A3;
padding-top:10px;
margin-bottom:10px;
_z-index:999;
}

#hplist ul li {
background:url(../images/hlistbg.gif) no-repeat 3px 10px;
font-size:12px;
padding-left:16px;
list-style:none;
_background:url(../images/hlistbg.gif) no-repeat 225px 9px;
}
#hlimg {
margin-left:10px;
margin-right:25px;
}
#hlimg img {

}
#hptitle {
color:#B5232D;
background:url(../images/h4bg.png) no-repeat 0px center;
   font-size: 14px;
    padding-left: 15px;
	font-weight:bold;
    text-transform: none;
_background:url(../images/h4bg.png) no-repeat left center;
	}
#hlbt {
font-weight:bold;
text-indent:15px;
_clear:both;
 
}
#hplist {margin-right:10px;}

/* as css */
#abus1 {
width:645px;
margin:10px 0px 20px 45px;

}
#leftimg {float:left;width:260px;}
#ast {font-size:24px;}

#abusright li {
background:url(../images/aslibg.gif) no-repeat left 8px;
padding-left:8px;
}
#abusall {
margin-bottom:10px;
}
#abusright {
width:340px;
float:left;
}
#astwobg {
background:url(../images/astwobg.png) no-repeat 14px 0px;
height:52px;

line-height:52px;
color:#fff;
font-size:22px;
text-align:left;
text-indent:30px;
clear:both;
margin-left:-15px;
position:relative;
}


/* contact */

#asstel {
background:url(../images/assstel.png) no-repeat left center;
line-height:50px;
font-family:Lucida Sans;
font-size:19px;
text-indent:75px;
 
_height:50px;
}
#assskype {
line-height:50px;
font-family:Lucida Sans;
font-size:19px;text-indent:75px;
background:url(../images/assskype.png) no-repeat left center;
 
_height:50px;
}
#assemail {
font-family:Lucida Sans;text-indent:75px;
font-size:19px;
line-height:50px;
background:url(../images/assemail.png) no-repeat left center;
 
_height:50px;
}
#asbgtt {
background:url(../images/astli.gif) no-repeat left center;
font-family:Tahoma;
font-size:14px;
font-weight:bold;
text-indent:25px;
margin:10px 0;
line-height:22px;
}

#asfok input {
background:url(../images/assclick.jpg) no-repeat left center;
width:140px;
height:35px;
border:none;
margin-top:10px;
}

#contactusf {
margin-left:75px;
}
#asform {
margin-left:30px;
margin-top:30px;
}
#ems1 {
border-bottom:1px solid #BFBFBF;
margin-top:10px;
padding-bottom:10px;
}
#ems2 span,#ems1 span {
color:#B5232D;
font-size:18px;
font-family:Tahoma;

}

#fqtbig input {
border:1px solid #9B9B9B;
}
#fqtbig span {
color:#B5232D;
}
#fqtbig {
font-size:12px;
width:900px;
background:url(../images/btabbg.gif) no-repeat top left;
border-left:10px solid #C2C2C2;
position:relative;
left:-1px;
padding-top:15px;
padding-bottom:10px;
}
#fqtbig tr {
line-height:25px;
}
#fqtbig td {
padding-left:5px;
}
#Address {
width:200px;
}
#message {
width:600px;
margin-bottom:10px;
}
#pp2 #message,#contactusf #message {
width:400px;
}
#file_10,#file_19,#file_18 {
margin-bottom:5px;
}
#fqtbig select {
width:123px;
}
#fffok input {
background:url(../images/clicktosumit.jpg) no-repeat bottom center;
width:142px;
height:38px;
border:none;
}
#minclick input:hover, #contactusf input:hover, #fffok input:hover {
cursor:hand;
cursor:pointer;
}


/* table css */
.STYLE11 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#969696; }
.STYLE15 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
.STYLE17 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.STYLE18 {
	font-size: 24px;
	font-weight: bold;
}
img {border:none;}

#calall {
border-bottom:1px solid #9E9E9E;
border-top:5px solid #BABABA;
height:258px;
color:#000;
width:950px;
}
#calleft {
float:left;
border-right:1px solid #9E9E9E;
width:745px;
}
#calright {
width:202px;
background:#E8E8E8;
 height:203px;
 float:right;
 border-right:1px solid #9E9E9E; 
padding-top:55px;
}
#calright input {
width:63px;
}
#calright .caltext {
width:70px;
margin-left:25px;
float:left;
_margin-left:15px;
}
#calline1,#calline2,#calline3,#calline4 {
line-height:30px;
_clear:both;
}
#calline3 input {
width:153px;
height:30px;
background:url(../images/calbg.jpg) no-repeat left center;
border:none;
margin-left:25px;
margin-top:10px;
margin-bottom:10px;
 
}


#asfok {
height:70px;
}

#calline4 input {
    margin-right: 3px;
	}
#ffqq img {
    border-left: 1px solid #EBEBEB;
    float: right;
}
#ffqq {
height:182px;
}

#sptt {
font-family:Tahoma;
font-size:24px;
color:#B5232D;
height:35px;
line-height:30px;
}
#check00,#check01,#check02,#check03,#check04,#check05,#check06,#check07,#check08,#check09,#check10 {
border:none!important;
#border:none!important;
_border:none!important;
}

#xxf .cf_inputbox {
width:260px!important;
}
#xxf {
 
}
#xxf td {
padding:2px;
}
#contactusf input {
width:150px;
}
#ffmin1chek {
    margin-top: 5px;
	
	}

.ysb1 { color:#808080;}
.ysb1 tr
{
	background: #ffffff;
}

.ysb1 tbody tr:hover
{
	background: #d6222d;
	color: #000;
}


.ysb1 tbody td:hover
{
	cursor: default;
	background: #b5232d;
	color: #fff;
}

.ysb1 thead th{background:#000; text-align:center;color:#fff;}
.ysb1 thead tr th{background:#4c3279; text-align:center;color:#fff;}

.ysb1 tbody th
{
	font-weight: normal; text-align:center; font-weight:bold;
	background: #b2b2b2; color:#000;
}


.ysb1 tbody tr.alternate:hover
{
	background: #86b5e2;
}

.ysb1 tr.alternate
{
	background: #fff;
}

.ysb1 tr.alternate th
{
	background: #b2b2b2;
}

.ysb1 label 
{
    font-weight: bold;
    color: #036;
    display: block;
	background-color: inherit;
}

.ysb1 #centerForm
{
	margin: 20px auto;
	padding: 0;
	font-size: 10px;
	position: relative;
	clear: both;
	width: 420px;
}

.ysb1 .formboxWide
{
	width: 340px;
}

.ysb1 fieldset
{
	border: 1px solid;
	padding: 10px;
	margin: 0;
	background: url(footerGradient.jpg) repeat-x #a0a9a4;
}

.ysb1 legend
{
	color: #142029;
	border: 1px solid;
	background: #fff;
	padding: 2px 6px;
	font-size: 24px;
	font-weight: bold;
}
span.cf_alert {
display:none!important;
}

#company_intro {clear:both;margin: 20px auto 0px auto;width: 700px;}
#company_intro p {margin-bottom:30px;}
#intro_left {float:left; width:330px;}
#intro_right {float:right; width:330px;}
table.contentpaneopen p.item_brief {width:650px; margin:40px 0px 35px 45px; text-align:justify;}
#ems1 h3 {color: #B5232D;font-size: 18px;font-family: Tahoma;margin-left:45px;}
#ems1 ul li ul li{background:url(../images/line2bg.gif) left 8px no-repeat; padding-left:10px;}
#ems1 ul li {padding-left:0px;}
#ems1>ul {margin-left:45px; padding-left:0px;height:230px;}
#ems1>ul>li {float:left;width:185px; padding:0px 20px 0px 20px; border-right:solid 1px #ccc; height:200px; margin-top:20px;}
#ems1>ul>li.last_item {border:none;}
#ems1>ul>li.first_item {padding-left:0px;}
#ems1>ul h4.why01 {background:url(../images/why01.jpg) 119px 15px no-repeat;}
#ems1>ul h4.why02 {background:url(../images/why02.jpg) 140px 0px no-repeat;}
#ems1>ul h4.why03 {background:url(../images/why03.jpg) 145px 8px no-repeat;}
#ems1>ul h4 {padding-top:40px;}
#ems1 span,#ems1 img,#ems1 p {margin: 15px;}
#es3tab #jwts_tab table tr td strong {display:block; width:272px;}
.how-to-order {float:left;display:block;width:700px;}
#ja-footerwrap #fmenuline1 ul.menufmenuline1 {width:100%;}
#index_hhlistall #hlimg {float:left; margin-right:20px; *padding-bottom:40px;}
#index_hhlistall #hsep {background: url(../images/artbg.gif) no-repeat center bottom;padding-bottom: 20px;margin-bottom: 20px; *padding-bottom:10px;}
#index_hhlistall #hplist {width:680px; *width:auto;}
#index_hhlistall #hplist ul li {background: url(../images/hlistbg.gif) no-repeat 209px 10px;}
/*#index_hhlistall #hptitle{background: url(../images/h4bg.png) no-repeat 205px center;} */
#index_hhlistall {width: 700px;margin: 0 auto; border: 1px solid #EAA3A3;padding-top: 10px;margin-bottom: 10px; float:left;margin-left:10px;}

@media only screen and (max-width : 450px) {
#asstel, #assemail, #assskype {
    font-size: 15px;
}
}