/**
 * ------------------------------------------------------------------------
 * JA Mendozite Template for J25 & J30
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

body#bd { background: #eee; color: #555; line-height: 1.6; }

body.bd .main { background: #fff; }

/* Normal links ---*/
a { color: #d05338; text-decoration: none; }

a:hover, a:active, a:focus { color: #111; }
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 10px 0; padding: 0; }

/* Readon links ---*/
p.readmore a {
	color: #333;
	padding-left: 15px;
	background: url(../images/readmore.png) no-repeat left center;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
	background-image: url(../images/readmore-hover.png);
	color: #d05338;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	color: #333;
	text-transform: uppercase;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
}

h2.contentheading, .contentheading {
	font-weight: normal;
	text-transform: uppercase;
}

.contentheading {
	font-size: 200%;
}

.contentheading a {
	color: #333;	
}

.contentheading a:hover, .contentheading a:active, .contentheading a:focus {
	color: #d05338;
}

.blog-featured .contentheading,
.blog .contentheading {
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #bfbfbf; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox, input[type="text"],
input[type="password"], input[type="email"],textarea { border: 1px solid #eee; background: #fff; }

.inputbox:hover, .inputbox:focus,
input[type="text"]:hover,input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus
input[type="email"]:hover, input[type="email"]:focus,
textarea:hover,textarea:focus { border-color: #bfbfbf; }

input.invalid,
input.invalid:focus,
input.invalid:hover,
textarea.invalid,
textarea.invalid:hover,
textarea.invalid:focus {
	border-color: #f00;
}

input[type="checkbox"] {
	border: none; 
	background: none; 
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

.button, button,
input[type="submit"], input[type="cancel"], input[type="reset"] {
	background: url(../images/grad.png) repeat-x left top #e55f43;
	border: 1px solid #f54f27;
	color: #fff;
	font-size: 80%;
	text-transform: uppercase;
	padding: 4px;
	cursor: pointer;
	overflow: visible;
}

.button:hover, button:hover,
input[type="submit"]:hover, input[type="cancel"]:hover, input[type="reset"]:hover {
	background-image: none;
}

label {
	font-weight: bold;
	color: #555;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #bfbfbf; }

.searchintro { border-bottom: 1px solid #bfbfbf; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #bfbfbf; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Smart Search ---*/
dl.search-results {
  border-top: 2px solid #eee;
  padding-top: 10px;
}

dl.search-results dt.result-title {
  font-size: 125%;
  margin-bottom: 5px;
}

dl.search-results dt.result-title a {
  color: #666;
}

dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:focus,
dl.search-results dt.result-title a:active {
  color: #d05338;
}

dl.search-results dd.result-text {
  margin: 0 0 5px;
}

#advanced-search-toggle {
  background: #eee;
  color: #333;
  clear: right;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
}

#advanced-search-toggle:hover {
  background: #d05338;
  color: #fff;
}

dl.search-results dd.result-url {
  border-bottom: 1px solid #eee;
  color: #00bdf3;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

div.advanced-search-tip {
  background: #fafafa;
  border: 1px solid #fddaad;
  margin-bottom: 20px;
  padding: 0 10px;
}

div.advanced-search-tip p {
  margin: 5px 0;
}

#finder-filter-window {
  background: #fafafa;
  border: 1px solid #ccc;
  width: auto !important;
}

#finder-filter-window #finder-filter-select-list li {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 5px 20px;
}

#finder-filter-window #finder-filter-select-list li label {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  width: 150px;
}

/* Contact ---*/
#ja-content-main .contact h3 {
	font-family: 'PT Sans',sans-serif;
	font-size: 125%;
	text-transform: uppercase;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #1f2227;
}

#component-contact #emailForm { border-top: 1px solid #bfbfbf;}

#ja-content-main .contact div.current { max-width: none; border-top: 0; }

#ja-content-main .contact div.current dd { margin: 0; }

.jicons-text {
	font-weight: bold;
	color: #555;
}

.contact-address address {
	display: inline;
}

.contact-image {
	margin-right: 15px;
}

.contact-info-wrap .contact-image {
	margin-top: 3px;
}

.contact-image img {
	border: 1px solid #333;
}

.contact-misc .brandinfo-wrap {
	background-image: url(../images/contact-brands-map.png);
	width: 462px;
	height: 248px;
}

.contact-misc .brand-point {
	background-image: url(../images/contact-brand-point.png);
	width: 20px;
	height: 50px;
	color: #fff;
	line-height: 85px;
}

.contact-misc .brand-point:hover {
	background-image: url(../images/contact-brand-point-hover.png);
}

.contact-misc .point-1 {
	left: 85px;
	top: 50px;
}

.contact-misc .point-2 {
	left: 265px;
	top: 30px;
}

.contact-misc .point-3 {
	left: 350px;
	top: 10px;
}

.contact-miscinfo .jicons-icons,
.contact-miscinfo .jicons-text {
	display: none;
}

.contact-form legend {
	font-size: 100%;
}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e5e5e5;
}

#contact-slider.tabs {
	width: 100%;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;	
	border-right: 1px solid #e5e5e5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider.tabs dt.open {
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

#contact-slider .panel {
	margin-top: 0;
}

