@charset "UTF-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
}

body{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin:0;
	padding:0;
	background:url(../freeway2im/body-bg.png) repeat-y center center;
}

img.center {
	display: block; 
	margin-left:auto; 
	margin-right:auto;
}

a{
	outline:none;
	color:#3A3A3A;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:#3A3A3A
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#444444 !important;
	text-decoration:underline;
}
.white{
	outline:none;
	color:#e6e6e6;
	text-decoration:none;
}
.white:visited{
	color:#e6e6e6	;
	text-decoration:none;
}
.white:hover{
	color:#FFFFFF !important;
	text-decoration:underline;
}

.blue{
	color:#389EEF !important;
	font-weight:bold;
	text-decoration:none;
}
.blue:visited{
	color:#389EEF !important;
	font-weight:bold;
	text-decoration:none;
}
.blue:hover{
	color:#838383 !important;
	text-decoration:underline;
}


.black{
	outline:none;
	color:#000000;
	text-decoration:none;
}
.black:visited{
	color:#000000;
	text-decoration:none;
}
.black:hover{
	text-decoration:underline;
}

p{
	margin:10px;
}
h1, h2, h4, h6{
	margin:25px;
}

#google_translate_element{
	margin-left:25px;
}

#header{
	width:100%;
}
#l-header{
	float:left;
	position:relative;
	background: url(../freeway2im/left-bg.jpg) repeat-x scroll 0 0;
	width:50%;
	height:350px;
	z-index:0;
}
#c-header{
	text-align:center;
	position: absolute;
	left: 0;
	right: 0;
	background: url(../freeway2im/web-logo.jpg) repeat-x scroll 0 0;
	width:1010px;
	height:350px;
	margin:0 auto;
	z-index:1 
}
#r-header{
	float:right;
	position:relative;
	background: url(../freeway2im/right-bg.jpg) repeat-x scroll 0 0;
	width:50%;
	height:350px;
	z-index:0;
}
	
#container{
	-webkit-box-shadow: 0px 12px 10px #000000;
	box-shadow: 0px 12px 10px #000000; 
	width:1000px;
	background-color:#e2e2e2;
	margin:0 auto;
}
#contact{
	position:absolute;
	bottom:50px;
	right:0;
	height:20px;
	font-size:13px;
	font-style:italic;
	text-align:right;
}

#navigation {
	margin-top:5px;
	left:-17px;
	position:relative;
	float:left;
	 width:235px;
}
#navigation ul {
	margin:5px;
	padding:0px;
}
#navigation li {
	font-size:19px;	
	line-height:58px;
	text-align:center;
	list-style: none
} 

#navigation li a {
 background:url(../freeway2im/nav-ribbon-hover.png) 0 0 no-repeat;
 height:55px;
 color: #fff;
 display:block;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation li a:hover{
	color:#FFFFFF !important;
	 background-position:-224px 0;
 
}

#slider-container{
	width:660px;
	height:400px;
	float:right;
	margin:15px 10px 0 0;
	
}

.clear{
	clear:both;
}
.ie-img{
	border-style:none;
}

.img{
	margin:10px 20px;
}

.img-bg{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #474747;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000; 
}

.img-valign{
	margin:0px 2px;
	vertical-align:middle;
}

.header-ribbon{
	height:81px;
	width:600px;
	background:url(../freeway2im/header-ribbon.png) center center no-repeat;
	margin-left:-25px;
	margin-bottom:20px;
}
.header-ribbon h1{
	padding:28px 0 0 0;
	color:white;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.justify{
	text-align:justify;
}

#still-img{
	float:right;
	margin:10px 50px 0 0;
}

.content-text{
	text-align:justify;
	padding: 0 60px;
	color:#222222;
}
.content-list{
	margin-left:70px;
	padding-right:60px;
}
.bottom-para{
	padding-bottom:60px;
}

.float-left{
	float:left;
	margin-left:50px;
}

.float-right{
	float:right;
	margin-right:50px;
}

.product-links{
	text-align:center;
}

#interactive-buttons{
	display:inline;
	width:100px;
	height:30px;
}

#keypad{
	list-style:none;
}

#keypad li{
	float:left;
	margin:5px 9px;
}

#share-box{
	height:35px;
	line-height:12px;
	width:850px;
	margin:0 auto;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	border:#87C7E3 solid 1px;
	background:#ccecfa;
}

#footer{
	text-align:center;
	color:#FFFFFF !important;
	width:1000px;
	margin:30px auto 15px auto;
	font-size:12px;
}
#footer a, #footer a:visited{
	color:#FFFFFF !important;
}