@import url("../css/reset.css");

/*  
#EFF5F9 = ultra light blue
#74C2EB = light blue
#60B4DE = bright blue
#107AAB = dark blue
#373535 = off black
#F0BD2C = yellow

Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    background: #4199C1;
    color:#373535;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}

a {
	color: #107AAB;
	text-decoration: none;
}
a:hover {
	color: #60B4DE;
}

img.imgright {
	float: right;
	margin: 10px;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	padding: 61px 0 0 0;
	width: 100%;
	background: #fff url(../gfx/bg_header.png) repeat-x 0 61px;
	position: relative;
}
.contentHolder {
	width: 990px;
	margin: 0 auto;
}
#header {
	height: 126px;
}
.utilitybar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 61px;
	background: url(../gfx/top_bar.png) repeat-x 0 0;
}
#primary {
	padding: 32px 60px 32px 0;
}
#secondary {
	border-top: 6px solid #4199C1;
	border-bottom: 6px solid #4199C1;
	padding: 20px 0;
	background: #EFF5F9;
}
#tertiary {
	padding: 25px 0 20px;
	border-bottom: 6px solid #4199C1;
}
#quaternary {
	padding: 20px 0;
}
.separator {
	padding: 12px 0 15px;
	background: url(../gfx/dashed_line.gif) repeat-x 0 100%;	
}
#footer {
	clear: both;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	height: 71px;
	background: url(../gfx/bg_foot.gif) repeat-x 0 0;
}
#footer p {
	padding: 25px 0 0 0;
	color: #92C2D8;
	font-weight: bold;
	font-size: 12px;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#logo {
	width: 402px;
	height: 126px;
	float: left;
	display: block;
	background: url(../gfx/bg_logo.png) no-repeat 0 0;
}
#logo a {
	display: block;
	width: 215px;
	height: 59px;
	background: url(../gfx/logo_nvision.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 33px 0 0 19px;
}
#header h1 {
	margin: 41px 0 0 0;
	width: 563px;
	float: right;
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}

/* Primary Content
--------------------------------------------------------------------------------------------------- */
#intro {
	float: right;
	width: 503px;
}
#introvideo {
	float: left;
	width: 402px;
	height: 259px;
	background: url(../gfx/video_container.png) no-repeat 0 0;
}
#video {
	margin: 5px 0 0 5px;
}


/* --- SIDE COLUMN --- */
#intro_sideCol {
	float: left;
	width: 410px;
}
#intro_sideCol #thumb_box {
	width: 397px;
	height: 254px;
	background: url(../gfx/video_container.png) no-repeat 0 0;
	padding: 5px 0 0 5px;
	margin: 0 0 15px 0;
}
#intro_sideCol #thumb_box a img {
	border: 0;
}
#intro_sideCol .quote_box {
	margin: 25px 0;
	background: url(../gfx/quote-left.gif) no-repeat 0 0;
}
#intro_sideCol .quote_box span {
	font-size: 17px;
	font-style: italic;
	line-height: 26px;
	color: #666;
	padding: 0 50px 0 30px;
	display: block;
	background: url(../gfx/quote-right.gif) no-repeat 90% 100%;
}


/* --- PRIMARY --- */
#primary h2 {
	font-size: 21px;
	margin: 5px 0 20px;
	color: #107AAB;
	font-weight: normal;
}
#primary h2.italic_head {
	font-size: 22px;
	line-height: 24px;
	font-style: italic;
}
#primary h2 strong {
	font-weight: bold;
}

#primary h3 {
	font-weight: bold;
}

#primary .headline {
	font-size: 16px;
	color: #555;
}
#primary p {
	margin: 0 0 15px;
	line-height: 1.4em;
	font-size: 14px;
	color: #999;
}
#primary p strong {
	color: #666;
}
#primary p em {
	color: #F0BD2C;
	text-transform: uppercase;
}
#primary p em span {
	font-weight: bold;
}




/* Secondary Content
--------------------------------------------------------------------------------------------------- */
#scrollArea {
	width: 990px;
	overflow:hidden;
	
}
#scrollArea ul {
	width: 3990px;
	height: 110px;
	position: relative;
}


/* --- QUICKSTART PROCESS --- */
#scrollArea #quickstart_process {
	width: 988px;
	height: 130px;
	position:relative;
}
#scrollArea #quickstart_process li {
	width: 111px;
	float: left;
	list-style-type: none;
	padding: 15px 0 0 128px;
	display: block;
	height: 115px;
	position: relative;
}
#scrollArea #quickstart_process li h3 {
	color: #107AAB;
	font-size: 14px;
}

#scrollArea #quickstart_process li .icon_btn {
	display: block;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
}