.contact-info-wrap,
.contact-form-wrap {
	float: left;
	width: 50%;
}

.contact-form-wrap .inputbox, 
.contact-form-wrap input[type="text"], 
.contact-form-wrap textarea, 
.contact-form-wrap input[type="email"] {
	width: 350px;
}

.contact-form-wrap label { color: #333; font-weight: normal; }

.contact-form-wrap dt { float: none; }

.contact-form-wrap dt.contact_email_copy { float: left; }

.contact-form-wrap dd { margin-left: 0; }

.contact-miscinfo .brandinfo-wrap {
	width: 100%;
}

.contact-miscinfo .brandinfo-wrap .brandinfo-main {
	left: 50%;
	top: 160px;
	background: none;
	padding: 0 0 0 40px;
	display: block;
	color: #999;
}

.contact-miscinfo .brandinfo-wrap .brandinfo-main .number {
	background: #111;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	width: 21px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	display: block;
}

.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main .number {
	background-color: #d05338;
}

.contact-miscinfo .brandinfo-wrap .point-1 + .brandinfo-main {
	top: 40px;
}

.contact-miscinfo .brandinfo-wrap .point-2 + .brandinfo-main {
	top: 100px;
}

.contact-miscinfo .brandinfo-main h4 {
	color: #333;
	margin-top: 0;
	text-transform: none;
}

.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main h4 {
	color: #d05338;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px dotted #e5e5e5; }

.items-row { border-bottom: 1px dotted #e5e5e5; }

/* Meta ---*/
.article-tools {
	clear: none;
}

dl.article-info {
	color: #999;
	text-transform: none;
	margin: 2px 0px;
	padding: 0px;
	float: left;
	width: 70%;
}

dl.article-info dt { display: none; }

.contentdescription { border-bottom: 1px solid #bfbfbf; }

.article-tools ul.actions {
	float: right;
	margin: 5px 0px 0px;
}

.article-tools ul.actions li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
	float: left;
}

.article-tools ul.actions li a {
	width: 16px;
	height: 16px;
	display: inline-block;
}

.blog-featured .article-tools,
.blog .article-tools {
	clear: none;
}

.blog-featured dl.article-info,
.blog dl.article-info {
	float: none;
	width: auto;
	padding: 0 100px 0 0 !important;
	margin: 5px 0;
}

.blog-featured .article-tools ul.actions,
.blog .article-tools ul.actions {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

/* Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

.img-intro-left,
.img-intro-right {
	margin-top: 5px;
	margin-bottom: 20px;
}

.img-fulltext-left {
	float: left;
	margin-right: 20px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
}

/* Tables ---*/
thead tr th {
	background: #555;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #bfbfbf; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #bfbfbf; }

table.contenttoc td { border-bottom: 1px dotted #bfbfbf; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #bfbfbf;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #bfbfbf;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #bfbfbf; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Archive */
ul#archive-items div.intro {
	line-height: 1.6;
}

/* Pagination ---*/
.pagination ul {
	margin: 0 !important;
}

.pagination ul li, ul.pagenav li {
	margin-right: 5px;
}

.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a,
.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
	padding: 0 7px;
	background: url(../images/grad-l2.png) repeat-x left bottom #fff;
	border: 1px solid #e5e5e5;
	color: #333;
	display: inline-block;
}

.pagination ul li a.pagenav:hover , ul.pagenav li a:hover {
	color: #d05338;
}

.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
	color: #333;
}

.pagination ul li span.pagenav {
	background: url(../images/grad.png) repeat-x left bottom #e55f43;
	border: 1px solid #f54f27;
	color: #fff;
}

.pagination li span,
.pagination li strong { line-height: 20px; }

.ja-content-main .counter {
	margin: 5px 0;
}

/* More Items ---*/
.items-more { }

.items-more h3 { font-size: 125%; }

.items-more ol li a {
	color: #333;
}

.items-more ol li a:hover,
.items-more ol li a:focus,
.items-more ol li a:active {
	color: #d05338;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
	color: #333;
}

div.ja-moduletable .custom,
div.moduletable .custom {
	background-repeat: no-repeat;
	background-position: left top;
}

/* Has Icon ---*/
div.ja-moduletable.has-icon,
#ja-topsl div.ja-moduletable.has-icon { padding: 20px 0; }

div.ja-moduletable.has-icon {
	padding-top: 95px !important;
	text-align: center;
	background: no-repeat center 40px;
}

div.ja-moduletable.has-icon.icon1 {
	background-image: url(../images/icons/icon-module1.png);
}

div.ja-moduletable.has-icon.icon2 {
	background-image: url(../images/icons/icon-module2.png);
}

div.ja-moduletable.has-icon.icon3 {
	background-image: url(../images/icons/icon-module3.png);
}

div.ja-moduletable.has-icon.icon4 {
	background-image: url(../images/icons/icon-module4.png);
}

div.ja-moduletable.has-icon:hover h3 {
	color: #d05338;
}

/* Login Module ---*/
#login-form ul,
.login + div > ul {
	margin: 0;
	padding-bottom: 0;	
}

#login-form ul li,
.login + div > ul li {
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat left 6px;
	font-size: 92%;
}

#login-form ul li a,
.login + div > ul li a {
	color: #999;
}

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active,
.login + div > ul li a:hover,
.login + div > ul li a:focus,
.login + div > ul li a:active {
	color: #d05338;
}

#login-form label {
	display: block;
}

#login-form #form-login-remember label {
	display: inline;
	vertical-align: top;
}

#form-login-username .inputbox, #form-login-password .inputbox {
	width: 165px;
}

