/*
Credit: http://www.templatemo.com
*/


#templatemo_body_wrapper {
	padding: 50px 0 0;
	background:url(../images/templatemo_main_bg.jpg) center top no-repeat
}
#templatemo_wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 10px 12px;
	background:url(../images/templatemo_wrapper_m.png) repeat-y center
}

#templatemo_wrapper_top {
	position: absolute;
	top: -5px;
	left: 0;
	width: 984px;
	height: 5px;
	background: url(../images/templatemo_wrapper_t.png)
}

#templatemo_header {
	width: 940px;
	height: 51px;
	padding: 25px 10px;
	margin-bottom: 10px;
	background: url(../images/templatemo_header_bg.jpg)
}

#templatemo_slider {
	}

#templatemo_main {
	padding: 30px 10px 0
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
	width: 1076px;
	height: 392px;
	/* [disabled]background:url(../images/loading.gif) no-repeat 50% 50%; */
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: -17px;
	bottom: 10px;
	width: 98px;
	height: 17px;
	padding: 9px 20px;
	z-index: 1000;
	background: url(../images/templatemo_slider_nbg.png)
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right: 8px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	padding: 15px 0;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
