/*
 * Lombard Collision Works web pages style sheet
 */

/*
 * defaults for inherited attributes
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.0em;
 	background: #9acefe url(swirl.gif) no-repeat right;
	/* color: #4d248c; */
	color: black;
}

/*
 * Style for links
 */
a {
	text-decoration: none;
	font-family: sans-serif;
}

a:link { color: #0000ee; }
a:visited { color: #551a8b; }
a:hover { background-color: #00ff00; }

#menu {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	border: none;
	padding: 0.5em;
	width: 319px;
}

#menu p {
	clear: both;
	font: 2.0em sans-serif;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

#menu dl {
	font: 1.2em sans-serif;
	line-height: 1.3em;
	margin: 10px 0px;
	padding: 0px;
}

#menu img {
	border: none;
}

#main {
	font-size: 1.2em;
	margin: 0.8em 0.5em 0em 350px;
}

#main h1 {
	text-align: center;
	font: 2.5em sans-serif;
}

#main li {
	margin-bottom: 0.5em;
}

.logo {
	width: 319px;
	height: 187px;
}

.dot {
	width: 0.8em;
	height: 0.8em;
}

.center{
	text-align: center;
	line-height: 1.0em;
	ppadding: 0px;
}

.phone {
	font: 0.5em sans-serif;
	padding: 0px;
}

.strong {
	font-weight: 700;
}

