@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	background-image: url(../jzm_images/main_bg.jpg);
	margin: 0px;
	height: 100%;
}

.clearall {
	clear: both;
}

.main-wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.intro-wrapper {
	margin-top: 43px;
	text-align: right;
	float: right;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.intro-wrapper .lineone {
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
	color: #c4cdcd;
	font-size: 30px;
}

.intro-wrapper .linetwo {
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
	color: #a1a9aa;
	font-size: 30px;
}

.intro-wrapper .linethree {
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	color: #c40a00;
	font-size: 20px;
}

.banner-wrapper {
	top: 200px;
	position: absolute;
}

.menu-wrapper {
/*	background-repeat: repeat-x; */
/*	background-image: url(../jzm_images/menu_bg.gif); */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C9191;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8C9191;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C9191;
	padding-bottom: 5px;
	padding-top: 0px; 
	text-align: left;
	font-weight: bold;
}

.menu-wrapper a {
	font-size: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	letter-spacing: -1px;
	border-bottom-style: none;
	text-decoration: none;
	color: #8C9191;
}
.menu-wrapper a:hover {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #bb0b00;
}
.menu-wrapper .menuspacer {
	padding-right: 12px;
	padding-left: 12px;
}

/* standard styles */
h1 {
	margin-left: 0px;
	margin-bottom: 18px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 48px;
	font-family: "Arial Black";
	letter-spacing: -4px;
	font-size: 60px;
	font-weight: bold;
	color: #CC0000;
}
.title-spacer {
	margin-top: 150px;
}

/* flash styles */
#flash {
	position:relative;
	height:322px;
	margin-top: 25px;
}
#flash img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#flash img.active {
    z-index:10;
    opacity:1.0;
}
#flash img.last-active {
    z-index:9;
}



/* model select styles */
.modelselect-wrapper {
	height: 150px;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.modelselect-wrapper h2 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 66px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -1px;
	color: #c40a00;
	font-size: 20px;
}

.modelselect-wrapper p {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 22px;
}

.modelselect-wrapper a {
	margin-right: 15px;
	text-decoration: none;
	color: #8C9191;
}

