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

/* Base Rostra Blue Color #005F95 */

body{
	margin: 0;
	padding: 0;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background: #DDE1E2;
}

/**************** Universal Styles ****************/


a:link{
	color: #005B92;
	text-decoration:none;
}

a:visited{
	color: #005B92;
	text-decoration:none;
}
	
a:hover{
	color: #555;
	text-decoration: underline;
}
	
a:active{
	color: #005B92;
	text-decoration:none;
}

h1{
	display: block;
	margin: 4px;
	padding: 0;
	width: 98%;
	font-size: 1.4em;
	font-style: italic;
}
	
h2{
	display: block;
	clear: both;
	margin: 4px;
	padding: 0;
	width: 98%;
	font-size: 1.2em;
}
	
h3{
	display: block;
	margin: 4px;
	padding: 0;
	width: 98%;
	font-size: 1em;
}
	
p{
	display: block;
	margin: 4px 0 6px 6px;
	padding: 0;
	width: 98%;
	text-align: justify;
	clear: both;
}
	
p.left-align{
	text-align: left;
}
	
.center-align{
	text-align: center;
}
	
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
img.right{
	margin: 0 5px;
	padding: 0;
	float: right;
}
	
img.left{
	margin: 0 5px;
	padding: 0;
	float: left;
}
	
img.about{
	margin: 0 10px;
	padding: 0;
	float: left;
}

a img{
	border: none;
}
	
.tweet-icon{
	float: right;
	margin-right: 10px;
}

iframe{
	position: relative;
	z-index: 1;
}

/**************** Rich Snippets ****************/


#company-info{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 10px;
	visibility: hidden;
}

/**************** List Syles ****************/

.no-decoration{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	padding: 0;
	width: 460px;
	list-style-type: none;
}

.decoration{
	margin: 0 0 0 16px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style-type: disc;
}
	
.no-decoration li{
	margin: 5px 0;
	padding: 0;
}

.check{
	margin: 10px;
	padding: 0;
	float: left;
	width: 100%;
	list-style-image:url(../images/ul-check.jpg);
}

.check li{
	margin: 4px;
}
	
.cruise-specs{
	display: inline-block;
	vertical-align: top;
	margin: 10px 6px 0 20px;
	padding: 6px 0 0 0;
	width: 450px;
	height: 260px;
	background: url(../images/cruise-spec-bg.jpg) no-repeat;
	font-size: .9em;
}
	
.cruise-specs li{
	margin: 0 0 10px 8px;
	padding: 0;
}

.global-cruise-manuals{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 5px;
	padding: 0;
	width: 450px;
	height: 300px;
	overflow: hidden;
}	

ul.installation-manual-listing{
	margin: 0 20px;
	padding: 0;
	float: left;
	width: 140px;
	overflow: hidden;
}
	
ul.installation-manual-listing li{
	margin: 5px 0;
	padding: 0;
}

.halfbox{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	padding: 0;
	width: 460px;
	position: relative;
}

.halfbox img{
	display: block;
	width: 100%;
	height: auto;
}

.quarterbox{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	padding: 0;
	width: 220px;
	position: relative;
}

.quarterbox .title{
	text-align: center;
}

.quarterbox img{
	display: block;
	width: 100%;
	vertical-align: top;
}

.quarterbox ul{
	font-size: .8em;
}

.halfbox p{
	margin: 2px 0;
	padding: 0:
}

.halfbox p.headlight{
	font-size: 1.5em;
}

.thirdbox{
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
	padding: 0;
	width: 300px;
}

.thirdbox img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.thirdbox p{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.thirdbox-text{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 6px 10px;
	padding: 0;
	width: 300px;
	font-size: 13px;
}

.twothirdbox{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 0;
	width: 600px;
	font-size: 1.13em;
}
	
.divider{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}

.divider-blue{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 2px;
	background: #005F95;
}

.black-border{
	border: 1px solid #000000;
}

/***************** Font Styles *****************/

.rostra-blue{
	color: #005F95;
}
	
.red{
	color: #900;
}

.orange{
	color: #E4A700;
}
	
.black{
	color: #000000;
}
	
.blue{
	color: #0000FF;
}
	
.white{
	color: #FFFFFF;
}

.green{
	color: #39B54A;
}
	
.grey{
	color: #888888;
}

.bold{
	font-weight: bold;
}
	
.underline{
	text-decoration: underline;
}
	
.caption{
	margin: 0 4px;
	padding: 0;
    display: inline-block;
	font-size: 11px;
	width: 100px;
}
	
.italic{
	font-style: italic;
}
	
.smallfont{
	font-size: .8em;
	line-height: 1.2em;
}

ul#nav-social{
	margin: 2px 0 0 0;
	padding: 0;
	float: right;
	width: 100px;
}