#scrollArea #quickstart_process #process_A {
	background: url(../gfx/icon_wheel.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_B {
	background: url(../gfx/icon_camera.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_C {
	background: url(../gfx/icon_time.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_D {
	background: url(../gfx/icon_time.png) no-repeat 0 0;
}

#scrollArea #quickstart_process .cta {
	width: 120px;
	height: 23px;
	display: block;
	text-indent: -999em;
}
#scrollArea #quickstart_process #process_A .cta:hover,#scrollArea #quickstart_process #process_B .cta:hover, #scrollArea #quickstart_process #process_C .cta:hover, #scrollArea #quickstart_process #process_D .cta:hover 
{
	background-position: 0 -23px;
}

#scrollArea #quickstart_process #process_A .cta {
	background: url(../gfx/btn_test-drive.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_B .cta {
	width: 95px;
	background: url(../gfx/btn_wizard-video.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_C .cta {
	background: url(../gfx/btn_view-steps.png) no-repeat 0 0;
}
#scrollArea #quickstart_process #process_D .cta {
	background: url(../gfx/btn_view-steps.png) no-repeat 0 0;
}



#secondary .slide {
	width: 990px;
	float: left;
	height: 110px;
}
#secondary h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}
#secondary p {
	line-height: 1.4em;	
}
#secondary .slide .detail {
	float: left;
	width: 684px;
}
#secondary .slide .button.next a {
	display: block;
	padding: 0 50px 0 0;
	width: 250px;
	height: 29px;
	line-height: 29px;
	text-align: right;
	float: right;
	background: url(../gfx/big_chevrons.gif) no-repeat 100% 0;
	font-weight: bold;
}
#secondary .slide .button.next span {
	display: none;
}



/* Teriary Content
--------------------------------------------------------------------------------------------------- */
#tertiary.steps_container {
	display: none;
	padding: 0;
	background: url(../gfx/dashed_line.gif) repeat-x 0 0; 
}
#tertiary.steps_container .contentHolder {
	background: url(../gfx/steps_pointer.gif) no-repeat 85% 100%;
	padding: 20px 0 25px 0;
}
#tertiary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tertiary ul li.box {
	float: left;
	width: 33%;
}

#tertiary ul li.one {
	background: url(../gfx/icon_nvision.png) no-repeat 90% 60px;
}
#tertiary ul li.two {
	background: url(../gfx/icon_nvision.png) no-repeat 90% 60px;
}
#tertiary ul li.box ul {
	margin: 0 0 10px 0;
}
#tertiary ul li.box ul li {
	margin: 0 0 5px 20px;
	color: #60B4DE;
	list-style: disc;
}

#tertiary ul li .btn_cta {
	font-weight: bold;
	text-decoration: underline;
}

#tertiary h3 {
	font-size: 21px;
	color: #107AAB;
	margin: 0 0 15px;
}
#tertiary p {
	color: #666;
	line-height: 1.6em;
	margin: 0 0 10px;
	padding: 0 60px 0 0;
}
#tertiary p span {
	font-weight: bold;
}




/* Teriary Content Avaya
--------------------------------------------------------------------------------------------------- */

#tertiary.steps_container_avaya 
{
	display: none;
	padding: 0;
	background: url(../gfx/dashed_line.gif) repeat-x 0 0; 
}

#tertiary.steps_container_avaya .contentHolder 
{
	background: url(../gfx/steps_pointer.gif) no-repeat 85% 100%;
	padding: 20px 0 25px 0;
}





/* Quaternary Content
--------------------------------------------------------------------------------------------------- */
.separator h2 {
	font-size: 21px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.separator h2 strong {
	font-weight: bold;
}
#quaternary .contentHolder {
	background: url(../gfx/tab_box_mid.png) repeat-y 0 0;
}
#slider {
	background: url(../gfx/tab_box_foot.png) no-repeat 0 100%;
}
#slider .scroll {
	/* background: url(../gfx/tab_box_foot.png) no-repeat 0 100%;
	height: 400px;
	width: 990px;
	overflow: hidden;  */
}
#slider .scrollContainer div.panel {
	/* height: 400px; */
	width: 990px;
	float: left;
}
#slider .scrollContainer div.panel .panelContent {
	padding: 15px 30px 15px 30px;
	color: #045478;
}

.scrollButtons {
  display: none;
}

#slider .panel h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px;
	color: #045478;
}
#slider .panel h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0	;
	color: #60B4DE;
}
#slider .panel .thumbimg img {
	float: right;
	padding: 0 0 10px 10px;
}
#slider .panel p {
	margin: 0 0 15px;
	line-height: 1.6em;
}


