/* 
Description: Vidient stylesheet.
Version: 1.0
Released: 09/10/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: white url(../images/bg-gradient_home.jpg) repeat-x 0 0;
	color: black;
	font:75%/1.5 Arial, Helvetica, sans-serif;/* Sets default size to 12pt */
	text-align: center;
	position: relative;
	min-width: 800px;
	margin: 0;
}


body * {
	font-size: 100%;
}

.content {
	background: white url(../images/bg-gradient_content.jpg) repeat-x 0 0;
}

#home #outer {
	background: transparent url(../images/bg-home.jpg) no-repeat 50% 0;
}

#container {
	width: 920px;
    margin: 0 auto; 
    text-align: left;
    position: relative;
}
	

.content #header {
	background: url(../images/bg-page_top_content.png) no-repeat 0 118px;
	height: 128px;
}

.content #content {
	background: white url(../images/bg-page_content.png) repeat-y 0 0;
}
	
#header {
	height: 116px;
}

#home #content_main {
	height: 240px;
}

.content #content_main {
	width: 612px;
	float: right;
	margin: 6px 32px 100px 25px;
	min-height: 800px;
}

#home #content_secondary {
	width: 960px;
	margin-top:10px;
}

.content #content_secondary {
	width: 216px;
	float: left;
	margin: 9px 0 0 32px;
}


.content.three_column #content_main {
	width: 420px;
	float: right;
	margin: 6px 195px 100px 0px;
	border-right: 1px solid #DFDFDF;
	padding-right: 26px;
}


.content #content_tertiary {
	width: 150px;
	position: absolute;
	right: 25px;
	margin: 6px 0 100px 0;
	z-index: 0;
}

#about #content_main {
	padding-bottom: 200px;
}

/* =HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header h1 {
	text-indent: -9999px;
	position: relative;
	top: 19px;
	left: 21px;
}

#header p {
	text-indent: -9999px;
	background: url(../images/logo_tag.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	right: 58px;
	width: 268px;
	height: 15px;
	
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 150px;
	height: 76px;
}

#vidient_logo {
	display:none;
}

p#login {
	text-indent: 0;
	background: none;
	font-size: .84em;
	color: white;
	position: absolute;
	text-align: right;
	right: 58px;
	top:5px;
}

p#login a {
	text-decoration: none;
	color: white;
}

p#login a:hover {
	text-decoration: underline;
}


/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

HTML {
	font-size: 100%;
}

h2 {
	font-size: 2.5em;
	color: #083667;
	margin: 0 0 10px 0;
}

.content #content_secondary h2 {
	font-size: 2em;
}
	

h3 {
	font-size: 1.2em;
	color: #083667;
	font-weight: bold;
	line-height: 1.2em;
}

h3, p {
	margin: 0 0 10px 0;
}

h4 {
    font-weight: bold;
    color: #083667;
    }
	
a:link, a:visited {
	color: #0050a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* NAV (ul#nav is the top nav. The class .jq-hover is applied to li's in IE6 and below via jquery 
        to allow them to have hover styles.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: absolute;
	top: 65px;
	right: 28px;
	z-index: 10;
}

#nav li {
	float: left;
	text-indent: -9999px;
	position:relative;
}

#nav li:hover a, #nav li.jq-hover:hover a {
	background-position: 0 -70px;
}

#nav a {
	display: block;
}

a#nav-home:link, a#nav-home:visited {
	background: url(../images/nav-home.png) 0 0 no-repeat;
	height: 32px;
	width: 80px;
}
a#nav-home:hover {
	background-position: 0 -70px;
}

a#nav-products:link, a#nav-products:visited {
	background: url(../images/nav-products.png) 0 0 no-repeat;
	height: 32px;
	width: 92px;
}
a#nav-products:hover {
	background-position: 0 -70px;
}

a#nav-solutions:link, a#nav-solutions:visited {
	background: url(../images/nav-solutions.png) 0 0 no-repeat;
	height: 32px;
	width: 89px;
}
a#nav-solutions:hover {
	background-position: 0 -70px;
}

a#nav-partners:link, a#nav-partners:visited {
	background: url(../images/nav-partners.png) 0 0 no-repeat;
	height: 32px;
	width: 90px;
}
a#nav-partners:hover {
	background-position: 0 -70px;
}

a#nav-about:link, a#nav-about:visited {
	background: url(../images/nav-about.png) 0 0 no-repeat;
	height: 32px;
	width: 78px;
}
a#nav-about:hover {
	background-position: 0 -70px;
}

a#nav-more_info:link, a#nav-more_info:visited {
	background: url(../images/nav-more_info.png) 0 0 no-repeat;
	height: 32px;
	width: 95px;
}
a#nav-more_info:hover {
	background-position: 0 -70px;
}


/* Dropdown menus */

