/*Top horizontal navigation bar STARTS*/

#navLinks ul				{padding-bottom: 3px;
							padding-top: 2px;
							padding-left: 0;
							margin-top: 0;
							/* cancels gap caused by top padding in Opera 7.54 */
							margin-left: 0;
							background-image: url(ImageFiles/nav_heading.jpg);
							color: white;
							width: 100%;
							font: bold 13px arial;
							line-height: 6px;
							/* fixes Firefox 0.9.3 */}

#navLinks ul li				{display: inline;
							/* matches link padding except for left and right */
							padding-top: 0px;}

#navLinks ul li a			{padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 4px;
							padding-top: 4px;
							color: white;
							text-decoration: none;
							border-right: 1px solid #eee;}

#navLinks ul li a:hover		{padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 4px;
							padding-top: 4px;
							background-image: url(ImageFiles/nav_mainheadingHoverSmall.jpg);
							color: white;
							text-decoration: underline}

ul#navLinks li#active a		{padding-bottom: 4px;
							padding-top: 4px;
							padding-left: 10px;
							padding-right: 10px;
							margin-top: 0;
							/* cancels gap caused by top padding in Opera 7.54 */
							margin-left: 0;
							background-image: url(ImageFiles/nav_mainheadingHoverSmall.jpg);
							color: white;
							line-height: 19px;
							/* fixes Firefox 0.9.3 */
							text-decoration: underline}
							

/*Top horizontal navigation bar ENDS*/


/*Lefthand side Vertical navigation bar STARTS*/

#navcontainer 					{float: left;
								width: 200px;
								height: 200px;}
				
#navcontainer ul				{margin-left: 0;
								padding-left: 0;
								list-style-type: none;
								font-family: Arial, Helvetica, sans-serif;}


			
#navcontainer  ul li a			{padding: 3px;
								width: 100%;
								border-bottom: 1px solid #eee;
								background-image: url(ImageFiles/nav_headingSmall.jpg);
								color:#fff;
								font: bold 13px arial;
								text-decoration: none;}

#navcontainer ul li a:hover		{background-image: url(ImageFiles/nav_headingHoverSmall.jpg);
								text-decoration: underline;
								color: #fff;}
								
#navcontainer li#active a		{text-decoration: underline;
								color: #fff;}
								
/*Lefthand side Vertical navigation bar ENDS*/

				
/*Main Content STARTS*/
					
div#maincontent		{margin-left: 210px;
					margin-right:10px;}

/*Main Content ENDS*/


/*Contact Us Background START*/

#contactUsHead {background-image: url(ImageFiles/contactusHead.jpg);}

#ContactUs 	{background-image: url(ImageFiles/contactusBody.jpg);}

/*Contact Us Background END*/


/*Mech support Background START*/

#MechHead {background-image: url(ImageFiles/MechSupportHead.jpg);}

#MechBody 	{background-image: url(ImageFiles/MechSupportBody.jpg);}


/*Contact Us Background END*/

/*Repairs Instant Estimate heading*/

#EstimateHead {background-image: url(ImageFiles/EstimateHead.jpg);}

/*Repairs Instant Estimate heading end*/

/*Footer START*/	


#footMenu 		{height: 20px ;}

#footmenu p 	{font-size =90%}

/*Footer END*/


/*Links on page - not headers STARTS*/
a.pagelinks				{color: blue;}
						
						
a.pageLinks:hover 		{color: red;
						text-decoration: underline;}

/*Links on page - not headers ENDS*/


/* General shit STARTS*/						

body	{background-color:#E8E8E8;}

p 	{font-size:100%}
p.sansserif		{font-family:Aerial, Calibri, verdana, Sans-serif}

th {font-size:115%}
th.sansserif	{font-family: Aerial, Calibri, sans serif}

a.sansserif		{font-family:Aerial, Calibri, verdana, Sans-serif}

ul 	{font-size:100%}
ul.sansserif		{font-family:Aerial, Calibri, verdana, Sans-serif}

ol 	{font-size:100%}
ol.sansserif		{font-family:Aerial, Calibri, verdana, Sans-serif}

/* General shit ENDS*/	


/*Date Picker Stuff*/
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
 
/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/*End of date picker stuff/*