#form-login .button {
	margin: 0;
}

.login_form label, .login label {
	text-align: left;
}

.login_form .button, .login button {
	margin-left: 130px;
	margin-bottom: 20px;
}

/* Search Module ---*/
#ja-search {
	right: 40px;
	bottom: 9px;
}

#ja-search form {
}

#ja-search .button {
	background: url(../images/btn-search.png) no-repeat center center;
	width: 28px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	padding: 0;
	cursor: pointer;
	float: right;
}

#ja-search .inputbox {
	background: url(../images/icons/icon-search.png) no-repeat right center;
	border: 1px solid #333;
	border-top-color: #111;
	border-right-color: #111;
	padding: 3px 5px;
	font-size: 92%;
	color: #666;
	float: left;
	width: 100px;
}

#ja-search .inputbox:focus {
	width: 150px;
	background-color: #fff;
	border-color: #111;
}

/* JA Call Now ---*/
#ja-callnow {
	float: right;
	height: 27px;
	line-height: 27px;
	margin: 8px 10px 0 0;
	font-size: 100%;
	padding-left: 15px;
	background: url(../images/icons/icon-callnow.png) no-repeat left center;
}

#ja-callnow .callnow > span { font-size: 125%; color: #333; font-weight: bold; }

#ja-callnow .callnow .hilite { color: #d05338; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #bfbfbf; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 20px 0 0; }

/* HEADER
--------------------------------------------------------- */
#ja-header { background: #222; }

#ja-header .main { padding: 20px 0; }

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

/* Logo Image ---*/
h1.logo { width: 329px; height: 35px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 329px;	
	height: 35px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #bfbfbf;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { z-index: 9; background: #222; }

#ja-mainnav .main-inner1 { background: url(../images/mainnav-bg.png) repeat-x left top #111; }

#ja-mainnav span.has-image {
	background-position: left 10px;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
	padding: 0;
	border-top: 1px solid #e5e5e5;
}

#ja-navhelper .main-inner1 {
}

.ja-breadcrums {
	padding-left: 30px;
	background: url(../images/icons/icon-home.png) no-repeat left center;
	margin-top: 0;
}

.ja-breadcrums .breadcrumbs {
	height: 30px;
	line-height: 30px;
	display: block;
}

/* Extras ---*/
.ja-links { margin-top: 0; }

.ja-links li { }

.ja-links li.top a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	color: #333;
}

