/*
Theme Name: WillDan Systems Ltd
Theme URI: http://www.willdan.co.uk
Description: Wordpress theme developed for WillDan Systems.
Version: 1.0
Author: looktouchfeel
Author URI: http://www.looktouchfeel.co.uk/


*/


/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul,ol,li{
	list-style: none;
}

address,caption,cite,code,dfn,th,var,em {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	font-family: tahoma, arial, verdana, sans-serif;
	background: #ffffff;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}


span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}


/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 955px;
	color: #ffffff;
	background: #000000;
}


#for-background{
	float: left;
	background: url(img/bottom-bob.gif) no-repeat bottom right;	
}


/* ---------------- sidebar ---------------- */

#sidebar{
	float: left;
	width: 370px;
	padding-bottom: 35px;
}


#sidebar h2 a{
	float:left;
	width: 360px;
	height: 230px;
	background: url(img/wds-logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}



#navigation ul,
#navigation li{
	float: left;
	text-align: center;
}


#navigation li{
	width: 165px;
	height: 107px;
	margin-bottom: 30px;
	font-size: 1.7em;
}


#navigation a{
	display: block;
	padding-top: 90px;
	color: #ffffff;
	text-decoration: none;

}


#navigation a:hover{
	color: #A2DBF3;
}


#navigation .about-us{
	background: url(img/about-us.jpg) no-repeat 50% 0;
}	

#navigation .what-we-do{
	background: url(img/what-we-do.jpg) no-repeat 50% 0;
}

#navigation .our-products{
	background: url(img/our-products.jpg) no-repeat 50% 0;
}

#navigation .contact-us{
	background: url(img/contact-us.jpg) no-repeat 50% 0;
}

/* ---------------- content ---------------- */

#content{
	float: left;
	width: 585px;
	margin-top: 20px;
}



/* ---------------- main-content ---------------- */

#main-content{
	float: left;
	width: 450px;
}


#content.homepage #main-content{
	width: 565px;
}


#main-content h1{
	font-size: 2.4em;
	margin-bottom: 25px;
}


#main-content p{
	font-size: 1.2em;
	margin-bottom: 15px;
}


#main-content a{
	color: #ffffff;
}


#main-content a:hover{
	text-decoration: none;
}


/* ---------------- main-content ---------------- */

#rightbar{
	float: right;
	width: 135px;
	text-align: center;
}



/* ---------------- footer ---------------- */

#footer{
	float: left;
	width: 955px;
	padding: 85px 0 10px 0;
	background: #ffffff url(img/footer-back.gif) no-repeat 0 0;
	color: #000000;
}


#footer .copyright{
	float: left;
	color: #666666;
}


#footer .webby{
	float: right;
	font-size: 1.2em;
}


#footer .webby a{
	color: #006AB2;
	text-decoration: none;
}


#footer .webby a:hover{
	text-decoration: underline;
}


#footer .webby a span{
	color: #A9AAAC;
}

