
/*~/System/CSS/Style.css*/

/** Element Cross-Browser Reset **/
 @charset "utf-8";
/* CSS Document */



/* v1.0 | 20080212 */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y:scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** Font Reset based on YUI **/



body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
 *font-size:small;
 *font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
/** Some Fairly Standard Styling Rules are then applied **/



body {
	background: #242324 url('Images/Background.png') repeat-x left top;
	color: #636466;
	margin-bottom: 40px;
	font-family: arial;
}
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 167%;
	margin: 0 0 10px 0;
	color: #4b4b4b;
	font-weight: normal;
}
h2 {
	font-size: 197%;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #900;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 123.1%;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px; 
}
h4 { font-weight: bold; display: inline; color: #900; }
p {
	padding-bottom: 10px;
}
strong, b {
	font-weight: bold;
}
/** Elements are Redefined based on site section  **/

/** Divs **/



#Wrapper {
	width: 900px;
	margin: 15px auto;
}
#PageHeader { 
	width: 900px; background: #fafafa url('Images/Header.png') no-repeat left top; margin: 0 auto; height: 130px; position:relative;
}
#PageHeader h1 { display:none; }
#Nav { position:relative; width: 900px; margin: 0 auto; background: #900 url('Images/MenuStrip.png') repeat-x left top; overflow: visible; }
	#Nav ul { margin: 0; padding: 0; width: 900px; height: 40px; overflow: hidden; }
		#Nav ul li { float: left; height: 40px ; border-right: solid 1px #6a0a0b; }
			#Nav ul li a { display: block; width: 111px; color: #fff; text-align: center; font-size: 107.5%; background: transparent url('') no-repeat right top; height: 16px; padding: 12px 0;}
			#Nav ul li:hover { background: transparent url('Images/MenuHoverRightCap.png') no-repeat right top; }
			#Nav ul li a:hover { background: transparent url('Images/MenuHoverLeftCap.png') no-repeat left top; text-decoration: none;}
			#Nav ul li.Home { width: 111px; }
			#Nav ul li.WhySushi { width: 111px; }
			#Nav ul li.GetStarted { width: 111px; }
			#Nav ul li.Vehicles { width: 112px; }
			#Nav ul li.News { width: 112px; }
			#Nav ul li.Pricing { width: 112px; }
			#Nav ul li.FAQ { width: 112px; }
			#Nav ul li.Contact { width: 112px; border-right: 0px; }
			
#faqMenu
{
	position:absolute;
	display:none;
	height:180px !important;
	width:130px !important;
	background: #89191c !important;
	text-align: left!important; font-weight: normal!important;
}

* html #faqMenu
{
	top:40px;
}

#faqMenu li
{
	width:130px !important;
    border-top: solid 1px #6a0a0b;
	background-image:none !important;
	height: 29px!important;
}

* html #faqMenu li
{
	line-height:10px !important;
	
}

#faqMenu li a
{
	display:block;
	width:125px !important;
	background-image:none !important;
	padding-top: 7px!important;    
	font-size: 85%!important; text-align: left!important; padding-left: 5px!important;
	}
* html #faqMenu li a
{
    height: 10px!important;
}
#faqMenu li a:hover
{
	background-color:#AF151B !important;
	height: 10px!important;
}

			
#ContentWrapper { width: 840px; padding: 30px; background: #fff url('Images/PageDivider.png') no-repeat 610px 70px; overflow: auto; }

#ContentArea { width: 580px; float: left; }
#ContentArea p { padding-right: 20px; }
#ContentArea .Breakout { border:solid 1px #f3c9b0; background: #fff2ea; margin-right:30px; padding:15px; font-size:1.3em; font-weight:bold; text-align:center; margin-bottom:15px; }
#ContentArea .Breakout p { padding-bottom: 0; }

#ContentArea ul
{
	padding-bottom:10px;
}
#ContentArea ul li { line-height: 20px; margin-left: 20px; padding-right: 10px; color: #000; }
#ContentArea ul li ul li,
#ContentArea ul.bulleted li
{
	list-style: outside disc;
	line-height:20px;
	margin-left:20px;
	padding-right:10px;
	    color: #646464;  
}

#ContentArea .DetailsView
{
	width:835px;
	margin-bottom:30px;
}

.DetailsViewHeader
{
	width:100px;
}

#ContentArea .DetailsView td
{
	border:none;
	vertical-align:top;	
}

#ContentArea .DetailsView a
{
	padding:20px 20px 0 0;
}

#SideBar { width: 230px; float: right; background: transparent url('Images/SideBottomCap.png') no-repeat center bottom; padding-bottom: 110px; font-size: 85%; }

