a {
	color:#C40;
}
a:hover {
	color:#f00;
}
body {
	background: #000 url(../images/jass_bg.gif) repeat top center; 
	background-attachment: fixed;
	height:100%;
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
	padding:0px;
}
h1, h1 a {
	border-bottom:1px solid #f00;
	color:#333;
	font-size:20px;
	font-weight:bold;
	padding:0px 0;
}
h1 a {
	text-decoration:none;
}
h1 a:hover {
	color:#f00;
	text-decoration:none;
}
/*-------------------------------------------------------------------------------
	Selectors for header: Richard C. Silverio: 06.06.10
--------------------------------------------------------------------------------*/
#jass_container {
	margin: 0 auto;
	width:980px;
}
#jass_header {
	
	height:197px;
	width:980px;
}
#jass_header_bottom {
	float:left;
	height:46px;
	width:426px;
}
/*-------------------------------------------------------------------------------
	Selectors for horizontal nav: Richard C. Silverio: 06.06.10
--------------------------------------------------------------------------------*/
#jass_container #jass_topnav {
	background:url(../images/jass_nav.gif) no-repeat;
	float:left;
	height:46px;
	margin:0;
	padding:0;
	width:554px;
}
#jass_container #jass_topnav span {
	display: none;
}		
#jass_container #jass_topnav li, #jass_topnav a {
	height:46px;
	display:block;
}
#jass_container #jass_topnav li {
	display:inline;
	float:left;
	list-style:none;
}
/*Individual links for Jass - off/hover state: Richard C. Silverio: 06.06.10*/
#jass_container #jass_nav_home {
	width: 170px;
}
#jass_container #jass_nav_aboutus {
	width: 117px;
}
#jass_container #jass_nav_employees {
	width: 128px;
}
#jass_container #jass_nav_contactus {
	width: 139px;
}
/*hover state for navigation*/
#jass_container #jass_nav_home a:hover {
	background:url(../images/jass_nav.gif) 0px -46px no-repeat; 
}
#jass_container #jass_nav_aboutus a:hover {
	background:url(../images/jass_nav.gif) -170px -46px no-repeat; 
}
#jass_container #jass_nav_employees a:hover {
	background:url(../images/jass_nav.gif) -287px -46px no-repeat; 
}
#jass_container #jass_nav_contactus a:hover {
	background:url(../images/jass_nav.gif) -415px -46px no-repeat; 
}
/*-------------------------------------------------------------------------------
	Selectors for body: Richard C. Silverio: 06.06.10
--------------------------------------------------------------------------------*/
#jass_body {
	background-color:#ccc;
	/*height:100%;*/
	width:980px;
}
#jass_left_container {
	float:left;
	margin:4px 0 4px 4px;
	width:180px;
}

#jass_left_nav {
	background:#fff url(../images/jass_bg_leftnav.gif) repeat;
	width:180px;
}
#jass_left_nav_heading {
	margin-bottom:5px;
}
#jass_copy {
	background-color:#fff;
	float:left;
	margin:4px 4px 4px 4px;
	padding:10px;
	text-align:left;
	width:788px;
}
html > body #jass_copy {
    width:768px;
}
/*-------------------------------------------------------------------------------
	Selectors for footer: Richard C. Silverio: 06.06.10
--------------------------------------------------------------------------------*/
#jass_footer {
	background-color:#666;
	color:#fff;
	font-size:10px;
	margin:3px;
	padding:5px;
	text-align:left;
	width:974px;
}
html > body #jass_footer {
    display:block;
	margin:0 3px 3px 3px;
	width:964px;
}
html > body #firefox_margin {
	height:1px;
}
/*-------------------------------------------------------------------------------
	Selectors for left navigation and left promo: Richard C. Silverio: 06.07.10
--------------------------------------------------------------------------------*/
ul.jass_products
{
	list-style-type:none;
	margin-bottom:10px;
	text-align:left;
}
li.jass_shopbybrand a
{
	background:#ccc url(../images/jass_bg_subnav.gif) no-repeat;
	color:#333;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:14px;
	margin-left:-32px;
	margin-bottom:10px;
	padding:5px;
	text-decoration:none;
	width:164px;
}
html > body li.jass_shopbybrand a {
	width:155px;
}
li.jass_shopbybrand a:hover
{
	color:#f00;
}
#left_promo {
	margin-top:5px;
}
/*-------------------------------------------------------------------------------
	Selectors contact page: Richard C. Silverio: 06.15.10
--------------------------------------------------------------------------------*/
.jass_left_column {
	float:left;
	width:290px;
}
.jass_right_column {
	float:left;
	width:290px;
}
/*-------------------------------------------------------------------------------
	Selectors for car selection page: Richard C. Silverio: 08.12.10
--------------------------------------------------------------------------------*/
.jass_cars {
	float:left;
	height:150px;
	text-align:center;
	padding:10px;
	width:364px;
}
.jass_cars img {
	margin-bottom:5px;
}
.jass_parts {
	float:left;
	height:106px;
	text-align:center;
	padding:10px;
	width:364px;
}
