﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #4B4B4B;
    margin: 0px;
    padding:0px;
    vertical-align: bottom;
    /* Christmas Stuff here 
	background-image:url('../Images/Christmas/blue.gif');
	background-position:top left;
	background-repeat:no-repeat;*/
    }
p {
	margin-left:10px;
	margin-right:10px;
}

a:link {
	color: #4B4B4B;
	text-decoration: none;
}
a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

h1
{
    font-size: 1.4em;
    text-indent: 5px;
    text-align: left;
}
.h1news{
	color:#fff;
}
.pNotify{
	color:#FF6600;
	font-size:1.3em;
}

h2{
	font-size:1.3em;
	text-indent:5px;
	text-align:left;
}
h3{
	font-size:1.2em;
	text-indent:5px;
	text-align:left;
}

h4{
	font-size:1.1em;
}
.button {
	background-color:#1E77D3;
	color:#fff;
}

/************ MAIN LAYOUT DIVS *************/
#quick p, #quick h2, #contact p, #contact h2, #case p, #case h2 
{
    margin-top:6px;
    margin-bottom:10px;
}

#logo{
	width: 100%;
	margin:auto;
	height:65px;
	padding-top:25px;
    /* Christmas stuff here 
	background-image:url(../images/Christmas/xmaslogo.gif);
	background-repeat:no-repeat;
	background-position:bottom left;*/

}
#navigationA{
	width: 100%;
	margin:auto;
	margin-bottom:10px;
	margin-top:15px;
	background-image:url(../images/nav_button_Wash.gif);
	background-repeat:repeat-x;
	background-position:0%;
	height:23px;
}
#navCase{
	position:absolute;
	background-image:url(../images/nav_backWash.gif); 
	background-repeat:repeat-x;
	height:23px;
	width:25px;
}
.navButton{
	background-image:url(../images/nav_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:136px;
	height:26px;
	display:block;
	text-align:center;
	position:absolute;
}
.navText{
	font-weight:bold;
	position:relative;
	top:3px;
	cursor:pointer;
}
.navigationB{
	width: 100%;
	margin:auto;
	margin-bottom:10px;	
	border-bottom:1px solid #ff6600;
	padding-bottom:10px;
}
span.childLink{
	padding-left:10px;
	padding-right:10px;
}
#container{
	width: 100%;
	margin:auto;	
	min-width:600px;
	height:100%;
	
}
#containerLeft{
	width: 750px;
	display:block;
	padding-bottom:5px;
	min-height:467px;  /***** This style will need adjusting for firefox depending on the height of the right hand 3 gadgets ***********/
	height:100%;
	overflow:auto;
	/* Christmas stuff here 
	background-color:White;
	padding:1px;*/
}
.navigationC{
	width: 100%;
	margin-bottom:10px;
}
#mainContent{
	width: 100%;
	display:block;
	background: url(../images/main_backWash.gif); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	min-width:499px;
	min-height:457px;  /***** This style will need adjusting for firefox depending on the height of the right hand 3 gadgets ***********/
	padding-bottom:10px;
	height:457px;
	overflow:auto;
}
.CaseStudyContent
{
    height:100% !important;
}
#containerRight{
	width: 220px;
 	float:right;
	display:block;
}
#contact{
	width: 100%;
	border:1px solid #959595;
	background: url(../images/gadget_backWash.gif); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	margin-bottom:10px;
	height:118px;
}
#quick{
	width: 100%;
	border:1px solid #959595;
	background: url(../images/gadget_backWash.gif); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	margin-bottom:9px;
}
#industry{
	width: 100%;
	border:1px solid #959595;
	background: url(../images/gadget_backWash.gif); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	margin-bottom:9px;
}
#case{
	width: 100%;
	border:1px solid #959595;
	background: url(../images/gadget_backWash.gif); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	margin-bottom:9px;
}
.gadgetChanfer {
	background: url(../images/gadget_chanfer2.gif); 
	background-repeat:no-repeat;
	background-position:right bottom;
	height:10px;
	position:relative; 
	bottom:-1px; 
	right:-1px;
}
#news{
	width: 750px;
	border:1px solid #959595;
	padding-bottom:10px;
	background-color:#FF6600;
	margin-bottom:10px;
	height:60px;
}
.enquiryBox
{
    height:83px;
    padding:0px;
    margin:3px;
}
.newsChanfer {
	background: url(../images/news_chanfer.gif); 
	background-repeat:no-repeat;
	background-position:right top;
	height:9px;
	position:relative; 
	top:-1px; 
	right:-1px;
}
#footer{
	width: 100%;
	margin:auto;
	text-align:center;
	color:#999999;
}
.leftColumn
{
    float:left;
    width:50%;
    text-align:left;
}
.rightColumn
{
    float:left;
    width:49%;
    text-align:right;
}
.floatLeftImage
{
    float:left;
    padding-right:5px;
}
.galleryThumb
{
    margin:5px;
}
.logoImage
{
    float:left;
    width:115px;
    height:100px;
    background-color:White;
    vertical-align:middle;
    margin:10px;
    text-align:center;
}
a.blueLink, a.blueLink:hover ,a.blueLink:visited, a.blueLink:active
{
	color: #1e77d3;
	text-decoration: underline;
}

#news a
{
    color:Blue;
    text-decoration:underline;
}

#news a:hover
{
    color:White;
}

#gallery
{
    margin-top:17px;
}
.slideshow
{
    height:333px;
    width:580px;
    margin:0;padding:0;
}
.flashslideshow
{
    width:580px;
    position:relative;
    float:left;
    height:343px;    
}
.homePageLeft
{
    width:170px;
    float:left;
    height:435px;
    font-size:11pt;
    color:#000000;
}
.homePageLeft h2
{
    color: #808080;
    padding:0;
    margin:0;
    text-indent:0px;
    font-size:14pt;   
}
.homePageLeft p
{
    padding-left:0px;
    margin-left:0px;
}

.homePageBottom
{
    width: 580px;
    height: 90px;
    float: left;
    color: #808080;
    font-style:italic;
}
ul.specials li { color:#FF6600; font-size:11pt;}
ul.specials li span { color:#808080;    font-style:italic; }
ul.specials
{
    padding-left:16px;
    margin-left:0px;
}
.imageRight
{
    float:right;
    padding:5px;
}
.imageLeft
{
    float:left;
    padding:5px;
}
.headerBullets
{
    border-left:2px solid #FF6600;
    float:left;
    margin-left:20px;
    margin-top:6px;
    padding-bottom:5px;
    width:600px;
}
.bullet
{
    padding-right:5px;
    padding-left:15px;
    vertical-align:middle;
    margin-top:-3px;
}
.headerBullets h1,
.headerBullets h2
{
    float:left;
    font-size:12pt;
    padding-top:5px;
    margin:0;
}