.ja-links li.top a:hover {
	text-decoration: underline;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #bfbfbf; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #bfbfbf; }

.cat-children ul li,
.cat-children > ul li {
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat left 6px;
	font-size: 92%;
}

.cat-children ul li a,
.cat-children > ul li a {
	color: #999;
}

.cat-children ul li a:hover,
.cat-children ul li a:focus,
.cat-children ul li a:active,
.cat-children > ul li a:hover,
.cat-children > ul li a:focus,
.cat-children > ul li a:active {
	color: #d05338;
}
/* SLIDESHOW
--------------------------------------------------------- */
#ja-slideshow {
	z-index: 8;
	position: relative;
	background: #222;
}

#ja-slideshow .main {
	padding: 20px 0 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl1 .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl1 .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ja-topsl1 div.ja-moduletable h3,
#ja-botsl1 div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }

#ja-topsl .main-inner1 {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

#ja-topsl .ja-moduletable { margin: 0 10px; padding: 20px; }

#ja-topsl div.ja-moduletable .custom img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#ja-topsl p { margin: 10px 0; }

#ja-topsl .ja-box-right { position: static; }

/* Top spotlight 1 ---*/
#ja-topsl1 .main { padding: 0; }
#ja-topsl1 .main-inner1 { padding: 20px 0; border-bottom: 1px solid #e5e5e5; }

#ja-topsl1 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl1 .ja-box-ct {
	text-align: center;
}

#ja-topsl1 blockquote {
	display: inline;
}

blockquote + .author {
	color: #999;
	font-size: 100%;
	display: block;
	margin-top: 10px;
}

blockquote + .author .name {
	color: #d05338;
	font-style: normal;
	font-weight: bold;
}

/* Top spotlight 2 ---*/
#ja-topsl2 .main { padding: 0; }
#ja-topsl2 .main-inner1 { padding: 20px 0; border-bottom: 1px solid #e5e5e5; }

#ja-topsl2 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl2 .ja-moduletable > h3 { margin-bottom: 20px; }

#ja-topsl2 .ja-box-ct {}

#ja-topsl2 ul li {
	padding: 0;
	background: none;
	border-bottom: 0;
}

#ja-topsl2 ul li .item-inner {
	padding: 0 10px;
}

#ja-topsl2 .itemDate {
	float: left;
	border: 1px solid #eee;
	padding: 5px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #333;
}

#ja-topsl2 .item:hover .itemDate {
	border-color: #d05338;
	color: #d05338;
}

#ja-topsl2 .moduleItemAuthor {
	color: #ccc;
}

#ja-topsl2 .itemDate .date {
	font-size: 300%;	
	line-height: 1;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
}

#ja-topsl2 .itemDate .month {
	text-transform: uppercase;
	display: block;
}

#ja-topsl2 .moduleItemTitle {
	font-size: 110%;
	text-transform: uppercase;
	color: #222;
	display: block;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
}

#ja-topsl2 .item:hover .moduleItemTitle { color: #d05338; }

#ja-topsl2 .moduleItemIntrotext { clear: both; }

/* Top spotlight 3 ---*/
#ja-topsl3 .main { padding: 0; background: #333; color: #999; }
#ja-topsl3 .main-inner1 { padding: 20px 0; }

#ja-topsl3 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl3 .ja-moduletable > h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #fafafa;
	border-bottom: 1px solid #222;
}

#ja-topsl3 .ja-slidenews-item .ja-title { color: #fafafa; }

#ja-topsl3 .ja-slidenews-item .ja-title:hover,
#ja-topsl3 .ja-slidenews-item .ja-title:focus,
#ja-topsl3 .ja-slidenews-item .ja-title:active { color: #d05338; }

#ja-topsl3 .ja-slidenews-item img { border: 0; }

#ja-topsl3 p.readmore a { color: #999; }

#ja-topsl3 p.readmore a:hover,
#ja-topsl3 p.readmore a:focus,
#ja-topsl3 p.readmore a:active {
	color: #d05338;
}

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; border-top: 1px solid #e5e5e5; }
#ja-botsl .main-inner1 { padding: 20px 0; }

#ja-botsl .ja-box { overflow: visible; }

#ja-botsl .ja-moduletable { margin: 0; padding: 0; }

#ja-searchborder {
  position: absolute;
  top: 0px;
  left: -4800px;
}

#ja-botsl .ja-moduletable > h3 { margin-bottom: 20px; }