ul#nav-social li{
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	width: 28px;
	height: auto;
}

ul#nav-social li img{
	width: 100%;
	height: auto;
}

/***************** Main Content Wrapper *****************/

#wrapper{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -485px;
	padding: 0;
	float: left;
	width: 970px;
	z-index: 1;
	background: #FFFFFF;
	-moz-box-shadow:    0px 0px 2px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px 2px #333333;
	box-shadow:         0px 1px 2px 2px #333333;
}

#weather-alert{
	width: 100%;
	height: 60px;
}

/***************** Logo, Search, and Phone *****************/

#logo{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
}

#logo img{
	margin: 0 5px;
	float: left;
	height: 60px;
	width: 278px;
}

#phone{
	display: none;
}

#search{
	margin: 0;
	padding: 0;
	float: right;
	width: 500px;
	height: 60px;
	background: none;
	z-index: 100;
	background: url(../images/search-box.jpg);
}

/***************** Navigation *****************/

#navigation{
	display: inline-block;
	position: relative;
	margin: 8px 0;
	padding: 0;
	width: 100%;
	height: 34px;
	background: #005B92;
	background: -webkit-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #005B92 40%, #004e7d 60%); /* Standard syntax */	
	-moz-box-shadow:    0px 2px 2px 0px #333333;
	-webkit-box-shadow: 0px 2px 2px 0px #333333;
	box-shadow:         0px 0px 2px 0px #333333;
}

/***************** Top-level Navigation *****************/

#top-nav{
	margin: 0 10px;
	padding: 0;
	float: left;
	width: auto;
	height: 36px;
	list-style-type: none;
	font-size: 1.6em;
	color: #EEEEEE;
	cursor: pointer;
}

#top-nav a:link{
	color: #EEEEEE;
	text-decoration: none;
}


#top-nav a:visited{
	color: #EEEEEE;
	text-decoration: none;
}

#top-nav a:hover{
	color: #FFC40D;
	text-decoration: underline;
}

#top-nav a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav .nav-item{
	margin: 0 20px 0 4px;
	padding: 0;
	float: left;
	width: auto;
	height: 30px;
	overflow: hidden;
}

/***************** Second-level Navigation *****************/

#top-nav .nav-item #second-nav{
	position: absolute;
	margin: 0;
	padding: 12px 2%;
	top: 30px;
	left: 0px;
	width: 96%;
	height: auto;
	display: none;
	z-index: 10;
	color: #FFFFFF;
	border-top: 1px solid #FFC40D;
	background: #005B92;
	background: -webkit-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #005B92 40%, #004e7d 60%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #005B92 40%, #004e7d 60%); /* Standard syntax */	
	-moz-box-shadow:    0px 2px 2px 0px #333333;
	-webkit-box-shadow: 0px 2px 2px 0px #333333;
	box-shadow:         0px 0px 2px 0px #333333;
}
	
#top-nav .nav-item:hover #second-nav{
	display: block;
}

#second-nav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
	
#second-nav a:hover{
	color: #FFC40D;
	text-decoration: underline;
}
	
#second-nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
	
#second-nav a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#second-nav ul{
	margin: 0 1%;
	padding: 0;
	float: left;
	width: 23%;
	height: auto;
	font-size: 14px;
}	

#second-nav ul li{
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

#second-nav .title{
	border-bottom: 1px solid #FFC40D;
	font-size: 1em;
}

#second-nav #vsm{
	margin-top: 16px;
	border-bottom: 3px solid #ed1c24;
}
	
/*****************  Application Search *****************/

#app-search{
	display: inline-block;
	margin: 5px 10px;
	padding: 0;
	width: 950px;
	height: 110px;
	background: url(../images/app-search-bg.png) no-repeat;
	clear: both;
}

