﻿/*********** HTML Tags ***********/
html {background-color: #2F2C2D;}

body
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-color: #2F2C2D;
}

a		{color: #F3E500;}
a:hover {color: #FFF; text-decoration: none;}

/* This is responsible for positioning the BB Form's BG */
form 
{
	background-image: url('bb_main_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 570px;
	height: 570px;
	overflow: hidden;
	text-align: left;
	margin: 10px auto 0 auto;
}

/*********** Container Setup ***********/

/* Header */
#MOHdr
{
	height: 125px;
}

#MOHdrFlash, #MOSiteText
{
	float: left;
	overflow: hidden;
}

/* Welcome Flash */
#MOHdrFlash
{
	width: 350px;
	height: 125px;
}

/* Name, Addr, Phone */
#MOSiteText
{
	width: 200px;
	height: 105px;
	text-align: right;
	padding: 17px 20px 0 0;
}

/* Functionality (Form, Buttons) and Main Image */
#MOFuncImg
{
	height: 260px;
	overflow: hidden;
}

/* Functionality (Form, Buttons) */
#MOFunctionality 
{
	float: left;
	width: 206px;
	padding-left: 20px;
}

/* Big Car Img */
.MOMainImg
{
	float: left;
	width: 320px;
	height: 240px;
	border: solid 2px #F3E500;
	margin-top: 5px;
}

/* Year Make Model $##,### */
#MOYMMS
{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

/* Holds Response Flash/Images */
#MOFlashHldr
{
	padding-top: 20px;
	padding-left: 100px;
}

#MOFtr
{
	width: 530px;
	margin: 0 auto;
	font-size: 11px;
}

/* Powered By */
#BtmLnkLeft
{
	display: block;
	float: left;
}

/* Privacy Policy */
#BtmLnkRight
{
	display: block;
	float: right;
}

/*********** Actual CSForm ***********/

/* Generated Form Control 
.CSFormDef 
{
	height: 190px;
	overflow: hidden;
}*/

/* Main Form Title */
.frmTitle
{
	visibility: hidden;
	display: none;
}

/* Contact Us */
.Info .frmHeaderTitle
{
	font-size: 18px;
	margin-bottom: 5px;
}

/* Email disclaimer */
.OfferHdr .frmHeaderTitle
{
	font-size: 10px;
	position: relative;
	top: 28px;
}

/*********** Form Text Inputs ***********/

/* Normal */
.frmTxt
{
	height: 19px;
	border-top: none;
	border-left: none;
	border-right: solid 2px #1D1B1C;
	border-bottom: solid 2px #1D1B1C;
	margin-bottom: 3px;
	text-align: left;
	background-image: url('bb_form_field_bg.gif');
	background-repeat: repeat-x;
	background-color: #FFF;
	font-weight: 600;
	padding: 2px 2px 1px 2px;
}

/* Unvisited */
.frmTxt.unvisited	{color: #333;}

/* In Focus */
.frmTxt.focussed
{
	border-right: solid 2px #F3E500;
	border-bottom: solid 2px #F3E500;
}

/* Labels - not shown */
.frmLblLt
{
	display: none;
	visibility: hidden;
}

/* Move Offer input above email disclaimer */
.OfferHdr div.frmFieldLine
{
	position: relative;
	top: -28px;
}

/* Move submit button above email disclaimer to the right of the offer input */
.frmBtn
{
	color: #F3E500;
	background-color: Transparent;
	border: none;
	width: 65px;
	height: 23px;
	position: relative;
	top: -54px;
	left: 118px;
	text-decoration: underline;
}
.frmBtn:hover	{color: #FFF; text-decoration: none;}

/*********** Test Drive/Credit App links ***********/

/* Sprite Link Buttons/Image Replacement Class */
.CSSprite
{
	display: block;			/* Enables sizing for a tags */
	text-indent: -1000em;	/* Drag text off screen */
	overflow: hidden;		/* Hide overflow from text-indent */
}

/* Text within Sprite Link Buttons */
.CSSprite span
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.TestDrive,		/* Test Drive anchor */
.CreditApp		/* Credit App anchor */
{
	width: 150px;
	height: 30px;
	background-image: url('button_sprites.gif'); /* IE6 */
	float: right;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	position: relative;
	top: -25px;
}

.TestDrive[class],
.CreditApp[class]
{
	background-image: url('button_sprites.png'); /* Good browsers */
}

/* BG Effects for Rollover */
.TestDrive			{background-position: left -60px;}
.TestDrive:hover	{background-position: left -90px;}
.CreditApp			{background-position: left -120px;}
.CreditApp:hover	{background-position: left -151px;}

/*********** Errors ***********/
.vsCSFormAllErrs 
{
	visibility: hidden;
	display: none;
}

.frmErrTxt
{
	font-size: 11px;
	padding-left: 1px;
	font-weight: bold;
}