html {
	margin: 0px;
	padding: 0px;	
	font-family: verdana, arial;
	height: 100%;
	background-color: #ffffff;	
}

body {
	margin: 0px;
	padding: 0px;	
	font-family: verdana, arial;
	height: 100%;	
}

body * {
	font-family: verdana, arial;
}

#overallwrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#pagewrapper {
	width: 964px;
	margin: 0px auto 100px auto;
	background: url('/images/BGContent.jpg') 0px 84px no-repeat;
}

#enforceminheight {
	min-height: 450px;
	margin: 0px;
	padding: 0px;	
}

#topmenu {
	width: 100%;
	height: 84px;
	background-color: #ffffff;
}

#topmenu ul {
	display: inline;
	margin: 10px 0px;
	padding: 0px;
}

#topmenu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#topmenu ul li img {
	border: none;
}

#contentwrapper {
	margin: 20px;
	padding: 10px;
	background: url('images/BG_Fade.png');
}

#content {
	width: 884px;
	min-height: 300px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 13px;
	color: #333333;
	text-align: left;
}

#content h1 { font-size: 23px; margin: 0px 0px 10px 0px; }
#content h2 { font-size: 21px; margin: 0px 0px 10px 0px; }
#content h3 { font-size: 19px; margin: 0px 0px 10px 0px; }
#content h4 { font-size: 17px; margin: 30px 0px 10px 0px; }
#content h5 { font-size: 15px; margin: 30px 0px 10px 0px; }
#content h6 { font-size: 13px; margin: 30px 0px 10px 0px; }

#homepagebottomcontent {
	padding: 0px;
	margin: 0px;
	background-color: #d6dbdf;
	border-bottom: 3px solid #999999;	
	height: 100px;
	width: 964px;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #bdbdbd;
}

#footer ul {
	padding: 0px;
	margin: 5px;
}

#footer ul li {
	display: inline;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 15px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;	
	background: url('images/MENU_itemBG.gif') 0% 100% no-repeat;
}

#footer a:link    { text-decoration: none; color: #666666; }
#footer a:visited { text-decoration: none; color: #666666; }
#footer a:active  { text-decoration: none; color: #666666; }
#footer a:hover   { text-decoration: none; color: #c71444; }

#headernissanlogo {
	width: 220px;
	height: 74px;
	background: url('images/HEADER_logo.gif') no-repeat;
	float: left;
}

#headercrownlogo {
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 700px;
	height: 40px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	background: url('images/HEADER_redline.gif') repeat-x;
}

#headername {
	float: left;
}

#headerinfo {
	float: right;
	text-align: right;
	margin-right: 20px;
	font-size: 18px;
	color: #c13d57;
}

#topmenu a:link    { text-decoration: none; color: #666666; }
#topmenu a:visited { text-decoration: none; color: #666666; }
#topmenu a:active  { text-decoration: none; color: #666666; }
#topmenu a:hover   { text-decoration: none; color: #c71444; }

#topmenu img { border: 0px; }

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#topmenu ul li {
	position: relative;
	float: left;
	height: 28px;
}

#menuitemnew						{ width: 93px; height: 34px; background: url('images/MENU_item_SeeNewVehicles.gif') top left no-repeat; }
#topmenu ul li:hover #menuitemnew		{ width: 93px; height: 34px; background: url('images/MENU_item_SeeNewVehicles.gif') bottom left no-repeat; }

#menuitempreowned					{ width: 140px; height: 34px; background: url('images/MENU_item_SeePreownedVehicles.gif') top left no-repeat; }
#topmenu ul li:hover #menuitempreowned	{ width: 140px; height: 34px; background: url('images/MENU_item_SeePreownedVehicles.gif') bottom left no-repeat; }

#menuitemservice					{ width: 87px; height: 34px; background: url('images/MENU_item_Service.gif') top left no-repeat; }
#topmenu ul li:hover #menuitemservice	{ width: 87px; height: 34px; background: url('images/MENU_item_Service.gif') bottom left no-repeat; }

#menuitemspecials					{ width: 92px; height: 34px; background: url('images/MENU_item_Specials.gif') top left no-repeat; }
#topmenu ul li:hover #menuitemspecials	{ width: 92px; height: 34px; background: url('images/MENU_item_Specials.gif') bottom left no-repeat; }

#menuitemabout						{ width: 79px; height: 34px; background: url('images/MENU_item_AboutCrown.gif') top left no-repeat; }
#topmenu ul li:hover #menuitemabout		{ width: 79px; height: 34px; background: url('images/MENU_item_AboutCrown.gif') bottom left no-repeat; }


#topmenu ul li:hover div.menuitemdropdowncontainer {
	display: block;
}

#topmenu ul li div.menuitemdropdowncontainer {
	z-index: 100;
	position: absolute;
	top: 34px;
	left: 3px;
	display:none;
	width: 160px;
	padding: 0px 4px 4px 0px;
	background: url('images/MENU_item_dropdownBG.png') bottom right no-repeat;
}

#topmenu ul li div.menuitemdropdowncontainer ul {
	border: 5px solid #d7d7d7;
	padding:0px;
	margin: 0px;
	width: 150px;
	text-align: left;
}

#topmenu ul li div.menuitemdropdowncontainer ul li{
	float: none;
	margin: 0px;
	padding: 0px;
}

#topmenu ul li div.menuitemdropdowncontainer ul li a{
	display: block;
	font-size: 13px;
	padding: 4px;
}

#topmenu ul li div.menuitemdropdowncontainer ul li a:hover {
	color: #c71444;
	background: #d7d7d7;
}

ul {
	margin-left: 20px;
	padding-left: 20px;
}






