/* CSS Document */

body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
	background-image: url(images/bg.gif);
}

#Headline {
     margin: 5px;
	 padding: 5px;
	 background-color: #333333;
	 font-family: Arial, Helvetica;
	 font-size: 11px;
	 font-weight: bold;
	 color: #FFFFFF;
	 border-top: 2px solid #990000;
	 border-bottom: 2px solid #990000;
	 border-left: 2px solid #990000;
	 border-right: 2px solid #990000;
	 text-transform: uppercase;
}

#HeadlineRight {
    margin: 5px;
	padding: 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}

#Products {
    margin: 5px;
	padding: 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 2px solid #990000;
}

#MainPicture {
     border-left: 2px solid #990000;
	 border-right: 2px solid #990000;
}

#Text {
     border-left: 2px solid #990000;
	 border-right: 2px solid #990000;
	 background-color: #FFFFFF;
	 margin: 5px;
	 padding: 5px;
	 font-family: Arial, Helvetica;
	 font-size: 12px;
	 line-height: 1.7;
}

#Copyright {
     background-color: #000000;
	 border-left: 2px solid #990000;
	 border-top: 2px solid #990000;
	 border-bottom: 2px solid #990000;
	 margin: 5px;
	 padding: 5px;
	 font-family: Arial, Helvetica;
	 font-size: 11px;
	 color: #FFFFFF;
}

#TextRight {
     background-color: #e8e5e5;
	 margin: 5px;
	 padding: 5px;
	 font-family: Arial, Helvetica;
	 font-size: 11px;
	 line-height: 1.7;
}

#OfficeLocations {
     background-image: url(images/texture.gif);
	 margin: 5px;
	 padding: 5px;
	 font-family: Arial, Helvetica;
	 font-size: 11px;
	 color: #FFFFFF;
}

#Contact {
    background-color: #e8e5e5;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

input, textarea {
   background: white;
   font-size: 10px;
   font-family: Arial, Tahoma, Verdana;
}  