@charset "UTF-8";
/* CSS Document for Smith's Service Center */

body {
font-family: Helvetica Light, Helvetica, sans-serif;
font-size: small;
font-style: normal;
color: #fff;
background: url('images/background.jpg');
background-color:#000;
background-repeat: repeat-x;
margin:0px;
}

h2 {
	font-size: 16px;
	color: #B60C1F;
	font-family: Futura, Helvetica, Arial;
	font-weight: normal;
	font-style: oblique;
	}
	
h3 {
	font-size: 14px;
	color: #B60C1F;
	font-family: Helvetica, Arial;
	font-weight: bold;
	
}

#index ul {
	list-style: url(images/bullet_ind.gif);
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	
}



#content {
	background-color:#fff;
	color: #000;
	padding-left: 40px;
	padding-right: 10px;
	font-family: Helvetica, Arial, San-serif;
	font-size: 14px;
	line-height: 17px;
}



#content ul {
	list-style: disc url(images/bullet.gif);
	padding: 0 0 -1em 1em;
	margin:0;
}

li {
	
}

#content a:link {color:#039;}
#content a:visited {color:#333;}
#content a:active {color: #039;}
#content a:hover {text-decoration: none;}
#content a {text-decoration: underline;}
	
.sidebar {
	color: #000;
	}
	
.sidebar a:link {color: #039;}
.sidebar a:visited {color: #333;}
.sidebar a:active {color: #039;}
.sidebar a:hover {text-decoration: none;}
.sidebar a {text-decoration: underline;}





.hometext1 {
	font-size: 14px;
	line-height: 18px;
	padding-left: 68px;
	letter-spacing: 1px;
}

.hometext2 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px 0 15px;
	letter-spacing: 1px;
}

a:link {color: #fff;}
a:visited {color: #ccc;}
a:active {color: #fff;}
a:hover {text-decoration: none;}
a {text-decoration: underline;}

.footer {
align: right;
padding-top: 5px;
}



