/* CSS Document */
/* Default Style Sheet - Lehman Trikes, Inc. */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid white;} */


/* HTML tag styles. */
body {
    background: #000000;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    padding: 10px;
}

a {
	color: #e52922;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

/* Layout Styles */
#main {
	width: 732px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 80px;
	background: black;
}

#logo {
    position: absolute;
    top: 14px;
    left: 28px;
}

#searchBox {
    position: absolute;
    top: 12px;
    right: 20px;
    width: auto;
    height: auto;
    padding: 5px;
    /*border: 1px solid #E9E9E9;*/
    text-align: center;
    background: #000000;
}

#topMenu {
    position: absolute;
    top: 60px;
    right: 20px;   
    width: auto;
    font-size: 8pt;
}

#mainMenu {
	width: 697px;
	height: 34px;
	margin: 0 auto;
}

#contentWrap {
    background: url(img/bg-pitboss.jpg) no-repeat;
}

#secondaryWrap {
    background: url(img/bg-secondary.jpg) no-repeat;
}

#mainContent {
    float: right;
    width: 492px;
    margin-right: 9px;
}

div>#mainContent {
    margin-right: 18px;
}

#leftCol {
	float: left;
	width: 200px;
	margin-left: 8px;
}

div>#leftCol {
    margin-left: 16px;
}

#bottomContent {
    position: relative;
    width: 697px;
    margin: 0 auto;
}

#footer {
	width: 600px;
	margin: 6px auto;
    font-size: 9px;
    color: #AAAAAA;
    text-align: center;
    clear: both;
}

#f360footer {
	width: 300px;
	margin: 10px auto;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #333;
}

/* Menu elements */

#topMenu a {
    font-weight: bold;
    color: Red;
    text-decoration: none;
}

#topMenu a:hover {
    color: Black;
}

/* Home Page Layout */

#newsBox {
    float: left;
    width: 457;
    margin-top: 20px;
}

#newsBoxBg {
    position: relative;
}

#saleBox {
    float: right;
    width: 224px;
    margin-top: 20px;
}

#saleBoxBg {
    position: relative;
}

#newsBoxContent,
#saleBoxContent {
    position: absolute;
	width: 450px;
    top: 8px;
    left: 8px;
    color: White;
	font-size: 8pt;
}

#saleBoxContent {
	width: 210px;
}

#newsBoxContent a,
#saleBoxContent a {
    color: #bf7a13;
    text-decoration: none;
    font-weight: bold;
}

#newsBoxContent a:hover,
#saleBoxContent a:hover {
    color: #e59a17;
    text-decoration: underline;
}

/* Secondary Page Layout */

.contentHead {
    padding: 0;
    background: #555555;
    margin: 0px 0 12px 0;
}

.contentHead img {
    margin-left: 10px;
}

.contentBox p {
	margin-right: 3px;
	margin-left: 12px;
}

.contentBox table,
.contentBox span table {
	margin-left: 3px;
}

.contentBody {
    width: 492px;    
    margin: 12px 0 0 0;
	padding: 0;
    color: #DDDDDD;
    background: black;
}

.contentBodyAdmin {
    width: 490px;    
   	margin: 14px 0 0 0;
	padding: 0;
    color: black;
    background: white;
}

td.commonTitles {
	background: #C00505;
	padding: 10px;
}

#subNav,
#faqNav {
    margin-top: 12px;
}

#subNav a,
#faqNav a {
    color: #e52922;
    text-decoration: none;
    padding: 0;
}

#subNav a:hover,
#faqNav a:hover {
    color: gray;
}

#subNav ul,
#faqNav ul {
    color: Gray;
    margin: 0;
    padding: 0;
}

#subNav li,
#faqNav li {
    list-style: none;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#subNav li ul {
    margin-left: 26px;
}

#subNav li ul li {
    font-size: 10pt;
    font-weight: normal;
    border: 0;
    text-transform: none;
    margin-bottom: 0;
}

#subNav li ul li a {
    color: White;
    padding: 0;
}

#subNav li ul li a:hover {
    color: Gray;
}

/* News & Events Styles */

.contentSubhead {
	font-weight: bold;
	margin: 0 12px;
	border-bottom: 3px double #555555;
}

