/* Navigation ////////////////////////////////////////////////////////// */

#nav_container {
	background-color: #000000;
	height: 20px;
	width: 100%;
	padding: 8px 2px 2px 2px;
}

#navigation_l {
	width: 625px;
	float: left;
	display: inline;
}

#navigation_r {
	width: 165px;
	float: right;
}

.navigation a {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	background-color: #e91d28;
	text-decoration: none;
	height: 40px;
}

.navigation a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	background-color: #f6851f;
	text-decoration: none;
	height: 40px;
}

.products a {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	background-color: #f6851f;
	padding: 5px 14px 5px 13px;
	text-decoration: none;
}

.products a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	background-color: #e91d28;
	padding: 5px 14px 5px 13px;
	text-decoration: none;
}

/* Body ////////////////////////////////////////////////////////// */

body  {
	font-family: Tahoma, sans-serif;
	background: url(../images/SiteBG.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
}

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

a {  
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e21f27;
	text-decoration: underline;
}

a:hover {  
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f6851f;
	text-decoration: none;
}

.list {
    font-family: Tahoma;
    font-size: 12px;
    color: #e21f27;
	font-weight: bold;
}

/* Contact ////////////////////////////////////////////////////////// */

select {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	font-weight: bold;
	COLOR: #000000;
	background-color:#ffd38e;
}
	
input.border {	
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0;
	margin: 0;
	font-size: 8pt/8pt 
}

input.noborder { 
	border-style: none;
}

input { 
	border-style: groove;
}

button {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	BACKGROUND-COLOR: #F8B332;
}

input {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color:#ffd38e;
}

textarea {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color:#ffd38e;
}

/* Footer ////////////////////////////////////////////////////////// */

.footer {  
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: normal; 
	color: #6f6f6f; 
	text-decoration: underline;
}

.footer a {  
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: normal; 
	color: #6f6f6f; 
	text-decoration: underline;
}

.footer a:hover {  
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: normal; 
	color: blue; 
	text-decoration: none;
}