/*Begin Menu Bar Styling*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body { 
    font-family: Helvetica, Arial, Verdana, sans-serif;    
    margin: 0;
}

body > table {
    margin-left: auto; 
    margin-right: auto;
    width: 760px;
}

/*begin navbar v2*/
#ivnavwrapper {
    min-width: 1200px;
    width: 1200px;
    height: 60px;
    background: rgb(85, 85, 85);
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#ivnav {
    top: 0;
    list-style: none;
    float: left;
    font-size: 24px;
    background: rgb(85,85,85);
    margin: 0 0 0 70px;
    width: 327px;
    position: absolute;
    z-index: 50;
    //height: 60px;
}

#ivnav span {
    color: white;
}
#ivnav a {
    text-decoration: none;
}

.menulink > a {
    display: block;
    height: 50px;
    padding-top: 10px;
    margin-top: -10px;
}
#ivnav > li {
    float: left;
    margin: 0;
    width: 120px;
    height: 45px;
    padding-top: 15px;
    text-align: center;
    border-right: 2px solid #0fa1e0;
}

#ivnav > li:first-child {
    margin-left: -40px;
}

#ivnav > li:hover {
    background: #32323a;
}
#ivnav span {
    width: 120px;
}

.hassub > ul {
    display: none;
    background: #32323a;  
    list-style: none;  
    font-size: 18px;
    color: black;
    margin: 17px 0 0 0;
    width: 100px;
}

.hassub ul li {
    line-height: 40px;
    margin-left: -40px;
    text-align: center;
    border-bottom: .5px solid white;
}

.hassub ul li:first-child {
    margin-top: -22px;
}
.hassub:hover > ul {
    display: block;
    line-height: 40px;
}

.hassub ul li:hover {
    background: #0fa1e0;
}

#iv_logo{
    background: url("/images/innovisit_logo_small.png");
    height: 60px;
    width: 67px;
    background-size: 100% 100%;
    display: block;
    float: left;
}

/*Slide Div*/
#slides{
   background: #0fa1e0;
   display: block;
   padding: 0;
   height: 405px;
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
}

.slidesjs-pagination {
    margin: 12px 100px 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url('../images/pagination.png');
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}
/*End slide styling*/


#container 
{   
    background: white;
    width: 1200px;
    min-width: 1200px; 
    margin-left: auto;
    margin-right: auto;  
    margin-top: 0; 
    padding: 0;
    display: block;
    color: rgb(85,85,85); 
}


#dividerline {
    width: 1100px;
    height: 3px;
    background: #0fa1e0;
    margin: 25px 0 25px 0;
    content: '';
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.system_thead {
    width: 340px;
    font-size: 20px;
    background: #0fa1e0;
    color: white;
    text-align: left;
    border-left: 0px solid white;
    line-height: 30px;
    margin-right: 2%;
    letter-spacing: 2px;
    padding-left: 10px;
}

.table_spacer {
    width: 50px;
}



#intro {
    width: 85%;
    font-size: 20px;
    text-align: center;    
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    
}

/*begin contact styling*/
#contactwrapper {
    width: 400px;
    display: block;
    padding: 0;
    overflow: hidden;
    float: left;
}

.requestform {
    width: 800px;
    border: 2px solid blue;
    float: left;
    display: block;
    overflow: hidden;
}

.contactinfo {
    width: 392px;
    border: 2px solid green;
    float: left;
    display: block;
}

.contact_td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.contact_td a {
    text-decoration: none;
    color: rgb(85, 85, 85);
}

.contact_td a:hover {
    border-bottom: 2px solid #0fa1e0;
}



/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
    width: 650px;
    display: block;
    float: left;
    margin-left: 75px;
    
}
#customForm label{
	display: block;
	color: rgb(85, 85, 85);
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color: rgb(85, 85, 85);
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #0fa1e0;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

/*end contact styling*/
/*Footer Styling*/

#footer {
    display: block;
    width: 933px;
    height: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: rgb(85,85,85);
}
.footernav {
    text-align: center;
    float: left;
    display: inline-block;
    width: 305px;
    margin:0;
    padding: 5px 0 0 5px;
    border-right: 1px solid white;
}

.footernav ul {
    list-style: none;    
    float: left;
    margin: -5px 0 0 0;
    padding: 0;
    text-align: left;
}
.footernav:hover {
    background: #32323a;;
}
.footernav li {  
    margin: 0;
    
}

.footernav a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    letter-spacing: 10px;
    display: block;
    height: 50px;
    
}

.footernav a span {
    border-bottom: 1px solid #0fa1e0;
}
/*BEGIN Company v2 styling*/
.company_thead {
    font-size: 32px;
    background: #0fa1e0;
    color: white;
    text-align: center;
    border-left: 0px solid white;
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 2%;
    letter-spacing: 3px;
}

.company_thead:first-child {
    margin-right: 10px;
}
#company_table p {
    font-size: 20px;
    text-align: justify;
}
#company_table td {
    width: 580px;
}

#company_table td:first-child {
    margin-right: -2px;
}
/*stellar, (no, the jquery is called stellar. i'm not being funny) styling*/
.photo {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    width: 1200px;
    position: relative;
    overflow: hidden;
}

.opac_back {
    width: 720px;
    height: auto;
    overflow: hidden;
    margin-left: 480px;
    background-color: rgba(85,85,85,0.65);
    padding-left: 10px;
    position: absolute;
    bottom: 0;
}
.photo h2 {
    color: white;
    font-size: 34px;
    letter-spacing: 2px;
    display: block;
    margin: 0;  
}
.photo p {
    margin-top: 20px;
    color: white;    
    width: 700px;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: justify;
}
.photo span {
    top: 0;
    color: white;
    display: block;
    left: 50%;
    margin-left: -600px;
    font-size: 38px;
    padding: 10px;
    position: absolute;
    text-shadow: 0 2px 0 black, 0 0 10px black;
    width: 1200px;
}
.kiosk {
    background-image: url(images/solutions/kiosk.png);
}
.facility {
    background-image: url(images/solutions/facility.png);
}
.topzoom {
    background-image: url(images/solutions/topzoom.png);
}


.notparallax {
    height: 450px;
    width: 1400px;
    background: white;
    display: block;
    overflow: hidden;
    margin: 0 0 5px -75px;
    box-shadow: 0px 15px 15px -8px; rgba(85,85,85, .73);
    position: relative;
}

.notparallax div{
    width: 700px;
    overflow: hidden;
    display: block;
    font-size: 18px;
}

.div_left_side {
    float: left;
    margin-left: 55px;
    position: absolute;
    bottom: 50px;
}

.div_left_side span {
    font-size: 38px;
    display: block;
    margin-bottom: 150px;
}

.div_right_side {
    right: 10px;
    position: absolute;
    bottom: 50px;
}

.div_right_side span {
    font-size: 38px;
    display: block;
    margin-bottom: 150px;
}
.notparallax div p:nth-child(2) {
    margin-top: 25px;
}

.notparallax img {
    width: 600px;
    display: block;
}

.img_right_side {
    float: right;
}

.img_left_side {
    float: left;  
    height: 600px;
}
