/* general specs for HTML tags - i.e. elements */
/* NB use Tahoma for navbar */

html {
height: 100%;  /* required */
}

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #426E79 url(images/new_back.gif); 
	padding: 0;
 	margin: 0; 
	/* specify own: top right bottom left */
	height: 100%; /* NB for FooterStick */
	 /* border: 1px solid blue; */
}

body h1 {
font-weight: normal;
font-size: 9px;
line-height:9px
color: #000;
text-align: center;
margin:0 auto;
padding:0;
border: 1px solid #000;
width: 780px;
height:13px;
}

td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	/* or, specify own  */
}

a:hover, a:active {
	color: #ff9933;
	text-decoration: underline;
}

p {
 padding: 0 5px 0 0;
 margin: 8px 0;
 font-size: 13px;
 line-height: 18px;
 text-align: justify;
}

h1, h2, h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	margin-bottom:4px;
}

h2 {
	color: #000;
}


img {
	padding:0;
	margin:0;
	border:0;
}

ul {
	padding: 0;
	margin:9px; /* for the bar itself */
}

li {
list-style-image: url(graphics/bullet.gif);
/* specify own bullet or, delete */
display: list-item;
font-size: 12px;
margin-left: 20px;
margin-right: 5px;
}

form {
	font-size: 12px;
	line-height: 20px;
}


/* own defined div tags i.e. IDs */
#wrapper {
	position: relative; /* NB for FooterStick */
	margin: 0 auto;  /* to center the DIV & for FooterStick -  bottom margin to allow for footer height*/
padding: 0 0 0 0;
	width: 780px;
	background-color: #426e79;
	height: 100%; /* NB For IE & FooterStick */ 
	min-height: 100%; /* NB For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern & FooterStick */ 
	/* border:1px solid aqua; for testing */
}

#content {
	position: relative;
	width: 780px;
	min-height: 100%; /* For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern Browsers &FooterStick */ 
	height: 100%; /* NB For IE  & FooterStick */
	padding: 0 0 0 0; /* For IE  & 38px FooterStick */
	margin: 0 auto;
	background-color:#426e79;
	/* border: 1px solid fuchsia; for testing*/
}

#content h1 {
/* color: #40150a; */
color: #000;
}

#header {
	height: 210px; 
	width: 780px; 
	padding: 0;
	margin: 0; 
background-color: #426e79;
	border-left: 1px solid #000;
border-right: 1px solid #000;

}


.bottom {
	text-decoration: none;
	font-size: 11px;
	padding:7px 5px;
	font-weight: bold;
	color: #692311;
}

.spanbottom {
/* for the bottom of page google text */
font-size: 9px;
letter-spacing: 1.9px;
text-align: center;
color: #000;	
background: #d79b07;
margin: 75px 0 0 -5px;
font-weight: normal;
padding: 1px 0 0 3px;
height: 15px;
border-top: 1px solid #000;
}

/* horisontal navbar - navmain*/

#navmain {
padding:0; 
margin:0; 
font-weight: normal;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/nav_button.jpg);
background-repeat: repeat-x;
background-color: transparent;
color: #000;
height: 32px;
width: 780px; /* paddings not deducted */
/* border: 1px solid yellow; */
}

#navmain ul {
/*remove default values: */
margin: 9px; /* NB NB NB to position text in the navbar */
padding: 0;
}

#navmain li {
display: inline;
list-style: none;
margin: 0 0 0 -3px;	/*	use -3px to minimise space between buttons */
padding:0;
}

#navmain li a:link, #navmain li a:visited { 
color:#000000; /* to set hover color for the hyperlinks */
text-decoration:none; /* to remove underline of the hyperlinks */
border-top: 1px solid #ffffff;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #426e79;
border-left: 1px solid #eeeeee;
margin:4px -2px 4px 0; /* for the items */
padding:4px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navmain li a:hover, #navmain li a:active {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff; /* to set hover color for the hyperlinks */
border-top: 1px solid #426e79;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #eeeeee;
}


/* vertical navigation */

#navside {
height: 200px;
width:  150px; /* for button width */
padding: 0;
margin: 0;
}

#navside li {
display: block; 	/*for vertical display*/
height: 28px; /* NBNBNB for button height - required here! */
margin: 0; 		/* nb nb to eliminate default margins */
padding: 0; 		/* nb nb to eliminate default padding */
}