#nav li ul {
	 position:absolute;
	 top:32px;
	 left:-9999px;
	 background:white;
	 border: 1px solid #05203D;
	 z-index:1000;
}

#nav li:hover ul, #nav li.jq-hover ul {
	left:0;
}
	
#nav li ul li {
	display:block;
	float:left;
	clear:left;
	height:auto;
	margin:0;
	border-bottom: 1px solid #E6E6E6;
}

#nav li ul li:last-child{
	border-bottom: none;
}

#nav li:hover ul li a, #nav li.jq-hover ul li a {
	display:block;
	margin:0;
	padding:5px 10px;
	background-image:none;
	color: #0050a5;
	font-size:12px;
	text-decoration:none;
	white-space:nowrap;
	width: 13em;
	float:left;
	display:inline;
	text-indent:0;
}

#nav li:hover ul#sub_nav-solutions li a, #nav li.jq-hover ul#sub_nav-solutions li a {
	width: 11em;
}

#nav li:hover ul#sub_nav-partners li a, #nav li.jq-hover ul#sub_nav-partners li a {
	width: 9em;
}

#nav li:hover ul#sub_nav-about li a, #nav li.jq-hover ul#sub_nav-about li a {
	width: 9em;
}


#nav li ul li a:hover, #nav li ul li.jq-hover a{
	background:#29415A;
}

#nav li ul li:hover a, #nav li ul li.jq-hover a {
	color:white;
}


/* NAV ACTIVE PAGE STYLES- - - --  */

#home a#nav-home, .products #nav a#nav-products, .solutions #nav a#nav-solutions, .partners #nav a#nav-partners, .about #nav a#nav-about {
	  background-position: 0 -140px;
}




/* =SECONDARY NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav-secondary {
	background: #eaeaea;
	margin: 0 0 17px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #f5f5f5;
}

#nav-secondary li {
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
	text-indent: 22px;
}

#nav-secondary li:first-child {
	border-top: none;
}

#nav-secondary li li {
	background: none;
	text-indent: 42px;
}

#nav-secondary li ul {
	border-top: 1px solid #f5f5f5;
}

#nav-secondary li li:first-child {
	border-top: 1px solid #dbdbdb;
}

#nav-secondary li li:last-child {
	border-bottom: none;
}

#nav-secondary a {
	color:#083667;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 0;
	background: url(../images/subnav_li.png) no-repeat 4% 50%;
	width: 217px;
}

#nav-secondary a:hover {
	background:white url(../images/subnav_li_selected.png) no-repeat 4% 50%;
}

#nav-secondary li li a {
	background: url(../images/subnav_li.png) no-repeat 13% 50%;
}

#nav-secondary li li a:hover {
	background:white url(../images/subnav_li_selected.png) no-repeat 13% 50%;
}

#nav-secondary a.active {
	background:white url(../images/subnav_li_selected.png) no-repeat 4% 50%;
}

#nav-secondary li li a.active {
	background:white url(../images/subnav_li_selected.png) no-repeat 13% 50%;
}



/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#home #content_main h2 {
	font-size: 3em;
	color: #213D65;
	margin: 22px 0 0px 33px;
	background: url(../images/h2-smartcatch_home.png) no-repeat 0 0;
	text-indent: -9999px;

}
 
#home #content_main ul {
	font-size: 1.66em;
	color: #213D65;
	margin: 0 0 0 105px;
}

#home #content_main li {
	text-indent: -9999px;
}

#home li#threats {
	background: url(../images/li-threat_home.png) no-repeat 0 0;
}

#home li#response {
	background: url(../images/li-response_home.png) no-repeat 0 0;
}

#home li#cost {
	background: url(../images/li-cost_home.png) no-repeat 0 0;
}

#home li#than_trad_sensors {
	background: url(../images/li-than_trad_sensors_home.png) no-repeat 0 0;
	margin-left:20px;
}

#home #content_main p {
	font-size: 16px;
	margin-left: 410px;
	margin-top:-27px;
}

#home #content_main p a {
	display: block;
	background: url(../images/learn_more-home.png) no-repeat -160px 0;
	height: 27px;	
	width: 125px;
	text-indent: -9999px;
}

#home #content_main p a:hover {
	background-position: 0 0;
}


/* =HOME Features  */

