/* LCUK new CSS file */

/* LCUK new colours 

background - #ebe5ef
dark brown - #41291c
mid brown - #7c4d26
green - #01632f


*/

/* STRUCTURE */
.wrapper	{
	width: 780px;
	height: 100%;
}

.header	{
	width: 780px;
	height: 110px;
	top: 0;
}

.header_col_L	{
	width: 220px;
	height: 110px;
	float: left;
	top: 0;
}

.header_col_R	{
	width: 560px;
	height: 110px;
	float: right;
	top: 0;
}

.body_col_L	{
	width: 220px;
	float: left;
	top: 120px;
	margin: 0;
}

.body_col_R	{
	width: 550px;
	float: right;
	top: 120px;
	padding-left: 10px;
}

/* NAVIGATION */
.nav	{
	width: 205px;
	top: 125px;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: solid 1px #666156;
	border-right: solid #7c4d26 5px;
}

.nav ul	{
	display: block;
	float: left;
	width: 205px;
}

.nav li	{
	list-style-type: none;
	line-height: 23px;
	height: 23px;
	width: 205px;
	margin: 0;
	text-align: right;
}

.navlink	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #01632f;
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
	width: 198px;
	display: block;
}

.navlinkhome	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #01632f;
	text-decoration: none;
	font-weight: bold;
	background-color: #ccc8be;
	width: 198px;
	display: block;
	padding-right: 6px;
	margin: 0;
}

.navlink:link	{
	font-family: Arial, Helvetica, sans-serif;
	color: #01632f;
}

.navlink:visited {
	color: #968000;
	font-style: italic;
}

.navlink:hover {
	color: #7c4d26;
 	background-color: #e1dcce;
}

.navlink:active	{
	color: #01632f;
}

.navlinkhome:link	{
	font-family: Arial, Helvetica, sans-serif;
	color: #01632f;
}

.navlinkhome:visited {
	color: #968000;
	font-style: italic;
}

.navlinkhome:hover {
	color: #7c4d26;
}

.navlinkhome:active	{
	color: #01632f;
}



/* FOOTER */

.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #41291c;
	text-decoration: none;
	text-align: left;
	border-top: solid 1px #41291c;
	border-bottom: solid 1px #41291c;
	padding: 10px 0 10px 0;
	margin-bottom: 5px;
}

.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #41291c;
	text-decoration: none;
}

.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #978100;
	text-decoration: none;
}

.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01632f;
	text-decoration: none;
}

.footer:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #41291c;
	text-decoration: none;
}


/* LINKS */
.plink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #41291c;
	text-decoration: underline;
}

.plink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #663300;
	text-decoration: underline;
}

.plink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #01632f;
	text-decoration: none;
}

.plink:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #01632f;
	text-decoration: none;
}

.bkm	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	text-align: center;	
}

.bkm:link {
	color: #41291c;
	text-decoration: none;
}

.bkm:visited {
	color: #978100;
}

.bkm:hover {
	color: #01632f;
}

.bkm:active	{
	color: #41291c;
}

.return	{
	display: inline;
	height: 40px;
	width: 37px;
	float: right;
	clear: right;
	background-image: url(images/top2a.gif);
	background-repeat: no-repeat;
}

.return:link	{
	background-image: url(images/top2a.gif);
	background-repeat: no-repeat;
}

.return:visited	{
	background-image: url(images/top2a.gif);
	background-repeat: no-repeat;
}

.return:hover	{
	background-image: url(images/top2b.gif);
	background-repeat: no-repeat;
}

.return:active	{
	background-image: url(images/top2b.gif);
	background-repeat: no-repeat;
}



/* --- body content ---*/

body {
	background-image: url(images/wholebg3.jpg);
	background-color: #ebe5df;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;

}

p {
	font-size: 0.85em;
	color: #41291c;
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	text-decoration: none;
	color: #41291c;
	font-weight: bold;
}


h2 {
	font-size: 1.2em;
	color: #41291c;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #41291c;
	text-decoration: none;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #41291c;
	text-decoration: none;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #41291c;
	text-decoration: none;
}

