/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  margin: 20px;
  background: url(http://www.russauto.com/images/ucinv/texture.jpg);
}

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;
  width: 960px;
}


/* BANNER */



#bannergraphic {
	padding: 0;
  margin-bottom: -2px;
  border-bottom: solid 0px blue;
}
#footergraphic {
	padding: 0;
  margin-bottom: -2px;
  border-bottom: solid 0px black;
}

.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: .7em 1em;
	border-right: 1px solid #000;
	display: block;
	font: 1.1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#topNav li a:hover {
	background: url(http://www.russauto.com/images/ncinv/bg_nav_h.png);
  font-weight: bold;
}
#topNav a {
	display: block;
	text-decoration: none;
	padding: 0;
}


	#leftNav ul, #rightNav ul {
    margin: 0;
		padding: 0;
		width: 115px;
		border-bottom: 1px solid #999;
    
	}
	#leftNav a, #rightNav a {
		color: #FFF;
		font-size: 1.1em;
		text-decoration: none;
		border: 1px solid #999;
		padding: 7px 3px 7px 3px;
		display: block;
		background-color: #000;
		background: url(http://www.russauto.com/images/ncinv/btncbg_nav.png) repeat-x left top;
    border-bottom: none;	
	}
		#vehNav ul {
    margin: 0;
		padding: 0;
		width: 115px;
		border-bottom: 1px solid #999;
    
	}
	#vehNav a{
		color: #000;
		font-size: 1.1em;
		text-decoration: none;
		border: 1px solid #999;
		padding: 5px 3px 5px 3px;
		display: block;
		background-color: #FFF;
    border-bottom: 1px;	
	}
	#vehNav a:hover{
		font-weight: bold;
		color: #FFF;
    background-color: #000;
	}
  #leftNav a:hover, #rightNav a:hover {
		font-weight: bold;
	  background: url(http://www.russauto.com/images/ncinv/bg_nav_h.png);
		color: #FFF;
	}
  #leftSidebar {
  	position: absolute;
    top: 2px;
		left: 2px;
		width: 180px;
		
	}
	#rightSidebar {
		position: absolute;
		top: 2px;
		right: 2px;
		width: 123px;
	}
#main {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	border: 0px solid #666666;
	border-top: none;
	border-bottom: none;
}
  #mainframe, #listframe {
  	padding-left: 185px;
    margin-left: 0px;
    border: 0px solid #666666;

   }
#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;
}
#iconbar {
	background: url(http://www.russauto.com/images/ncinv/btncfooterbg.jpg.bak);
  border: 0px;
  margin: 0;
  padding: 0;
}
#iconbar img {
	width: 102px;
  border: 0px;
}
/*#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;}
