/*
 * ------------------------------------------------------------------------
 * JA Mendozite template for Joomla 2.5.x 
 * ------------------------------------------------------------------------
 * 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 {

}

.contact-misc .brandinfo-wrap {
	background-image: url(../images/contact-brands-map.png);
	width: 462px;
	height: 105px;
}

.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:330px;
}

.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: 15px;
	height: 15px;
	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: #ccc;
}

.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; height:105px;
 		background:url(header.png) no-repeat #fff;
		}
#ja-mainnav .main {background:url(header.png) -3px -146px no-repeat #fff;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1;  }

/* Logo Image ---*/
h1.logo { width: 120px; height: 104px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 140px;	
	height: 114px;
}

/* 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;
							box-shadow: 0px 1px 8px -1px black; }

#ja-mainnav span.has-image {
	background-position: 10px 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-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 0px; }

#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;
}

#ja-overrides h2 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
top: 0px; 
position: absolute; 
left: -6210px;
}

/* 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;
	margin-top:0px;
}

/* 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 #fff;
	width: 188px;
	height: 152px;
	position: relative;
	margin-left: -10px;
}

.brandinfo-wrap .brandinfo-main {
	display: none;
	background: url(../images/brandinfo-main.png) no-repeat center center;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: -10px;
	padding: 10px;
	color: #ccc;
	width: 198px;
}

.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: 110px;
top: -20px;
}

.point-2 {
	left: 143px;
top: 10px;
}

.point-3 {
left: 130px;
top: 16px;
}
.point-4 {
	left: 150px;
top: 24px;
}
.point-5 {
	left: 137px;
top: 29px;}


.brand-point:hover {
	background-image: url(../images/brand-point-hover.png);
	color: #fff;
}

.brand-point:hover + .brandinfo-main {
	display: block;
}

/* MISCELLANOUS
----------------------------------------------------------- */

#bredcrumbs h2{
	top: 0px; 
	position: absolute; 
	left: -6325px;
}

.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;
}
.banneritem {
	margin-left: 472px;
	
	}
.banneritem img{
	padding-top: 42px;
	}
ul.mylist > li {
background:url(list_check.png) no-repeat  10px 2px;
}
ul.mylist2 > li {
background:url(diamblue.png) no-repeat  3px 0px;
}
/*eximatel*/
.contact_eximatel a{
	color: #ed1c24 ;
	font-weight:bold;
	}
.contact_eximatel .validate{
	background:#ed1c24;
	border: 1px solid #cf181f;
	}
.contact_eximatel .validate:hover{
	background:#329DBB;
	border: 1px solid #2b829a;
	}
ul.mylistexi > li {
background:url(list_checkexi.png) no-repeat  10px 2px;
}
ul.mylistexi2 > li {
background:url(diamblueexi.png) no-repeat  3px 0px;
}
.item-page_eximatel a{
	color: #ed1c24;
	}
div.moduletable.white.eximatel h3{
color: #ed1c24;
	}
.eximatel h3{
	color: #ed1c24 !important;
	}
.eximatel .button{
	background:#ed1c24;
	border: 1px solid #cf181f;
	}
.eximatel .button:hover{
	background:#329DBB;
	border: 1px solid #2b829a;
	}
.body_eximatel #ja-header{
	background-color: #ed1c24 !important;
	}
.body_eximatel #ja-mainnav{
	background-color: #ed1c24 !important;
	}
.body_eximatel .ja-moduletable  h3 {
	color: #ed1c24 !important;
	}
.body_eximatel #Mod174{
	display:none;
	}
.body_eximatel  .catItemTitle a{
color: #ed1c24 !important;
}
.body_eximatel  .catItemTitle a:hover{
color: #329dbb !important;
}

/*codimos*/
.body_codimos .ja-moduletable h3 {
	color: #f7941e !important;
	}
.contact_codimos a{
	font-weight:bold;
	color: #f7941e;
	}
.contact_codimos .validate{
	background:#f7941e;
	border: 1px solid #d9821b;
	}
.contact_codimos .validate:hover{
	background:#d9821b;
	border: 1px solid #f7941e;
	}