.normal {
	font-size: 0.85em;
	color: #41291c;
	text-decoration: none;
	line-height: 1.4em;
}


.downlink	{
	font-size: 0.85em;
	color: #41291c;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2px;	
}

.subhead {
	font-size: 0.85em;
	font-weight: normal;
	color: #41291c;
	text-decoration: none;
}

.quote {
	font-size: 0.95em;
	font-weight: bold;
	color: #41291c;
	text-decoration: none;
	text-align: center;	
}


blockquote {
	font-size: 0.95em;
	color: #41291c;
	text-decoration: none;
}

.little {
	font-size: 0.9em;
	color: #41291c;
	text-decoration: none;
}

.small {
	font-size: 0.75em;
	color: #41291c;
	text-decoration: none;
}

.lister	{
	font-size: 0.85em;
	color: #41291c;
	text-decoration: none;
}

.thicklink	{
	font-weight: bold;
}

.hand	{
	background-image: url(images/log_hs.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: 55px;
	line-height: 50px;
}

.machine	{
	background-image: url(images/log_mp.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: 55px;
	line-height: 50px;	
}

.construction	{
	display: inline;
	height: 160px;
}

.products	{
	display: block;
	margin-top: 40px;
}

.address_big	{
	width: 100%;
	text-align: center;
	display: block;
}

.building_box	{
	display: block;
	border-top: solid #41291c 1px;
	clear: both;
}

.displayBox	{
	display: block;
	height: 160px;
	clear: both;
}

.toolsBox	{
	display: block;
	width: 400px;
	height: 160px;
	margin-left: 90px;
	clear: both;
}

.Lcol_box	{
	width: 260px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.Rcol_box	{
	width: 260px;
	display: block;
	float: right;
	text-align: center;
	margin-bottom: 20px;
}

.adBox	{
	display: block;
	text-align: center;
	padding: 5px;
	border-top: solid #41291c 1px;
	border-bottom: solid #41291c 1px;
	margin: 20px 0 20px 0;
}

.trainingBox	{
	display: block;
	width: 450px;
	margin-left: 45px;
	padding: 5px 5px 5px 10px;
	border: solid #41291c 1px;
	clear: both;
}


/* -- Form -- */

form	{
	width: 350px;
	margin-left: 60px;
	padding-left: 30px;
}

form input 	{
	margin: 4px 0 6px 20px;
}

form textarea 	{
	margin-left: 20px;
}

p.formhead { 
	margin: 4px 0 6px 15px; 
	font-size: 0.95em; 
	color: #41291c; 
	font-weight: bold; 
	text-decoration: none;
	line-height: 20px; 
}

input {
	margin-left: 6px;
}

textarea {
	margin-left: 6px;
}

.sender	{
	margin-left: 90px;
	margin-bottom: 20px;
}

/* --IMAGES-- */

.ContentPic	{
	border: solid #41291c 1px;
	clear: both;
}

.ContentPicC	{
	border: solid #41291c 1px;
	margin-left: 120px;
}

.ContentPicCnB	{
	margin-left: 120px;
}

.ContentPicL	{
	border: solid #41291c 1px;
	float: left;
	margin: 10px;
}

.ContentPicLnB	{
	float: left;
	margin: 10px;
}

.ContentPicR	{
	border: solid #41291c 1px;
	float: right;
	margin: 10px;
	clear: right;
}

.ContentPicRnB	{
	float: right;
	margin: 10px;
}

.rCol_pic	{
	margin-left: 10px;
	border: solid #41291c 1px;
}

.lCol_pic	{
	margin-left: 60px;
	margin-top: 10px;
	border: solid #41291c 1px;
}

.lColnB_pic	{
	margin-left: 30px;
	margin-top: 10px;
}

.lColC_pic	{
	margin: auto;
	border: solid #41291c 1px;
}

.rColC_pic	{
	margin: auto;
	border: solid #41291c 1px;
}
