/* 
--------------------------------------------------------------

	CSS Document : Motorvac Global Stylesheet
	Version: 1.0
	Author: Christopher Andrade
	Date: 07/12/04
	
	Description:
	
	-	Contains global style definitions for 
		motorvac website
	
	Modification Log:									
	-------------------------------------------------
	1.)  07/12/04 - C.Andrade	v1.0 Initialized 
	 
 -------------------------------------------------------------- 
 */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

/* 
----------------------------------
	Anchor Styles 
----------------------------------
*/

a 
{
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
a:link 
{
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color: #666666;
}
a:hover 
{
	text-decoration: underline;
	color: #666666;
}
a:active 
{
	text-decoration: underline;
	color: #666666;
}

/* 
----------------------------------
	Div Styles 
----------------------------------
*/

div.header
{
	width: 800px;
	border: 0;
	padding: 0;
	margin: 0;
		
	background-image: url(../imgs/sideBar.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.flashWrapper
{
	padding-left: 6px;
}

div.content
{
	width: 800px;
	border: 0;
	padding: 0;
	margin: 0;
		
	background-image: url(../imgs/sideBar.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div.contentWrapper
{
	border: 0;
	padding: 0;
	margin-left: 6px;
}

div.contentMain
{
	border: 0;
	padding: 0;
	margin-left: 12px;
}

div.footer
{
	width: 800px;
	height: 26px;
	border: 0;
	padding: 0;
	margin-top: 5px;
	background-color: #4D4D4D;
}

/* 
----------------------------------
	Font Styles 
----------------------------------
*/

.fontMainDGray
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

	color: #990000;
	text-decoration: none;
}

.fontMainLGray
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

	color: #666666;
	text-decoration: none;
}

/* 
----------------------------------
	Image Styles 
----------------------------------
*/

img
{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/* 
----------------------------------
	List Styles 
----------------------------------
*/
li
{
	padding-bottom: 10px;
}


/* 
----------------------------------
	Table Styles 
----------------------------------
*/
 
td,th 
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

.titleSpacer
{
padding-bottom: 50px;
margin-bottom: 50px;
}
