/*Version 0.1a - Revised by Jack */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */
body {
background-color: #000000; 
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color: black;
font-size: 85%;
background-repeat: no-repeat;
background-image: url(../image-files/tire-bg.jpg);
margin-right: 0em;
background-attachment: fixed;
margin-top:-19px;}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #343331;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: "Andale Mono", "Monotype.com", monospace 
font-size: 210%;
text-align: center;
background-image: url(../image-files/bg-heading1.jpg);
background-repeat: no-repeat;
width: 529px;
height: 104px;
color: #ffffff;
padding-top: 23px;}

h2 {
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
font-size: 210%;
text-align: center;
width: 340px;
/*height: 108px;*/
color: #000000;
/*padding-bottom: 25px;*/
}

.Special-Head-Right{
margin-top: 5px;
padding-bottom:25px;
font-family: "Andale Mono", "Monotype.com", monospace 
font-size: 210%;
text-align: center;
background-image: url(../image-files/bg-heading2.jpg);
background-repeat: no-repeat;
width: 340px;
height: 108px;
color: #000000;
padding-top: 33px;
padding-left: 20px;
padding-right: 1000px;
}




h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
font-variant: small-caps;
font-size: 155%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
position: relative;
height: 216px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;  
}

#NavColumn {
float: left;
width: 179px;        
margin-left: -960px; 
}

#ExtraColumn {
float: left;
width: 179px;  
margin-left: -180px; 
}

#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;
}

.Liner {
padding: 010px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 19px auto;
background-image: none;
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/tiw-pic.jpg);
background-repeat: no-repeat;
background-color: black;
background-position: top left;
height: 244px;}

#ContentWrapper {
background-image: none;
background-repeat: repeat-y;
background-color: white;
}

#NavColumn {
background-image: none;
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
 color: black;
 padding: 4%;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
 color: black;
}

#Footer {
background-image: url();
background-image: url(../image-files/footer.png);
background-repeat: no-repeat;
text-align: center;
font-size: 85%;
 background-color: white;
}

#NavColumn {
font-size: 90%;
color: black;
background-color: #454545;}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding-top: 12px;
padding-left: 7px;
font-size: 120%;
color:  white;
margin: 12px 0;
background-image: url(../image-files/nav-balloon.png);
background-repeat: no-repeat;
width:145px;
height:63px;
font-family:"Trebuchet MS",Verdana, Arial, sans-serif;
font-weight: bold;
text-indent:10px;
text-transform: capitalize;
font-variant: normal;
letter-spacing: +.02em;
}


/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 1px 4px 4px 1px;
margin: -6px 0 0 0;
 display: block;
 background-color: transparent;
 font-variant: small-caps;
 font-weight: bold;
border-left: none;
 border-top: none;
text-align:center;}

.Navigation li {
background-color: transparent; 
margin-bottom: 5px;      
}

/* -- Navigation Link styles -- */

.Navigation a:link, .Navigation a:visited {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 5px 0 3px 6px;
text-decoration: none;
 background-image: url(../image-files/but.jpg);
 background-position: -0px 0px;
 height: 23px;
}
.Navigation a:hover {
color: yellow;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 5px 2px 3px 6px;
background-color: transparent;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
 background-image: url(../image-files/but.jpg);
 background-position: -0px -30px;
}







/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
color:black;
list-style-type: none;
 display: block;
 height: 50px;
 padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
text-transform: capitalize;
text-decoration: none;
font-weight: bold;}

.ExtraNav a:link, .ExtraNav a:visited  {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
	height: 15px;
	background-position: 0px -12px;
	background-color: #000;
}

.ExtraNav a:hover {
color: white;
height: 15px;
background-position: 0px -0px;
background-color: #ff0000;}

#Header .ExtraNav {
font-size: 85%;
padding-top: 205px;
text-align: center;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #f9f9f9;
width: 85%;
border: 1px solid #bfa398;
border-left: none;
border-top: none;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
 background-image: url(../image-files/returnbox-background.jpg);
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ecd002;
width: 24%;
border: medium solid #c2a69b;
border-left: none;
border-top: none;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
 background-image: url(../image-files/reminder-bg.jpg);
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
margin: 0 auto 12px auto;
padding: 4px;
 border: thin solid #bfa398;
 border-left: none;
 border-top: none;
 background-image: url(../image-files/returnbox-background.jpg);
}

.side-promo {
	margin-top: 15px;
	font-weight: bold;
	color: red;
}

.sidebar {
  margin: 1em 2em;
  font-size: 130%;
  line-height: 100%;
  text-align: center;
  color: #808080;
  border-top-style: double;
  border-top-width: 3px;
  border-bottom-style: double;
  border-bottom-width: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
		}
		
.callout {
  border-width: 0 1px;
  font-size: 120%;
  color: #333399;
  font-style: italic;
  float: right;
  width: 50%;
  text-align: right;
  border-left-style: dotted;
  border-right-style: dotted;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eeeeee;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  margin-top: 0;
}

.paypromo {
    font-weight: bold;
    font-size: 115%;
    line-height: 1.8em;
    text-align: center;
    color: #000;
    display: block;
    height: 110px;
    width: 450px;
    background-image: url(../image-files/box-cyan.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 55px;
	padding: 20px 8px 8px;
	    
    /*for safari browser*/
      background: url(../image-files/box-cyan.jpg);
}
.paypromo a{
    color: blue;
    text-decoration: blink;
}
.paypromo a:hover{
    background-color: #FF0;
    color: black;
}


/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: white;
border: 1px solid #bfa398;
border-left: none;
border-top: none;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.top-id {
background-image: url(../image-files/tire-guy2-small.jpg);
 background-repeat: no-repeat;
 min-height: 100px;
 margin-bottom:0px;
 padding-left: 85px;
 color:red;
}

.lead-paragraph {
text-align:center;
font-family: Serif, Georgia;
background-image: url(../image-files/bg-lead-paragraph.jpg);
background-repeat: no-repeat;
font-size: 110%;
font-weight: bold;
padding-left: 7%;
padding-right: 20%;
padding-top: 7%;
padding-bottom: 5%;
letter-spacing: 1px;
border-bottom: thin dotted #024e82;
height: 100px;
width: 450px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/*form tags */
input
{
color: #781351;
background: #eeeeee;
border: 1px solid #636365;
background-image: url(../image-files/bg-form-input.jpg);

}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset red;
} 
.c2Form {
background-image: url(../image-files/bg-form.jpg);
}

Form tbody{
	background-image: url(../image-files/bg-form.jpg);
}


/*tire-girl*/
.assistant{
float: right;
	margin: 4px;
}
/*free graphic*/
a#free {
    display: block;
    width: 86px;
    height: 38px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #ff00ff;
}
a#free img {
    display: block;
    border: 0;
}
a#free:hover {
    background-color: #0000ff;
}