#app-search p{
	margin: 22px 0 0 100px;
	padding: 0;
	clear: both;
	float: left;
	width: 800px;
	height: 20px;
	font-size: 17px;
	overflow: hidden;
}

#app-search p.vehicle{
	display: none;
}

#app-search-help{
	position: relative;
	margin: 18px 0 0 166px;
	padding: 0;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/bubbleinfo.jpg);
	z-index: 1;
}
	
#app-search-help ul{
	position: absolute;
	top: 22px;
	left: -70px;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 120px;
	background: url(../images/bubbleinfo-popup.png) no-repeat;
	font-size: 14px;
	display: none;
}
	
#app-search-help ul li{
	margin: 5px 0 0 8px;
	width: 280px;
}
	
#app-search-help:hover ul{
	padding: 20px 0 0 10px;
	display: block;
}

form#drop_list{
	margin: 0;
	padding: 20px 0 0 180px;
}
	
form#drop_list select{
	margin: 0 5px;
	padding: 0;
	float: left;
	height: 20px;
	border: 1px solid #666666;
	background: #F9F9F9;
}

form#drop_list select#Year{
	width: 60px;
}

form#drop_list select#Make{
	width: 160px;
}

form#drop_list select#Model{
	width: 180px;
}
	
form#drop_list .search-button{
	margin: 0 5px;
	padding: 0;
	float: left;
	width: 60px;
	height: 20px;
	text-align: center;
	border: 1px solid #666666;
	background: #F9F9F9;
}

/*****************  Search Results Formatting *****************/

ul.search-list{
	margin: 4px 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

ul.search-list li{
	margin: 4px;
	padding: 0;
	width: 100%;
}

/***************** Home International Sales Text *****************/

#international-sales{
	display: inline-block;
	position: relative;
	margin: 10px 0;
	padding: 0;
	width: 360px;
	height: 200px;
	background: url(../images/international-sales-bg.jpg);
	color: #000000;
	vertical-align: top;
}

#international-sales p#headline{
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	top: 12px;
	font-size: 1.5em;
	text-align: center;
}
	
#international-sales p{
	margin: 12px 18px 0 0;
	padding: 0;
	float: right;
	width: 180px;
	font-size: 13px;
	text-align:left;
}

/***************** Home News Feed *****************/

.news-container{
	display: inline-block;
	margin: 10px 15px;
	padding: 0;
	width: 570px;
	height: auto;
	font-size:13px;
	color: #444444;
	vertical-align: top;
}
	
.news-container ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
	
.news-container li{
	margin: 2px 0;
	padding: 0;
} 

/***************** Home Hero Banner *****************/

#single-slide{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 460px;
	background: url(../images/slide-blank-bg.jpg);
	z-index: 1;
}

#single-slide #sync-vid1{
	position: absolute;
	top: 85px;
	left: 400px;
	width: 420px;
	height: 240px;
	z-index: 2;
}

#single-slide #sync-vid2{
	position: absolute;
	top: 85px;
	left: 400px;
	width: 420px;
	height: 240px;
	z-index: 2;
	visibility: hidden;
}


#single-slide #sync-vid3{
	position: absolute;
	top: 85px;
	left: 400px;
	width: 420px;
	height: 240px;
	z-index: 2;
	visibility: hidden;
}


#single-slide #sync-vid4{
	position: absolute;
	top: 85px;
	left: 400px;
	width: 420px;
	height: 240px;
	z-index: 2;
	visibility: hidden;
}

#single-slide #sync-overlay{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 3;
}

#single-slide #sync-overlay p{
	position: absolute;
	left: 22px;
	top: 90px;
	width: 270px;
	height: auto;
	z-index: 4;
}

#single-slide #sync-buttons{
	position: absolute;
	left: 414px;
	top: 100px;
	width: 376px;
	height: 220px;
	z-index: 5;
}

#single-slide #sync-buttons #button-front{
	position: absolute;
	left: 160px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 6;
	visibility: hidden;
}

#single-slide #sync-buttons #button-rear{
	position: absolute;
	left: 160px;
	bottom: 0px;
	width: 50px;
	height: 50px;
	z-index: 6;	
	visibility: hidden;
}

