/* Primary Styles
Author: David Vuu
*/


@charset "utf-8";
/* CSS Document */


	/* Oswald */
	@import url(http://fonts.googleapis.com/css?family=Oswald);
	
	/* Droid Sans */
	@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
	
	/* Droid Serif */
	@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);


html {
	background: url(../images/pattern_pixels.png) #f1f1f1;
}

body {
	margin: 0;
	margin-top: 10px;
	min-width: 960px;
	padding: 0;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	text-align: center;
}

a: link {
	color: #0079c2;
}

a: visted {
	color: #0079c2;
}

a: hover {
	color: #0095da;
}

ul, li {
	margin: 0 0 0 15px;
	padding: 0;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

h2 {
	color: #005297;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 18px;
}

h3 {
	color: #005297;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 22px;
}

/* ----------------------------------------------------
	NAVIGATIONS
------------------------------------------------------- */

#nav {
	height: 60px;
	width: 960px;
	background: url(../images/nav_bg.png);
	-webkit-border-radius: 0 60px 0 0px; 
	-moz-border-radius: 0 60px 0 0px; 
	-o-border-radius: 0 60px 0 0px; 
	border-radius: 0 60px 0 0px; 	
	behavior: url(css/PIE.htc);		
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;	
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0 15px 0 15px;
	border-right: 1px solid white;
}

#nav li:first-child {
	padding-left: 30px;
}

#nav li:last-child {
	border-right: none;
}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	-webkit-text-shadow:1px 1px 1px #333; 
	-moz-text-shadow:1px 1px 1px #333; 
	-o-text-shadow:1px 1px 1px #333; 
	text-shadow:1px 1px 1px #333;	
}

#nav li a:hover {
	color:#FFF; 
	-webkit-text-shadow:0 2px 5px #ccc;
	-moz-text-shadow:0 2px 5px #ccc; 
	-o-text-shadow:0 2px 5px #ccc; 
	text-shadow:0 2px 5px #ccc;
}



/* ----------------------------------------------------
	BODY
------------------------------------------------------- */



#content{
	background: #FFF; 
	overflow: hidden; 
	line-height: 18px; 
	-webkit-border-radius: 0 60px 0 60px; 
	-moz-border-radius: 0 60px 0 60px; 
	-o-border-radius: 0 60px 0 60px; 
	border-radius: 0 60px 0 60px; 
	-webkit-box-shadow: 0 0 5px #999; 
	-moz-box-shadow: 0 0 5px #999; 
	-o-box-shadow: 0 0 5px #999; 
	box-shadow: 0 0 5px #999;
	behavior: url(css/PIE.htc);	
	}
	

.contentbox-wrapper{			
	position:relative; 
	left:0; 
	width: 8000px; 
	height:100%;
}

.contentbox {
	width:960px; 
	height:100%; 
	font-size: 13px;	
	float:left; 
}


#video {
	background: url(../images/video_bg.png) no-repeat;
	width: 960px;
	height: 410px;
	margin: 30px 0 0 0;
	padding-top: 30px;
	text-align: center;
}

#freeupgrade {
	background: url(../images/freeupgrade_bg.png) no-repeat;
	width: 960px;
	height: 600px;
	margin: 30px 0 30px 0;
	padding-top: 30px;
}

#getpaid {
	background: url(../images/getpaid_bg.png) no-repeat;
	width: 960px;
	height: 600px;
	margin: 30px 0 30px 0;
	padding-top: 30px;
}

#smartlink {
	background: url(../images/smartlink_bg.jpg) no-repeat;
	width: 960px;
	height: 640px;
	margin: 30px 0 30px 0;
	padding-top: 0px;
	overflow: hidden;
}

#companystores {
	background: url(../images/.jpg) no-repeat;
	width: 960px;
	height: 640px;
	padding-top: 0px;
	overflow: hidden;
}

#companystores h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: none;
}

#thankyou {
	background: url(../images/getpaid_bg.png) no-repeat;
	width: 960px;
	height: 600px;
	margin: 30px 0 30px 0;
	padding-top: 30px;
}


