﻿/*  
Theme Name: Vaman
Theme URI: http://www.VamanPeople.com/
Description: Tru-Fit theme
Version: 1
Author: Anil V. Shejale
Author URI: http://www.Shejale.com/

*/



* {
    margin: 0;
    padding: 0;
}

body { 
      font-family: Verdana, Tahoma, Arial, Serif;
      font-weight: bold;
      font-size: 12px;
      color: #FFFFFF;
      background-color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 35px;
	padding-left: 50px;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFF00;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #DE9972;
    margin-top: 15px;
}

.heading {
	font-size: 0.8em;
	font-weight: normal;
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Sans-Serif, Serif;
	color: #FFD27F;
    margin-top: 1px;
}

h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #95D5FF;
    margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	padding-top: 170px;
}

.thumbs {
         border: 1px solid #FFFFFF;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
a:hover {color: #FFD27F}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

.fnt0 {
 color: #FFFFFF;
 font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans Serif, Serif;
 font-weight: normal;
 font-size: 10px;
 }
 
.fnt1 {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: normal;
  font-size: 11px;
  color: #FFFFFF;
}

.fnt2 {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
}

.fnt3 {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

.fnt3a {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 13px;
  color: #FFD27F;
}

.fnt4 {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.fnt4a {
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 24px;
  color: #FFD27F;
}

.bod {
	border: thin groove;
}

td.oncellHome, td.oncellAbout, td.oncellServices, td.oncellProducts, td.oncellDownloads, td.oncellContact, td.oncellAmy {
  background: url(http://tru-fitauto.com/workshop/images/menuBgRev.gif);
  background-repeat: repeat-x;
  height: 24px;
  font-family: Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFD27F;
  cursor: hand;
  cursor: pointer;
}

td.offcellHome, td.offcellAbout, td.offcellServices, td.offcellProducts, td.offcellDownloads, td.offcellContact, td.offcellAmy {
  background: url(http://tru-fitauto.com/workshop/images/menuBg.gif);
  background-repeat: repeat-x;
  height: 24px;
  font-family: Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  cursor: hand;
  cursor: pointer;
}

p.govBar {
  background: url(http://tru-fitauto.com/images/menuBg.gif);
  background-repeat: repeat-x;
  height: 16px;
  font-family: Verdana, Tahoma, Arial, Serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#tooltip {
  position: absolute;
  width: 150px;
  border: 1px solid white;
  padding: 2px;
  background-color: #000000;
  visibility: hidden;
  z-index: 100;
  text-decoration: none;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Serif;
  font-weight: normal;
  font-size: 14px;
  color: #FFD27F;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, strength=4,direction=180);
}
