/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Globals
----------------------------------------------- */

body {
	border-top:5px solid #b9e7ee;
	background:url("../img/bg-pattern.png") repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.red,
a:link, a:active, a:visited {
	color:#c22800;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.strong {
    font-weight: 700;
}
.strong .red {
    font-weight: 400;
}

.strong {
    text-align: left;
}
.strong .red {
    font-weight: 700;
}

#feature-list h3 {
    font-weight: 700;
    font-size: 16px
}

.row p strong {
    font-weight: 700;
}
/* =Typography
----------------------------------------------- */

h1,h2,h3 {
	color:#000000;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
h3 {
	font-size:14px;
}
p, ul {
	color:#444;
	font-size:12px;
	line-height:14pt;
	margin-bottom:20px;
}


/* =Structure
----------------------------------------------- */

#signup-form,
#header, 
#main, 
#footer-wrap {
	margin:auto;
	width:800px;
}
#footer {
	border-top:8px solid #b9e7ee;
}
#footer {
	/*background:#b9e7ee url("../img/bg-noise.jpg") repeat;*/
}
#header, .row { 
	border-bottom:1px solid #bcbcbc;
    border-top: 1px solid #FFFFFF;
	padding:40px 0;
}

.last {
    padding-bottom: 20px;
}

#header {
    padding: 10px 0;
}

#header ul {
    clear: both;
    padding-top: 2px;
}

.saxoline {
    float: left;
    margin-left: 20px;
    height: 90px;
}
.dockers {
    float: left;
    margin-left: 35px;
    margin-top:10px;
    height: 90px;
}

.dockers img {
    width: 190px;
}
.phone {
    float: left;
    margin-left: 35px;
    margin-top:25px;
    display: block;
}

.row:last-child {
	border-bottom:none;
}
.column {
	border-left:1px solid #bcbcbc;
}
.column:first-child {
	border-left:none;
}
#primary-section {
	width:380px;
	float:left;
	margin:0 22px 0 0;
}
#primary-section h1 img {
    vertical-align: middle;
}

#primary-section p {
    color:#0c0c0c;
    padding-top: 32px;
}

/* =Header
----------------------------------------------- */

#header {
	background:url("../img/gradient.png") no-repeat -10px top;
	border-top:none;
	position:relative;
	overflow:hidden;
}
#header #slogan {
    border-left: 1px solid #a4a4a4;
    color: #868686;
    font-size: 10px;
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    float: right;
}
#logo {
    background:url("../../img/navitor-top-logo.png") no-repeat;
   	display:block;
   	float:left;
   	height:86px;
   	text-indent:-9999px;
   	width:280px;
}

#logo-small {
    background:url("../../img/navitor-top-logo.png") no-repeat;
   	display:inline-block;
   	height:86px;
   	text-indent:-9999px;
   	width:280px;
}
#phone2,
#phone {
	color:#000000;
	font-family: 'Arial Narrow', sans-serif;
	font-size:24px;
   	top: 20px;
    text-align: right;
}
#phone2 span,
#phone span{
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
#phone2 a,
#phone a {
    font-size:24px;
    color:#000000;
}

#phone2 a,
#phone2 {
    display: block;
    font-size: 18px;
}
#phone2 span {
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 5px;
    height: 25px;
}
#buynow {
   	top: 30px;
	padding:0 15px;
}
#phone,
#buynow {
	position:absolute;
	right:0;
}

#phone {
    top: 130px;

}



/* =Main
----------------------------------------------- */

#signup, 
a.btn-cta {
	background:url("../img/bg-btn.png") repeat-x;
    border-left: 1px solid #7a7a7a;
    border-radius: 5px;
    border-right: 1px solid #7a7a7a;
    color: #FFFFFF;
	font:bold 15px/44pt 'Cabin', Arial, Helvetica, sans-serif;
    padding: 21px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#main #signup, 
a.btn-cta,
#signup-form h2 {
	text-shadow:1px 1px 0 #4c4c4c;
}

#main #signup {
    font-weight: 400;
}

/* Hover state */

#main #signup:hover, 
a.btn-cta:hover {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

#main #signup {
    font-size: 24px;
    padding: 15px 25px;
}
#main h1,
#main h2 {
	margin-bottom:20px;
	text-shadow: 1px 1px 0px #FFF;
}

/* contact form */

#message {
    width: 435px;
    height: 70px;
    margin-right: 9px;
    clear: both;
    margin-bottom: 7px;
}

