

* {
	font-family: arial, sans-serif;
}

.textcenter {
	text-align: center;
}


a:link {
	color: #41627E;
}
a:visited {
	color: #41627E;
}
a:hover {
	color: #41627E;
}


.directions {
	background:#000000;
	color: #FFFFFF;
}


/* ***************************************** */
/*  	  Time Date Line found in Header       */
/* ***************************************** */
.timedateline { 
	/*background-color:#F8F8F8; */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.timeentry {
	text-align: right;
	/*text-indent:5px;*/
}

.businesshours {
	text-indent:75px;
}
/* ***************************************** */


.headline {
	font-size: 46px;
	font-weight: bold;
	color:#000000;
}


.headline2 {
	font-size: 14px; 
	font-weight: bold;
	color:#000000;
}


.headline3 {
	font-size: 14px; 
	font-weight: bold;
	color: white;
}

.headline4 {
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}

.headline5 {
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
}


body { 
	/*position: absolute;*/
	font-size: 14px;
	margin: 10px;
	padding:10px;
	/*border: 1px solid blue;*/
} 


.container {
       position: relative;
	width: 770px;
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


.container {
/*Left blank .. this is for Firefox Issues. */
}


.main {
	color:black;
	font-size: 14px;
	text-align: left;
	width:425px;
	padding-left:5px;
	padding-right:5px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	/*border-left: 1px solid black;*/
	/*border-right: 1px solid black;*/
	/*border: 1px solid yellow;*/
}


.productsPage { /*Special Case for this one web page .. uggghhh! */
	color:black;
	text-align: left;
	width:762px;
	margin-top: 5px;
	margin-left: 3px;

}

.productlink {
	font-size: 14px;
	font-weight: bold;
	color:black;
	display:block;
	width:200px;
	text-align:left;
	text-decoration: none;
	border:none;
}

a.sidebarlink {
	font-size: 12px;
	font-weight: bold;
	color:white;
	background: #000000;
	display:block;
	width:95px;
	text-align:left;
	text-indent:5px;
	text-decoration: none;
	border:none;
}


.sidebarlink:hover {
	background:#646060;	
}

.sidebarlink:visited {
	color: white;
}

#l_sidebar {
	float: left; 
	width: 125px;
	margin-top: 5px;
	margin-left: 2px;
}


#r_sidebar {
	float: right;
	width: 175px;
	margin-top: 5px;
}

#top_menu {
	margin-top: 10px;
	margin-bottom: 15px;
}

img{ 
	border-style: none
}

.rollovers {
	text-align: center;
	float:center; 
	/*border: 1px solid blue;*/
}


#footer {
	clear:both; 
}

