/* JAPMotors CSS - By NQ Webdesign www.nqwebdesign.com */

body
{
	background:#CCC url(../images/bg_body.gif) repeat-x;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
}

span#nqweb_link
{
	background:url(../images/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
}

/*----------------------------------------------------------------------------------------------------------
>>> LAYOUT
----------------------------------------------------------------------------------------------------------*/
div#outer 
{
	min-width:760px;
	text-align:center;
	padding-bottom:20px;
	padding-top:12px;
}

div#inner_a
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	text-align:left;
	background:url(../images/bg_inner_a.gif) right 50px no-repeat;
}

div#inner_b
{
	width:720px;
}

div#top
{
	margin-bottom:20px;	
}

div#main
{
	background:url(../images/bg_main.gif) repeat-y;
}

div#main_inner
{
	background:url(../images/bg_main_inner.gif) no-repeat;
}


div#sidebar
{
	float:left;
	width:170px;
	padding:0;
	
}
	
div#content 
{
	float:left;
	width:550px;
	padding:0;
	text-align:left;
}

div#content_inner
{
	padding:15px 30px;
	font-size:1.2em;
	line-height:1.5;
	color:#707070;
}

div#footer
{
	text-align:center;
	clear:both;
	padding:10px 30px 5px 180px;
	font-size:1.1em;
	color:#939393;
}
/*----------------------------------------------------------------------------------------------------------
>>> MAIN NAVIGATION
----------------------------------------------------------------------------------------------------------*/

div#navigation
{
	text-align:left;
	padding-top:25px;
	padding-left:1px;
}

#navigation ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#navigation ul li
{
	margin:0;
	padding:0;

}
#navigation ul li a
{
	font-size:1.4em;
	display:block;
	text-decoration:none;
	padding:4px 10px 3px 10px;
}

/*body#home_page #navigation li#home a, body#about_page #navigation li#about a, body#shop_page #navigation li#shop a, body#contact_page #navigation li#contact a
{
	color:#730929;
	background:url(../images/bg_bullet_on.gif)  no-repeat 18px 50%;
}*/

#navigation a:link, #navigation a:visited
{	
	border-bottom:1px solid #850000;
	
	color:#FFF;
	background-color:#A50000;


}

#navigation a:hover, 
body#page-home #navigation li#home a, 
body#page-about #navigation li#about a,
body#page-services #navigation li#services a,
body#page-parts #navigation li#parts a,
body#page-contact #navigation li#contact a,
body#page-cylinderheads #navigation li#cylinderheads a,
body#page-engines #navigation li#engines a
{
	color:#000;
	background-color:#EBEBEB;
	border-color:#850000;
}




/*----------------------------------------------------------------------------------------------------------
>>> HEADINGS, PARAGRAPHS, LINKS
----------------------------------------------------------------------------------------------------------*/

#content_inner h2
{
	font-size:130%;
	font-weight:normal;
	color:#000;
}

#content_inner h1
{
	color:#A60000;
	font-weight:normal;
	font-size:160%;
}
#content_inner h3
{
	color:#A60000;
	font-size:110%;
	font-weight:bold;
}

#content_inner a:link, #content_inner a:visited
{
	color:#A50000;
}

#footer a:link, #footer a:visited
{
	color:#AAA;
	text-decoration:none;
}

#content_inner a:hover, #footer a:hover
{
	color:#FFF;
	background-color:#A50000;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------------------------
>>>FORMS
-----------------------------------------------------------------------------------------------------------------*/

.txtField
{
	background-image:url(../images/bg_input.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #DDDDDD;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	color:#031545;
}

.txtField:focus
{
	color:#01C8C8;
}


/*-----------------------------------------------------------------------------------------------------------------
>>>MISC STYLES
-----------------------------------------------------------------------------------------------------------------*/

/*Horizontal Rule */
.hr
{
	padding-bottom:13px;
	border-bottom: medium none;
	background: url('../images/dot.gif') repeat-x bottom;
}

	.noWrap
	{
		clear:both;
		height:1px;
		overflow:hidden;
 	}

	.imgFloatLeft
	{
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		border:0;
	}
	
	.imgFloatRight
	{
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		border:0;
	}
	.imgBorder
	{
		border:4px solid #CCCCCC;
	}
	
	.floatLeftBorder
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #CCCCCC;
}

.floatRightBorder
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #CCCCCC;
}

	
	.required
	{
		font-size:11px;
		color:#888888;
		font-style:italic;
	}
	
	.tableData td
	{
		border-bottom:1px solid #B1C7EB;
	}
	
	.oddrow
	{background-color:#CED9EB;
	}
	
	td p
	{
		margin:0;
		padding:0;
	}