#single-slide #sync-buttons #button-left{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 50px;
	height: 50px;
	z-index: 6;
	visibility: hidden;
}

#single-slide #sync-buttons #button-right{
	position: absolute;
	right: 0px;
	top: 80px;
	width: 50px;
	height: 50px;
	z-index: 6;
	visibility: hidden;
}


#single-slide #video-wrapper{
	position: absolute;
	top: 40px;
	left: 140px;
	margin: 0;
	padding: 0;
	float: left;
	width: 692px;
	height: 230px;
	z-index: 2;
	overflow: hidden;
}

#single-slide #video{
	position: absolute;
	top: -200px;
	left: -20px;
	margin: 0;
	padding: 0;
	z-index: 2;
	overflow: hidden;
}

#single-slide #mirror{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 970px;
	height: 460px;
	z-index: 3;
}

#single-slide p a:link{
	color: #005F95;
}

#single-slide p a:visited{
	color: #005F95;
}

#single-slide p a:hover{
	color: #fcce3e;
}

#single-slide p{
	position: absolute;
	left: 498px;
	top: 135px;
	width: 450px;
	height: 220px;
	color: #000;
	text-align:left;
	font-size: 1.2em;
	overflow: hidden;
	z-index: 4;
}

#single-slide a{
	text-decoration: underline;
	color: #0000ff;
}

/***************** Google Translate Element *****************/

#google_translate_element{
	margin: -5px 25px 0 0;
	padding: 0;
	float: right;
	height: 26px;
	overflow: hidden;
}

/***************** Twitter Feed *****************/

#twitter-feed{
	display: inline-block;
	float: left;
	padding: 0;
	width: 460px;
	height: 900px;
	overflow: hidden;
}

#twitter-feed-search{
	margin: 10px 0 10px 20px;
	padding: 0;
	width: 400px;
	overflow: hidden;
}

/***************** Homepage Mini Banners *****************/

#mini-banners{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 470px;
}


.mini-banner{
	display: inline-block;
	margin: 0 0 4px 4px;
	padding: 0;
	width: 220px;
	height: 220px;
	border: 1px solid #DDDDDD;
}

/***************** Homepage About Section *****************/

#home-about{
	margin: 10px 0;
	padding: 4px 0 0 10px;
	display: inline-block;
	width: 960px;
	height: 220px;
	background:url(../images/home-about-bg.jpg) no-repeat;
	font-size: 1.1em;
}
	
#home-about p{
	margin: 6px 0;
	padding: 0;
	width: 920px;
	text-align: justify;
}


/***************** Product Listings *****************/

.product-box{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 4px 0 0 4px;
	width: 480px;
	height: auto;
	border: 1px solid #CCCCCC;
	border-left: none;
	border-bottom: none;
}
	
.product-box .title{
	margin: 4px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
}

.product-box img.thumb{
	display: inline-block;
	margin: 2px 10px 0 2px;
	padding: 0;
	width: 80px;
	height: 80px;
	border: 1px solid #CCCCCC;
}

.product-box .caption{
	display: inline-block;
    margin: 2px 10px 2px 2px;
	padding: 0;
	width: 80px;
	font-size: 10px;
}

.product-box img.pdf{
	width: 25px;
	height: 18px;
}

.product-box p{
	display: inline-block;
	margin: 2px 0;
}
	
	
.product-box ul{
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	height: auto;
	list-style-type:none;
	font-size: .7em;
}
	
.product-box ul li{
	margin: 2px 0;
	padding: 0;
	display: block;
	width: 100%;
	padding: 0;
}

.product-box-camera{
	margin: 0;
	padding: 4px;
	float: left;
	width: 314px;
	height: auto;
	border: 1px solid #CCCCCC;
	border-left: none;
	border-bottom: none;
}

.product-box-camera ul{
	margin: 0;
	padding: 0;
	font-size: 11px;
	float: left;
	
}

.install-manual{
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	padding: 0;
	width: 180px;
	height: 230px;
	z-index: 1;
	font-size: 11px;
}
	
.install-manual p{
	display: block;
	margin: 2px 0;
}