/* Bot spotlight 1,2 ---*/
#ja-botsl2,
#ja-botsl1 { background: #222; }

#ja-botsl2 .main,
#ja-botsl1 .main { padding: 0; background: #111; }

#ja-botsl1 .main-inner1 { padding: 30px 0 0; }

#ja-botsl2 .main-inner1 { padding: 0 0 30px; }

#ja-botsl2 .ja-moduletable,
#ja-botsl1 .ja-moduletable {
	margin-left: 0;
	margin-right: 30px;
}

#ja-botsl2 .ja-moduletable > h3,
#ja-botsl1 .ja-moduletable > h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'PT Sans',sans-serif;
	font-size: 100%;
}

#ja-botsl2 .ja-moduletable ul,
#ja-botsl1 .ja-moduletable ul,
.live-support p {
	margin-top: 0px;
}

#ja-botsl2 .ja-moduletable li,
#ja-botsl1 .ja-moduletable li {
	border: 0;
	background: none;
	padding: 0;
	font-size: 92%;
	margin: 0px 0px 5px 0px;
}

#ja-botsl2 .ja-moduletable li a,
#ja-botsl1 .ja-moduletable li a {
	color: #666;
}

#ja-botsl2 .ja-moduletable li a:hover,
#ja-botsl2 .ja-moduletable li a:focus,
#ja-botsl2 .ja-moduletable li a:active,
#ja-botsl1 .ja-moduletable li a:hover,
#ja-botsl1 .ja-moduletable li a:focus,
#ja-botsl1 .ja-moduletable li a:active {
	color: #d05338;
}

/* FOOTER 
--------------------------------------------------------- */
#ja-footer { padding: 0; background: #222; }

#ja-footer .main { padding: 20px 0; background: #1a1a1a; text-align: left; }

#ja-footer a:hover,
#ja-footer a:focus,
#ja-footer a:active { color: #fff; }

.ja-copyright { float: left; }

#ja-poweredby { margin: 0; float: right; }

/* MODULES
--------------------------------------------------------- */
/* Module Default ---*/
div.ja-moduletable, 
div.moduletable {
	padding: 0
}

div.ja-moduletable h3, 
div.moduletable h3 {
	margin-bottom: 10px;
	padding-bottom: 0;
}

/* Dark ---*/
div.ja-moduletable.dark, 
div.moduletable.dark {
	background: #222;
	padding: 20px;
	color: #999;
}

div.ja-moduletable.dark > h3, 
div.moduletable.dark > h3 {
	color: #fff;
}

div.ja-moduletable.dark p.readmore {
	margin-bottom: 0;
}

div.ja-moduletable.dark p.readmore a {
	color: #999;
}

div.ja-moduletable.dark p.readmore a:hover {
	color: #d05338;
}

/* Module Menu ---*/
#ja-container div.moduletable_menu {
	background: #222;
	padding: 20px;
	color: #999;
}

#ja-container div.moduletable_menu > h3 { color: #fff; }

#ja-container div.moduletable_menu ul { margin-bottom: 0; }

#ja-container div.moduletable_menu ul li { 
	background: url(../images/bullet.png) no-repeat 5px 13px;
	border-bottom: 1px solid #333;
	font-family: 'PT Sans',sans-serif;
	padding: 5px 0 5px 20px;
	margin-bottom: 0;
}

#ja-container div.moduletable_menu ul li a { color: #999; padding: 0; }

#ja-container div.moduletable_menu ul li a:hover,
#ja-container div.moduletable_menu ul li a:focus,
#ja-container div.moduletable_menu ul li a:active { color: #d05338; }

#ja-container div.moduletable_menu ul li > h4 {
	margin: 0;
	text-transform: none;
	line-height: 1.6;
}

