/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	top: 5px;
	width: 752px;
	height:353px;
	left: 128px;

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:752px;
	height: 312px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	padding:2px;
	width:752px;
	height:312px;
}

/* active item */
.scrollable .active {	
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

div#actionButtons{
	position: absolute;
	top: 320px;
	right: 130px;
}

div#actionButtons button#toggle{
	height: 39px;
	width: 39px;
	border: 0;
}

div#actionButtons button#toggle.pause{
	background: url(../img/toggle-control.png) 0 0 no-repeat;
}

div#actionButtons button#toggle.play{
	background: url(../img/toggle-control.png) 0 -39px no-repeat;
}

div#actionButtons button#toggle:focus,
div#actionButtons button#toggle:active{
	outline: none;	
}

button::-moz-focus-inner { border: 0; }



/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*  NAV TABS
-----------------------------------------------*/
ul#navTabs{
	position: absolute;
	top: 323px;
	left: 13px;
	width: 828px;
	z-index: 100000001;
}

ul#navTabs li{
	float: left;	
	display: inline;
	width: 200px;
	height: 34px;
	margin-right: 7px;
}

ul#navTabs li a{
	background: url(../img/hero_tab_bg.png) 0 -34px no-repeat;	
	display: block;
	width: 200px;
	height: 34px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: 'VegurBold', sans-serif;
	line-height: 32px;
	text-indent:15px;
}

ul#navTabs li a.current{
	background: url(../img/hero_tab_bg.png) 0 0 no-repeat;	
}

ul#navTabs li a:hover{
	background: url(../img/hero_tab_bg.png) 0 0 no-repeat;	
}


/* HERO SLIDES
------------------------------------------------*/


div#hero_main div.items div.slide{
	background: url(../img/hero_slide_bg.png) 0 0 no-repeat;	
	height: 353px;
	position: absolute;
	left:140px;
	top: 7px;
	display: none;
}

div#hero_main div.items div.slide.first{
	display: block;	
}

div#hero_main div.items div#affordable div.l-col{
	top: 22px;
}

div#hero_main div.items div.slide div.l-col{
	position: absolute;
	width: 329px;
	left: 18px;
	top: 36px;
}

div#hero_main div.items div#secure div.l-col{
	position: absolute;
	width: 370px;
	left: 15px;
	top: 36px;
}


div#hero_main div.items div.slide div.r-col{
	position: absolute;
	width: 276px;
	right: 30px;
	top: 0;
}

div#hero_main div.items div.slide h2{
	font-size: 40px;
	font-family: 'VegurRegular', sans-serif;
	color: #000;
	margin: 0;
	line-height: 40px;
}


div#hero_main div.items div.slide p.subHead{
	/*color: 	#f77111;*/
	color: 	#d45a03;
	font-size: 20px;
	font-family: 'VegurRegular', sans-serif;
	margin: 18px 0 0 0;
	width: 320px;
}

div#hero_main div.items div#secure p.subHead{
	width: 312px;
}


div#hero_main div.items div.slide ul{
	margin: 5px 0 15px 0;
}

div#hero_main div.items div.slide ul li{
	line-height: 20px;	
	background: url(../img/hero_bullet.gif) 0 9px no-repeat;
	padding: 0 0 0 8px;
	font-size:14px;
	font-family: 'VegurRegular', sans-serif;
}


div#hero_main div.items div.slide a.hero-cta{
	margin: 0;
	background: url(../img/button-compare-solutions.png) 0 0 no-repeat;
	width:	195px;
	height: 34px;
	display: block;
	text-indent:-99999px;
	z-index: 100001;
	position: relative;
}

div#hero_main div.items div.slide a.hero-cta:hover{
	background: url(../img/button-compare-solutions.png) 0 -34px no-repeat;
}

div#hero_main div.items div.slide div.quote{
	float: right;
	width: 250px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	background:url(../img/hero_quote_bg_top.gif) 0 0 no-repeat;
	position:relative;
	top: 25px;
}

div#hero_main div.items div.slide div.quote p{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 18px 18px 27px 18px;
	line-height: 18px;
}

div#hero_main div.items div.slide div.quote span.bot_bg{
	background:url(../img/hero_quote_bg_bot.gif) 0 0 no-repeat;
	width: 250px;
	height: 13px;
	display: block;
	position:absolute;
	bottom: 0;
}

div#hero_main div.items div.slide div.quote p.author{
	color: #fff;
	font-size:11px;
	display: block;
	position:absolute;
	bottom: 0;
	right: 10px;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
}

div#hero_main div.items div.slide div.quote div.source{
	width: 210px;
	height: 30px;
	position:absolute;
	bottom: -40px;
	right: 0;
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

div#hero_main div.items div.slide div.quote div.source a{
	margin-top: 7px;	
	display: block;
	color: #3485a3;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#hero_main div.items div.slide div.quote div.source a:hover{
	text-decoration:underline;
}