#firstlastname {
    width: 155px;
    float: left;
    margin-right: 10px;
}

#email {
    width: 176px;
    float: left;
    margin-right: 10px;
}


/* Featured area primary section */

#primary-section {
    text-align: center;
}

#primary-section h1 {
	font-weight:bold;
	line-height: 41pt;
    margin: 5px 0 30px;
    /*text-align: left;*/
    font-size: 20px;
}


#primary-section #tour {
    display: inline-block;
	margin:15px 0 0 95px;
}
#screenshots {
    float: left;
    margin: 0 40px 0 0;
    width: 415px;
}
#screenshots ul li {
    display: inline;
    float: left;
    margin: 0 15px 20px 0;
}
#screenshots ul li:nth-child(even) {
	margin:0;
}
#screenshots ul li img {
	border:2px solid #FFF;  
}

/* Features List */

#feature-list {
	overflow:hidden;
}
#feature-list ul li {
	background:none;
	line-height: 24px;
    padding: 0 0 0 0;
}
#feature-list ul {
    margin-top: 7px;
}
#feature-list ul li:before {
    content: '•';
    color: #1568a8;
    margin-right: 5px;
    font-size: 1.5em;
    vertical-align: middle;
}
/* Testimonial Panel */

#testimonials {
	margin:0 0 40px;
	min-height: 120px;
    width: 800px;
}
#testimonials img {
	float:left;
}
#testimonials cite {
   	color: #3C3C3C;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0;
}
#testimonials blockquote p {
	font-size: 15px;
    line-height: 18pt;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 25px 0 15px;
    width: auto;
}
.testimonial-avatar {
	border:10px solid #FFF;
	float:left;
	margin-right:40px ;
	position:relative;
}
.testimonial-avatar:after { 
    border-right: 20px solid transparent;
    border-top: 30px solid #FFF;
    content: "";
    height: 0;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
}
.container {
    margin: 10px 0 0;
    overflow: hidden;
}
.container .column {
	float:left;
    min-height: 160px;
}
.container #first {
	padding: 0 20px 0 0;
    width: 288px;
}
.container #first img {
	border:5px solid #FFF;
	margin:0 20px 0 0;
}
.container #address {
	overflow:hidden;
}
#address strong {
	display:block;
    font-weight: 700;
}
#address a,
#address span {
    display: block;
}
#address span a{
    display: inline;
}
#address .mail {
    margin-top: 4px;
}
#address .www {
    margin-bottom: 4px;
}
.container #third {
	overflow:hidden;
	padding-left:30px;
    width: 460px;
}
.container #third,
.container #first {
    height: 204px
}

.container #social li {
    display: inline;
    float: left;
 	margin: 5px 5px 0 0;
}
.container #first,
.container #second  {
    border-right:1px solid #FFF;
}

/* Global Website Sprite */

#feature-list li,
#close,
span.icon {
	/*background-image:url("../img/sprite.png");*/
	background-repeat:no-repeat;
}

/* Social Sprite */

#fb, #twitter, #tumblr, #rss, #flickr {
	/*background:url("../img/sprite-social.png") no-repeat;*/
	display:block;
	height:18px;
	width:18px;
	text-indent:-9999px;
}
#fb { background-position:left bottom; }
#twitter { background-position:-23px bottom; }
#tumblr { background-position:-48px bottom; }
#rss { background-position:-71px bottom; }
#flickr { background-position:-95px bottom; }

#fb:hover { background-position:left top; }
#twitter:hover { background-position:-23px top; }
#tumblr:hover { background-position:-48px top; }
#rss:hover { background-position:-71px top; }
#flickr:hover { background-position:-95px top; }

/* Expand and Collapse */

#close {
    background-position: left -50px;
    display: block;
    height: 31px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 15px;
    width: 31px;
}

/* Skin Selection */

#skin-selection-list li {
	display:inline;
	float:left;
	margin:0 66px 10px 0;
	text-align:center;
}
#skin-selection-list li:last-child {
	margin-right:0;
}
#skin-selection-list li img {
	float:left;
}
#skin-selection-list a {
	background:#FFF;
	border:1px solid #CCC;
	display:block;
	overflow:hidden;
	padding:5px;
}
#skin-selection-list a:hover {
	border-color:#909090;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}

/* Author Attribution */

#author {
	text-align:center;
	color:#909090;
}
#author a {
	color:#464646;
}

/* =Footer
----------------------------------------------- */

