body, html {
    margin: 0px;
    background-color: rgba(159, 187, 223, 1);
    background-image: url('../about/bg.jpg');
    background-repeat: repeat;
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}

#main-section {
    background-color: #FFF;
}

ul { 
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-padding-start: 0;
}

li {
    display: block;
}

#gallery a {
    text-decoration: none;
}

.menu {
    float: left;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-size: 14px;
    background-color: #FFF;
    width: 164px;
    margin-left: 8px;
    margin-top: 40px;
    margin-right: 5px;
}

.menu a {
    text-decoration: none;
    color: #2866B8;
     text-transform:uppercase;
}

.menu li {
    background-image: url('../images/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.menu a:hover {
    color: #000;
    text-decoration: underline;
}

.menu a:visited {
    color: #2866B8;
}

#slider-container {
    width: auto;
    height: 470px; /* 1.684 */
    overflow: hidden;
    position: relative;
}

.slider-control {
    height: 100%;
    width: 30%;
    top: 0px;
    position: absolute;
}

#slider-control-left {
    left: 0px;
}

#slider-control-right {
    right: 0px;
}

.slides {
    position: absolute;
    white-space: nowrap;
    top: 0px;
    left: 0px;
}

.slides div {
    float: left;
}

#slides {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
}

#slides div {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.arrow-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin: 5px;
    margin-top: -15px;
    background: rgba(105, 105, 105, .3);
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    color: rgba(139, 131, 120, 1);
    font-weight: bold;
    font-family: 'Andale Mono', 'Georgia', 'serif';
    font-size: 11px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
}

.arrow-btn:hover {
    color: #FFFFFF;
    background-color: rgba(139, 131, 120, .5);
}

.arrow-btn.left {
    left: 0px;
}

.arrow-btn.right {
    right: 0px;
}

#installed {
    position: relative;
    ma/rgin: auto auto;
    width: 1000px;
    float: left;
}

#gallery {
    position: relative;
    ma/rgin: auto auto;
    width: 560px;
    float: left;
}

#gallery h1 {
    font-family: 'Arial', 'serif';
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -moz-margin-before: 0px;
    -moz-margin-after: 0px;
    width: 100%;
    font-size: 18px;
    color: #2866B8;
    background-color: #FFF;
}

#gallery ul {
    width: 100%;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 0px;
    -moz-margin-after: 0px;
    -moz-padding-start: 0px;
}

#gallery li {
    display: inline-block;
    vertical-align: top;
}

#gallery img {
    width: 120px;
    height: auto;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

#gallery a:hover img {
    background-color: rgba(95, 158, 160, .7);
}

#gallery-lb {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .85);
    text-align: center;
    display: none;
}

#gallery-lb div {
    height: 440px;
    width: 100%;
    margin: auto auto;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -220px;
}

#gallery-lb div.arrow-container {
    position: absolute;
    bottom: -75px;
    width: 100px;
    height: 32px;
    top: auto;
    margin-top: auto;
    left: 50%;
    margin-left: -50px;
}

#gallery-lb span {
    position: absolute;
    bottom: -38px;
    color: rgba(139, 131, 120, 1);
    font-size: 12px;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

#top-nav {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-size: 14px;
    color: #2866B8;
    text-decoration: underline;
    height: 25px;
    padding-left: 186px;
    background-color: #FFF;
}

#top-nav a:hover {
    color: #000;
}

#top-nav a:visited:hover {
    color: #000;
}

#top-nav a:visited {
    color: #2866B8;
}

#top-nav ul li {
    margin-top: 6px;
    float: left;
    margin-right: 4px;
    padding-left: 4px;
    border-left: 1px solid #2866B8;
}

#top-nav .first {
    border-left: 0px solid #000;
}

#header {
    width: 100%;
    height: 130px;
    background-color: #FFF;
    background-image: url('../images/top_bg.gif');
    background-repeat: repeat-x;
}

#header .logo {
    background: url('../images/in_logo.jpg') no-repeat;
    width: 178px;
    height: 100%;
    float: left;
}

#header .banner {
    float: left;
    width: 601px;
    height: 100%;
    background-image: url('../img/top.jpg');
    background-repeat: no-repeat;
    background-position: 0px -1px;
}

#header .banner-sub {
    background-image: url('../img/top-sub.png');
}

#header .banner-sub2 {
    background-image: url('../img/banner-kiosk-01.jpg') !important;
}

#footer {
    width: 100%;
    height: 200px;
    ba/ckground: url('../images/bot_bg.gif') repeat-x;
    font-size: 12px;
    color: #bbb;    
}

#footer span {
    margin-top: 36px;
    margin-left: 10px;
    display: inline-block;
}

#footer a {
    color: #bbb;    
    text-decoration: none;
}

#footer .top {
    height: 50px;
    width: 100%;
    background-image: url('../img/bottom-bg.jpg');
    background-repeat: repeat-x;
}

#footer .wave {
    background-image: url('../img/bottom.jpg');
    width: 617px;
    height: 50px;
}

#footer .wave-sub{
    background-image: url('../about/in_bot.gif');
    background-position: -1px 0px;
    width: 779px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #053864;
}

.orig {
    float: left;
    width: 601px;
    min-height: 200px;
    border-left: 1px solid rgba(159, 187, 223, .4);
    background-image: url('../about/in_cont_bg.jpg');
    background-repeat: repeat-y;
    back/ground-position: right center;
}

.orig table {
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    color: #1f2734;
    font-size: 12px;
}

.orig a {
    color: #053864;
    text-decoration: underline;
}

.orig a:visited {
    color: #053864;
    text-decoration: underline;
}

.orig-content {
    width: 375px;
    color: #1f2734;
    font-size: 12px;
    float: left;
    margin-left: 5px;
}

#orig-content-wrapper {
    background-image: url('../about/about_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 97px;
    padding-top: 120px;
}

#orig-content-wrapper2 {
    background-image: url('../img/banner-kiosk-03.jpg');
    background-repeat: no-repeat;
    background-position: 0px 97px;
    padding-top: 120px;
}

#orig-banner {
    background: url('../about/about2.jpg') no-repeat; 
    float: left;
    width: 100%;
    height: 97px;
}

#orig-banner2 {
    background: url('../img/banner-kiosk-02.jpg') no-repeat; 
    float: left;
    width: 100%;
    height: 97px;
}

.gallery {
/*	margin-top: 25px;*/
}

.gallery a {
/*	float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 120px;
	padding: 3px;
	margin: 5px 7px 5px 0;
	text-decoration: none;
}

.gallery a .img-desc {
	padding: 5px 0;
}

.gallery a:hover {
/*	background: #2866B8;*/
	background: #e8e8e8;
}

.gallery a .img-bg {
	text-align: center;
}

.gallery a img {
/*	margin: 0 auto 3% auto;*/
/*	width: 100%;*/
	width: auto;
	max-width: 100%;
	max-height: 90px;
}

.feature-set {
	overflow: hidden;
	margin: 25px 0 0 0;
	font-size: 12px;
	padding: 5px 0 30px 170px;
}

.feature-set-item {
	float: left;
	width: 30%;
	margin: 0 10px;
}

.fsi-icon, .fsi-txt {
	float: left;
}

.fsi-txt  {
	width: 70%;
	margin-left: 5%;
}

a:visited { color: inherit !important; }
a:hover .fsi-txt { text-decoration: underline; }