.install-manual-applications{
	position: relative;
	margin: 2px 0;
	padding: 0;
	float: left;
	width: 177px;
	height: 30px;
	background: url(../images/view-applications.jpg) no-repeat;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
	
.install-manual-applications ul{
	visibility: hidden;
}
	
.install-manual-applications:hover ul{
	position: absolute;
	margin: 30px 0 0 0;
	padding: 5px 0;
	width: 176px;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #999999;
	visibility: visible;
	list-style-type: none;
	z-index: 2;
}
	
.install-manual-applications ul li{
	margin: 4px 2px;
	padding: 0;
	width: 160px;
}

/***************** Thumbnails and Captions *****************/

.nav-thumb{
	margin: 2px 0 0 8px;
	padding: 6px;
	float: left;
	width: 174px;
	height: 174px;
	background: url(../images/nav-thumb-bg.png) no-repeat;
	
}

.nav-thumb-empty{
	margin: 2px 0 0 8px;
	padding: 6px;
	float: left;
	width: 174px;
	height: 174px;
	background: none;
	
}

.nav-thumb-caption{
	margin: 0 16px 10px 4px;
	padding: 0;
	float: left;
	width: 174px;
	height: auto;
	font-size: .7em;	
}


/***************** Con-Verse *****************/

#iphone-siri-half{
	margin: 10px 15px 0 30px;
	padding: 0;
	float: left;
	width: 440px;
	height: 180px;
	background:url(../images/iphone-siri.jpg);
}
	
#iphone-siri-half p{
	margin: 76px 0 0 110px;
	padding: 0;
	width: 320px;
	font-size: 12px;
	text-align: left;
}

#iphone-voice-half{
	margin: 10px 15px;
	padding: 0;
	float: left;
	width: 440px;
	height: 180px;
	background:url(../images/iphone-voice.jpg);
}
	
#iphone-voice-half p{
	margin: 75px 0 0 110px;
	padding: 0;
	width: 320px;
	font-size: 13px;
	text-align: left;
}

.product-feature-box{
	display: inline-block;
	vertical-align: top;
	margin: 10px 18px 0;
	padding: 0;
	width: 200px;
	height: auto;
	font-size: 12px;
}
	
.product-feature-box img{
	margin: 0;
}
	
#owners-manual{
	margin: 10px 0 2px;
	padding: 0;
	float: left;
	width: 960px;
	height: 200px;
	background:url(../images/user-manual.jpg) no-repeat;
	font-size: .9em;
}
	
#owners-manual p{
	margin: 80px 0 0 190px;
	padding: 0;
	float: left;
	width: 700px;
}

/***************** Cruise Control *****************/

#warranty-card{
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0;
	width: 970px;
	height: 180px;
	background:url(../images/warranty-cards.png) no-repeat;
	font-size: 14px;
	color: #000000;
}
	
#warranty-card p{
	margin: 80px 0 0 260px;
	padding: 0;
	float: left;
	width: 660px;
}
	
.cruise-switch-product-box{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 460px;
	height: 300px;
	font-size: 13px;
}
	
.cruise-switch-product-box p{
	margin: 2px 0 0 0;
	padding: 0;
}
	
.cruise-switch-divider-vertical{
	margin: 0;
	padding: 0;
	float: left;
	width: 1px;
	height: 300px;
	background: #CCCCCC;
}

/***************** ComfortHeat *****************/

#comfortheat-brochure{
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	width: 900px;
	height: 200px;
	background:url(../images/comfortheat-brochure.jpg) no-repeat;
	font-size: 14px;
}
	
#comfortheat-brochure p{
	margin: 80px 0 0 220px;
	padding: 0;
	float: left;
	width: 660px;
}

.drl-frame{
	margin: 2px 1px;
	padding: 0;
	float: left;
	width: 320px;
	height: 320px;
	background: url(../images/drl-frame.jpg) no-repeat;
}

.drl-frame img{
	margin: 5px;
}
/***************** Student Detection System *****************/

#sds-brochure{
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	width: 900px;
	height: 200px;
	background:url(../images/sds-brochure.jpg) no-repeat;
	font-size: 14px;
}
	
#sds-brochure p{
	margin: 80px 0 0 220px;
	padding: 0;
	float: left;
	width: 660px;
}
	