#navside ul {
list-style: none; 	/* no bullets */
margin: 0; 		/* nb nb to eliminate or adjust default margins */
padding: 0; 	/* nb nb to eliminate default padding */
}

#navside li a:link, #navside li a:visited { 
text-decoration: none; 	/* NB required here - no underline */
display: block; /* NB required here - for item width!! */
color: #6B6B6B; 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-variant: small-caps;
letter-spacing: 2px;
border-top: 1px solid #C6C6C6;
border-right: 1px solid #d7f955;
border-bottom: 1px solid #d7f955;
border-left: 1px solid #C6C6C6;
margin: 0; /* between for the items */
padding: 5px 7px;  /* space around the items and height*/
}

#navside li a:hover, #navside li a:active {
color: #000033; 	/* to set hover color for the hyperlink text */
border-top: 1px solid #d7f955;	/* to set hover colors for borders */
border-right: 1px solid #C6C6C6;
border-bottom: 1px solid #C6C6C6;
border-left: 1px solid #d7f955;
}


#colleft {
position: absolute;
top: 0; 
left: 0;
width: 179px; /*paddings subtracted */
padding: 0 0 20px 0;
text-align: left; 
height: 100%;
font-size: 11px;
min-height:100%;
margin: 0;
font-size: 11px;
line-height: 14px;
background-color: #426e79;
border-left: 1px solid #000;
background-image: url(images/lmenu2.jpg);
background-repeat: repeat-y;
}

#colright {
padding: 0 0 0 0;
width: 580px; /* padding subtracted */
margin: 0 0 0 180px;
/* to provide space for colleft */
height: 100%;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 line-height: 15px;
 background-color: #426e79;
 border-right: 1px solid #000;
background-image: url(images/sptext_.jpg);
background-repeat: repeat-y;
}

#directories {
position:relative;
width: 515px; 
background-color: #7b99a1; 
padding: 10px 7px 0 5px; 
margin: 0 auto; 
color: #000033; 
/* border: 1px solid red;*/
}
.listing {
	 border: 1px solid #c2d1e7; 
	 background-color: #a8c0dd;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 padding: 2px;
	 color:#000033;
}

#strapline {
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 27px;
	width:780px;
	background: #426e79;
	color: #000;
		border-left: 1px solid #000;
border-right: 1px solid #000;
}

#footer {
text-align: left;
font-size: 9px;
line-height: 12px;
background: #56909e;
color: #000;
width: 780px; /*padding subtracted */
padding: 0;
/* e.g. 18px on right for side border image*/
margin: 0 0 -180px 0;  
/* for footer-stick center not required - within content which is centered for centering use 0 auto -38px auto*/
position: relative; /* NB for footer-stick */
height: 180px; /* NB for footer-stick */
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: top;
border-left: 1px solid black;
border-right: 1px solid black;
}

#footer a:link, #footer a:visited {
font-size: 10px;
}

#footer a:hover, #footer a:active {
font-size: 10px;
}

/* own defined CLASSES used within own specified DIVs -  or new empty  DIVs*/

.textboxmain {
	border: 1px solid #d79b07;
	text-align: justify;
	padding:40px;
	margin-top: 1px;
}

.textleft {
position:absolute;
top:180px;
width:250px;
margin-left:10px;
border:1px solid black;
}

.textright {
position:absolute;
top:180px;
width:250px;
margin-left:280px;
}

.picframe {
border : 1px solid #000;
}

.imgcntr {
margin: 0 auto; 
}

.button {
	background: #C6B347;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #000;
	height:20px;
}

.input{
background: #d7f955;
border: 1px solid #000;
}

.button {
	background: #d7f955;
	color: #121727;
	border: 1px solid #6a6d80;
	font-weight: normal;
	font-size: 11px;
}

.frame {
	border: 3px double gray;
	padding: 3px;
}

.nb {
color: #E2C51F;
font-weight: bold;
border: 1px solid gray;
}

/* required for equal.js */
.container { 
     background: transparent; 
     border: 0; 
} 

/* special statements */
#home .home, #about .about, #contact .contact, #products .products, #services .services, #enquiries .enquiries, 
{
color: #cc3300;
}