#Footer { background-color: #fff; clear: both; text-align: center; margin: 0 auto; padding: 15px; border-top: solid 1px #e5e5e5; font-size: 85%; }

/** Page & Sidebar Headers **/


#SideBar h2 { display: block; height: 20px; width: 210px; background-image: url('Images/SideCap.png'); background-repeat: no-repeat; background-position: left top; color: #fff; font-size: 152%; padding: 10px 10px; margin-bottom: 0px!important; }
#SideBar image#SavageSushi_SidebarContent_sidebarImage { border-bottom: 1px solid #000; }

#SideBar ul { margin-top: 0px!important; }
#ContentArea h1  
{
	display: block; 
	height: 40px; 
	width: 580px; 
	background-image: url(Images/PageTitleBlank.jpg);
	background-repeat: no-repeat; 
	background-position: left top; 
	/*text-indent: -6000px;*/
	text-indent:0;
	color:#fff;
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
	font-size:1.7em;
}

/*
body.Home #ContentArea h1 { background-image: url('Images/PageTitleHome.jpg') ; }
body.WhySushi #ContentArea h1 { background-image: url('Images/PageTitleWhySushi.jpg') ; }
body.GetStarted #ContentArea h1 { background-image: url('Images/PageTitleGetStarted.jpg') ; }
body.Vehicles #ContentArea h1 { background-image: url('Images/PageTitleVehicles.jpg') ; }
body.News #ContentArea h1 { background-image: url('Images/PageTitleNews.jpg') ; }
body.Pricing #ContentArea h1 { background-image: url('Images/PageTitlePricing.jpg') ; }
body.FAQ #ContentArea h1 { background-image: url('Images/PageTitleFAQ.jpg') ; }
body.Contact #ContentArea h1 { background-image: url('Images/PageTitleContact.jpg') ; }
body.Register #ContentArea h1 { background-image: url('Images/PageTitleRegister.jpg') ; }
body.Contact #ContentArea h1 { background-image: url('Images/PageTitleContact.jpg') ; }
body.Privacy #ContentArea h1 { background-image: url('Images/PageTitlePrivacyPolicy.jpg') ; }
body.RacingCars #ContentArea h1 { background-image: url('Images/PageTitleRacingCars.jpg') ; }
body.Calculator #ContentArea h1 { background-image: url('Images/PageTitleCostCalculator.jpg') ; }
body.Pay #ContentArea h1 { background-image: url('Images/PageTitlePaymentProcessed.jpg') ; }
body.Checkout #ContentArea h1 { background-image: url('Images/PageTitleSecurePayment.jpg') ; }
*/

/**
body.Home #SideBar h2 { background-image: url('Images/PageTitleHome.jpg') ; }
body.WhySushi #SideBar h2 { background-image: url('Images/PageTitleWhySushi.jpg') ; }
body.GetStarted #SideBar h2 { background-image: url('Images/PageTitleGetStarted.jpg') ; }
body.Vehicles #SideBar h2 { background-image: url('Images/PageTitleVehicles.jpg') ; }
body.News #SideBar h2 { background-image: url('Images/PageTitleNews.jpg') ; }
body.Pricing #SideBar h2 { background-image: url('Images/PageTitlePricing.jpg') ; }
body.FAQ #SideBar h2 { background-image: url('Images/PageTitleFAQ.jpg') ; }
body.Contact #SideBar h2 { background-image: url('Images/PageTitleContact.jpg') ; }
**/
/** SideBar **/

#SideBar p { padding: 0 15px 15px 15px; }
#SideBar ul { background-color: #e5e5e5; padding: 10px 15px 5px 15px; border-bottom: 1px solid #000; }
#SideBar ul li { margin-bottom: 10px; }
#SideBar ul li a { color: #585858; }

/** Link Panels **/

a.PerfectNewCar { display: block; width: 550px; height: 220px; background: transparent url('Images/HomePageAd.jpg') no-repeat left top; text-indent: -6000px; }
a.SearchBidDrive { display: block; width: 550px; height: 100px; background: transparent url('Images/123Panel.jpg') no-repeat left top; text-indent: -6000px; }
a.RegisterNow { display: block; width: 305px; height: 34px; background: transparent url('Images/RegisterFreeButton.png') no-repeat left top; text-indent: -6000px; }

/** Login Form **/

fieldset { border: none; }
fieldset div { width: 170px; float: left; margin-right: 10px; }
* html fieldset div { width: 120px; margin-right: 5px; }
fieldset div label { display: block;  }
fieldset div input { margin-left: 0; padding: 2px; float: left; }
fieldset div.Password { width: 200px; }