#sds-bus{
	position: relative;
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 950px;
	height: 400px;
}
	
#sds-bus img{
	margin: 0;
	padding: 0;
	float: left;
}

	
/***************** RearSentry *****************/

#rearsentry-truck{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
	height: 300px;
}
	
#rearsentry-truck img{
	margin: 0;
	padding: 0;
	float: left;
}

/***************** Search Results *****************/

#search-alert{
	position: relative;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	height: 110px;
	width: 940px;
	background: url(../images/search-email-bg.jpg);
}
#search-alert p{
	position: absolute;
	left: 190px;
	top: 10px;
	width: 720px;
	font-size:13px;
}

#search-alert input#name{
	position: absolute;
	left: 304px;
	top: 58px;
	height: 24px;
	width: 160px;
	border: none;
	background: none;
	font-size: 18px;
}
	
#search-alert input#email{
	position: absolute;
	left: 630px;
	top: 58px;
	height: 24px;
	width: 160px;
	border: none;
	background: none;
	font-size: 18px;
}

#search-alert input#subscribe{
	position: absolute;
	left: 820px;
	top: 56px;
	height: 30px;
	width: 92px;
	border: none;
	background: none;
	cursor: pointer;
}

#search-results{
	margin: 0;
	padding: 0;
	float: left;
	width: 540px;
}
	

/***************** International Sales Page *****************/

.international-halfbox{
	display: inline-block;
	margin: 0 14px;
	padding: 0;
	width: 440px;
	vertical-align: top;
}
		
#time{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 100px;
	background:url(../images/international-time.jpg);
}

#time p{
	margin: 45px 0 0 130px;
	padding: 0;
	width: 350px;
	height: 60px;
	font-size: 30px;
	overflow: hidden;
	text-align: left;
}
	
#money{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 100px;
	background:url(../images/international-money.jpg);
}

#money p{
	margin: 45px 0 0 130px;
	padding: 0;
	width: 350px;
	height: 60px;
	font-size: 30px;
	overflow: hidden;
	text-align: left;
}

#warranty{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 100px;
	background:url(../images/international-warranty.jpg);
}

#warranty p{
	margin: 45px 0 0 130px;
	padding: 0;
	width: 300px;
	height: 60px;
	font-size: 30px;
	overflow: hidden;
}

#support{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 100px;
	background:url(../images/international-support.jpg);
}

#support p{
	margin: 45px 0 0 130px;
	padding: 0;
	width: 300px;
	height: 60px;
	font-size: 30px;
	overflow: hidden;
}

#international-contact{
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 970px;
	height:  auto;
}

#international-contact p.head{
	margin: 5px 0;
	padding: 0;
	font-size: 24px;
	font-style: italic;
}

#international-contact form{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 560px;
	overflow: hidden;
	position: relative;
}

#international-contact form label{
	display: block;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 502px;
	font-size: 16px;
	border-bottom: 2px solid #005F95;
}

#international-contact form input.text{
	display: block;
	margin: 0 0 5px 5px;
	padding: 0;
	width: 500px;
	height: 30px;
	font-size: 16px;
	background:#EEEEEE;
	border: 1px solid #AAAAAA;
	font-size: 16px;
}

#international-contact form select{
	display: block;
	margin: 0 0 5px 5px;
	padding: 0;
	width: 500px;
	height: 30px;
	font-size: 16px;
	background:#EEEEEE;
	border: 1px solid #AAAAAA;
	font-size: 16px;
}
	
#international-contact #captcha{
	display: block;
	margin: 10px 5px;
	padding: 0;
	width: 300px;
}

#international-contact form textarea{
	display: block;
	margin: 0 0 5px 5px;
	padding: 0;
	width: 500px;
	height: 100px;
	font-size: 16px;
	background:#EEEEEE;
	border: 1px solid #AAAAAA;
	font-size: 16px;
}
		
#international-contact form #submit{
	display: block;
	margin: 0 0 5px 5px;
	width: 500px; 
	height: 42px;
	border: 1px solid #BBBBBB;
	background-color: #005F95;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
}

#international-contact form #catalog{
	position: absolute;
	right: 20px;
	top: 6px;
}
	
	
/***************** Contact Page *****************/

