/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	color: #5d546e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.3em; 
	background-color: #cfbfe8;
	background-image: url(../images/templatemo_body.png);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { 
	color: #39245a; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a.more { 
	display: block; 
	margin-top: 20px; 
	width: 90px; 
	height: 27px; 
	line-height: 25px; 
	text-align: center; 
	color: #39245a; 
	background: url(../images/templatemo_button.png) no-repeat; 
}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#5d546e; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #7a5baa; }
em { text-decoration: underline }

h1, h2, h3, h4, h5, h6 { color: #421c7e; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 24px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 20px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.float_l { float: left }
.float_r { float: right }

.image_frame_l {  
	width: 552px; 
	height: 310px; 
	background: url(../images/templatemo_image_frame_l.png) no-repeat; 
	padding: 10px; 
	margin-bottom: 20px; 
}

.image_frame_m {  
	width: 382px; 
	height: 292px; 
	background: url(../images/templatemo_image_frame_m.png) no-repeat; 
	padding: 5px; 
	margin-bottom: 5px; 
}

.image_frame_m img { 
	width: 380px; 
	height: 290px; 
}

.image_frame_s {  
	width: 203px; 
	height: 109px; 
	background: url(../images/templatemo_image_frame_s.png) no-repeat; 
	padding: 5px; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.tmo_list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.tmo_list li { 
	color:#5d546e; 
	margin: 0 0 10px 0; 
	padding: 0 5px 0 25px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 2px;  
}

.tmo_list li a { 
	color: #5d546e; 
	font-weight: normal; 
}

.tmo_list li a:hover { 
	color: #00427f; 
}

#templatemo_wrapper {
	width: 962px;
	margin: 0 auto;
	padding: 0 9px
}

#templatemo_top {
	padding: 10px 0;
	height: 26px;
}

#templatemo_search { float: right }
#templatemo_search form {
	margin: 0;
	padding: 4px 0;
	height: 19px;
	width: 230px;
	background: url(../images/templatemo_search.png)  no-repeat
}

#templatemo_search .txt_field {
	float: left;
	display: block;
	height: 19px;
	line-height: 19px;
	width: 190px;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	font-variant: normal;
	border: none;	
	background: none;
}

#templatemo_search .sub_btn {
	float: right;
	display: block;
 	height: 27px;
	width: 30px;
	cursor: pointer;
	border: none;
	background: none;	
}

#templatemo_header {
	height: 46px;
	padding: 30px 20px;
	margin-bottom: 30px;
	background: url(../images/templatemo_header.png) no-repeat
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	width: 217px; 
	height: 34px; 
	padding: 38px 0 0; 
	color: #acacac; 
	text-align: right; 
	background: url(../images/templatemo_logo.png) no-repeat top left; 
}

#templatemo_menu { 
	float: right; 
	margin-top: 20px; 
}

#templatemo_middle {
	padding: 20px 0 40px;
}

.middle_box { 
	position: relative; 
	display: block; 
	float: left; 
	margin: 20px 60px 0 0; 
	width: 192px; 
	height: 119px; 
	padding: 20px; 
	background: url(../images/templatemo_box.png) no-repeat; 
}

.middle_box h2 { 
	font-size: 18px; 
	line-height: 22px; 
	letter-spacing: 1px; 
	color: #fff; 
	margin-bottom: 10px; 
}

.middle_box p { 
	color: #e6ebf1; 
	font-size: 12px; 
}

.middle_box img { 
	float: left; 
	margin-right: 10px; 
}

.middle_box a.mb_more { 
	display: block; 
	font-weight: 700; 
	position: absolute; 
	bottom: 10px; 
	right: 20px; 
}

#slider-wrapper {
	float: right;
    width: 465px;
    height: 300px;
    margin: 0 0 0;
	padding: 15px 18px;
	background: url(../images/templatemo_monitor.png) no-repeat 
}

#slider {
	position:relative;
    width: 420px;
    height: 200px;
    margin:6px 0 0 62px;
	background:url(../new_switchbox/loadingGif.gif) no-repeat 40% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.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:80px;
}

a.nivo-prevNav {
	left:0px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

