@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */



/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
p{
font-size:15px;
}
		
ul,
ol {
	
	margin:13px 0 13px 25px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }

ul.nolist li,
ol.nolist li {
	list-style-type:none; }
	
:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

.clear {clear:both;} 

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	line-height: 1.7em;
	padding:0;
	margin:0;
	
	background: #fefefe; } 
 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#1c6997;
	margin: 0;
	padding:0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	border-bottom: 1px solid #ccc; }

a.btn {
	
	font-size:1.5em;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
	background:transparent url("../../images/bg_buttons.png") no-repeat 0 0; } 

a.btn:hover {
	color:#383838;
	font-size:1.5em;
	border: none;
} 

a.gbtn {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:1.75em;
        font-weight:bold;
	color:#fff;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
	background:transparent url("../../images/bg_gbutton.png") no-repeat 0 0; } 

a.gbtn:hover {
	color:#048407;
	font-size:1.75em;
        font-weight:bold;
	border: none;
	} 

a.signupbtn {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:1.5em;
        font-weight:bold;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
       color:green;
	background:transparent url("../../images/bg_buttons.png") no-repeat 0 0; } 

a.signupbtn:hover {
	color:#383838;
	font-size:1.5em;
	border: none;} 

a.gsignupbtn {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:1.2em;
        font-weight:bold;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
       color:#000;
	background:transparent url("../../images/bg_gbutton.png") no-repeat 0 0; } 

a.gsignupbtn:hover {
	color:#048407;
        font-weight:bold;
	font-size:1.2em;
	border: none;
}   


a.getstarted {
	font-family: "Droid Sans Bold", sans-serif;
	color:#fff;
        font-size:2em;
        font-weight:bold;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
	background:transparent url("../../images/bg_signup.png") no-repeat 0 0; } 

a.getstarted:hover {
	color:#048407;
        font-size:2em;
        font-weight:bold;
	border: none;
} 


/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	margin:0 0 17px 0;
	line-height: 1.7em;}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Droid Sans Bold", sans-serif;
	color: #323231;
}	
 
h1 {
	font-size:2.5em;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:2.25em;
	margin: 0 0 5px 0;
	line-height: 1.5em; }
 
h3 {
	font-size:2em;
	margin: 0 0 5px 0; }

h3 span {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:14px;
	margin: 0 0 20px 10px; }

h3.topfeatures {
	padding:0 0 15px 40px;
	height: 32px;
	line-height: 32px;
	background: transparent url("../../images/lightbulb_32.png") no-repeat 0 0; }

h3.testimonials {
	padding:0 0 15px 45px;
	height: 32px;
	line-height: 32px;
	background: transparent url("../../images/comment_user_32.png") no-repeat 0 0; }

h4 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:3em;
	line-height: 1.5em;
	margin:0;
	padding:0; }

h5 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.7em;
	line-height: 1.5em;
	margin:0;
	padding:0; }

h6 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.4em;
	line-height: 1.5em;
	margin:0;
	padding:0; }


/*	-------------------------------------------------------------
	CUSTOMIZATIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
.reg{
font-size:30%;
}

.steps{
font-size:1.5em;
font-weight:bold;
}

.b2normal {
font-size: 1em;
font-weight: normal;
}

.contactmeth {
font-size: 1em;
font-weight: normal;
color: #000000;
}


.caption2 {
font-size: .8em;
font-weight: normal;
}


.nobullets {
list-style-type: none}


.conversation cite{font-weight:bold; color:#171717;}
.conversation p{color:#1c6997;}
.ring p{ color:red;}

/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	width:100%;
	margin:0;
	padding:0;
	background: transparent url("../../images/bg_container.gif") repeat-x top left; }

.wrapper {
	width:999px;
	margin:0;
	padding:0;
	margin:0 auto; }

.header {
	position:relative;
	width:999px;
	height:433px;
	padding:0;
	margin:0 auto; }

.subpage .header {
	position:relative;
	width:999px;
	height:157px;
	padding:0;
	margin:0 auto; }

.sub-header {
	position:relative;
	width:999px;
	padding:0;
	margin:0 auto; }

.content-top {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("../../images/content_top.png") no-repeat top left; }

.content {
	width:946px;
	padding:15px 30px;
	margin:0 auto;
	background: transparent url("../../images/content_bg.png") repeat-y left bottom; }

.content-btm {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("../../images/content_btm.png") no-repeat top left; }



/*	-------------------------------------------------------------
	FRONTPAGE 2 COLS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.colleft, .colright {
	float:left;
	width: 48%; }

.colright {
	margin:0 0 0 35px; }

.small {
	width: 40%;
}

.col1, .col2, .col3, .col4 {
	float:left; }
	
.col1 { 
	width: 600px;
	padding:10px 30px 0 0;
	border-right: 1px solid #dad9d9; }	

.col2, .col3, .col4 {
	width: 283px;
	padding:10px 0 0 30px; }
.col3, .col4{

padding:10px 20px 0 30px; }

}
div.blockwide {
	float: left;
	width: 480px;
	margin: 1em 0 0 20px; }
div.block {
	float: left;
	width: 280px;
	margin: 1em 0 0 20px; }

div.block h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	margin:0;
	padding:0; }

div.block p {
	font-size: 14px; }

div.col2 .testimonial  {
	float:left;
	padding:0;
	margin: 1em 0 0 0;  }

div.col2 .testimonial h4,div.col2 .conversation h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	padding:0;
	margin:0;  }

div.col2 .testimonial a {
	font-style: italic;}

div.col2 .testimonial p {
	font-size:14px;
	margin:10px 0 0 0;
	text-align: justify;	
	line-height:24px;
	 }
	

/* front page 3 cols*/
.leftsmall, .midsmall .rightsmall {
	float:left;
	width: 32%;
        margin: 0 auto;
 }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header .top-nav {
	width: 999px;
	height: 79px; }