.newsPost {
	margin: 12px 3px 10px 20px;
	padding-top: 4px;
	border-top: 1px solid #202020;
}

.newsTitle {
	font-weight: bold;
}

.eventCatTitle {
	width: 250px;
	margin: 20px 0 10px 12px;
	padding-bottom: 6px;
	color: Gray;
	font-size: 13pt;
	font-style: italic;
	border-bottom: 1px solid gray;	
}

.eventPost {
	margin: 8px 3px 8px 20px;
	padding: 6px;
	background: #222;
	border-top: 1px solid #333;
}

.eventTitle {
	font-weight: bold;
}

.eventPost img {
	margin: 6px;
	float: right;
}

/* FAQ styles */

#faqNav li {
	text-transform: none;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
}

.faqRow1 {
	background: #050505;
}

.faqRow2 {
	background: #202020;
}

/* Dealer Specific Styles */

.dealerRow1 td {
	background: #DDDDDD;
	color: black;
	padding: 10px;
}

.dealerRow2 td {
	background: #BBBBBB;
	color: black;
	padding: 10px;
}

.imgThumb {
	max-width: 100px;
	max-height: 100px;
}

.saleItemName {
	font-size: 11pt;
	font-weight: bold;
}

#ctl00_mainWindow_Content_Public_FeaturedProducts_lblfeaturedproduct table td {
	border-bottom: 1px solid gray;
}

/* Calendar Styles */

.cal {
	background: #333333;
	color: #cccccc;
}

.calTitle {
	background: #E10505;
	font-weight: bold;
	color: #cccccc;
}

.calDayNames {
	font-weight: bold;
	font-style: italic;
	color: #cccccc;
}

.calSelector {
	color: #cccccc;
}

.calDayCell {
	background: #292929;
	color: #cccccc;
}

.calToday {
	background: #555555;
	color: white;
	font-weight: bold;
}

.calSelectedDay {
	background: #E10505;
	color: white;
	font-weight: bold;
}

.calWeekend {
	background: #202020;
	color: #777777;
}

.calNextPrev {
	color: #cccccc;
}

.calOtherMonth {
	color: #777777;
}


/* Common Styles */

.productSpecs {
	font-size: 9px;
}

.bannerHolder {
	margin: 0 auto;
	text-align: center;
}

.bannerHolder img {
	margin: 0px;
}

.center {
	margin: 0 auto;
}

.preLoadImg {
    display: none;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}
.smallText {
	font-size: 8pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}
.white {
	font-color: #000000;
}
.tableWrap {
	margin: 10px;
}
.eventTitle
{
	font-weight:bold ;
}
.eventCatTitle
{
	font-weight:bold;	
}

.commonTitles
{
	background-color:#cccc99;
	color: Black;
	font-weight:bold;
}



td,th{
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	color:blackbold;
}
.sidenav
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR:#455B72; 
	FONT-FAMILY: Verdana, Tahoma, Arial;
	TEXT-DECORATION: none
}
.sidenav:hover
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR:#0099FF; 
	FONT-FAMILY: Verdana, Tahoma, Arial;
	TEXT-DECORATION: none
}

.whitebold
{
	font-family:Verdana, Tahoma, Arial;
	font-Size:12px;
	TEXT-DECORATION: none;
	font-weight:bold;
	color:White;
}
a.whitenormal
{ 
	background-color: transparent; 
	color: White;
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline
 
 }
 a.whitenormal:hover
{ 
	background-color: transparent; 
	color: Brown;
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none
 
 }
a.whitenormal:visited 
{
	background-color: transparent; 
	color: White;
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:700; height:23; background-color:#000000; layer-background-color:#000000; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:verdana; font-size:12px; font-weight:bold}
.clLevel0{background-color:#000000; layer-background-color:#000000; color:white;}
.clLevel0over{background-color:#000000; layer-background-color:#000000; color:Yellow; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:verdana; font-size:12px; font-weight:bold}
.clLevel1{background-color:#000000; layer-background-color:#000000; color:white;}
.clLevel1over{background-color:#000000; layer-background-color:#000000; color:Yellow; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#756951; layer-background-color:#756951}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:Navy; layer-background-color:Navy; color:white;}
.clLevel2over{background-color:#0099cc; layer-background-color:#0099cc; color:Yellow; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}
