/* General Styles */
html, body {
	height: 100%;
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('../fonts/ubuntu-bold-webfont.eot');
    src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
         url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adventBold1';
    src: url('../fonts/advent-bd1-webfont.eot');
    src: url('../fonts/advent-bd1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/advent-bd1-webfont.woff') format('woff'),
         url('../fonts/advent-bd1-webfont.ttf') format('truetype'),
         url('../fonts/advent-bd1-webfont.svg#adventBold1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?iefix') format('eot'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#webfontkCYvLxvp') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px auto;
	padding: 0px;
	background: #fff url(../images/bg-short.jpg) repeat-x top center;
	color: #2E2E2E;
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Arial", "sans-serif";
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: "adventBold1", "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif; margin: 0; padding: 0; color: #2E2E2E; }

h1 {
	font-size: 52px;
	margin: 15px 0px;
	letter-spacing: -1px;
	line-height: 60px;
	display: block;
}

h2	{
	font-size: 34px;
	line-height: 38px;
}

h3	{
	font-size: 26px;
	line-height: 46px;
	display: block;
	margin-top: 10px;
}

h4	{
	font-size:16px;
	font-weight:normal;
}

h5	{
	font-size:14px;
	font-weight:normal;
}

h6	{
	font-size:12px;
	font-weight:normal;
}

hr {
	color:#646464;
	background-color:#646464;
	height:1px;
	margin:15px 0;
	border:none
}

/* Three Other Hr Styles */
.one {
	color:#fff;
	background: #fff url(../images/hr-dots.png) no-repeat top center;
	height:8px;
	margin:15px 0;
	border:none
}

.two {
	color:#fff;
	background: #fff url(../images/hr-lines.png) no-repeat top center;
	height:21px;
	margin:15px 0;
	border:none
}

.three {
	color:#fff;
	background: #fff url(../images/hr-ornate.png) no-repeat top center;
	height:14px;
	margin:15px 0;
	border:none
}

a:link {
	color: #549cff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #549cff;
	font-weight: bold;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #549cff;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #549cff;
	font-weight: bold;
}

ol, ul {
	list-style: disc;
	padding-left:20px;
	margin-bottom:20px;
}

#cust_support {
	position: fixed;
	top: 101px;
	left: 0px;	
}

/* Use For Wrapping Images Within Site */
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

a img, a:hover img, a:focus img {
	border: 0;
}

.shadow {
	-webkit-box-shadow: 0px 2px 10px 1px #000000; /* Safari and Chrome */
	box-shadow: 0px 2px 10px 1px #000000;
}

/* Main Elements */

#header {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	height: 101px;
	width: 1026px;
	text-align: left;
	overflow: hidden;
}

#logo {
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#logo h1 {
	font-family: "UbuntuBold", "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	font-size: 38px;
	color: #e5e5e5;
	margin: 0px;
	line-height: 28px;
	letter-spacing: -1px;
}

#logo h3 {
	font-size: 16px;
	line-height: 20px;
	color: #e5e5e5;
	padding: 0px 0px 12px 3px;
}

#logo a:hover, #logo a:focus {
	text-decoration: none;
	color: #e5e5e5;
}

.nav {
	margin-bottom: 28px;
	padding: 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.nav ul {
	margin:0px;
	padding:0px;
}

.nav ul li {
	margin:0px;
	padding:0px 8px 0px 4px;
	list-style:none;
	display:inline;
	font-family: "LeagueGothicRegular", "Lucida Sans Unicode", "Lucida Grande", "Arial", "sans-serif";
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #ddd;
	border-right: #ddd solid 2px;
}

.nav ul a:link {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
}

.nav ul a:visited {
	text-decoration: none;
	color: #ddd;
	font-weight: normal;
}

.nav ul a:hover {
	text-decoration: none;
	color: #549cff;
	font-weight: normal;
	border-bottom: 3px solid #549cff;
}

.nav ul a:active {
	text-decoration: none;
	color: #549cff;
	font-weight: normal;
}

#body-container {
	background:url(../images/containerbg-short.jpg) no-repeat top center;
	min-width: 1026px;
	width: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#web-page {
	margin: 0px auto;
	padding-bottom: 50px;
	width: 1026px;
	text-align: left;
}

#cta_button {
	position:relative;
	top:-20px;
	left:425px;
}

/* Free Trial Button */
.free-trial_button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 47px;
	text-align: left;
	background-image: url(../images/free-trial.png);
	text-indent: -99999px;
}

.free-trial_button:hover {
	background-position: 0 -47px;;
}

#footer_josh {
	margin: 0;
	padding: 0px;
	min-width: 1026px;
	width: 100%;
	background: #fff url(../images/footerbg.jpg) repeat-x bottom center;
	text-align: center;
	font-family: "adventBold1";
}

#footer-wrapper {
	margin: 0 auto;
	padding: 0px;
	display: block;
	width: 1026px;
	height: 47px;
	color: #e5e5e5;
	font-size: .8em;
	line-height: 1em;
	text-align: left;
}

/* Footer Inner Elements */

.copyright {
	padding-left: 28px;
	margin-top: 15px;
	color: #fff;
	float: right;
}

#footer_josh a:link {
	color: #549cff;
	text-decoration: none;
	font-weight: normal;
}

#footer_josh a:visited {
	text-decoration: none;
	color: #549cff;
	font-weight: normal;
}

#footer_josh a:hover, #footer_josh a:focus {
	text-decoration: underline;
	color: #549cff;
	font-weight: normal;
}

#footer_josh a:active {
	text-decoration: none;
	color: #549cff;
	font-weight: normal;
}

#footer_josh img {
	text-decoration: none;
	border: 0;
}

/* Home Page Slider */
#slider-wrapper-fold {
	background: url(../images/sliderfold.png) no-repeat;
	width: 1026px;
	height: 400px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
}

#slider-wrapper-fold img {
	border: 0px;
}

#slider-wrapper-hover {
	background: url(../images/sliderhover.png) no-repeat;
	width: 1026px;
	height: 400px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
}

#slider-wrapper-hover img {
	border: 0px;
}

.nivoSlider {
	position:relative;
	margin: 27px auto;
	text-align: left;
	width: 940px; /* Change this to your images width */
	height: 325px; /* Change this to your images height */
	background: url(../images/loading.gif) no-repeat 50% 50%;
	z-index: 0;
}

.nivoSlider img {
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

/* 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:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* 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:8;
}

.nivo-caption p {
	padding:20px;
	font-size: 18px;
	line-height: 24px;
	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:40%;
	z-index:9;
	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:9;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	position:absolute;
	bottom:-35px;
}

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

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: "adventBold1", Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#cf3d61;
    text-decoration:underline;
}

/* Just for Adding Space */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 50px;
}