html,body{
	height:100%;
	margin:0;
}
body{
	color:#4f4f4f;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg);
	min-width:1000px;
}
img{border:0;}
a{
	color:#ec7f26;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper:after {
	clear: both;
	content:"";
	display: block;
}
#wrapper{
	width:100%;
	min-height:100%;
	background:url(../images/bg-wrapper.jpg) repeat-x 50% 0;
}
* html #wrapper{height:100%;}
.w-holder:after {
	clear: both;
	content:"";
	display: block;
}
.w-holder{
	width:955px;
	margin:0 auto;
	padding:0 0 83px;
}
#header{
	width:100%;
	padding:31px 0 0;
	position:relative;
	z-index:50;
}
#header .hold:after {
	clear: both;
	content:"";
	display: block;
}
#header .hold{
	width:100%;
	padding:0 0 8px;
	position:relative;
	z-index:2;
}
.logo{
	float:left;
	display:inline;
	margin:0 0 0 17px;
}
.logo a{
	display:block;
	width:312px;
	height:99px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.tel{
	float:right;
	display:inline;
	margin:0 25px 0 17px;
	font-size: 18px;
	color: #ED7F26;
}
.tel a{
	display:block;
	width:312px;
	height:99px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
#menu{
	float:right;
	margin:0;
	padding:26px 22px 0 0;
	list-style:none;
	position:relative;
}
#menu li{
	float:left;
	padding:0 0 0 3px;
	font-size:14px;
	line-height:24px;
	position:relative;
	z-index:2;
}
#menu li a{
	display:block;
	width:88px;
	height:32px;
	overflow:hidden;
	text-align:center;
	color:#000;
}
#menu li a span{
	display:block;
	width:88px;
	height:64px;
	overflow:hidden;
	padding:4px 0 0;
	background:url(../images/bg-menu.png) no-repeat;
}
#menu li a:hover,
#menu li.active a,
#menu li:hover a,
#menu li.hover a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover span,
#menu li.active a span,
#menu li:hover a span,
#menu li.hover a span{
	margin:-32px 0 0 0;
	padding:36px 0 0;
}
#menu li:hover ul,
#menu li.hover ul{
	display:block;
}
#menu li ul{
	width:191px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:30px;
	left:4px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/none.gif);
}
#menu li ul li{
	float:left;
	width:191px;
	padding:3px 0 0;
	font-size:12px;
	line-height:24px;
}
#menu li ul li a,
#menu li ul li:hover a,
#menu li ul li.hover a{
	display:block;
	width:170px;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding:0 6px 0 13px;
	color:#fff;
	border:1px solid #fff;
	background:#f68428;
	font-weight:normal !important;
}
#menu li ul li a:hover,
#menu li ul li.active a{
	font-weight:normal;
	text-decoration:none;
	background:#bc6f46;
}
.intro{
	width:100%;
	overflow:hidden;
}
.intro .t,
.intro .b{
	width:100%;
	overflow:hidden;
	height:6px;
	line-height:1px;
	font-size:1px;
	background:url(../images/bg-intro-t.gif) no-repeat;
}
.intro .b{
	background:url(../images/bg-intro-b.gif) no-repeat;
}
.intro .c{
	width:943px;
	overflow:hidden;
	background:#fff;
	padding:0 6px;
}
.intro .holder:after {
	clear: both;
	content:"";
	display: block;
}
.intro .holder{
	width:898px;
	min-height:43px;
	padding:20px 15px 22px 30px;
	background:#ec7f26 url(../images/bg-intro-c.jpg) no-repeat;
}
* html .intro .holder{height:43px;}
.intro .flash-hold{
	float:right;
	display:inline;
	margin:0 0 0 30px;
	width:446px;
	height:270px;
	padding:22px 20px 23px 22px;
	background:url(../images/bg-flash.gif) no-repeat;
}
.intro .flash-hold img{
	display:block;
}
.intro .text:after {
	clear: both;
	content:"";
	display: block;
}
.intro .text{
	height:1%;
	padding:10px 0 0;
}
.intro .t-hold{
	overflow:hidden;
	height:1%;
}
.intro .text h1{
	margin:0 0 -1px;
	font-size:24px;
	line-height:24px;
	font-weight:bolder;
	color:#fff;
	position:relative;
}
.intro .text p{
	margin:18px 0 0;
	color:#fff;
}
.intro .text p em{
	font-weight:bold;
}
#main:after {
	clear: both;
	content:"";
	display: block;
}
#main{
	width:100%;
	padding:24px 0 0;
}
.heading{
	width:100%;
	overflow:hidden;
}
.heading .holder{
	float:left;
	padding:0 11px 0 11px;
	background:#f68127;
}
.heading h2{
	margin:0;
	font-size:18px;
	line-height:31px;
	font-weight:bold;
	color:#fff;
}
.twocolumns{
	float:left;
	width:692px;
}
.aside1{
	float:left;
	width:395px;
	margin:0 0 -10px;
}
.aside1 .heading .holder{
	display:inline;
	margin:0 0 0 4px;
}
.aside1 .hold{
	width:100%;
	overflow:hidden;
}
.aside1 .box{
	width:100%;
	overflow:hidden;
	padding:17px 0 10px;
}
.aside1 .image{
	float:left;
	margin:1px 0 0;
	width:106px;
	height:90px;
	background:url(../images/bg-aside-img.gif) no-repeat;
	padding:7px 4px 7px 5px;
}
.aside1 .image img{
	display:block;
}
.aside1 .text{
	float:right;
	width:267px;
}
.aside1 .text h3{
	margin:0 0 5px;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#ec7f26;
}
.aside1 .text p{
	margin:0 0 3px;
	text-align:justify;
}
.aside1 .text a{
	font-size:11px;
	line-height:18px;
	color:#ec7f26;
}
.aside2{
	float:right;
	width:243px;
}
.news-hold{
	width:100%;
	overflow:hidden;
}
.news-hold .box{
	width:100%;
	overflow:hidden;
	padding:17px 0 24px;
	background:url(../images/separator1.gif) no-repeat 0 100%;
}
.news-hold .box strong{
	display:block;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	padding:0 0 6px;
}
.news-hold .box span{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#292929;
	padding:0 0 2px;
}
.news-hold .box p{
	margin:0;
	color:#898989;
}
.sponsor-list{
	margin:0 -14px 0 0;
	padding:14px 0 12px;
	list-style:none;
	width:257px;
	overflow:hidden;
}
.sponsor-list li{
	float:left;
	padding:0 14px 0 0;
}
.sponsor-list li a img{
	display:block;
}
#sidebar{
	float:right;
	width:235px;
}
#sidebar .hold{
	width:100%;
	overflow:hidden;
	margin:3px 0 -16px;
}
#sidebar .box{
	width:100%;
	overflow:hidden;
	margin:15px 0 16px;
}
#sidebar .box .t,
#sidebar .box .b{
	width:100%;
	overflow:hidden;
	height:9px;
	line-height:1px;
	font-size:1px;
}
#sidebar .box .t{
	background:url(../images/bg-s-t.png) no-repeat;
}
#sidebar .box .c{
	width:217px;
	padding:0 9px;
	overflow:hidden;
	background:url(../images/bg-s-c.png) repeat-y;
}
#sidebar .box .b{
	background:url(../images/bg-s-b.png) no-repeat;
}
#sidebar .box .holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-s-box.gif) repeat-y;
}
#sidebar .box .frame{
	width:204px;
	overflow:hidden;
	padding:5px 7px 8px 6px;
	background:url(../images/bg-s-box-t.gif) no-repeat;
}
.finish-hold{
	width:196px;
	overflow:hidden;
	padding:6px 0 0 7px;
}
.finish-hold .image{
	width:192px;
	overflow:hidden;
	background:#7f7f7f url(../images/bg-s-image-t.gif) no-repeat;
}
.finish-hold .image .holder-i{
	width:184px;
	overflow:hidden;
	padding:4px;
	background:url(../images/bg-s-image-b.gif) no-repeat 0 100%;
}
.finish-hold .image img{
	display:block;
}
.finish-hold .text{
	width:100%;
	overflow:hidden;
	padding:14px 0 7px;
}
.finish-hold .text strong{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#4f4f4f;
	padding:0 0 6px;
}
.finish-hold .text p{
	margin:0;
	word-spacing:-1px;
}
.sign-form{
	width:100%;
	overflow:hidden;
}
.sign-form label{
	display:block;
	font-size:11px;
	color:#4f4f4f;
	padding:0 0 0 1px;
}
.sign-form .row{
	overflow:hidden;
	height:1%;
	padding:7px 0 0;
}
.sign-form .row span{
	display:block;
	width:200px;
	height:26px;
	overflow:hidden;
	padding:0 2px;
	background:url(../images/bg-inp-email.png) no-repeat;
}
.sign-form .row .text{
	float:left;
	position:relative;
	width:200px;
	overflow:hidden;
	background:none;
	border:none;
	font-size:12px;
	line-height:14px;
	height:14px;
	padding:6px 0;
}
.sign-form .btn-submit{
	float:right;
	margin:7px 0 0;
}
#footer{
	width:966px;
	overflow:hidden;
	margin:-83px auto 0;
	position:relative;
	height:83px;
}
#footer .holder{
	width:966px;
	overflow:hidden;
	background:url(../images/bg-footer.png) no-repeat;
	height:30px;
	padding:53px 0 0;
}
.copy{
	float:left;
}
.copy p{
	margin:0;
	font-size:12px;
	line-height:15px;
	color:#898989;
}
.copy p a{
	color:#898989;
}
.f-nav{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.f-nav li{
	float:left;
	padding:0 6px 0 8px;
	font-size:12px;
	line-height:15px;
	background:url(../images/separator4.gif) no-repeat 0 3px;
}
.f-nav li:first-child{
	background:none;
}
.f-nav li a{
	color:#898989;
}
.content{
	float:left;
	width:680px;
}
.content .about-box:after {
	clear: both;
	content:"";
	display: block;
}
.content .about-box{
	width:100%;
	padding:0 0 12px;
}
.content .about-box .image{
	float:left;
	width:267px;
	display:inline;
	position:relative;
	margin:-6px 28px 0 -2px;
}
* html .content .about-box .image{margin-right:25px;}
.content .about-box .image .t,
.content .about-box .image .b{
	width:100%;
	overflow:hidden;
	line-height:1px;
	font-size:1px;
	height:12px;
}
.content .about-box .image .t{
	background:url(../images/bg-c-image-t.png) no-repeat;
}
.content .about-box .image .b{
	background:url(../images/bg-c-image-b.png) no-repeat;
}
.content .about-box .image .c{
	width:243px;
	overflow:hidden;
	padding:0 13px 0 11px;
	background:url(../images/bg-c-image-c.png) repeat-y;
}
.content .about-box .image img{
	display:block;
}
.content .about-box .text{
	overflow:hidden;
	height:1%;
}
.content .heading{
	margin:0 0 12px;
}
.content p{
	margin:0 0 18px;
}
.info-list{
	margin:0;
	padding:10px 0 16px;
	width:100%;
	overflow:hidden;
}
.info-list dt{
	float:left;
	width:167px;
	padding:0 30px 18px 0;
	text-align:right;
	margin:0;
	font-weight:bold;
}
* html .info-list dt{padding-right:27px;}
.info-list dd{
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0 0 18px;
}
.info-list dd p{
	margin:0;
}
.text-list{
	margin:0;
	list-style:none;
	overflow:hidden;
	padding:7px 0 0 155px;
}
.text-list li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:6px 0 11px 43px;
	background:url(../images/bullet1.gif) no-repeat;
}
.c-hold{
	overflow:hidden;
	height:1%;
	padding:0 0 0 6px;
}
.samples-form{
	width:100%;
	overflow:hidden;
	padding:13px 0 29px;
}
.contact-form{
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
}
.samples-form .row,
.contact-form .row,
.contact-form .row-i{
	overflow:hidden;
	height:1%;
	padding:0 0 10px;
}
.contact-form .row{
	padding:0 0 9px;
}
.contact-form .row-i{
	padding:3px 0 11px;
}
.samples-form .l-box{
	float:left;
	width:194px;
}
.contact-form .l-box{
	float:left;
	width:154px;
}
.samples-form .l-box label,
.contact-form .l-box label{
	display:block;
	text-align:right;
	line-height:22px;
}
.contact-form .l-box label{
	line-height:24px;
}
.samples-form .l-box span{
	display:block;
	line-height:22px;
	padding:7px 0 0;
	text-align:right;
	word-spacing:-2px;
}
.samples-form .r-box{
	float:right;
	width:456px;
}
.contact-form .r-box{
	float:right;
	width:299px;
	padding:0 27px 0 0;
}
.samples-form .r-box span,
.contact-form .r-box span{
	display:block;
	width:200px;
	height:26px;
	overflow:hidden;
	padding:0 2px;
	background:url(../images/bg-inp-name.png) no-repeat;
}
.samples-form .text,
.contact-form .text{
	float:left;
	width:200px;
	position:relative;
	overflow:hidden;
	height:16px;
	background:none;
	border:none;
	font-size:12px;
	line-height:16px;
	padding:5px 0;
}
.samples-form .r-box .text-a{
	display:block;
	width:295px;
	height:140px;
	overflow:hidden;
	padding:2px;
	background:url(../images/bg-text-a.png) no-repeat;
}
.contact-form .r-box .text-a{
	display:block;
	width:293px;
	height:242px;
	padding:2px;
	border:1px solid #dededc;
	background:url(../images/bg-text-a-i.png);
}
.samples-form .r-box .area,
.contact-form .r-box .area{
	width:295px;
	height:140px;
	max-width:295px;
	max-height:140px;
	overflow:auto;
	margin:0;
	position:relative;
	font-size:12px;
	line-height:14px;
	background:none;
	border:none;
	padding:0;
}
.contact-form .r-box .area{
	width:293px;
	height:242px;
	max-width:293px;
	max-height:242px;
}
.contact-form .btn-submit{
	float:right;
	display:inline;
	margin:0 27px 0 0;
}
.check-list{
	margin:0;
	padding:0;
	list-style:none;
}
.check-list li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:1px 0 9px;
}
.check-list .ch-box{
	float:left;
	width:14px;
	height:14px;
	margin:0;
	padding:0;
}
.check-list label{
	float:left;
	line-height:14px;
	padding:0 0 0 15px;
}
.samples-form .btn-send{
	display:block;
}
.sub-nav{
	width:183px;
	overflow:hidden;
	background:#fff;
	border-left:1px solid #eee;
	padding:15px 5px 14px 28px;
}
.sub-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sub-nav ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	padding:0 0 5px;
}
.sub-nav ul li a{
	color:#4f4f4f;
}
.blog-hold{
	width:100%;
	overflow:hidden;
	margin:0 0 -18px;
}
.blog-box{
	width:664px;
	overflow:hidden;
	padding:0 0 15px;
	margin:0 0 32px;
	background:url(../images/separator2.gif) no-repeat 0 100%;
}
.autor-hold{
	width:100%;
	overflow:hidden;
	padding:3px 0 0;
}
.autor-hold ul{
	float:left;
	margin:0;
	padding:6px 2px 5px 2px;
	list-style:none;
	background:#e1e1e0;
}
.autor-hold ul li{
	float:left;
	padding:0 4px 0 6px;
	font-size:11px;
	line-height:18px;
	color:#545454;
	background:url(../images/separator3.gif) no-repeat 0 4px;
}
.autor-hold ul li:first-child{
	background:none;
}
.autor-hold ul li a{
	color:#f68227;
}
.blog-box .image{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
.blog-box .image .t,
.blog-box .image .b{
	width:100%;
	overflow:hidden;
	height:10px;
	font-size:1px;
	line-height:1px;
}
.blog-box .image .t{
	background:url(../images/bg-b-image-t.png) no-repeat;
}
.blog-box .image .b{
	background:url(../images/bg-b-image-b.png) no-repeat;
}
.blog-box .image .c{
	width:649px;
	padding:0 9px 0 7px;
	background:url(../images/bg-b-image-c.png) repeat-y;
	overflow:hidden;
}
.blog-box .image img{
	display:block;
}
.blog-box .text{
	width:100%;
	overflow:hidden;
	padding:19px 0 0;
}
.blog-box .text p{
	margin:0 0 18px;
	word-spacing:-1px;
}
.twocolumns-i:after {
	clear: both;
	content:"";
	display: block;
}
.twocolumns-i{
	width:943px;
	padding:0 0 0 5px;
}
.bside1{
	float:left;
	width:500px;
}
.bside1 .heading{
	margin:0 0 12px;
}
.bside1 p{
	margin:0 0 18px;
	word-spacing:-1px;
}
.bside2{
	float:right;
	width:409px;
	padding:0 0 12px;
}
.bside2 .heading{
	margin:0 0 12px;
}
.bside2 p{
	margin:0 0 14px;
}
.map-hold:after {
	clear: both;
	content:"";
	display: block;
}
.map-hold{
	width:409px;
}
.map-hold .t,
.map-hold .b{
	width:409px;
	overflow:hidden;
	height:8px;
	line-height:1px;
	font-size:1px;
}
.map-hold .t{
	background:url(../images/bg-map-t.png) no-repeat;
}
.map-hold .b{
	background:url(../images/bg-map-b.png) no-repeat;
}
.map-hold .c:after {
	clear: both;
	content:"";
	display: block;
}
.map-hold .c{
	width:393px;
	padding:0 8px;
	background:url(../images/bg-map-c.png) repeat-y;
}
.map-hold .holder:after {
	clear: both;
	content:"";
	display: block;
}
.map-hold .holder{
	width:100%;
	position:relative;
}
#btn-map{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
}
#btn-map li{
	position:absolute;
}
#btn-map li a{
	display:block;
	width:18px;
	height:28px;
	text-indent:-9999px;
	outline:none;
	position:relative;
	z-index:2;
	background:url(../images/none.gif);
}
#btn-map li.btn-scotland{
	top:148px;
	left:126px;
}
#btn-map li.btn-manchester{
	top:273px;
	left:199px;
}
#btn-map li.btn-hinkley{
	top:326px;
	left:224px;
}
#btn-map li.btn-redditch {
	top:332px;
	left:208px;
}