#home .feature {
	position: relative;
	background: url(../images/feature-divider.png) no-repeat 100% 0;
	border: none;
	padding: 0 30px 50px;
	width: 180px;
	float: left;
	clear: none;
}

	#home .feature h3 {
		font-family: MetaPlusMedium-Roman, Arial, sans-serif;
		font-size: 1.5em;
		margin-bottom: 12px;
		text-transform: none;
	}
	
		#home .feature h3 a {
			color: #083667;
		}
		
	#home .feature ul {
	}
	
		#home .feature ul li {
			margin-bottom: 8px;
		}
	
	#home .feature .feature-action_link {
	}
	
		#home .feature .feature-action_link a {
			display: block;
			background: url(../images/feature-learn_more.png) no-repeat 0 0;
			height: 22px;	
			width: 123px;
			text-indent: -9999px;
		}
		
		#home .feature .feature-action_link a:hover {
			background-position: 0 100%;
		}

#home #feature-customers {
}

	.content #feature-customers object {
		margin-left: 11px;
	}

#home #feature-awards {
	clear: both;
	background: none;
	margin-top: -180px;
	text-align:center;
}

	#home #feature-awards img {
		float:none;
		margin:0;
	}

#home #feature-news {
}

#home #feature-smartcatch {
	background: none;
}

	#home #feature-smartcatch img {
		margin-bottom: 8px;
	}

/* =FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content .feature {
		clear: left;
		border-bottom: 1px solid #dfdfdf;
		padding: 0 0 10px 0;
		margin: 0 0 17px 0;
		width: 198px;
		height: auto;
		overflow: auto;
}

.content .feature h3 {
	text-transform: uppercase;
	font-size:1em;
}

.content .feature h3 a:link,
.content .feature h3 a:visited {
	color: #083667;
	text-decoration: none;
}

.content .feature h3 a:hover {
	color: #0050a5;
}

.content .feature img {
	float: left;
	margin: 2px 14px 2px 0;
}

.content .feature li {
	margin: 0 0 8px 9px;
}

.content .feature p, .content .feature li {
	font-size: .92em;
	color: #454545;
}

.content #feature-customers {
	float: left;
}

.content #feature-customers img {
	margin: 0 0 7px 28px;
}

.content #feature-awards img {
	margin: 0 0 5px 56px;
	float:none;
}

.content #feature-news li a:link, .content #feature-news li a:visited {
	text-decoration: none;
	color: #454545;
}

.content #feature-news li a:hover{
	text-decoration: underline;
}

.content p.feature-action_link {
	text-indent: -9999px;
	float: right;
}

.content p.feature-action_link a {
	display: block;
	background: url(../images/feature-learn_more_content.png) no-repeat 0 0;
	height: 17px;	
	width: 91px;
}

.content p.feature-action_link a:hover {
	background-position: 0 100%;
}


.content .feature:last-child {
	border-bottom: none;
}



/* =CONTENT PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content_main ul {
	margin-bottom: 10px;
}

	#content_main ul li {
		margin-bottom: 5px;
	}

	.content #content_main ul li {
		margin-left:30px;
		list-style:disc;
	}

	#management.content #content_main ul li, #news.content #content_main ul li, #board.content #content_main ul li, #advisors.content #content_main ul li {
		margin-left:0;
		list-style-type:none;
	}

#versus_table {
	width:400px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	float:right;
	margin-left:20px;
}

#versus_table caption {
color:#083667;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}

#versus_table td, #versus_table th {
	padding:5px;
	text-align:left;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	font-size:11px;
	background:#F2F2F2;
}

#versus_table th {
	background:#ccc;
	color:#666;
	font-weight: bold;
}

.products .applications img {
	clear: left;
}

.products .applications {
	height: 11.3em;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 20px;
}

.products .applications:last-child {
	border: none;
}

.partners #content_main img {
	margin-right: 20px;
	margin-bottom: 15px;
}

#solution .partners_section, #partners .integrators_section, #news .news_section {
	border-top: 1px solid #DFDFDF;
	padding-top: 15px;
	padding-bottom: 10px;
}

#solution .partners_section img, #partners .integrators_section img {
	vertical-align: middle;
	}

#management #content_main h3, #board #content_main h3, #advisors #content_main h3 {
	margin-bottom: 0;
}

p.title {
	color:#083667;
}

#management #content_main li, #board #content_main li, #advisors #content_main li {
	margin-bottom: 20px;
}


/* = Tertiary Content - - - -  */