#PageHeader div#LoginRegister { position:absolute; left:460px; top:10px; height:107px; }
#PageHeader div#LoginRegister input { width:150px; background:#fff !important; }
#PageHeader div#LoginRegister fieldset { margin: 0; }
#PageHeader div#LoginRegister fieldset div a { margin-top: 5px; }
#PageHeader div#LoginRegister fieldset div a.LoginButton { margin: 0; display: block; width: 33px; height: 20px; margin: 2px 0 0 5px; background: transparent url(Images/LoginButton.png) no-repeat left top; text-indent: -6000px; float: left; }
#PageHeader div#LoginRegister fieldset div a.ForgotPass { float: right; margin: 0px 7px 0 0; }
#PageHeader div#LoginRegister a.Register { display:block; position:absolute; bottom:0px; right:26px; width:115px; height:31px; overflow:hidden; text-indent:-2000px; }

#PageHeader div#LoginRegister fieldset div.Username { width: 190px; }
#PageHeader div#LoginRegister fieldset div.LoginTo {padding:5px 0 5px; width: 400px!important;}
#PageHeader div#LoginRegister fieldset div.LoginTo label {float:left; width:auto !important; clear:none; margin-right:10px !important; padding-top:3px !important;}
#PageHeader div#LoginRegister fieldset div.LoginTo input {float:left; width:auto !important; clear:none; margin-right:5px !important;}

#PageHeader div#LoginRegister fieldset div.LoginTo {*padding:5px 0 0 0; *width:400px;}
#PageHeader div#LoginRegister fieldset div.LoginTo label {*margin-right:5px !important;}
#PageHeader div#LoginRegister fieldset div.LoginTo input {*margin-right:0px !important;}

#PageHeader div#LiveRate { display:block; width:300px; height:31px; font-size: 92%; padding: 15px 0 0 0; }


body.Admin #SideBar, body.AdminLogin #SideBar { display:none; }
body.Admin #ContentWrapper, body.AdminLogin #ContentWrapper { background:#fff; }
body.Admin #ContentArea, body.AdminLogin #ContentArea { width:840px; }

.checkbox input
{
	width:auto !important;
}
.FileArea { padding-top: 20px;  padding-bottom : 10px;}
.FileArea table.GridView { margin-left: 40px; }
.FileArea table.GridView tr td { padding-bottom: 8px; }


span.error
{ 
	color: #900; 
	font-style:italic; 	
	font-weight: normal;
}

span.validationSummary
{ 
	color: #900; 
	font-style:italic; 	
	font-weight: normal;	
}

/*~/System/CSS/John.css*/

body {
}
#ContentArea fieldset { }
#ContentArea fieldset legend
 {
	font-size: 197%;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #900;
	letter-spacing: 0.05em;
}

#ContentArea fieldset label
{ width: 130px; float: left; padding: 2px 10px 0 0 ; font-weight: bold; text-align: right;  }

#ContentArea fieldset input
{
	width:250px;
}
#ContentArea fieldset p.Smaller input
{
	width:125px;
}

#ContentArea fieldset p.Radio { float: left; }
#ContentArea fieldset p.Radio input { float: left; clear:both; width:20px; margin-top:3px; }

#ContentArea fieldset p.Radio label { float: right; color: #000; font-weight: normal; width: 500px; text-align: left; padding-bottom:10px; }
#ContentArea fieldset p.Submit { }
#ContentArea fieldset p.Submit input{ width: 150px; margin-left: 140px; }

div.calculator table { margin: 0 auto; width: 500px; }



/*~/System/CSS/VehicleDetails.css*/

.clear
{
	clear:both;
	height:0;
	line-height:0;
}

.clear10
{
	clear:both;
	height:10px;
}

.Vehicle #ContentWrapper
{
	background-image:none;
}

.Vehicle #SideBar
{
	background:none;
	padding-bottom:20px;
}

.Vehicle #SideBar h3
{
	padding-top:20px;
}

.Vehicle #SideBar p
{
	padding-left:0;
}

.Vehicle #SideBar ul
{
	background-color:#fff;
	border-bottom:none;
	padding: 0;
}
.Vehicle #SideBar ul li
{
	margin:0 0 3px 0;
}


.Vehicle #SideBar ul strong
{
	display:block;
	float:left;
	width:60px;
}

#smallImages a
{
	display:block;
	margin-right:10px;
	float:left;
	border:solid 2px #fff;
}

#smallImages a.selected
{
	border:solid 2px #f00;
}