@charset "utf-8";
/* CSS Document */

body {
    background-color: #d5ccba;
    color: #000000;
    font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
    font-size: 62.5%;
}
body.home-bg {
    background: url("images/home-bg.jpg") no-repeat scroll center top #d5ccba;
    color: #000000;
    font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
    font-size: 62.5%;
	min-height:900px !important;
}
 
* {
    text-rendering: optimizelegibility;
	margin: 0;
    padding: 0;
}
 
#header h1 {
    left: 580px;
    position: absolute;
    text-indent: -9999px;
    top: 42px;
}

#header h1 a {
    display: block;
    height: 60px;
    width: 212px;
}

#header .tv {
    left: 649px;
    position: absolute;
    text-indent: -9999px;
    top: 138px;
}

#header .tv a {
    /* display: block;
   height: 121px; 
    width: 216px;  */
}

.container {
     
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 995px;
	min-height: 850px;
	background:none !important;
}

div#header {
    background: no-repeat scroll 0 0 transparent;
    height: 340px;
    margin: 0 auto;
    position: relative;
    width: 995px;
}

ul#navbar {
    clear: both;
    height: 120px;
    list-style: none outside none;
    margin: 0 auto;
    text-align: center;
    width: 550px;
}
 
#navbar li {
    float: left;
    height: 90px;
    width: 115px;
}

img {border:none;}

#navbar li#services {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 190px;
}

#navbar li#contact {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 60px;
    padding-top: 30px;
}

#navbar li#smart {
    background: none repeat scroll 0 0 transparent !important;
    height: 35px;
    padding-left: 20px;
    padding-top: 70px;
    width: 50px;
}

.popup {
    border-collapse: collapse;
    position: absolute;
    visibility: hidden;
    z-index: 50;
}

 table.popup-contents td {
    text-align: left;
}

.popup a {
	display:block;
	 background-image: url("images/bubble.png");
	 width:120px;
	 height:39px;
	 text-align:center;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:1.2em;
	 line-height:35px;
	 color:#ffffff;
	 text-decoration:none;
}

.popup a:hover { color:#cccccc; }

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:220px;
    height:121px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
     width:215px;
	 position:absolute;
	 top:115px;
	 left:-9999px;
   
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*
 * jQuery Nivo Slider v2.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#dialog-message {margin:0 auto; width:700px;}
#dialog-message-contact {margin:0 auto; width:933px;}
#dialog-message-smart {margin:0 auto; width:671px;}

#contact-pop {
	background:transparent url(images/dd_main_card_contact.png) no-repeat 50% 100%; 
	height:520px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}

#smart-pop {
	background:transparent url(images/hand-contact-form.png) no-repeat 50% 100%; 
	height:647px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}


.content, .details, .form-content {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.4em;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 38px 6px 0 0;
}

.content {
	text-align: right;
    width: 340px;
}

.smart-form {
	text-align: right;
    width: 340px;
} 

.details {
    text-align: left;
    width: 220px;
}

.content h1, .details h1, .form-content h1 {
	margin-bottom:0.5em;
}

.content h1 {
    color: #914040;
}

.details h1 {
    color: #464646;
    
}

.content h2 {
    font-family:Helvetica, sans-serif;
	font-size:1.1em;
	color:#ffffff; 
	font-weight:normal;
	margin-bottom:10px;}	
	
.content h2.last {font-style:italic;}	


#services-pop {
	background:transparent url(images/hands.png) no-repeat 50% 50%; 
	height:483px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}

.services-content { 
	padding:55px 0 0 165px;
	margin: 0 auto;
	text-align: left;
	line-height: 64px;
}

.services-content ul {
    left: 119px;
    list-style: none outside none;
    position: relative;
    top: 180px;
}
.services-content ul li {
	float:left;
	width:75px;
	height:60px;
	margin-right:20px;
	text-align:center;
}

.services-content ul li.facebook {
	 background:transparent ;
}

.services-content ul li a {
	text-align:center;
	font-size:0.5em;
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
	outline:none;
}

.services-content ul li a:hover {
	color:#ff9900;
}	


.form-content {
    padding: 115px 10px 0 140px;
    width: 390px;
}

.form-content h1 {
    color: #02aaef;
    font-size: 2.5em;
    margin-left: 30px;
    text-align: left;
}

.services-content h1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#ccdbf3; 
	font-weight:bold;
	margin-bottom:20px;
}

.services-content h2 {
	font-family:Helvetica, sans-serif;
	font-size:1.1em;
	color:#ffffff; 
	font-weight:normal;
}
.services-content h2.last {font-style:italic;}	

.services-content h2.last a { text-decoration:none; color:#fff; outline:none;}
.services-content h2.last a:hover {color:#c2d8fa;}

#footer {
    color: #E18D5B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 958px;
}

fieldset {
    padding: 0 30px;
    position: relative;
	border:0;
	vertical-align:baseline;
} 

label {
    display: block;
    font-size: 18px;
    text-align: left;
	margin-top:15px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 1px 1px 1px #FFFFFF inset, 1px 4px 10px rgba(0, 0, 0, 0.1) inset;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    clear: both;
    display: block;
    height: 37px;
    padding: 2px 5px;
    width: 100%;
	font-size:16px !important;
	font-weight:bold;
}

textarea {
    height: 60px;
}    


button[type="submit"] {
    background-color: #02aaef;
    color: #FFFFFF;
}

button {
    -moz-border-radius: 0 1px 0 1px;
    -moz-box-shadow: -10px -15px 30px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px #85D9FF inset, 2px 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #046790;
    cursor: pointer;
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
    padding: 12px 24px;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.3);
	font-size:16px !important;
	font-weight:bold;
}
