html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}


body 
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section 

{
	display:block;
}

nav ul 
{
	list-style:none;
}

blockquote, q 
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content:'';
	content:none;
}

a 
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link 
{
	color: #666666;
	text-decoration: none;
}
 
a:active 
{
	color: #B73045;
	text-decoration: none;
}
 
a:visited 
{
	color: #999999;
	text-decoration: none;
}

a:hover 
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins 
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark 
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del 
{
	text-decoration: line-through;
}

abbr[title], dfn[title] 
{
	border-bottom:1px dotted;
	cursor:help;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr 
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select 
{
	vertical-align:middle;
}

/* ========== reset css end ========== */








/* Banner */

.outerBanner
{
	width: 100%;
	height: 100%;
	max-height: 720px;
	background-color: #000;
}

.bannerBG
{
	width: 100%;
	background: url("../../images/bannerBG.jpg");
	background-repeat: repeat-x;
}

.bannerContainer
{
	width: 100%;
	max-width: 970px;
	height: 720px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

.bannerTop
{
	width: 100%;
	height: 90px;
	float: left;
}

.bannerTop img
{
	float: left;
	margin-left: 5px;
}

.bannerTop p
{
	float: left;
	color: #fff;
	font-family: 'verdana';
	font-size: 30px;
	padding-left: 10px;
	line-height: 90px;
}


.leftImage
{
	width: 530px;
	max-width: 100%;
	height: 370px;
	margin-top: 100px;
	margin-left: 20px;
	background: url("../../images/bannerLeft.png");
	float: left;
}

.rightImage
{
	width: 294px;
	max-width:100%;
	height: 522px;
	background: url("../../images/bannerSpeedometer.png");
	float: right;
	margin-right: 20px;
}

.appStoreIcon
{
	width: 156px;
	height: 54px;
	margin-top: 50px;
	margin-left: 50px;
	background: url('../../images/appStoreIcon.png');
	float: left;
}















/* =================== 320 x 568 =================== */

@media only screen 
and (min-width : 320px) 
and (max-width : 568px)
{
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		max-height: 480px;
		background-color: #000;
	}
	
	.bannerBG
	{
		width: 100%;
		background: url("../../images/bannerBG.jpg");
		background-repeat: repeat-x;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 970px;
		height: 480px;
		max-height: 480px;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		position: relative;
	}
	
	.bannerTop
	{
		width: 100%;
		height: 90px;
		float: left;
	}
	
	.bannerTop img
	{
		float: left;
		margin-left: 5px;
	}
	
	.bannerTop p
	{
		float: left;
		color: #fff;
		font-family: 'verdana';
		font-size: 30px;
		padding-left: 10px;
		line-height: 90px;
	}
	
	
	.leftImage
	{
		width: 0;
		max-width: 0;
		height: 0;
		margin-top: 0;
		margin-left: 0;
		background: none;
		float: left;
	}
	
	.rightImage
	{
		width: 294px;
		max-width:100%;
		height: 256px;
		background: url("../../images/bannerSpeedometerSmall.png") no-repeat;
		float: left;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 90;
    	margin-right: auto;
    	margin-left: auto;
	}
	
	.appStoreIcon
	{
		width: 156px;
		height: 54px;
		margin-top: 50px;
		margin-left: 50px;
		background: url('../../images/appStoreIcon.png');
		float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 50;
	}
	
}













/* =================== 569 x 736 =================== */

@media only screen 
and (min-width : 569px) 
and (max-width : 736px)
{
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		max-height: 720px;
		background-color: #000;
	}
	
	.bannerBG
	{
		width: 100%;
		background: url("../../images/bannerBG.jpg");
		background-repeat: repeat-x;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 970px;
		height: 720px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		position: relative;
	}
	
	.bannerTop
	{
		width: 100%;
		height: 90px;
		float: left;
	}
	
	.bannerTop img
	{
		float: left;
		margin-left: 5px;
	}
	
	.bannerTop p
	{
		float: left;
		color: #fff;
		font-family: 'verdana';
		font-size: 30px;
		padding-left: 10px;
		line-height: 90px;
	}
	
	
	.leftImage
	{
		width: 0;
		max-width: 0;
		height: 0;
		margin-top: 0;
		margin-left: 0;
		background: none;
		float: left;
	}
	
	.rightImage
	{
		width: 294px;
		max-width:100%;
		height: 522px;
		background: url("../../images/bannerSpeedometer.png") no-repeat;
		float: left;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 90;
    	margin-right: auto;
    	margin-left: auto;
	}
	
	.appStoreIcon
	{
		width: 156px;
		height: 54px;
		margin-top: 50px;
		margin-left: 50px;
		background: url('../../images/appStoreIcon.png');
		float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 50;
	}
	
}








