/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/***details layout styles***/
#jm-banner img, #jm-logo img {
    vertical-align: top;
}

#jm-banner p, #jm-copyrights p {
    margin: 0;
}

#jm-search .inputbox {
    margin: 0 0 0 12px;
}

#jm-search .search .button {
    margin: 0px 0px 0px 7px;
    background: none;
    padding: 0;
    height: auto !important;
}

#jm-search label {
    font-size: 12px;
    line-height: 14px;
    color: #fe5e10;
}

div.mod-languages ul {
	list-style: none;
}

div.mod-languages ul li {
	background: none;
	padding: 0;
}

/**pathway**/
#jm-pathway h3 {
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    color: #000;
}

#jm-pathway a:link, #pathway a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

#jm-pathway a:hover {
    text-decoration: none;
}

/**footer**/
#footer a:link, #footer a:visited {
    text-decoration: underline;
    color: #525252;
}

#footer a:hover {
    text-decoration: none;
}

/**dj-imageslider**/
.djslider {
    direction: ltr;
}

.djslider-loader {
    background: url(../images/loader.gif) no-repeat center center;
}

.slide-desc-bg {
    background: #fff;
    opacity: 0.8;
}

.slide-desc-text {
    padding: 5px;
    color: #2C2C2C;
}

.slide-desc-text p {
	margin: 0;
}

div.jmmodule .slide-desc-text .slide-title {
    color: #FE5E10;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

div.jmmodule .slide-desc-text .slide-title a {
    color: #FE5E10;
    text-decoration: none;
}

#jm-banner .slide-desc-text .slide-title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

#jm-banner .slide-desc-text .slide-title a {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    text-decoration: none;
}