@charset "UTF-8";
/* CSS Document for Wightwick Transfers - Written by Pragmatic Design Ltd http://www.pragmaticdesign.co.uk */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	background-color:#231f20;
}

a {
	color:#73a42c;
	text-decoration:none;
	border-bottom:thin dotted;
}
a:hover {
	color:#bddb8f;
	text-decoration:none;
	border-bottom:thin solid;
}
li, ul, ol {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#FFF;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
	color:#FFF;
	border:none;
}
#clear {
	clear:both;
}

#header {
	height:130px;
	overflow:hidden;
	background:url(../images/top-bg.jpg) repeat-x;
}
#header-wrap {
	width:900px;
	margin:auto;
}
.masthead a,
.masthead a:hover {
	width:521px;
	height:95px;
	background-image:url(../images/masthead.jpg);
	padding:0px;
	margin:0px;
	border:none;
	display:block;
	overflow:hidden;
	text-indent:-999em;
	top:0px;
	position:absolute;
}
.phonenumber {
	top:85px;
	position:absolute;
	font-size:18px;
	font-weight:bold;
}
#menu {
	padding:0px;
	margin:auto;
	width:320px;
	top:0px;
	left:60%;
	position:absolute;
	z-index:99;
}
#menu a {
	border:none;
}

#banner {
	height:126px;
	overflow:hidden;
	background:url(../images/banner-bg-inner.jpg) repeat-x;
}
#homebanner {
	height:325px;
	overflow:hidden;
	background:url(../images/banner-bg.jpg) repeat-x;
}
#banner-wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#banner-pic {
	height:326px;
	/*-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0);*/
}
#banner-pic,
#banner-text {
	z-index:1;
	position:absolute;
	overflow:hidden;
}

#banner-pic ul {
	width:900px;
	height:300px;
	padding:0;

}

#banner-text {
	width:550px;
	height:250px;
	padding-top:150px;
	padding-left:20px;
	}
/*#banner-text {
	width:490px;
	padding-top:75px;
	padding-left:400px;
	height:250px;
}*/
#attract-text ul {

}
#attract {
	height:300px;
}
#attract-text li {
	margin:25px 0px 0px 0px;
	list-style:none;
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	line-height:normal;
	color:#FFF;
	text-shadow: #000 0px 2px 3px;
}
#attract-pics li {
	margin-top:13px;
	height:300px;
}

#main {
	overflow:hidden;
	background:url(../images/main-bg.jpg) repeat-x;
	color:#fff;
}
#column1 {
	width:505px;
	float:left;
	margin-right:30px;
}
#column2 {
	width:365px;
	float:left;
}
#column2 img {
	width:93px;
	height:93px;
	overflow:hidden;
	float:left;
	clear:left;
	padding-right:20px;
	border:none;
}
#column2 strong a {
	color:#fff;
	border:none;
}
#column2 strong a:hover {
	color:#fff;
	border-bottom:dotted thin #fff;

}

#main-wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.servicelist-wrap {
	width:365px;
	float:left;
	clear:left;
}
.servicepagelist-wrap {
	width:465px;
	float:left;
	clear:left;
}
.servicelist-image {
	float:left;
	width:93px;
	height:93px;
	overflow:hidden;
	padding:0px 10px 10px 0px;
}
.servicelist-image img,
.servicelist-image img a{
	border:none;
	padding:0px 20px 20px 0px;
}
.servicelist-text {
	float:left;
	width:250px;
}
.servicepagelist-text {
	float:left;
	width:350px;
}

#footer {
	clear:both;
	height:20px;
	background-color:#000;
	color:#fff;
	font-size:11px;
	text-align:center;
}

.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	width: 100%;
}

/* SLIDING MENU */

.menu_class a {
}

.the_menu {
	display:none;
	width:306px;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	background-color: #777;
	opacity:0.9;
	border-radius: 5px;
}

.the_menu li {
}


.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	display:block;
	font-size:14px;
	font-weight:bold;
	border:none;
	padding:5px 0px 5px 0px;
}

.the_menu li a:hover {
	color: #bddb8f;
}

img a,
img a:hover,
img a:visited {
	border:none; !important
	padding:0; !important
	margin:0; !important
}