* {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
	
body {
	background:#fff;
}

a {
	text-decoration:none;
	color:#999;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
	}

img {
	display:block;
}

input {
	background-color:#DFDFDF;
	font-size:13px;
	height:24px;
	padding:3px;
	}
	
textarea {
	background-color:#DFDFDF;
	font-size:13px;
	padding:3px;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

.mainbg {
	background:url(../images/mainbg.jpg) no-repeat center top;
	}

.insidebg {
	background:url(../images/bg_inside.gif) repeat-x top;
	}
	
.main {
	margin:0 auto;
	text-align:left;
	background:url(images/mainbg.jpg) no-repeat top;
	width:860px;
	font-size:13px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.bgimg {
	background:url(../images/engine_iphone.jpg) no-repeat 20px 50px;
	clear:both;
	padding-top:20px;
	margin-top:50px;
	}



/* jwb changes */

/* nav elements */

.nav {
	text-align:left;
	padding-left:10px;
	height:100%;
	overflow:auto;
	}
	
.nav ul {
	list-style:none;
	}
	
.nav ul li {
	float:left;
	margin:0 5px 0 5px;
	}

.nav ul li a {
	color:#999;
	font-weight:bold;
	padding:20px 15px 18px 15px;
	display:block;
	line-height:16px;
}

.nav ul li a:hover {
	color:#CCC;
}

	
#navon {
	background:#A91C2B;
	color:#FFF;
	}

.nav img {
	float:right;
}

/* main page elements */

.desc {
	margin:180px 0 0 15px;
	width:425px;
	height:100%;
	overflow:auto;
}

.desc h1 {
	color:#e47584;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

/* card elements */

#red {
	color:#FFFFFF;
	background-color:#009900;
	padding:5px;
	}

.deck {
	height:100%;
	overflow:auto;
}

.card {
	background:url(../images/cadrbg.png) no-repeat;
	width:220px;
	margin:35px 0 0 15px;
	float:left;
	}

.card ul {
	list-style:none;
	height:100%;
	overflow:auto;
	margin:0 23px 0 15px;
}

.card ul li {
	border-bottom:1px dotted #ccc;
	padding:8px 0 10px 0;
}

.card ul li h1 {
	color:#A91C2B;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.card ul li p {
	font-size:12px;
	line-height:15px;
}

.card ul li a {
	font-size:12px;
	line-height:15px;
	color:#666;
}

.card ul li img {
	margin:0px auto 0px auto;
	padding:10px 0 10px 0;
	display:block;
}

#nob {
	border:0;
}

#cnob {
	border:0;
	padding:5px 0 5px 0
}

#cardlink {
	color:#3b5775;
}

#ftitle {
	text-align:center;
	margin:0 0 2px 0;
	}

#big {
	font-size:14px;
	line-height:16px;
}

/* platform elements */

.mplat {
	height:100%;
	overflow:auto;
	clear:both;
}

.mplat ul {
	list-style:none;
	height:100%;
	overflow:auto;
	margin:48px 0 0 0;
	float:right;
}

.mplat ul li {
	float:left;
	margin:0 2px 0 0;
}


/* sub page content elements */

.sc {
	height:100%;
	overflow:auto;
	clear:both;
	margin:25px 0 0 0;
}

.engine {
	background: url(../images/engine_iphone.jpg) no-repeat;
}

.engine2 {
	background: url(../images/engine_iphone_chakra.jpg) no-repeat;
}

.engine3 {
	background: url(../images/engine_iphone_walk.jpg) no-repeat;
}

.desc2 {
	height:100%;
	overflow:auto;
	}

.desc2 h1 {
	color:#A91C2B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0 0 25px 235px;
}

/* subpage left column elements */

.leftcol {
	width:600px;
	float:left;
	display:inline;
	line-height:18px;
	padding:0 15px 0 0;
	margin:0 0 30px 15px;
	}
	
.leftcol img {
	margin:0px 10px 0 0;
	display:block;
	}

.leftcol p {
	margin:0 0 15px 0;
}


/* subpage right column elements */

.rightcol {
	margin:0 0 30px 15px;
	width:199px;
	float:left;
	display:inline;
	padding:0 0 0 15px;
	border-left:#CCC dotted 1px;
	}

#nomarg {
	margin:0;
}

.rightcol ul {
	list-style:none;
	height:100%;
	overflow:auto;
}

.rightcol ul li {
	margin:0 0 15px 0;
}

.rightcol ul li h1 {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

.rightcol ul li a {
	color:#A91C2B;
	font-weight:normal;
}

.rightcol ul li a:hover {
	color:#dedede;
}

.rightcol ul li p {
	color:#999;
	font-size:12px;
	line-height:15px;
}


/* footer elements */


.footer {
	height:100%;
	overflow:auto;
	margin:0 0 30px 0;
	padding:15px 0 0 0;
	clear:both;
}

.footer img {
	float:left;
	margin:0 30px 0 15px;
}

.fmenu {
	height:100%;
	overflow:auto;
	float:left;
	margin:14px 0 0 0;
}

.fmenu ul {
	list-style:none;
	height:100%;
	overflow:auto;
}

.fmenu ul li {
	float:left;
	margin:0 5px 0 0;
	color:#ccc;
}

.fmenu ul li a {
	text-decoration:none;
	color:#999;
	font-size:11px;
}

.fmenu p {
	color:#ccc;
	font-size:11px;
}

.subfoot {
	height:100%;
	overflow:auto;
	background:url(../images/footer_bg.jpg) repeat-x;
}

.subfootbox {
	height:100%;
	overflow:auto;
	background:url(../images/footerbox_bg.jpg) no-repeat top;
	width:190px;
	float:left;
	margin:0 0 0 5px;
	padding:0 10px 0 10px;
}

.subfootbox ul {
	list-style:none;
	height:100%;
	overflow:auto;
}

.subfootbox ul li {
	border-bottom:1px #95aabc dotted;
	padding:5px 0 5px 0;
}

.subfoot ul li h1 {
	color:#175d80;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.subfoot ul li a {
	font-size:12px;
	color:#c0d6eb;
}

.subfoot ul li p {
	font-size:11px;
	color:#95aabc;
}

.subfoot ul li p span {
	font-size:12px;
}

#subfootbot {
	border:0;
}

.subfootplat {
	height:100%;
	overflow:auto;
	float:right;
	margin:145px 0 0 0;
	display:inline;
}

.subfootplat ul {
	list-style:none;
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
	display:inline;
}

.subfootplat ul li {
	float:left;
	margin:0 0 0 2px;
}


/* shop elements */

.prodcont {
	height:100%;
	overflow:auto;
}

.prodcont ul {
	list-style:none;
	height:100%;
	overflow:auto;
}

.prodcont ul li {
	height:100%;
	overflow:auto;
	margin: 0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px #CCCCCC dotted;
}

.prodcont ul li img {
	float:left;
	margin:0 15px 0 0;
}

.prodesc {
	height:100%;
	overflow:auto;
	float:left;
	width:450px;
}

.prodesc h1 {
	font-size:14px;
	color:#95aabc;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.prodesc p {
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}

.prodesc a {
	float:left;
}























