@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}

.body_columns {
		padding: 0 7px 0 7px;
}

/* FONTS ----------------------------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #54534a;
	line-height: 13pt;
}
		a:link {
				color: #ee3124;
				text-decoration: none;
		}
		a:visited {
				color: #ee3124;
				text-decoration: none;
		}
		a:hover {
				color: #54534a;
				text-decoration: none;
		}
		a:active {
				color: #ee3124;
				text-decoration: none;
		}

.red {
	color: #ee3124;
}

.red_heading {
	color: #ee3124;
	font-weight: bold;
	text-transform: uppercase;
}

.headings_01 {
	font-size: 10pt;
	color: #54534a;
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	padding-top: 17px;
}
	.footer_image {
		font-size: 8pt;
		background: url('../images/bottomline.gif');
		background-position: top;
		background-repeat: no-repeat;
		display: block;
		height: 29px;
		width: 969;
	}

.enquiry_textfields {
	width: 300px;
}




/* NAVIGATION ----------------------------------------------------------------------------*/

.navigation {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
		.navigation a:link {
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url('../images/buttons/nav_off.jpg');
			background-repeat: no-repeat;
			text-align: center;
			width: 95px;
			height: 15px;
			display: block;
			text-decoration: none;
			padding: 10px;
		}
		.navigation a:visited {
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url('../images/buttons/nav_off.jpg');
			background-repeat: no-repeat;
			text-align: center;
			width: 95px;
			height: 15px;
			display: block;
			text-decoration: none;
			padding: 10px;
		}

		.navigation a:hover {
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url('../images/buttons/nav_on.jpg');
			background-repeat: no-repeat;
			text-align: center;
			width: 95px;
			height: 15px;
			display: block;
			text-decoration: none;
			padding: 10px;
		}
		.navigation a:active {
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url('../images/buttons/nav_on.jpg');
			background-repeat: no-repeat;
			text-align: center;
			width: 95px;
			height: 15px;
			display: block;
			text-decoration: none;
			padding: 10px;
		}


/* HIGHLGHT */

body#home a#home_nav,
body#products a#products_nav,
body#clients a#clients_nav,
body#contact a#contact_nav
{
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			background: url('../images/buttons/nav_on.jpg');
			background-repeat: no-repeat;
			text-align: center;
			width: 95px;
			height: 15px;
			display: block;
			text-decoration: none;
			padding: 10px;
	}