@charset "utf-8";
.CRMtagNav {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00CCFF;
	text-decoration: none;
}
.oneColFixCtrHdr #TopNav {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	padding-top: 89px;
}
.YellowHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}
.BodyTextLink {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #66CCFF;
	text-decoration: none;
}
.TopNavText {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.SideNavText {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #026EA0;
	background-image: url(../images/bkrnd_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.oneColFixCtrHdr #container {
	width: 825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #006699;
}
.oneColFixCtrHdr #CRMtag {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.oneColFixCtrHdr #header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 582px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FEC620;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #Index_PixWrapperMain {
	height: 295px;
}
.oneColFixCtrHdr #SideNavTop {
	width: 225px;
	float: left;
	background-image: url(../images/index_grad2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFF00;
	height: 26px;
	padding-top: 5px;
	text-align: center;
}
.oneColFixCtrHdr #SideNavWrapper {
	float: left;
	width: 225px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #SideNavWrapper_logo {
	float: left;
	width: 225px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
	height: 455px;
}

#mainContent #SideNavText #Home_nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	width: 185px;
	height: 16px;
	padding-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#SideNavText #Home_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

#mainContent #SideNavText #Showroom_Nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#SideNavText #Showroom_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}


#mainContent #SideNavText #Photo_nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#SideNavText #Photos_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}


#mainContent #SideNavText #Vendor_nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#SideNavText #Vendor_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

#mainContent #SideNavText #Payment_nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#SideNavText #Payment_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

#mainContent #SideNavText #Racing_nav {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 3px;
}
#SideNavText #Racing_nav2 {
	height: 16px;
	width: 185px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 8px;
	padding-bottom: 3px;
}




.oneColFixCtrHdr #SideNavText {
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
}

.oneColFixCtrHdr #IndexMainTop {
	float: left;
	background-image: url(../images/index_grad3.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	text-align: center;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 5px;
	margin-left: 7px;
	width: 593px;
}
.oneColFixCtrHdr #MainWrap1 {
	float: left;
	width: 192px;
	margin-left: 7px;
	height: 245px;
	background-image: url(../images/index_specials_bkrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	text-align: center;
	padding-top: 10px;
}
.oneColFixCtrHdr #MainWrap2 {
	float: left;
	width: 192px;
	margin-left: 8px;
	height: 245px;
	background-image: url(../images/index_specials_bkrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	font-style: normal;
	line-height: normal;
	padding-top: 10px;
	text-align: center;
}
.oneColFixCtrHdr #MainWrap3 {
	float: left;
	width: 192px;
	margin-left: 8px;
	height: 245px;
	background-image: url(../images/index_specials_bkrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	padding-top: 10px;
	text-align: center;
}
.oneColFixCtrHdr #SmTextArea_index {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
.oneColFixCtrHdr #GutsMainTop {
	float: left;
	background-image: url(../images/index_grad3.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	text-align: center;
	font-family: "Myriad Web Pro";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660066;
	padding-top: 5px;
	margin-left: 7px;
	width: 593px;
}
.oneColFixCtrHdr #mainContentProducts {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 2265px;
}



.oneColFixCtrHdr #product_PixWrapperMain {
	background-image: url(../images/products_mainPix.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
}

.oneColFixCtrHdr #product_MainWrapper {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 7px;
	float: left;
	margin-top: 10px;
}

.oneColFixCtrHdr #prod_MainBody {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 7px;
	padding-right: 10px;
	padding-left: 10px;
	width: 570px;
	padding-top: 15px;
	float: left;
}
#prod_wrapper2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	padding-right: 25px;
	margin-top: 15px;
	margin-left: 20px;
	width: 775px;
}


.oneColFixCtrHdr #ProdTextBox1 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	width: 280px;
}
.oneColFixCtrHdr #ProdTextBox2 {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 10px;
	float: left;
	width: 280px;
}
.oneColFixCtrHdr #testimonial_head {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.oneColFixCtrHdr #testimonialWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 5px;
	height: 281px;
	width: 130px;
}
.oneColFixCtrHdr #mainContentService {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/service_PgBottom.jpg);
}
.oneColFixCtrHdr #service_PixWrapperMain {
	background-image: url(../images/service_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
}

.oneColFixCtrHdr #mainContentAbout {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/about_PgBottom.jpg);
}
.oneColFixCtrHdr #about_PixWrapperMain {
	background-image: url(../images/about_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
}

.oneColFixCtrHdr #mainContentContact {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 790px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtrHdr #contact_PixWrapperMain {
	height: 295px;
	width: 680px;
	float: left;
	background-image: url(../images/CellPhone.png);
	background-position: center center;
	background-repeat: repeat-x;
}


.oneColFixCtrHdr #ContactTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
}
.oneColFixCtrHdr #showroom_PixWrapperMain {
	background-image: url(../images/showroom_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 295px;
	width: 680px;
	float: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContentShowroom {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/showroom_PgBottom.jpg);
}
.oneColFixCtrHdr #ShowroomTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 40px;
}
.oneColFixCtrHdr #mainContentphotos {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 2462px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/showroom_PgBottom.jpg);
}
.oneColFixCtrHdr #photos_PixWrapperMain {
	height: 295px;
	width: 680px;
	float: left;
}
.oneColFixCtrHdr #mainContentVendor {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 25px;
	height: 1480px;
}
.oneColFixCtrHdr #vendor_MainBody {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	margin-left: 7px;
	padding-right: 10px;
	padding-left: 10px;
	width: 570px;
}

.oneColFixCtrHdr #vendor_PixWrapperMain {
	background-image: url(../images/vendors_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContentPayment {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 725px;
	background-repeat: no-repeat;
	background-position: bottom;
}


.oneColFixCtrHdr #payment_PixWrapperMain {
	background-image: url(../images/pay_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
}
.oneColFixCtrHdr #mainContentRacing {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 975px;
}
.oneColFixCtrHdr #racing_PixWrapperMain {
	background-image: url(../images/racing_PgTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 295px;
	width: 680px;
	float: left;
}
.oneColFixCtrHdr #RacingTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 40px;
}
.smIndexNavText {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #66CCFF;
	text-decoration: none;
}
#UNICOwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.oneColFixCtrHdr #UNICO_MainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	padding-right: 10px;
	padding-left: 10px;
	width: 570px;
	padding-top: 15px;
}
.oneColFixCtrHdr #mainContentUNICO {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1025px;
}

