@charset "utf-8";
/* CSS Document */
html, body {
	background: #fff;
	font-family:Myriad pro, Open sans, Sans serif;
	text-align:center;
	margin:0;
	height: 100%;
	min-width:1200px;
	}
.main {
	margin: 0 auto -25px auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 0;
	top: 0;
	cursor: default;
	overflow: hidden;
}
p {
	margin:0;
	}
.container {
	position:relative;
	display:table;
	width:1200px;
	margin:0 auto;
	margin-bottom:5px;
	}
.logo_container {
	width:100%;
	display:block;
	height:100px;
	margin:0 auto;
	position:relative;
	background: url(landing_page_images/header_bg.jpg) no-repeat center bottom;
	}
.logo {
	height: 92px;
	position:absolute;
	left:85px;
	top:8px;
	}
.slogan {
	position:absolute;
	right:95px;
	top:35px;
	font-family:Myriad pro, Open sans, Arial;
	font-size:31px;
	color:#ACACAC;
	font-weight:normal;
	text-align: right;
	text-shadow:0 1px 0 #fff;
	}
.fadeline {
	position:relative;
	margin:0 auto;
	height:1px;
	background: url(landing_page_images/fadeline.png) no-repeat center bottom;
	}
.top_menu {
	width:900px;
	height:28px;
	margin-bottom:3px;
	}
.top_menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
.top_menu li{
	float:left;
	margin:0;
	padding:0;
	}
.top_menu li#emergency{
	margin:0 3px;
	}
.top_menu li a:link, .top_menu li a:visited{
	display:block;
	width:298px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#ccc;
	text-decoration:none;
	font-size:14px;
	background:#333;
	}
.top_menu li a:hover{
	color:#fff;
	background:#555;
	}
.products {
	width:1020px;
	position:relative;
	margin:0 auto;
	margin-top:10px;
	}
.consumer_div {
	float:left;
	width:340px;
	text-align:center;
	margin-bottom:30px;
	}
.emergency_div {
	float:left;
	width:340px;
	text-align:center;
	}
.aid_div {
	float:left;
	width:340px;
	text-align:center;
	}
a.gray_button  {
	display:inline-block;
	height:77px;
	line-height:77px;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	color:#999;
	background:#666;
	font-family:Myriad pro, Open sans, Arial;
	font-size:22px;
	font-weight:normal;
	width:324px;
	text-align:center;
	margin:0;
	background: url(landing_page_images/button_bg.jpg) no-repeat left top;
	}
a.gray_button:hover  {
	color:#fff;
	background: url(landing_page_images/button_bg.jpg) no-repeat left bottom;
	text-shadow:0 0 0 #000;
	-webkit-animation-name:button_bg;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:normal;
	-webkit-animation-direction:alternate;
	}
 @-webkit-keyframes button_bg {
from {
	color:#999;
	text-shadow:0 1px 0 #fff;
	background: url(landing_page_images/button_bg_a.jpg) no-repeat left top;
}
to {
	color:#fff;
	text-shadow:0 0 0 #fff;
	background: url(landing_page_images/button_bg_b.jpg) no-repeat left top;
}
}
.push {
	position:relative;
	margin-bottom:0;
	height:25px;
	}
.footer {
	position:relative;
	margin: 0 auto;
	margin-bottom:30px;
	height:25px;
	line-height:25px;
	color:#666;
	font-size:11px;
	width:834px;
	}
.consumer_text, .emergency_text, .aid_text {
	font-family:Open sans, Sans serif;
	text-align:center;
	font-size:12px;
	color:#333;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	}
.main_banner {
	position:relative;
	margin:0;
	height:436px;
}
.main_banner_button {
	position:absolute;
	width:206px;
	min-height:50px;
	top:260px;
	left:390px;
}
#fadeshowtoggler {
	position:absolute;
	height:0;
	top:0;
	left:0;
	right:0;
	z-index:9999;
}
a.prev {
	position:absolute;
	display:block;
	left:0;
	top:200px;
	width:36px;
	height:36px;
	font-size:0;
	background: url(landing_page_images/prev_next.png) no-repeat left top;
	opacity:.3;
}
a.prev:hover {
	background: url(landing_page_images/prev_next.png) no-repeat left center;
	opacity:.8;
}
a.prev:active {
	background: url(landing_page_images/prev_next.png) no-repeat left bottom;
	opacity:.8;
}
a.next {
	position:absolute;
	display:block;
	right:0;
	top:200px;
	width:36px;
	height:36px;
	font-size:0;
	background: url(landing_page_images/prev_next.png) no-repeat right top;
	opacity:.3;
}
a.next:hover {
	background: url(landing_page_images/prev_next.png) no-repeat right center;
	opacity:.8;
}
a.next:active {
	background: url(landing_page_images/prev_next.png) no-repeat right bottom;
	opacity:.8;
}
span.status {
	display:none;
}

/*estilos nivo slider*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(landing_page_images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(landing_page_images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:36px;
	height:36px;
	background: url(landing_page_images/prev_next.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: .3;
}
.theme-default:hover .nivo-directionNav a { opacity:.3; }
.theme-default a.nivo-nextNav {
	background-position:right top;
	right:0;
}
.theme-default a.nivo-nextNav:hover {
	background-position:right center;
	opacity: .8;
}
.theme-default a.nivo-nextNav:active {
	background-position:right bottom;
	opacity: .8;
}
.theme-default a.nivo-prevNav {
	background-position:left top;
	left:0;
}
.theme-default a.nivo-prevNav:hover {
	background-position:left center;
	opacity: .8;
}
.theme-default a.nivo-prevNav:active {
	background-position:left bottom;
	opacity: .8;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.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:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}