#content_tertiary h3 {
	color:#083667;
	font-size:.92em;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom: 3px;
	line-height: 1.2em;
}

#content_tertiary p {
	font-weight: bold;
	font-size:.92em;
	margin-bottom: 0;
}

#content_tertiary li {
	list-style-type: disc;
	font-size:.92em;
	margin: 0 0 6px 15px;
	line-height: 1.4em;
}

#content_tertiary ul {
	margin-bottom: 20px;
}

#about #content_tertiary h4 {
	font-weight: bold;
	font-size:.92em;
	margin-bottom: 0;
}

#about #content_tertiary p {
	font-weight: normal;
	margin-bottom: 8px;
}


/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#site_info {
	border-top: 1px solid #E6E6E6;
	text-align: center;
	clear: both;
	font-size: .92em;
	padding-bottom: 30px;
	padding-top: 15px;
	color: #CCCCCC;
}

.content #site_info {
	border: none;
	margin-left: 230px;
}


/* =MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
	
.left {
	float:left;
	margin: 3px 15px 5px 0;
}

.right {
	float:right;
	margin: 3px 0 5px 15px;
}

ul.list {
	margin-bottom: 20px;
}

.list li {
	list-style-type: disc;
	font-size:.92em;
	margin: 0 0 6px 15px;
	line-height: 1.4em;
}


/* =MORE INFO FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.form form {
	width:90%;
}

.form .form_input, .form .form_select, .form .form_textarea {
	float: left;
	padding: 2px;
	}
	
.form .form_input {
	width: 40%;
	padding-right:20px;
	min-height: 60px; /* Otherwise page breaks when certain fields error due to float */
	}
	
.form .form_select, .form .form_textarea {
	width: 100%;
	}
	
.form label {
	font-weight: bold;
	}
	
.form .optional label {
	font-weight: normal;
	}
	
.form input.error, .form select.error {
	border:1px solid red;
	background:#fffcd7;
}

.form label small {
	font-size: .8em;
	font-weight: normal;
	}
	
.form label.error {
	color: #ff0000;
	font-size: 1em;
	font-weight:bold;
	}

.form input, .form select, .form textarea {
	padding: 2px;
	display: block;
	width: 94%;
	}
	
.form select {
	width: auto;
	}
	
.form textarea {
	height: 100px;
	font-size: 1.2em;
	}
	
.form .other input {
	width: 50%;
	}
	
.form #content ul {
	margin-left: 1.5em;
	list-style: disc outside;
}

/* =NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#news.content #content_main ul {
    margin: 0 0 15px;
    }
  
#news.content #content_main ul.news_list li {
    margin:0 0 10px; 
}

ul.news_list li span.date {
    float:left;
    width:55px;
	height: 2em;
	text-align: right;
	padding-right: .5em;
}

#news .archive_link {
	margin-left: 60px;
	}