* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:#272727 url(images/bg.gif) repeat-y top center;
	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;
}
hr {
	color:#666;
	background:#666;
	height:1px;
	margin:10px auto;
}

/* Wrap */
#wrap {
	width:998px;
	margin:0 auto;
	background:#FFF url(images/wrap_bg.gif) repeat-y scroll top left;
	border:1px solid #000;
}

/* 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:425px;
	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 */
#nav {
	width:180px;
	float:left;
	padding:6px;
}

#nav img {
	margin-bottom:4px;
}
#nav img#nav10 {
	margin-bottom:6px;
}

/* Cover */
#cover {
	position:relative;
}

#cover #blogLink {
	position:absolute;
	left:6px;
	top:234px;
}

#blogLink a {
	display:block;
	background:transparent url(images/blog.png) no-repeat;
	height:45px;
	width:48px;
}

#cover #facebookLink {
	position:absolute;
	left:72px;
	top:234px;
}

#facebookLink a {
	display:block;
	background:transparent url(images/facebook.png) no-repeat;
	height:38px;
	width:38px;
}

#cover #twitterLink {
	position:absolute;
	left:134px;
	top:234px;
}

#twitterLink a {
	display:block;
	background:transparent url(images/twitter.png) no-repeat;
	height:38px;
	width:38px;
}

#cover #bottomlineEvent {
	position:absolute;
	left:216px;
	top:215px;
}

#bottomlineEvent a {
	display:block;
	background:transparent url(images/BottomLineEvent.jpg) no-repeat;
	height:65px;
	width:165px;
}

#cover #nissanLeaf {
	position:absolute;
	left:619px;
	top:215px;
}

#nissanLeaf a {
	display:block;
	background:transparent url(images/leaf_banner.jpg) no-repeat;
	height:65px;
	width:165px;
}

#cover #currentAds {
	position:absolute;
	left:620px;
	top:167px;
}

#currentAds a {
	display:block;
	background:transparent url(images/ads.png) no-repeat;
	height:40px;
	width:162px;
}

/* Sub-Nav */
#subnav {
	margin-top:6px;
}

/* Content */
#content {
	width:766px;
	float:right;
	padding:20px;
}
#content.homeContent {
	width:800px;
	padding:6px 6px 0 0;
}

/* 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;
}

#seoWrap, #seoWrap a, #seoWrap a:hover {
	color:#666;
}
#seoWrap {
	margin:20px auto 0;
	width:976px;
	clear:both;
	padding:10px;
	border:1px solid #666;
}

#seoText {
	height:150px;
	overflow:auto;
}


/* 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;
}
li.none {
	list-style-type:none;
	list-style-image:none;
}