.header #logo {
	position:relative;
	top:9px;
	margin:0;
	padding:0;
	width: 373px;
	height: 63px;
	text-indent: -9999px;
	background:transparent url("/assets/templates/images/drivebuy-technologies-logo.png") no-repeat top left; }

.header ul.nav {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0; }

.header .nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.header .nav li a {
	display:block;
	color:#b4b4b4;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 78px;
	padding:0 10px;
	background:transparent; }

.header .nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.header .nav li a.selected {
	color:#fff; }

/* SHOWCASE */
.showcase {
	position: relative;
	width: 999px;
	height: 303px;
       padding-left:18px;
	margin:0;
	background: transparent url("../../images/bg_showcase.png") no-repeat top center; }

.showcase .laptop {
	position: absolute;
	right:0;
	top:50px;
	width:487px;
	height:279px;
	background: transparent url("../../images/iphone1.png") no-repeat top right; }

.showcase h2 {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:33px;
        margin:60px 0 15px 0;
	color:#fff;} 

.showcase p{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
	line-height:24px;
	
	width: 450px;
	color:#fff;
	}

/* PAGE TITLE */
.page-title {
	position: relative;
	width: 999px;
	height: 130px;
	line-height: 130px;
	margin:0;
	background: transparent url("../../images/bg_showcase.png") no-repeat top center; }

.page-title h1 {
	
       font-family: "Droid Sans Bold", sans-serif;
	color:#fff;
	font-size:2em;
	line-height: 50px;


}

.page-title ul.nav {
	position:absolute;
	top:17px;
	right:0;
	margin:0;
	padding:0; }

.page-title ul.nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.page-title ul.nav li a {
	display:block;
	color:#b4b4b4;
	font-size:1.4em;
	font-weight: bold;
	padding:0 10px;
	text-transform: none;
	background:transparent; }

.page-title ul.nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.page-title ul.nav li a.selected {
	color:#fff; }

/* SCREENSHOTS */
.boxgrid { 
	width: 138px; 
	height: 140px; 
	margin:15px 15px 10px 0;
	float:left; 
	overflow: hidden;
	position: relative;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc }
				
.last {
	margin:15px 0 10px 0; }
		
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;  }
		
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000;
	opacity:.8; 
	height: 35px; 
	width: 100%;
	padding:0 0 0 10px;  }

.boxcaption { 
	font-size:11px; }

.boxcaption h3 {
	color:#fff;
	font-weight: normal;
	font-size:14px; 
	margin:8px 0 0 0;
	padding:0; }
		
.boxcaption p { 
	color:#fff;
	padding:0;
	margin:-5px 0 0 0;
	font-size:11px;
}
		
.captionfull .boxcaption {
	bottom: 0;
	left: 0;
	display: none; }

.captionfull a:hover {
	color:#EE4292; }


/*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#table-a {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate; }

#table-a caption {
	display: none; }	
	
#table-a thead {
	height:55px;
	line-height: 55px; }	

#table-a thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: left;
	font-size: 18px;
	padding:0 0 0 10px; }	

#table-a tbody {
	font-size:0.9em; }	

#table-a tr.alt {
	background:#f0f0f0; }	

#table-a td {
	padding:10px;
	color:#666;
	font-weight: normal;
	border:none;
	vertical-align: middle;}	

#table-a td.left {
	width:200px;
	color:#333;
	font-weight: bold;
	font-size:1.3em;
	padding:10px 10px 10px 15px; }	

#table-a td.price {
	color:#323231;
	font-size:14px; }	

#table-a td.order {
	background:#fff;
	padding:20px 0 0 10px;
	border: none !important; }

#table-a td.order a {
	color:#fff;
	padding:10px 13px;
	font-size:12px;
	font-weight: bold;
	margin:0 10px 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }


.top_ten {
	width: 500px;
	height: 275px;
        padding:5px;
	margin:0 auto;
	background: transparent url("../../images/top-10-mobile-marketing-tips.png") no-repeat top left; }

.top_ten h2{
color:#ffffff;
font-size:2.1em;
}

.top_ten p{
     margin-top: 0px;
margin-right: 15px;
margin-bottom: 7px;
margin-left: 3pxt;	
color:#000000;
font-size:16px;
text-align: justify;	
line-height:19px;
	
}

.top_ten #privacylink{

color:#ffffff;
margin-top:-25px;
}

.top_ten #privacylink a{

color:#000000;

}

#table-c {
	width: 100%;
	height: auto;
	margin:0 0 1.25em 0;
	float:right;
	border-collapse: separate; }

#table-c caption {
	display: none; }	
	
#table-c thead {
}	

#table-c thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: center;
	vertical-align:bottom;
	font-size: 1.5em;
	padding:0 0 0 0.625em; }	

#table-c tbody {
	font-size:0.9em;
	text-align: center;
 }	

#table-c tr.alt {
	background:#e7ebef; }	

#table-c td {
	width:20%;
	padding:0.625em;
	color:#666;
	font-weight: normal;
	border:none;
	vertical-align: middle;}	

#table-c td.left {
	width:17em;
	color:#333;
	font-weight: bold;
	font-size:1.2em;
        text-align: left;
	padding: 0.625em 0.625em 0.625em 0.938em;}	

#table-c td.price {
	color:#323231;
	font-size: 0.875em; }	

#table-c td.order {
	background:#fff;
	padding:0.938em 0 0 0.625em;
	border: none !important; }

#table-c td.order a {
	color:#fff;
	padding:0.625em 0.813em;
	font-size:0.75em;
	font-weight: bold;
	margin:0 0.625em 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

#table-p {
	width: 100%;
	height: auto;
	margin:0 0 1.25em 0;
	float:right;
        background:#e7ebef;
	border-collapse: separate; }

#table-p caption {
	display: none; }	
	
#table-p thead {
}	

#table-p thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: center;
	vertical-align:bottom;
	font-size: 2em;
	padding: 0.625em  0.625em  0.625em 0.625em; }	

#table-p tbody {
	font-size:0.9em;
	text-align: center;
 }	

#table-p .about {
	text-align: left;
	font-size: 1.2 em;
 }	

.StartPricing {
	font-size: 2em;
        color:#47484e;
	font-weight: bold;
 }	

#table-p .popular {
	background-color: #ffffff;
 }	


#table-p tr.alt {
	background:#f0f0f0; }	

#table-p td {
	width:1em;
	padding:0.8em;
	color:#666;
	font-weight: normal;
	border:none;
	vertical-align: middle;}	

#table-p td.left {
	color:#333;
	font-weight: bold;
	font-size:1.25em;
        text-align: right;
	padding: 0.625em 0.625em 0.625em 0.938em;}	

#table-p td.order {
	background:#fff;
	padding:0.938em 0 0 0.625em;
	border: none !important; }

#table-p td.order a {
	color:#fff;
	padding:0.625em 0.813em;
	font-size:0.75em;
	font-weight: bold;
	margin:0 0.625em 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }



/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	position: relative;
	width: 97%;
	margin:0 auto;
	padding:20px 0; }

.footer .twitter {
	float:right;
	width: 24%;
	margin:0;
	padding:0;
	line-height: 43px;
	text-align: right; }

.footer .twitter a:hover {
	border:0;}

.footer .footernav {
	float:left;
	
	text-align: left; 
       font-size:13px;
       font-weight:bold;}

.footer .copy {
	float:left;
	width: 73%;
	line-height: 23px;
	text-align: left; }

.footer p {
	color:#787878;
	padding:0;
	margin:0;
	line-height: 23px;
	font-size:11px;}

.footer a {
	color:#787878; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
