/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********************** MODULES STYLES ***********************/

/********** djmodule **********/

.djmodule {
	border-bottom: 1px dotted #cecece;
	margin-bottom: 15px;
}

.djmodule .module-content {
	padding: 15px 0;
}

.djmodule h3.title {
	margin: 0;
	color: #00923f;
	font-size: 20px;
	padding: 0;
	font-weight: normal;
}

/********** djmodule3 **********/

.djmodule3 .module_top {
	background: url(../images/cart_in.png) repeat-y top left;
}

.djmodule3 .module_bot {
	background: url(../images/cart_bot.png) no-repeat bottom left;
	padding: 10px;
	border-top: 1px solid #c3c3c3;
}

.djmodule3 .module_in {}

.djmodule3 h3.title {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 0 45px;
	background: url(../images/cart_module.png) no-repeat top left;
	line-height: 32px;
}

.djmodule3 .module-content {
	padding: 0;
	font-size: 11px;
	text-align: center;
}

/********** dark **********/

.djmodule.dark h3.title {
	color: #333333;
}

/********** content-top & content-bot **********/

#jm-content-top .moduletable,
#jm-content-bot .moduletable {
	margin: 0 0 15px 0;
}

#jm-content-top h3,
#jm-content-bot h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #333333;
}

/********** bottom-mods **********/

#jm-bottom-mods_bg {
	background: url(../images/bottom_mods_bg.jpg) repeat-x top left #e9e9e9;
}

#jm-bottom-mods {
	width: 950px;
	margin: 0 auto;
}

#jm-bottom-mods_in {
	background: #bfbfbf;
}

#jm-bottom-mods .rowcount_1 .bottom-in {
	width: 99.9%;
	float: left;
	overflow: hidden;
	margin:0;
	padding: 20px 0;
}

#jm-bottom-mods .rowcount_2 .bottom-in {
	width: 49.9%;
	float: left;
	overflow: hidden;
	margin:0;
	padding: 20px 0;
}

#jm-bottom-mods .rowcount_3 .bottom-in {
	width: 33.3%;
	float: left;
	overflow: hidden;
	margin:0;
	padding: 20px 0;
}

#jm-bottom-mods .rowcount_4 .bottom-in {
	width: 24.9%;
	float: left;
	overflow: hidden;
	margin:0;
	padding: 20px 0;
}

#jm-bottom-mods .module-content {
	padding: 0px 20px;
}

#jm-bottom-mods h3.title {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 0 20px 20px 20px;
	margin: 0;
	font-style: italic;
	font-weight: bold;
}

.djmodule2 {
	border-left: 1px dotted #a3a3a3;
}

.bottom-row-first .djmodule2 {
	border: none;
}

/********** dj-image-slider **********/

.slide-desc-bg {
    background: #000;
    opacity: 0.5;
}

.slide-desc-text .slide-title {
    color: #fff;
    font-size: 60px;
	line-height: 70px;
    margin-bottom: 5px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.slide-desc-text .slide-title a {
    color: #fff;
	text-decoration: none;
}

#cust-navigation44 {
    position: absolute;
	right: auto;
    left: 10px;
    top: auto;
	bottom: 10px;
    z-index: 15;
}

span.load-button {
    -moz-border-radius: 0;
    background: url(../images/slider_nav.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    margin-right: 4px;
    opacity: 1;
    width: 22px;
}

span.load-button-active {
    opacity: 1;
    background: url(../images/slider_nav_active.png) no-repeat;
}