#slider ul.navigation {
	margin: 0;
	padding: 0;	
	background: url(../gfx/tab_box_top.png) no-repeat 0 100%;
}
#slider ul.navigation li {
	margin: 0;
	padding: 0;	
	float: left;
	width: 186px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
#slider ul.navigation li a {
	margin: 0;
	padding: 0;	
	float: left;
	width: 186px;
	height: 38px;
	line-height: 38px;
	background: url(../gfx/tab_box_tab.png) no-repeat 0 -38px;
}
#slider ul.navigation li a.selected,
#slider ul.navigation li a:hover {
	background-position: 0 0;
	color: #fff;
	outline: none;
}
#slider ul.navigation li a span {
	display: block;
	padding: 0 0 0 40px;
}
#slider ul.navigation li#btn_consolidate_data a span {
	background: url(../gfx/icons/consolidate_data.png) no-repeat 10px 50%;
}
#slider ul.navigation li#btn_analyze_visualize a span {
	background: url(../gfx/icons/analyze_visualize.png) no-repeat 10px 50%;
}
#slider ul.navigation li#btn_share_collaborate a span {
	background: url(../gfx/icons/share_collaborate.png) no-repeat 8px 50%;
	padding: 0 0 0 35px;
}
#slider ul.navigation li#btn_problem_solved a span {
	background: url(../gfx/icons/problem_solved.png) no-repeat 10px 50%;
}
#slider ul.navigation li#btn_getting_started a span {
	background: url(../gfx/icons/getting_started.png) no-repeat 10px 50%;
}



/* HEAD NAVIGATION
--------------------------------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 23px;
	left: 50%;
	margin: 0 0 0 -65px;
}	
#navigation ul li {
	float: left;
	display: block;
	height: 28px;
	margin: 0 5px 0 0;
}
#navigation ul li a {
	display: block;
	height: 28px;
	float: left;
	text-indent: -999em;
	background: url(../gfx/head_tabs.png) no-repeat 0 0;
}
/* - HOME - */
#navigation ul #n-home a {
	width: 58px;
	background-position: 0 0;
}
body#home #navigation ul #n-home a, #navigation ul #n-home a:hover {
	background-position: 0 -28px;
}

/* - QUICKSTART - */
#navigation ul #n-quickstart a {
	width: 108px;
	background-position: -63px 0;
}
body#quickstart #navigation ul #n-quickstart a, #navigation ul #n-quickstart a:hover {
	background-position: -63px -28px;
}
/* - PRICING - */
#navigation ul #n-pricing a {
	width: 127px;
	background-position: -177px 0;
}
body#pricing #navigation ul #n-pricing a,#navigation ul #n-pricing a:hover {
	background-position: -177px -28px;
}
/* - HELP - */
#navigation ul #n-help a {
	width: 47px;
	background-position: -310px 0;
}
body#help #navigation ul #n-help a,#navigation ul #n-help a:hover {
	background-position: -310px -28px;
}



/* Utility Bar
--------------------------------------------------------------------------------------------------- */
.utilitywrap {
	margin: 0 auto;
	width: 990px;
	height: 61px;
}
#symmetrics_logo {
	float: right;
	width: 138px;
	height: 61px;
	line-height: 61px;
	background: url(../gfx/logo_symmetrics.png) no-repeat 0 10px;
}
#symmetrics_logo a {
	display: block;
	text-indent: -999em;
}
.utilitybar p.return {
	margin: 0;
	padding: 0;
	line-height: 55px;
}
.utilitybar p.return a {
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.utilitybar p.return a:hover {
	color: #000000;
}

/* Buttons
--------------------------------------------------------------------------------------------------- */
.button.getstarted,
.button.testdrive,
.button.enlarge_screen {
	height: 30px;
	width: 153px;
}
.button.startfree {
	height: 31px;
	width: 207px;
}

.button.getstarted a,
.button.startfree a,
.button.testdrive a {
	display: block;
	height: 30px;
	width: 153px;
	line-height: 30px;
	background: url(../gfx/btn_get-started.png) no-repeat 0 0;
	text-indent: -999em;
}
.button.enlarge_screen a {
	display: block;
	height: 30px;
	width: 153px;
	line-height: 30px;
	background: url(../gfx/btn_enlarge.png) no-repeat 0 0;
	text-indent: -999em;
}
.button.startfree a {
	height: 31px;
	width: 207px;
	background: url(../gfx/btn_startfree.png) no-repeat 0 0
}
.button.testdrive a {
	background: url(../gfx/btn_test.png) no-repeat 0 0
}
.button.getstarted a:hover,
.button.testdrive a:hover,
.button.enlarge_screen a:hover {
	background-position: 0 -30px;
}
.button.startfree a:hover {
	background-position: 0 -31px;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
