/*CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 175%;
}


html, body {
	height: 100%;
}
body {
	width: 100%;
	background: #000;
	color: #fff;
	font-family: "Helvetica Neue", "Trebuchet MS", sans-serif;
}

#container {
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
	background: #000;
	height: 100%;
}

#header img {
	float: none;
	display: block;
	margin: 0 auto;
}
	#header #logo {
		width: 30%;
		height: 300px;
	}

	#header #banner {
		width: 900px;
		height: 200px;
		
	}



	/********************************************************/
	nav2 
	{
	clear: left;
	margin: 0 auto;
	background: none;
	height: 50px;
	width: 900px;
	line-height: 50px;
	font-family: "Helvetica";
	font-size: 16px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

	nav2 ul {
	margin: 10px auto;
	list-style-type: none;
	display: table;
	
	}
	
	nav2 ul li{
		display: table-cell;
		width: 200px;
		text-align: center;

	}
	
	nav2 ul li a, ul li a:link, nav2 ul li a:visited {
		display: block;
		height: 40px;
		text-shadow: none;
		color: #ff9900;
		text-decoration: none;
	}

	nav2 ul:after {
		content: ""; clear: both; 
		display: table-cell;
	}

	nav2 ul ul {
		display: none;
		color: #ffffff;
		text-decoration: none;
		width: 200px;
		position: absolute;
		z-index: 90;

	}
	
	nav2 ul li:hover > ul {
		display: block;
		width: 200px;
		color: #ffffff;
		background: none;
		text-shadow: none;
		box-shadow: none;	
	}
	.drop_menu {
	background:#000000;
	padding:0;
	margin:0 auto;
	line-height: 50px;
	list-style-type:none;
	height:40px;
	width: 900px;
}
.drop_menu li { 
	float:left; 
}
.drop_menu li a{
	padding:10px 0px;
	width: 150px;
	display:block;
	color:#ff9900;
	text-decoration:none;
	text-align: center;
	font-family: "Helvetica";
	font-size: 16px;
}
.drop_menu li a:hover{color: #ffffff;}
/* Submenu */
.drop_menu ul {
	position:absolute;
	padding:10px 0px;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.drop_menu li:hover { position:relative; background:#000000; }
.drop_menu li:hover ul {
	left:0px;
	top:30px;
	background:#000000;
	padding:0px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:168px;
	line-height: 50px;
	text-align: left;
	text-indent:15px;
	background-color:#000000;
}
.drop_menu li:hover ul li a:hover { background:#000000; color: #ffffff;}

/*****************************************************************/
#content a:link, #content a:visited {
		color: #FF9900;
		text-decoration: none;
	}
	P.centertext {
    text-align: center;
    
}
.content ul li a, ul li a:link, .content ul li a:visited {
		display: block;
		height: 40px;
		text-shadow: none;
		color: #ff9900;
		text-decoration: none;
	}

#content {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background: #000;

	}
	#content img {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;

	}
	#content h1{
		color: #FF9900;
		font-size: 38px;
		margin-bottom: none;
		padding-bottom: none;
	}
	#content h2 {
		padding: 10px 0;
		font-size: 32px;
	}

	#content h3 {
		color: #FF9900;
		font-size: 26px;
	}
	#content h4 {
	
		font-size: 22px;
		margin-bottom: 0px;
		margin-top: 15px;


	}
	#content p {
		clear: left;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	#content #frontpage img {
		max-width: 500px;
		float: left;
		margin: 10px;
		padding-left: 0px;
	}
	#content #products img {
		max-width: 500px;
		float: none;
		margin: 10px;
	}

	#content #slideshow {
		display: block;
		padding-left: 50%;
		float: none;
		margin: 30px;
	}
	#content #slideshow2 {
		display: block;
		padding-right: 5%;
		float: none;
		margin: 30px;
	}


	#content #map {
		float: right;
		margin: 15px;
		padding-top: 25px;
	}

	#content #memoryShow {
		float: left;
		margin: 13px;
		padding-left: 250px;
	}

	#content #memShow {
		float: left;
		margin: 13px;
		padding-left: 50px;
	}

	#content #memoryShow img {
			border: 1px solid #444;
			background: #eee;
			width: 600px;
			height: 600px;
	}
	#content #memShow img {
			border: 1px solid #444;
			background: #eee;
			width: 600px;
			height: 600px;
		}

	#content #slideshow img{
		border: 1px solid #444;
		background: #eee;
		width: 360px;
		height: 360px;
	}

	#content ul {
		clear: all;
		list-style-type: none;
		padding-left: 15px;
	}

	#content #nissan_products ul {
		clear: left;
		display: block;
		margin: auto;
		list-style-type: none;
		padding-left: 15px;
	}
	#content #nissan_products img { 
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		border: none;
		background: none;
		
		max-width: 400px;
	}
	#content #nissan_products h3{
		color: #FF9900;
		font-size: 26px;
		margin-bottom: 40px;
		padding-bottom: none;
	}
	#content #nissan_rearbumpers {
		float: left;
		width: 100%;
	
	}

	
	#content #nissan_rearbumpers img { 
		display: inline-block;
		float: none;
		border: none;
		background: none;
		max-height: 200px;
		
		margin:10px;
	
	}
	#content #nissan_rearbumpers figure { 
		float: left;
		border: none;
		background: none;
		max-height: 250px;
		width: 275px;
		margin: 10px;
	}
#content #nissan_rearbumpers figcaption { 
		float: none;
		border: none;
		text-align: center;
		background: none;

		margin: 0px;
	}
	#content #gallery {
		float: left;
		width: 100%;
	
	}

	
	#content #gallery img { 
		display: inline-block;
		float: none;
		border: none;
		background: none;
		max-height: 200px;
		
		margin:10px;
	
	}
	#content #gallery figure { 
		float: left;
		border: none;
		background: none;
		max-height: 250px;
		width: 275px;
		margin: 10px;
	}
#content #gallery figcaption { 
		float: none;
		border: none;
		text-align: center;
		background: none;

		margin: 0px;
	}
	#content #mem  {
		float: left;
		width: 100%;
		
		text-align: center;
		margin-bottom: 100px;
		
	}
	#content #mem h2, h3, h4{
		float: left;
		
	}
	#content #mem img {
		float: left;
		border: 1px solid #444;
		background: #eee;
		width: 300px;
		height: 300px;
		margin: 3px 200px 0px 0px;
	}


	#content #sidebar {
		
		float: inherit;
		margin: 0px auto;
	}

	#content #sidebar h3 {
		font-style: italic;
		margin-left: 35px;
	}

	#content #logo {
	display: block;
	float: none;
	width: 400px;
	height: 400px;
	}
		
	#content #picleft {
		float: left;
		margin: 15px;
		width: 400px;
		height: 267px;
	}
	#content #picright {
		float: right;
		margin: 15px;
		width: 400px;
		height: 267px;
	}

#footer {
	/*position: absolute;
	bottom: 0;
	/*clear: left;*/
	
	float:left;
	width: 100%;
	height: 15px;
	color: #111;
	margin: 0 auto;
	margin-top: 50px; /*change this to a much lower value (probably 40px or so) once content is filled*/
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	background: #FF9900;
}
#memfooter {
	/*position: absolute;
	bottom: 0;
	/*clear: left;*/
	
	float:left;
	width: 100%;
	height: 15px;
	color: #111;
	margin: 0 auto;
	margin-top: 40x; /*change this to a much lower value (probably 40px or so) once content is filled*/
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	background: #FF9900;
}