ul.contact{
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 1%;
	padding: 0;
	width: 23%;
	height: 100px;
}

ul.contact li.first{
	font-size: 26px;
}

ul.contact li{
	margin: 2px 0;
	font-size: .8em;
}

/***************** Jeep Wrangler DRL 260-1024-JEEP *****************/

#jeep-preload{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#jeep-features{
	margin: 0;
	padding: 0;
	float: left;
	width: 970px;
	height: 500px;
	background: url(../images/2601024JEEP/2601024JEEP-features.jpg) no-repeat;
}

#jeep-features #title{
	margin: 8px;
	padding: 0;
	float: left;
	width: 950px;
	height: auto;
	font-size: 28px;
	color: #FFFFFF;
}

#jeep-features ul{
	margin: 4px 0 0 10px;
	padding: 0;
	float: left;
	width: 500px;
	height: auto;
	font-size: 22px;
	color: #FFFFFF;
	overflow: hidden;
}

#jeep-features ul li{
	margin-bottom: 4px;
}


/***************** TextBuster *****************/

p.textbuster{
	margin: 6px 0;
	padding: 0;
	font-size: 16px;
}
	
#textbuster-banner{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 970px;
	height: 76px;
	background:url(../images/banner-textbuster.jpg);
}

#textbuster-google{
	margin: 14px 20px 0 0;
	padding: 0;
	float: right;
	width: 175px;
	height: 50px;
}

#textbuster-ios{
	margin: 14px 5px 0 0;
	padding: 0;
	float: right;
	width: 175px;
	height: 50px;
}

#textbuster-blackberry{
	margin: 14px 5px 0 0;
	padding: 0;
	float: right;
	width: 175px;
	height: 50px;
}

#textbuster-manual{
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 470px;
	height: 360px;
	background:url(../images/textbuster-system-small-bg.jpg);
}

#textbuster-manual p{
	position: absolute;
	bottom: 28px;
	right: 18px;
	width: 320px;
	font-size: 13px;
}

/***************** Blindspot Monitors *****************/


/***************** 250-8147 Thumbs *****************/

#bsc-monitors{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 970px;
	height: 320px;
	background: url(../images/2508160BSC/2508160BSC-monitors.jpg);
}

#bsc-monitors p{
	position: absolute;
	top: 40px;
	left: 0;
	width: 500px;
	height: 150px;
}

/***************** Siri Tutorial *****************/

.siri-halfbox{
	margin: 10px 15px 0 5px;
	padding: 0;
	float: left;
	width: 460px;
}

.siri-halfbox p{
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 220px;
	text-align: left;
	font-size: 18px;
}


.siri-halfbox p.full{
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
}


.siri-divider-vertical{
	margin: 0;
	padding: 0;
	float: left;
	width: 1px;
	height: 400px;
	background: #CCCCCC;
}
	
/***************** Product Guide Order Form *****************/

#product-guide{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#product-guide p{
	margin: 4px;
	padding: 0;
	width: 350px;
	overflow: hidden;
}

#product-guide input.large{
	width: 500px;
	height: 30px;
	padding-left: 10px;
	background:url(../images/product-guide-input-up.jpg) no-repeat ;
	border: none;
	font-size: 18px;
	color: #999999;
}

#product-guide .subtext{
	float: left;
	width: 100%;
	font-size: 10px;
}

#product-guide #submit{
	position: absolute;
	bottom: 0px;
	right: 176px;
	width: 100px; 
	height: 24px;
	border: 1px solid #BBBBBB;
	font-size: 18px;
}

#scroll{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}


/***************** Footer *****************/

#footer{
	display: block;
	vertical-align: top;
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
	border-top: 2px solid #efefef;
	font-size: .9em;
}

#footer p{
	font-size: 1em;
}

#footer #column-cs{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	width: 620px;
}
		
#footer ul.contacts{
	margin: 0 1%;
	padding: 0;
	float: left;
	width: 31%;
	list-style-type: none;
}

#footer ul.contacts li{
	margin: 1px 0;
	padding: 0;
	width: 100%;
}

#footer ul.contacts li.name{
	font-style:italic;
	font-size: 1.2em;
}

#footer #column-social{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0;
	width: 100px;
}
	
