* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/bg.gif) fixed repeat-x #808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:20px; font-weight:bold; color:#c81346;}
h2{font-size:18px; font-weight:bold; color:#666;}
h3{font-size:16px; font-weight:bold; color:#838383;}
h4{font-size:14px; font-weight:bold; color:#c81346;}
h5{font-size:12px; font-weight:bold; color:#838383;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-top:10px;
	margin-bottom:10px;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
}

ul, ol {
	margin-left:20px;
}

img, a img, table {
	border:none;
}
a, #content a {
	color:#CC0000;
}
a:hover, #content a:hover {
	text-decoration:underline;
}

/* Wrap */
#wrap {
	width:998px;
	margin:0 auto;
	background:#FFF url(images/wrap_bg.gif) repeat-y scroll top left;
	border:1px solid #000;
}

#wrap.coverWrap {
	background-image:none;
}

/* Header */
#header {
	height:114px;
	background:url(images/header_bg.gif) no-repeat;
	position:relative;
	border-bottom:1px solid #000;
}

#headerHomeLinkLogo {
	position:absolute;
	height:50px;
	width:55px;
	top:7px;
	left:19px;
}

#headerHomeLinkText {
	position:absolute;
	height:40px;
	width:315px;
	top:13px;
	left:422px;
}

#headerPhone {
	position:absolute;
	top:75px;
	left:524px;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

#headerAddy {
	position:absolute;
	top:70px;
	left:774px;
	font-weight:normal;
	font-size:10px;
	line-height:21px;
	color:#838383;
}

/* Nav */
#navTop {
	clear:both;
	height:30px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:1px solid #000;
}
#navTop a {
	display:inline-block;
	float:left;
}

#navInt {
	width:178px;
	float:left;
}
#navInt img {
border-bottom:1px solid #000;
}

#navInt img#latestVideo {
	border-bottom:none;
}


/* Cover */
#cover {
	position:relative;
	clear:both;
}
#coverText {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:215px;
	height:314px;
	padding:12px;
	overflow:hidden;
}
#coverText h1{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
}
#coverText span.redText{
	color:#c81346;
}
#coverText p{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
}

#coverText a#specialsBtn {
	display:block;
	height:31px;
	width:175px;
	margin:15px auto 0;
	background:url(images/specials_btn.gif) no-repeat scroll top left;
}

#coverText a#specialsBtn:hover {
	background:url(images/specials_btn_live.gif) no-repeat scroll top left;
}

#latestVideoHome {
	display:block;
	position:absolute;
	right:20px;
	top:265px;
	width:174px;
	height:56px;
	background:transparent url(images/latest_video_home.png) no-repeat;
}

#nissanNowHome {
	display:block;
	position:absolute;
	right:26px;
	top:175px;
	width:165px;
	height:79px;
	background:transparent url(images/nowSales.jpg) no-repeat;
}

#bottomlineEventtHome {
	display:block;
	position:absolute;
	right:26px;
	top:90px;
	width:165px;
	height:65px;
	background:transparent url(images/BottomLineEvent.jpg) no-repeat;
}

#nissanLeafHome {
	display:block;
	position:absolute;
	right:26px;
	top:180px;
	width:165px;
	height:65px;
	background:transparent url(images/leaf_banner.jpg) no-repeat;
}

/* Subnav */
#subNav {
	clear:both;
	background:#ebebeb;
}


/* Content */
#content {
	width:779px;
	float:right;
	padding:20px;
}

/* Footer */
#footer {
	clear:both;
	height:30px;
	background:#d0d0d0;
	border-top:1px solid #000;
	position:relative;
}
#footer #footerText {
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin-top:9px;
	text-align:center;
}

#footer #footerText span {
	font-size:9px;
	font-weight:bold;
	color:#666;
	padding:1px 18px 2px 6px;
	border-left:1px #666 solid;
	line-height:7px;
	display:inline-block;
}

#footer #footerText a {
	color:#666;
}
#footer #footerText a:hover {
	color:#666;
}
#footer #footerNissanLogo {
	position:absolute;
	height:11px;
	width:69px;
	top:10px;
	right:5px;
}

/* Individual Page Stylings */



/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

p.larger {
font-size:16px;
}

li.none {
	list-style:none none;
}