/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  margin: 0;
}
p {
	line-height: 2;
}
h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
  }

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 2px black;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
  width: 650px;
  background: url(http://www.russauto.com/images/ncinv/ncdetailbg.jpg);
}


/* BANNER */
#banner {
	background: url(images/phone-banner.jpg) no-repeat right top;
  position: relative;
}


#banner #badge {
	position: absolute;
	left: -21px;
	top: -19px;
}

#banner #logo {
	margin: 0px;
  padding: 0;
	position: relative; /* jumping logo fix for IE */
}

#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
  position: absolute;
  right: 40px;
  bottom: 5px;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS", Arial, sans-serif;
}
.seperator {
	border-right: 1px solid #666;
	padding-right: 10px;
}

/* NAV BAR */

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(http://www.russauto.com/images/ncinv/btncbg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
  line-height: 1;
}

#topNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#topNav li a, #topNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#topNav li a:hover {
	background: url(http://www.russauto.com/images/ncinv/bg_nav_h.png);
}
#topNav a {
	display: block;
	text-decoration: none;
	padding: 0.25em 2em;
}


#mainpic {
	margin-top: 5px;
	margin-left: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0;
	border: 2px solid #000000;
	background-color: #000000;
  width: 350px;
}
#pictable {
	position: relative;
	right: 0px;
	top: 10px;
}
#contentWrapper {
	position: relative;
	clear: both;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background: url(http://www.russauto.com/images/ncinv/btncbg_nav.png) repeat-x left top;
	font-weight: bold;
	color: #FFFFFF;
}	


#topNav ul ul {
position: absolute;
z-index: 100;
}
#topNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	w\idth: 12em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#topNav li li {
	padding-right: 0em;
	width: 10em
}

#topNav li ul a {
	width: 10em;
}

#topNav li ul ul {
	margin: -1.75em 0 0 12em;
}

#topNav li:hover ul ul, #topNav li.subhover ul ul {
	left: -999em;
}

#topNav li li:hover ul, #topNav li.subhover ul, #topNav li li.subhover ul {
	left: auto;
}

#leftSidebar {
	position: absolute;
  top: 10px;
	left: 5px;
	width: 275px;
  text-align: center;
  font-size: 1.2em;
}

#title {
 text-align: right;
}
#features {
	border: dotted 1px black;
  margin-left: auto;
  margin-right: auto;
  background-color: #E7E7E7;
}
#main {
		font-size: 1.2em;
    text-align: center;
    position: absolute;
		left: 10px;
		top: -300px;
}
#npmain {
		font-size: 1.3em;
    text-align: center;
}


.mainpic {
 border: solid 3px black;
 margin-top: 5px;
}
.vfeatures {
	width: 640px;
  text-align: left;
}
.vehtitle {
	font-weight: bold;
}
.nptitle {
	font-size: 1.5em;
  font-weight: bold;
}
.spec {
	font-size: 1.1em;
}
.nopic {
	font-style: italic;
  text-align: center;
}
#certified {
	position: absolute;
	right: 0px;
	top: 47px;
}
#ralogo {
	position: absolute;
	left: 0px;
	top: 47px;
}
/*#topNav li:hover ul {
 left: auto;
}*/

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {height: 1px;}

/* IE 6 hack to make entire button clickable */
* html #topNav a { width: auto; }
* html #leftNav a { width: 110px; }
* html #rightNav a { width: 110px; }
/* remove annoying gaps */
* html #leftNav li, #rightNav li {display: inline;}