#footer ul.social{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 1%;
	float: left;
	width: 98%;
	list-style-type: none;
}

#footer ul.social li{
	margin: 1%;
	padding: 0;
	float: left;
	width: 48%;
}

#footer ul.social li img{
	width: 80%;
	height: auto;
}

#footer #column-quick{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
	padding: 0;
	width: 170px;
	overflow: hidden;
}

#footer ul.quick{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 12px !important;
	list-style-type: none;
}

#footer ul.quick li{
	margin: 4px 1%;
	width: 98%;
}


/******** Footer Contact Popup CSS Begin ********/

.popup{
width:100%;
height:100%;
top:0;
left:0;
display:none;
position:fixed;
background-color: rgba(0, 0, 0, 0.8);;
overflow:auto;
z-index: 1001;
}

img#close{
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}

.popupContact{
position:absolute;
left:10px;
bottom: 10px;
opacity: 1;
}

.popup form{
width:330px;
padding:4px;
border:2px solid gray;
border-radius:10px;
background-color:#ffffff;
opacity: 1;
}

.popup input[type=text]{
width:280px;
margin-top:20px;
height: 40px;
border:1px solid #ccc;
padding-left:42px;
font-size:16px;
border: none;
}

.popup input.name{
background-image:url(/images/footer-popup-name.jpg);
background-repeat:no-repeat;
}

.popup .email{
background-image:url(/images/footer-popup-email.jpg);
background-repeat:no-repeat;
}

.popup .textarea{
background-image:url(/images/footer-popup-textarea.jpg);
background-repeat:no-repeat;
width:324px;
margin-top:20px;
height: 244px;
border:none;
font-size:16px;
margin-bottom:30px;
}

.popup textarea{
background-repeat:no-repeat;
width:306px;
margin:46px 0 0 4px;
height: 186px;
border:none;
font-size:16px;
overflow: auto;
}

.popup .submit{
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px;
}

button{
width:100%;
margin: 0;
padding: 0;
color:#000000;
font-size:1em;
cursor:pointer;
vertical-align: top;
text-align: left;
background: none;
border: none;
}

/******** Footer Contact Popup CSS End ********/



.smallfont{
	font-size: 10px;
}

h1.gch{
	color: #FFFFFF;
	font-size: 8px;
}
	
p.gch{
	color: #FFFFFF;
	font-size: 8px;
}








/***************** Video Formatting *****************/

#cruze-video{
	display: block;
	margin: 4px 0 10px 20px;
	padding: 0;
	width: 930px;
	height: 520px;
	-moz-box-shadow:    0px 0px 2px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px 2px #333333;
	box-shadow:         0px 1px 2px 2px #333333;
}

#cruze-video iframe{
	width: 100%;
}

.video{
	margin: 10px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.video iframe{
	width: 100%;
	height: 550px;
}



.last{
	margin: 0 0 0 -4px;
	border-right: none;
}

.single{
	border: none;
}

.left{
	clear: both;
}

.bottom{
	border-bottom: 1px solid #CCCCCC;
}


img.certification{
	margin: 0 6px;
	padding: 0;
	float: left;
}

/***************** Tech Tip Figures *****************/

.tech-figure{
	display: inline-block;
	margin: 5px;
	padding: 0; 
	border: 1px solid #000;
	width: 100px;
	height: 100px;
}

.tech-figure img{
	width: 100px;
	height: 100px;
}

/***************** SourcePWR *****************/

#sourcepwr{
	width: 970px;
	height: 1200px;
	background: url(../images/2502950-wiring.jpg);
	position: relative;
}

#sourcepwr p#one{
	position: absolute;
	top: 245px;
	left: 10px;
	width: 500px;
}

#sourcepwr p#two{
	position: absolute;
	top: 480px;
	right: 40px;
	width: 600px;
}

#sourcepwr p#three{
	position: absolute;
	top: 755px;
	left: 10px;
	width: 550px;
	height: 120px;
}

#sourcepwr p#four{
	position: absolute;
	top: 1020px;
	right: 40px;
	width: 500px;
}

#gm-wifi{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 180px;
	vertical-align: middle;
}

#gm-wifi-text{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 650px;
	vertical-align: middle;
}


