body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-size: small;
    /*background-color: #999;*/
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;    
}
a {
    text-decoration: none;
    color: red;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color:#990000;
}
a:active {
    text-decoration: none;
}
.footer a {
    color: #fff;  
}

/* BODY ELEMENTS */

.page_placer {
    width: 954px;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin: 0px auto;
    background-color: #ffffff;
    text-align: left;
}
.header {
    width: 954px;
    height: 152px;
    line-height: 152px;
    background-color: #333;
    background-image: url("../img/header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}
.header h1 {
    display: none;
}

.content {
    width: 914px; /* original size 800px */
    padding: 20px;
    padding-top: 40px;
	min-height: 600px;
   background-repeat:no-repeat;
}
.content#frontpage {
    width: 914px;
    background-image: url("../img/bg_frontpage.jpg");   
}
.content#about {
    width: 914px;
    background-image: url("../img/bg_about.jpg");   
}
.content#contact {
    width: 914px;
    background-image: url("../img/bg_contact.jpg");   
}
.content#distributor {
    width: 914px;
    background-image: url("../img/bg_distributor.jpg");   
}
.content#solutions {
    width: 914px;
    background-image: url("../img/bg_solutions.jpg");   
}
.content#equipment {
    width: 914px;
    background-image: url("../img/bg_equipment.jpg");   
}
.left {
    width: 211px;
    height: auto;
    float: left;
    }
.center {
    width: 452px;
    padding: 20px;
    padding-top: 0px;   
    height: auto;
    float: left;
}
.right {
    float: right;
    width: 171px;
    padding: 20px;
    height: 249px;
    background-image: url("../img/news_bg.png");
    color: #000000;
}
/* NAVIGATION STYLES */
.left ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
.left ul li {
   margin: 0px;
   padding: 0px;
   margin-bottom: 10px;
}
.left ul li a {
   width: 199px;
   padding-left: 12px;
   height: 39px;
   display: block;
   line-height: 39px;
   color: #ffffff;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   background-image: url("../img/nav.png");   
}
.left ul li a.current, .left ul li a:hover {
    color: #003467;
    background-image: url("../img/nav_hover.png");    
}
.right a {
        color: #000000;
        text-decoration: none;
    }
.right h3 {
        margin: 0px;
        padding: 0px;
        color: #003467;
        font-size: 20px;
        font-weight: bold;
    }
.right p {
        font-size: 14px;
}
.right p a.red {
        color: red;
}
.address {
        width: 230px;
        height: 152px;
        line-height: 18px;
        color: #003467;
        float: right;
}
.address p {
        padding-top: 48px;
}
.textinputfield {
		width: 250px;
}
.bottom {
	margin: 0px auto; 
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom a {
	color: #fff;
}
.login{
	background-image: url("../img/nav.png");
	line-height: 40px;
    height: 40px;
	width: 211px;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	margin-bottom:10px;
}
.login input {
	width: 120px;
}
.login input.submit {
	background: none;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}
.logintable {
    border-collapse: collapse;
    width: 200px;
    margin: 0px auto;
    font-weight: bold;
}