#btn-map li.btn-london{
	top:392px;
	left:260px;
}
#btn-map li.btn-reading {
	top:392px;
	left:230px;
}

#btn-map .drop{
	width:229px;
	overflow:hidden;
	position:absolute;
	left:-2px;
	bottom:13px;
	display:none;
}
#btn-map .drop .dt{
	width:100%;
	overflow:hidden;
	height:12px;
	line-height:1px;
	font-size:1px;
	background:url(../images/bg-drop-t.png) no-repeat;
}
#btn-map .drop .db{
	width:100%;
	overflow:hidden;
	height:90px;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#btn-map .drop .dc{
	width:196px;
	overflow:hidden;
	padding:5px 10px 6px 23px;
	background:url(../images/bg-drop-c.png) repeat-y;
}
#btn-map .drop strong{
	display:block;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	color:#fff;
	padding:0 0 7px;
}
#btn-map .drop address{
	width:100%;
	overflow:hidden;
	font-style:normal;
	font-size:11px;
	line-height:14px;
	color:#fff;
}
#btn-map .drop address span{
	display:block;
}
#btn-map .drop address em{
	display:block;
	font-style:normal;
	padding:14px 0 0;
}
#btn-map .drop address a{
	color:#fff;
	display:inline;
	width:auto;
	height:auto;
	text-indent:0;
	background:none;
}