/* =================== 569 x 736 =================== */

@media only screen 
and (min-width : 569px) 
and (max-width : 736px)
{
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		max-height: 720px;
		background-color: #000;
	}
	
	.bannerBG
	{
		width: 100%;
		background: url("../../images/bannerBG.jpg");
		background-repeat: repeat-x;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 970px;
		height: 720px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		position: relative;
	}
	
	.bannerTop
	{
		width: 100%;
		height: 90px;
		float: left;
	}
	
	.bannerTop img
	{
		float: left;
		margin-left: 5px;
	}
	
	.bannerTop p
	{
		float: left;
		color: #fff;
		font-family: 'verdana';
		font-size: 30px;
		padding-left: 10px;
		line-height: 90px;
	}
	
	
	.leftImage
	{
		width: 0;
		max-width: 0;
		height: 0;
		margin-top: 0;
		margin-left: 0;
		background: none;
		float: left;
	}
	
	.rightImage
	{
		width: 294px;
		max-width:100%;
		height: 522px;
		background: url("../../images/bannerSpeedometer.png") no-repeat;
		float: left;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 90;
    	margin-right: auto;
    	margin-left: auto;
	}
	
	.appStoreIcon
	{
		width: 156px;
		height: 54px;
		margin-top: 50px;
		margin-left: 50px;
		background: url('../../images/appStoreIcon.png');
		float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 50;
	}
	
}












/* =================== 737 x 979 =================== */

@media only screen 
and (min-width : 737px) 
and (max-width : 979px)
{
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		max-height: 720px;
		background-color: #000;
	}
	
	.bannerBG
	{
		width: 100%;
		background: url("../../images/bannerBG.jpg");
		background-repeat: repeat-x;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 970px;
		height: 720px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		position: relative;
	}
	
	.bannerTop
	{
		width: 100%;
		height: 90px;
		float: left;
	}
	
	.bannerTop img
	{
		float: left;
		margin-left: 5px;
	}
	
	.bannerTop p
	{
		float: left;
		color: #fff;
		font-family: 'verdana';
		font-size: 30px;
		padding-left: 10px;
		line-height: 90px;
	}
	
	
	.leftImage
	{
		width: 424px; /* 20% reduced */
		max-width: 100%;
		height: 296px; /* 20% reduced */
		margin-top: 100px;
		margin-left: 20px;
		background: url("../../images/bannerLeft.png") no-repeat;
		background-size: 80%;
		float: left;
	}
	
	.rightImage
	{
		width: 294px;
		max-width:100%;
		height: 522px;
		background: url("../../images/bannerSpeedometer.png") no-repeat;
		float: left;
    	position: none;
    	left: 0;
    	right: 0;
    	top: 90;
    	margin-right: auto;
    	margin-left: auto;
		float: right;
		margin-right: 20px;
	}
	
	.appStoreIcon
	{
		width: 156px;
		height: 54px;
		margin-top: 50px;
		margin-left: 50px;
		background: url('../../images/appStoreIcon.png');
		float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 50;
	}
	
}










/* =================== 980 x 1159 =================== */

@media only screen 
and (min-width : 980px) 
and (max-width : 1159px)
{
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		max-height: 720px;
		background-color: #000;
	}
	
	.bannerBG
	{
		width: 100%;
		background: url("../../images/bannerBG.jpg");
		background-repeat: repeat-x;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 970px;
		height: 720px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		position: relative;
	}
	
	.bannerTop
	{
		width: 100%;
		height: 90px;
		float: left;
	}
	
	.bannerTop img
	{
		float: left;
		margin-left: 5px;
	}
	
	.bannerTop p
	{
		float: left;
		color: #fff;
		font-family: 'verdana';
		font-size: 30px;
		padding-left: 10px;
		line-height: 90px;
	}
	
	
	.leftImage
	{
		width: 530px;
		max-width: 100%;
		height: 370px;
		margin-top: 100px;
		margin-left: 20px;
		background: url("../../images/bannerLeft.png");
		float: left;
	}
	
	.rightImage
	{
		width: 294px;
		max-width:100%;
		height: 522px;
		background: url("../../images/bannerSpeedometer.png") no-repeat;
		float: left;
    	position: none;
    	left: 0;
    	right: 0;
    	top: 90;
    	margin-right: auto;
    	margin-left: auto;
		float: right;
		margin-right: 20px;
	}
	
	.appStoreIcon
	{
		width: 156px;
		height: 54px;
		margin-top: 50px;
		margin-left: 50px;
		background: url('../../images/appStoreIcon.png');
		float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 50;
	}
	
}