/* White ---*/
div.ja-moduletable.white, 
div.moduletable.white {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

/* Has Border ----*/
div.ja-moduletable.has-border .ja-box-ct, 
div.moduletable.has-border .ja-box-ct {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

/* Our Staffs ---*/
.staffinfo {
	border-bottom: 1px dotted #eee;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.staffinfo img {
	float: left;
	margin-right: 10px;
	width: 59px;
	border: 1px solid #fff;
}

.staffinfo:hover img {
	border-color: #222;
}

.staffinfo h4 {
	color: #222;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px;
}

.staffinfo.ceo h4 {
	color: #d05338;
}

.staffinfo span {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}

.staffinfo:hover h4 {
	color: #d05338;
}

/* Statistics Module ---*/
dl.stats-module dt {
	float: left;
	margin-right: 10px;
}

/* Archive Module ---*/
div.ja-moduletable ul.archive-module li { background: none; padding-left: 0; }

div.ja-moduletable ul.archive-module li a { color: #333; }

div.ja-moduletable ul.archive-module li a:hover { color: #d05338; }

/* Acymailling Module */ 
table.acymailing_form {
	margin: 0px;
	width: 100%;
}

.acymailing_module_form td {
	padding: 5px 0px;
}

.acymailing_module_form td.acysubbuttons,
.acymailing_mootoolsbutton p {
	text-align: left;
}

a.acymailing_togglemodule {
	background: url(../images/grad.png) repeat-x left top #e55f43;
	border: 1px solid #f54f27;
	color: #fff;
	font-size: 80%;
	text-transform: uppercase;
	padding: 4px;
	cursor: pointer;
	display: inline-block;
}
/* Live Support ---*/
.live-support span {
	color: #e5e5e5;
	text-transform: uppercase;
}

.live-support-actions {
	margin-top: 25px;
}

.live-support-actions a {
	background: #222 no-repeat 15px center;
	margin-right: 15px;
	color: #bfbfbf;
	font-size: 125%;
	font-weight: bold;
	padding: 0 20px 0 45px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

.live-support-actions a.email {
	background-image: url(../images/icons/icon-email.png);
}

.live-support-actions a.chat {
	background-image: url(../images/icons/icon-chat.png);
}

.live-support-actions a.call {
	background-image: url(../images/icons/icon-call.png);
	margin-right: 0;
}

.live-support-actions a:hover,
.live-support-actions a:focus,
.live-support-actions a:active {
	color: #fff;
}

/* Connect with us ---*/
ul.ja-social-list li {
	margin-bottom: 15px !important;
}

ul.ja-social-list li a {
	background: no-repeat top left;
	line-height: 24px;
	height: 24px;
	padding-left: 34px;
	display: block;
}

ul.ja-social-list li a:hover,
ul.ja-social-list li a:focus,
ul.ja-social-list li a:active {
	background-position: bottom left;
}

ul.ja-social-list li.facebook a {
	background-image: url(../images/icons/icon-facebook.png);
}

ul.ja-social-list li.twitter a {
	background-image: url(../images/icons/icon-twitter.png);
}

ul.ja-social-list li.rss a {
	background-image: url(../images/icons/icon-rss.png);
}

ul.ja-social-list li.flickr a {
	background-image: url(../images/icons/icon-flickr.png);
}

/* Our Brand's Address ---*/
.brandinfo-wrap {
	background: url(../images/brands-map.png) no-repeat left top;
	width: 308px;
	height: 165px;
	position: relative;
}

.brandinfo-wrap .brandinfo-main {
	display: none;
	background: url(../images/brandinfo-main.png) no-repeat center center;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #ccc;
	width: 280px;
}

.brandinfo-main h4 {
	color: #fff;
	text-transform: uppercase;
}

.brand-point {
	width: 14px;
	height: 34px;
	line-height: 53px;
	text-align: center;
	background: url(../images/brand-point.png) no-repeat left top;
	position: absolute;
	z-index: 1;
	color: #1f2227;
	font-weight: bold;
	font-size: 92%;
}

.point-1 {
	left: 55px;
	top: 25px;
}

.point-2 {
	left: 195px;
	top: 15px;
}

.point-3 {
	left: 265px;
	top: 10px;
}

.brand-point:hover {
	background-image: url(../images/brand-point-hover.png);
	color: #fff;
}

.brand-point:hover + .brandinfo-main {
	display: block;
}

/* MISCELLANOUS
----------------------------------------------------------- */

.highslide-img a img{
	margin: 1px 13px 9px 0px ;
}

/* System Messages */
#system-message > dd {
	text-indent: 0;
}

#system-message > dd > ul {
	color: #00bdf3;
	border: 2px solid #00bdf3;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: none;
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #151617;
}

#system-message > .error > ul {
	background-color: #FCDFDE;
	border-color: #d05338;
}


.calendar table tr td.button {
	display: table-cell;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #FDE4DC;
	border-color: #d05338;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #D0F3FD;
	border-color: #00bdf3;
}

.item-page .img-fulltext-none img {
	max-width: 100%;
	height: auto;
}