.body_codimos #ja-header{
	background-color: #f7941e !important;
	}
.body_codimos #ja-mainnav{
	background-color: #f7941e !important;
	}

ul.mylistcodi > li {
background:url(list_checkcodi.png) no-repeat  10px 2px;
}
ul.mylistcodi2 > li {
background:url(diambluecodi.png) no-repeat  3px 0px;
}
.item-page_codimos  a{
	color: #f7941e;
	}
div.moduletable.white.codimos h3{
color: #f7941e;
	}
.codimos h3{
	color: #f7941e !important;
	}
.codimos .button{
	background:#f7941e;
	border: 1px solid #d9821b;
	}
.codimos .button:hover{
	background:#d9821b;
	border: 1px solid #f7941e;
	}	
.body_codimos #Mod174{
	display:none;
	}
/*wed*/
.body_wed .ja-moduletable  h3 {
	color: #273896 !important;
	}
.contact_wed a{
	color: #273896;
	font-weight:bold;
	}
.contact_wed .validate{
	background:#273896;
	border: 1px solid #1e2c78;
	}
.contact_wed .validate:hover{
	background:#329DBB;
	border: 1px solid #2b829a;
	}
.body_wed #ja-header{
	background-color: #273896 !important;
	}
.body_wed #ja-mainnav{
	background-color: #273896 !important;
	}
ul.mylistwed > li {
background:url(list_checkwed.png) no-repeat  10px 2px;
}
ul.mylistwed2 > li {
background:url(diambluewed.png) no-repeat  3px 0px;
}
.item-page_wed a{
	color: #273896;
	}
div.moduletable.white.wed h3{
color: #273896;
	}
.wed h3{
	color: #273896 !important;
	}
.wed .button{
	background:#273896;
	border: 1px solid #1e2c78;
	}
.wed .button:hover{
	background:#329DBB;
	border: 1px solid #2B829A;
	}
.body_wed #Mod174{
	display:none;
	}		
/* Cable */	
.body_cable .ja-moduletable h3 {
	color: #00aeef !important;
	}
.contact_cable a{
	font-weight:bold;
	color: #00aeef;
	}
.contact_cable .validate{
	background:#00aeef;
	border: 1px solid #0692c6;
	}
.contact_cable .validate:hover{
	background:#0692c6;
	border: 1px solid #00aeef;
	}
.body_cable #ja-header{
	background-color: #00aeef !important;
	}
.body_cable #ja-mainnav{
	background-color: #00aeef !important;
	}

ul.mylistcable > li {
background:url(list_checkcable.png) no-repeat  10px 2px;
}
ul.mylistcable2 > li {
background:url(diambluecable.png) no-repeat  3px 0px;
}
.item-page_cable  a{
	color: #00aeef;
	}

.cable h3{
	color: #00aeef !important;
	}
.cable .button{
	background:#00aeef;
	border: 1px solid #0692c6;
	}
.cable .button:hover{
	background:#0692c6;
	border: 1px solid #00aeef;
	}	
.body_cable #Mod174{
	display:none;
	}

/* Oum */ 
.body_oum #Mod174{
	display:none;
	}
.body_oum .ja-moduletable h3 {
	color: #150958 !important;
	}
.contact_oum a{
	font-weight:bold;
	color: #150958;
	}
.contact_oum .validate{
	background:#150958;
	border: 1px solid #100741;
	}
.contact_oum .validate:hover{
	background:#100741;
	border: 1px solid #150958;
	}
.body_oum #ja-header{
	background-color: #150958 !important;
	}
.body_oum #ja-mainnav{
	background-color: #150958 !important;
	}

ul.mylistoum > li {
background:url(list_checkoum.png) no-repeat  10px 2px;
}
ul.mylistoum2 > li {
background:url(diamblueoum.png) no-repeat  3px 0px;
}
.item-page_oum  a{
	color: #150958;
	}

.oum h3{
	color: #150958 !important;
	}
.oum .button{
	background:#00aeef;
	border: 1px solid #0692c6;
	}
.oum .button:hover{
	background:#0692c6;
	border: 1px solid #00aeef;
	}





