/* CSS Stylesheet for Don Medow Motors */

body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
    color: #ffffff;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 90%;
}

html, body, #contents
{
	width: 800px;
	height: 100%;
}

#contents
{
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#header
{
	margin-top: 10;
	margin-left: 50;
	margin-right: 50;
	width: 800px;
}

#header .text
{
	float: left;
	font-variant: small-caps;
}

#header .logo
{
	float: right;
}

#header a:link, #header a:visited
{
	text-decoration: underline;
	color: #CD0D08;
	font-weight: bold;
}	
		
#header a:hover, #header a:active
{
	text-decoration: underline;
	color: #1C097F;
	font-weight: bold;
}	

#nav
{
	position: absolute;
	top: 10em;
	left: 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
}

#nav li
{
	border-bottom: 1px solid #711515;
}

#nav li a:link, #nav li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 12px solid #711515;
	background-color: #CD0D08;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}

#nav li a:hover, #nav li a:active
{
	background-color: #1C097F;
}

#nav ul ul
{
	margin-left: 12px;
}

#content
{
	margin-top: 10em;
	margin-left: 17em;
	margin-bottom: 3em;
	width: 600px;
}

#content a:link, #content a:visited
{
	text-decoration: underline;
	color: #CD0D08;
	font-weight: bold;
}	
		
#content a:hover, #content a:active
{
	text-decoration: underline;
	color: #1C097F;
	font-weight: bold;
}	

#footer
{
	position: relative;
	margin-top: -2.0em;
	margin-left: 10;
	width: 800px;
}

#footer p
{
	font-size: 80%;
	font-style: italic;
 	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

hr
{
	color: White;
	width: 80%;
}

.smallTable
{
	font-size: 75%
}

/*
h1, h2, h3, h4, h5, th, thead, tfoot
{
    color: #003366;
}

h1	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	200%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	175%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	150%;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	133%;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	100%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:	80%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	100%;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	100%;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

small	{	
	font-size:	70%;
	}	

big	{	
	font-size:	117%;
	}	

blockquote, pre	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{	
	list-style-type:	square ;
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

img 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/