.modelselect-wrapper a:hover {
	border-bottom-color: #cd0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* showcase styles */

.showcase-wrapper {
}

.showcase-images {
	width: 540px;
	float: left;
}

.showcase-images img {
	border-bottom-color: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	float: left;
	border-right-color: white;
	border-right-width: 2px;
	border-right-style: solid;
	padding: 0px;
	margin: 0px;
}

.showcase-text {
	width: 460px;
	float: left;
}

.showcase-text .main-panel {
	padding-right: 14px;
	padding-left: 14px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 2px;
	background-image: url(../jzm_images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
	background-color: #E3ECEC;
}

.showcase-text .showcase-margin {
}

.showcase-text .main-panel h2 {
	padding-bottom: 0px;
	padding-top: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 30px;
	color: #8C9191;
	font-size: 38px;
	letter-spacing: -2px;
	font-family: "Arial Black";
}

.showcase-text .main-panel p.price {
	color: #CC0000;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;	
	letter-spacing: -2px;
	font-family: "Arial Black";
	line-height: 30px;
	font-size: 38px;
}

.showcase-text .main-panel h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #8C9191;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
.showcase-text .main-panel p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 145%;
	color: #6F7475;
	font-size: 14px;
}

.showcase-text .main-panel p a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

.showcase-text .main-panel p a:hover {
	text-decoration: underline;
}

.showcase-text .lower-panel {
	background-image: url(../jzm_images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	padding-right: 22px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
	background-color: #BBC2C2;
}
.showcase-text .lower-panel a {
	color: white;
	text-decoration: none;
}

.showcase-text .lower-panel a:hover {
}

/* column styles */

.leftcolumn-wrapper {
	position: relative;
	width: 540px;
	float: left;
}

.leftcolumnwide-wrapper {
	position: relative;
	width: 700px;
	float: left;
}

.rightcolumn-wrapper {
	position: relative;
	width: 460px;
	float: left;
}

.green-panel {
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 14px;
	background-image: url(../jzm_images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E3ECEC;
}

.green-panel a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

.green-panel a:hover {
	text-decoration: underline;
}

.white-panel h2, .green-panel h2 {
	padding-bottom: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 32px;
	color: #8C9191;
	font-size: 38px;
	font-family: "Arial Black";
}

.white-panel h3, .green-panel h3 {
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #8C9191;
	font-size: 18px;
	font-weight: bold;
}

.white-panel h4, .green-panel h3 {
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 0px;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

.white-panel p, .green-panel p {
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 145%;
	color: #6F7475;
	font-size: 14px;
}
.white-panel a {
	font-weight: bold;
	color: #8C9191;
}

img.panel-keys {
	top: -55px;
	left: -145px;
	position: absolute;
}

img.panel-warranty {
	top: -50px;
	left: 280px;
	position: absolute;
}

.indent-keys {
	padding-left: 140px;
}

/* porsche detail styles */

.techone-column, .techtwo-column {
	float: left;
}

.techone-column {
	width: 125px;
}

.techtwo-column {
	width: 410px;
}

.techone-column h2, .techtwo-column h2 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 24px;
	padding: 0px;
	letter-spacing: -1px;
	font-family: "Arial Black";
	color: #A4AAAC;
	font-size: 24px;
}
.techone-column p, .techtwo-column p {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #A4AAAC;
}

.techone-column h2, .techone-column p {
	color: #A4AAAC;
}

.techtwo-column h2, .techtwo-column p {
	color: #6F7475;
	font-weight: normal;
}

.moreinfo-panel {
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 14px;
}

.moreinfo-panel p {
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 145%;
	color: #6F7475;
	font-size: 14px;
}

.rule {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 15px;
	padding-top: 15px;
}

.bullets p {
	text-align: justify;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 145%;
	color: #6F7475;
	font-size: 14px;
}

/* list styles */

.list-wrapper {
	float: left;
	width: 484px;
}

.list-spacer {
	float: left;
	width: 30px;
}

.list-images {
	position: relative;
	width: 484px;
	float: left;
}

.list-images .corner {
	right: -1px;
	position: absolute;
}

.list-images img {
	float: left;
}

.list-text {
	width: 485px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}

.list-text .main-panel {
	margin: 0px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #E3ECEC;
}

.list-text .main-panel h2 {
	padding-bottom: 0px;
	padding-top: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 30px;
	color: #8C9191;
	font-size: 38px;
	letter-spacing: -2px;
	font-family: "Arial Black";
}

.list-text .main-panel p.price {
	color: #CC0000;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Arial Black";
	line-height: 30px;
	letter-spacing: -2px;
	font-size: 38px;
}

.list-text .main-panel h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #8C9191;
	font-size: 18px;
	font-weight: bold;
}
.list-text .main-panel p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 125%;
	color: #6F7475;
	font-size: 14px;
}

.list-text .main-panel p a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

.list-text .main-panel p a:hover {
	text-decoration: underline;
}

.list-text .lower-panel {
	display: block;
	margin: 0px;
	background-image: url(../jzm_images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	padding-right: 22px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
	background-color: #BBC2C2;
}
.list-text .lower-panel a {
	color: white;
	text-decoration: none;
}

.list-text .lower-panel a:hover {
}

.listtechone-column, .listtechtwo-column {
	margin-bottom: 0px;
	float: left;
}

.listtechone-column {
	width: 125px;
}

.listtechtwo-column {
	width: 330px;
}

.listtechone-column p, .listtechtwo-column p {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 14px;
	color: #6F7475;
}

/* footer styles */

.footer-wrapper {
	padding-bottom: 25px;
	position: relative;
}

.footer-wrapper .itemone, .footer-wrapper .itemtwo, .footer-wrapper .itemthree {
	height: 91px;
	float: left;
}
.footer-wrapper .itemone p, .footer-wrapper .itemtwo p, .footer-wrapper .itemthree p {
	padding: 0px;
	letter-spacing: -1px;
	color: #cc0000;
	font-weight: bold;
	font-size: 19px;
	margin-top: 30px;
}
.footer-wrapper .itemone p {
	padding-right: 10px;
	padding-left: 92px;
}
.footer-wrapper .itemtwo p {
	padding-left: 115px;
}
.footer-wrapper .itemthree p {
	padding-left: 115px;
}
.footer-wrapper .itemone img {
	left: -60px;
	position: absolute;
}
.footer-wrapper .itemtwo img {
	position: absolute;
}
.footer-wrapper .itemthree img {
	position: absolute;
}
.footer-wrapper .lower_bg {
	float: left;
	right: 750px;
	position: relative;
}
.footer-wrapper .copyright img {
	top: 3px;
	position: relative;
}
.footer-wrapper .copyright {
	color: black;
	font-size: 11px;
}
.footer-wrapper .copyright a {
	text-decoration: none;
	color: black;
}
.footer-wrapper .copyright a:hover {
	text-decoration: underline;
}
.footer-wrapper .tf {
	color: black;
	font-size: 11px;
	float: right;
}
.footer-wrapper .tf a {
	text-decoration: none;
	color: black;
	text-decoration: underline;
}


#map_canvas {
	border-color: #7a7f7f;
	border-style: solid;
	border-width: 1px;
}
#map_text h1 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 24px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
	font-size: 24px;
	font-weight: bold;
}
#map_text p, #map_text a {
	color: #7a7f7f;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
	font-size: 12px;
}

/* sold styles */
.sold {
	margin: 0px;
	padding: 0px;
	background-image: url(/jzm_images/sold.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 112px;
	position: absolute;
}