#footer {
    margin: 30px 0 0;
	padding:45px 0 70px;
}
#footer-wrap {
	position:relative;
}
#footer h2 {
	color:#b9e7ee;
	margin: 0 0 15px;
}
#footer p,
#signup-form p {
	color:#FFFFFF;
    margin: 0;
}
#footer h2, #footer h2 + p {
	text-align:center;
}
#footer #top-arrow {
    /*background: url("../img/arrow.png") no-repeat;*/
    display: block;
    /*height: 59px;*/
    height: 49px;
    left: 375px;
    position: absolute;
    text-indent: -9999px;
    top: -83px;
    /*width: 57px;*/
    width: 45px;
}
#footer ul#sponsors {
    margin: 0;
    overflow: hidden;
    padding: 20px 0;
}
#sponsors li {
	display:inline;
	float:left;
    height: 117px;
	margin:0 0 0 40px;
    width: auto;
}
#sponsors li:nth-child(3) {
	margin-top:5px;
}
#sponsors li:last-child {
    float: right;
    margin:0 40px 0 0;
}

#sponsors {
    padding: 20px 20px 20px;
    text-align: justify;
}
#sponsors:after {
    content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
    visibility: hidden;
    line-height: 1px;
}
#sponsors img {
    vertical-align: middle;
    width: 220px;
}
#footer-wrap .skechers {
    width: 150px;
}

#footer #copyright {
	border-top:1px solid #37b6c9;
	border-bottom:1px solid #37b6c9;
	padding:20px 0;
	position:relative;
}
#footer #copyright p, 
#footer #copyright a {
	color:#b9e7ee;
	font-size:11px;
	text-transform:uppercase;
}
#copyright a {
	padding:0 5px;
}
#copyright span:before {
	content:"/";
}
#copyright img {
	position:absolute;
	right:0;
	top:10px;
}


/* =Form
----------------------------------------------- */
.submit,
input,
textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	border:none;
	font-size:11px;
	padding:10px;
}
input[type="text"],
textarea {
	border:1px solid #d4d4d4;
}
textarea {
    font-family: Arial,Helvetica,sans-serif;
}
.submit,
input[type="submit"] {
	background:#6d6d6d;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:uppercase;
    -webkit-appearance: none;
}
.submit:hover,
input[type="submit"]:hover {
	/*background:#C22800;*/
    background:#1568a8;
}
input:focus {
	color:#000000;	
}
.submit:focus,
input[type="submit"]:focus {
	color:#FFF;
}
input#subscribe {
	width:180px;
}




/* =Miscellaneous
----------------------------------------------- */

.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
  clear:both;
}

/* Force Element To Self-Clear its Children */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}


/* =Globals
----------------------------------------------- */

a:link, a:active, a:visited {
    color:#c22800;
    font-size:12px;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* =Structure
----------------------------------------------- */

body,
#footer {
    /*border-color:#b9e7ee;*/
    border-color:#1568a8;
}
#footer,
#signup-form-container {
    /*background:#b9e7ee url("../img/bg-noise.jpg") repeat;*/
}

#footer {
    background:#3E3E40 url("../img/graybg.jpeg") 0 -1px repeat;
}



/* =Main
----------------------------------------------- */

#main #signup,
a.btn-cta {
    background:url("../img/bg-btn.png") repeat-x;
    border-left: 1px solid #0e4672;
    border-right: 1px solid #0e4672;
    color: #FFFFFF;
    font:bold 15px/44pt 'Cabin', Arial, Helvetica, sans-serif;
}
#main #signup,
a.btn-cta,
#signup-form h2 {
    text-shadow:1px 1px 0 #018a9a;
}

/* Hover state */

#main #signup:hover,
a.btn-cta:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    text-decoration:none;
}
#main #signup {
    font-size: 24px;
    font-weight: 400;
}

/* Global Website Sprite */

#feature-list li,
#close,
span.icon {
    background-image:url("../img/sprite.png");
    background-repeat:no-repeat;
}
#feature-list li {
    background-image:url("../img/li.png");
}

/* =Footer
-----------------------------------------------jn,n,m */

#footer h2 {
    color:#2b2b2b;
}
#footer p,
#signup-form p {
    color:#fff;
    margin: 0;
}
#footer #top-arrow {
    background: url("../img/arrow1.png") no-repeat;
}
#footer #copyright {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
#footer #copyright {
    padding-right: 127px;
    padding-left: 15px;
}
#footer #copyright p,
#footer #copyright a {
    color:#fff;
}

.justify {
    text-align: justify;
}