.threeboxes {
	background: url(../images/threeboxes_bg.png) no-repeat;
	width: 280px;
	height: 200px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;	
}

.blurb {
	font-size: 16px;
	line-height: 22px;
}

#footer {
	text-align: right;
	font-size: 10px;
	color: #7f7f7f;
	margin: 10px 0 50px 0;
}


/* ----------------------------------------------------
	FORM
------------------------------------------------------- */


label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #484848;
	margin-top: 4px;
	}
label.error { 
	float: none;
	color: red;
	padding-left: 105px;
	vertical-align: top;
	width: 200px;
	text-align: left;
	font-size: 11px;
	}
.red {
	color: #db1d27;
	}
.required {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #aab5bb;
	width: 200px;
	height: 14px;
	color:#333333;
	padding: 4px;
	}
.notrequired {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #aab5bb;
	width: 200px;
	height: 14px;
	color:#333333;
	padding: 4px;
	}	
.button {
    background:#0095da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#0095da,0),color-stop(#0c66ae,1));
    background:-webkit-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:-moz-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:-o-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:linear-gradient(top, #0095da 0%, #0c66ae 100%);
    padding-left:40px;
    padding-right:40px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    padding-top:3px;
    display:block;
    font-size:16px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#ffffff;	
}
.button:hover {
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	}	
.fields {
	padding: 6px;
	margin-right: 20px;
	clear: both;
}
.fields:hover {
	padding: 6px;
	margin-right: 20px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;	
}















#v-nav {
	width: 960px;
	background: url(../images/nav2_bg.jpg) repeat-x;
}


#v-nav >ul
{
}

#v-nav >ul >li
{
	float: left;
	display: block;
	text-align: center;
    text-shadow: 0px 1px 1px #F2F1F0;
    border: 1px solid #DDD;
	margin: 0px;
	padding: 10px 17px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

#v-nav >ul >li:hover {
    background: white !important;
}

#v-nav >ul >li.current
{
    color: black;
    z-index: 10;
    background: white !important;
    position: relative;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
}

#v-nav ul li a:link {
	color: #000000;
	text-decoration: none;
}

#v-nav >ul >li a:visited {
	color: #000000;
	text-decoration: none;
}

#v-nav >ul >li a:hover {
	color: #17529f;
	text-decoration: none;
}

#v-nav >ul >li:first-child {
	border-left: none;
	padding-left: 30px;
}

#v-nav >ul >li:last-child {
	border-right: none;
}


.tab-content {
	background: #ffffff;
}












/* Most common stuff you'll need to change */

	.coda-slider-wrapper { }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* Preloader */
	.coda-slider p.loading { }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
	
	
/* ----------------------------------------------------
	BUTTON
------------------------------------------------------- */

.btn {
	margin-top: 10px;
}
	
.btn a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}	
	
.a-btn{
    background:#0095da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#0095da,0),color-stop(#0c66ae,1));
    background:-webkit-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:-moz-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:-o-linear-gradient(top, #0095da 0%, #0c66ae 100%);
    background:linear-gradient(top, #0095da 0%, #0c66ae 100%);
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
	behavior: url(css/PIE.htc);	
}


.a-btn-text{
    padding-top:8px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#ffffff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	behavior: url(css/PIE.htc);	
}
.a-btn-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:38px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
	behavior: url(css/PIE.htc);	
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
	-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	behavior: url(css/PIE.htc);	
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
	behavior: url(css/PIE.htc);	
}
.a-btn:hover{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	behavior: url(css/PIE.htc);	
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#000000;
}
.a-btn:hover .a-btn-slide-text{
    width:100px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
	behavior: url(css/PIE.htc);	
}





	
/* ----------------------------------------------------
	BANNER 
------------------------------------------------------- */

#logoParade
{
	width: 760px;
	height: 50px;
	position: relative;
}

#logoParade div.scrollableArea a
{
	display: block;
	float: left;
	padding-left: 10px;
}