#filiale a{
	display:block;
	float:left;
	width: 178px;
	height:87px;
	margin-right:10px;
	}
#filiale #codi{
	background: url(../images/codi.png) no-repeat 0px 0px;
	}
#filiale #exi{
	background: url(../images/eximatel.png) no-repeat 0px 0px;
	}

#filiale #cable{
	background: url(../images/cable.png) no-repeat 0px 0px;
	}
#filiale #oum{
	background: url(../images/ou.png) no-repeat 0px 0px;
	}
#filiale #wed{
	background: url(../images/wed.png) no-repeat 0px 0px;
	}
#ja-poweredby {
	display:none;}
#created_by_Othmane_Bouhenna{
	margin-left: 655px;
margin-top: -20px;
	}
.img-intro-left {
	display:none;
	}
#feedarea{
	display:none;
	}
#ja-content-main small {
	display: none;
	}
#listWrapper {
	display:none;}
#mxcpr{
	display:none;
	}
.text_zoom{
	display:none;}
.body_groupe #Mod172{
	display:none;
	}	
	
.body_groupe #Mod174{
	display:none;
	}
.body_groupe #Mod175{
	display:none;
	}
	
.body_eximatel #Mod172{
	display:none;
	}		
.body_accueil #Mod172{
	display:none;
	}	
	
.body_accueil #Mod174{
	display:none;
	}
.body_accueil #Mod175{
	display:none;
	}
	
.body_eximatel #Mod172{
	display:none;
	}	
	
.body_eximatel #Mod174{
	display:none;
	}
.body_eximatel #Mod175{
	display:none;
	}
	
.body_codimos #Mod172{
	display:none;
	}	
	
.body_codimos #Mod174{
	display:none;
	}
.body_codimos #Mod175{
	display:none;
	}
	
.body_cable #Mod172{
	display:none;
	}	
	
.body_cable #Mod174{
	display:none;
	}
.body_cable #Mod175{
	display:none;
	}
	
.body_wed #Mod172{
	display:none;
	}	
	
.body_wed #Mod174{
	display:none;
	}
.body_wed #Mod175{
	display:none;
	}
	
.body_oum #Mod172{
	display:none;
	}	
	
.body_oum #Mod174{
	display:none;
	}
.body_oum #Mod175{
	display:none;
	}
.body_accueil #ja-mainbody {
	width: 60% !important;
	}
.body_accueil #ja-right {	
width: 40% !important;
}
.body_accueil .white {
	padding: 0px !important;
	border-top:none !important;
	border-right:none !important;
	border-left: none !important;
	border-bottom: 1px dotted #E5E5E5 !important;
	}
#menu435, #menu602, #menu571, #menu595, #menu572, #menu573{
	width: 104px;
	text-align:center;
	}
 #menu594{
	 width: 104px;
	text-align:center;}
.offre img{
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	}
.offre img:hover{
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	}
.vvisit_counter  a{
display:none;
}
.items-row .item .contentpaneopen .contentheading {
display:none;
} 
.items-row .item .contentpaneopen .phocamaps{
margin-top: -20px;
}

#departed {
	background-color: #329dbb; 
	color: #ffffff;
	margin-top: -14px;
	text-transform:uppercase;
	}
.bof {height:20px;}

#departed{
	padding:0px 0px 5px 0px;
	}
#departed div.pha1 {
	text-transform:none;
	font-size:20px;
	margin-left:20px;
	}
#departed div.pha2 {
	font-size:14px;
	margin-left:40px;
	}
#departed div.pha3 {
	font-size: 14px;
margin-left: 90px;
margin-top: -8px;
	}
#departed .but a{
	color: #329dbb;
	padding: 2px 5px 2px 5px;
	background:#fff;
	margin-left:10px;
	margin-top:10px;
	font-weight:bold;
	
	}
#departed .but a:hover{
	text-shadow: 0px 0px 9px #329dbb;
	
	}
.contact-miscinfo {
	position: absolute;
    margin-top: -240px;
	}
.wk-slideset  li{
background:none !important;

}
.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img {
max-width: none !important;
height: auto;
vertical-align: middle;
}