/*
	CharlesElectrical.co.uk Screen.css by Stuart Robb
	=========================================================
	(c) Copyright 2011 Charles Electrical Ltd
	=========================================================
*/ 
	

@import url(reset.css);



/*	Typography presets
	------------------	*/

html {
	background: #eee;
}


body {
	font: 12px/18px 'Open Sans', Arial, sans-serif;
}

.ie7 body, 
.ie8 body {
	font: 12px/18px Arial, sans-serif;
}


.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 54px;
	line-height: 72px;
	letter-spacing: -1px;
	text-shadow: #fff 0 2px 0;
	margin-bottom: 30px;
}

.large, h2 {
	font-size: 22px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 15px;
	line-height: 36px;
}

.big, h4 {
	font-size: 13px;
	line-height: 30px;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

p {
	padding-bottom: 15px;
}

a {
	text-decoration: none;
	color: #b91919;
}

a:hover {
	text-decoration: underline;
}


/* Selection colours (easy to forget) */

::selection 	 	{background: #666666;}
::-moz-selection 	{background: #666666;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body 				{-webkit-tap-highlight-color: #666666;}




/* ====================================================================
	Default Layout
	Width: 980px
	Columns: 80px
	Gutters: 20px
	=================================================================== */

header {
	display: block;
	background: #b91919 url(../img/headerBg.png) repeat-x;
	height: 130px;
	min-width: 960px;
}

header div {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	margin-bottom: 0;
}

header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sprite.png) no-repeat 0 0;
	width: 425px;
	height: 51px;
	position: absolute;
	top: 48px;
	left: 20px;
}

header div p {
	color: #aaa;
	text-align: right;
	position: absolute;
	top: 47px;
	right: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
}

header div p a {
	color: #fafafa;
	border-bottom: dotted 1px #fafafa;
}

header div p a:hover {
	text-decoration: none;
	background: #fafafa;
	color: #b91919;
	padding: 0 3px;
}

header div p span {
	font-size: 30px;
}

header div p span a {
	border-bottom: none;
}

menu {
	display: block;
	padding-left: 10px;
	background: #1b1b1b url(../img/nav-top-border.png) repeat-x left top;
	border-bottom: solid 1px #000;
	min-width: 950px;
}

menu ul {
	width: 940px;
	height: 46px;
	margin: 0 auto;
	border-left: solid 1px #0d0d0d;
	position: relative;
	z-index: 5;
}


menu li {
	float: left;
	position: relative;
}

menu li.current {
	background: url(../img/nav-current-bg.png) no-repeat center bottom;
	padding-bottom: 7px;
}

menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	border-right: solid 1px #0d0d0d;
	padding: 0 20px;
	text-decoration: none;
	border-top: solid 1px #323232;
}

menu li a:hover {
	background: #313131;
	border-top-color: #4a4a4a;
	text-decoration: none;

}

menu a:active, menu a:focus {
	-webkit-box-shadow: inset 0px 0px 5px 3px #000;
	-moz-box-shadow: inset 0px 0px 5px 3px #000;
	box-shadow: inset 0px 0px 5px 3px #000;
}

menu li.current a {
	text-shadow: 0px -1px 0px #2e0606;
	filter: dropshadow(color=#2e0606, offx=0, offy=-1);
	border-top-color: #b91919;
}

menu li.current a:hover {
	background: none;
	border-top-color: none;
}

menu ul ul {width:160px; border: solid 5px #313131; height: auto; border-bottom: none; }

menu ul ul {visibility:hidden; position:absolute; top:47px; left:0; width:160px; z-index: 4;}

menu ul ul li {display: block; float: none; }

menu ul ul li a {display: block;}

menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

menu ul ul a {background: #c1c1c1; color:#333; padding: 0px 10px; width:140px; border-top:none; border-bottom: 5px solid #313131; border-right: none;
}

menu ul ul a:hover{color:#FFF; background:#CC0000;}


menu :hover > a, 
menu li ul :hover > a {background: #313131;	border-top-color: #4a4a4a;}


* html menu ul li.active a:hover {
	background-color: #b91919;
}

menu ul li ul li a:hover {
	background-color:#b91919;
}


/* make the second level visible when hover on first level list OR link */
menu ul li:hover ul,
menu ul a:hover ul{visibility:visible;}



menu li.facebook {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
}

menu li.facebook a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sprite.png) no-repeat -542px -110px;
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;	
}

menu li.facebook a:hover {
	background-position: -542px -150px;
}

#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

/* No call out charges ribbon */

#no-call-out {
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 3;
}

/* Transparent about box on homepage */

.stripe {
	border-top: solid 3px #aaa;
	background: #ddd;
	min-height: 6px;
	position: relative;
	z-index: -1;
}

#positioning {
	padding: 20px;
}

#positioning p {
	width: 910px;
	margin: 0 auto;
	font-size: 175%;
	padding-bottom: 0;
}

#about {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 260px;
	height: 278px;
	background: rgba(255,255,255,0.8);
	z-index: 2;
	padding: 20px;
}

#about p {
	font-size: 112%;
	line-height: 140%;
	font-weight: 400;
}

.ie #about { background: url(../img/white-trans.png) repeat; }


#accreditation li {
	display: block;
	float: left;
}
#accreditation li a {
	display: block;
	width: 120px;
	height: 90px;
	float: left;
	margin: 10px 20px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#accreditation li a.niceicdi { background: url(../img/sprite.png) no-repeat -267px -96px; }

#accreditation li a.niceicac { background: url(../img/sprite.png) no-repeat -407px -96px; margin-right: 0px; }

#accreditation li a.partp { background: url(../img/sprite.png) no-repeat -267px -207px; }

#accreditation li a:hover { background-color: #fff; }

#trust-a-trader {
	position: absolute;
	top: 158px;
	right: -20px;
	z-index: 3;
}

#trust-a-trader a img {
	width: 180px;
	height: 180px;
}

#slideshow {
	height: 328px;
	overflow: hidden;
	display: block;
	
}

#slideshow img {
	width: 940px;
	position: absolute;
	left: 0;
	right: 0;
}

#push {
	clear: both;	
	display: block;
	width: 940px;
}

#push aside.push_item {
	margin: 20px 20px 20px 0;
	width: 300px;
	float: left;
	position: relative;
}

#push aside.push_item h3 {
	font-size: 17px;
}

#push aside.push_item a span {
	display: block;
	position: absolute;
	top: 65px;
	right: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: #313131 url(../img/arrow-right.png) no-repeat 21px center;
	border-top: solid 5px #eee;
	border-left: solid 5px #eee;
}

#push aside.push_item a img {
	cursor: pointer;
}

#push aside.push_item a:hover span {
	background-color: #b91919;
}

#push aside.right {
	margin: 20px 0px 20px 0;
}

#push aside img {
	width: 300px;
}

/* Page styles */

.left-column {
	float: left;
	width: 560px;
	padding: 30px;
	background: #e1e1e1;
}

.left-column table {
	width: 100%;
	margin-bottom: 15px;
}

.left-column tr {
	background: #fcfcfc;
}

.left-column td {
	border: solid 1px #999;
	padding: 7px 12px;
	font-weight: 700;
}

td.fee {
	text-align: center;
	color: #b91919;
	width: 20%;
}

.bullets {
	color: #000033;
	line-height: 16px;
}

.bullets li {
	list-style: disc;	
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#tabs {
}

#tabs li {
	float: left;
	display: block;	
}

#tabs li a {
	display: block;
	padding: 12px 15px;
	background: #ccc;
	margin-right: 5px; 
	margin-bottom: 0;	
}

#tabs li a:hover {
	text-decoration: none;
	background: #aaa;
}

#tabs li a.active {
	background: #b91919;
	color: #fff;
}

#tabs li a.active:hover {
	background: #9d0000;
}

#home {
	clear: both;
	position: relative;	
	border-top: solid 1px #b91919;
	height: 459px;
}

section.feature {
	width: 520px;
	height: 459px;
	overflow-y: auto;
	position: absolute;
	margin: 10px;
	padding-right: 20px;
}

#testimonials {
	height: 340px;
	background: url(../img/testim_bg.jpg) repeat;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

.testimonial {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.testimonial blockquote {
	padding: 30px 30px 15px;
	background: url(../img/testim_bg.jpg) repeat;
}

.testimonial cite {
	display: block;
	color: #b91919;
	padding-bottom: 10px;
}

.testimonial blockquote p {
	font-size: 108%;
	line-height: 140%;
	font-family: Courier;
}

#handles {
	margin-top: 10px;
	width:560px;
	color:#000;
	text-align:center;
	cursor:default;
}

#handles li {
	display:inline-block;
	margin-right:6px;
}

.ie7 #handles li {
	zoom: 1;
	display: inline;
}

#handles a {
	display: block;
	width: 10px;
	height: 10px;
	background: #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 1px 0px #666;
	-moz-box-shadow: inset 0px 2px 1px 0px #666;
	box-shadow: inset 0px 2px 1px 0px #666;
}

.ie #handles a {
	background-color: transparent;
	background: url(../img/sprite.png) no-repeat;
	background-position: -502px 0;
}

#handles a:hover {
	background: #969696;
}

.ie #handles a:hover {
	background-color: transparent;
	background: url(../img/sprite.png) no-repeat;
	background-position: -483px 0;
}

#handles a.current{
	background: #b91919;
}

#handles a.current:hover {
	background: #9d0000;
}

.ie #handles a.current {
	background-color: transparent;
	background: url(../img/sprite.png) no-repeat;
	background-position: -464px 0;
}

#accreditation h2 {
	position: relative;
	padding-top: 50px;
}

.img_right {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.trusta {
	bottom: -5px;
}

#accordion {
	margin-bottom: 30px;
}

#accordion dt {
	background: #c1c1c1 url(../img/sprite.png) 0px -341px;
	padding: 0px 12px;
	margin-top: 5px;
	height: 45px;
}

#accordion dt h3 {
	line-height: 45px;
}

#accordion dt.active {
	background: #b91919 url(../img/sprite.png) 0px -386px;
	color: #fff;	
}

#accordion dd {
	background: #f1f1f1;
}

#accordion dd.open {
	margin-top: 5px;
}

#accordion dd p {
	padding: 15px 15px 0px;
}

#accordion dd p:last-child {
	padding: 15px 15px 15px;
}

#projects img {
	margin: 0px 3px 3px 0;
	padding: 0;
}


/* =========== Contact Form ========== */ 

#contact form {
	font-size: 12px;
}

#contact form p {
	padding-bottom: 5px;
}

.req {
	color: #b91919;
	font-weight: 600;
}

#contact input {
	padding: 10px;
	border: solid 1px #6e6e6e;
	width: 300px;
}

#contact input:focus,
textarea:focus {
	border-color: #b91919; 
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
}

input#submitter {
	display: block;
	clear: both;
	width: auto;
	margin-top: 10px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

input#submitter:hover {
	background: #b91919;
	color: #f0fafe;
}

input#submitter:active {
	background: #ab0303;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
}

input#verif_box {
	width: 60px;
}

#contact label {
	display: block;
	margin-top: 10px;
}

#contact textarea {
	width: 540px;
	height: 200px;
	padding: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
}

.verif_img {
	float: left;
	margin: 10px 10px 20px 0;
}

p.hint {
	float: left;
	line-height: 52px;
}



/* =========== Right column ========== */ 

#right-column {
	float: right;	
	margin: 0 0 0 20px;
}

#right-column aside {
	display: block;
	width: 270px;
	background: #e1e1e1;
	margin: 0 0 20px;
	padding: 15px;
	position: relative;
}

#right-column aside p {
	padding-bottom: 0;
}

#right-column aside img {
	width: 270px;
}

#right-column aside.push_item a span {
	display: block;
	position: absolute;
	top: 68px;
	right: 15px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: #313131 url(../img/arrow-right.png) no-repeat 21px center;
	border-top: solid 5px #e1e1e1;
	border-left: solid 5px #e1e1e1;
	z-index: 100;
}

#right-column aside.push_item a img {
	cursor: pointer;
}

#right-column aside.push_item a:hover span {
	background-color: #b91919;
}

#clients {
	width: 270px;
	height: 140px;
	overflow: hidden;
	display: block;
	background: url(../img/client_bg.png) no-repeat;
}

#clients img {
	width: 270px;
	position: absolute;
	left: 0;
	right: 0;
}


footer {
	clear: both;
	margin: 20px 0px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	background: url(../img/white.png) repeat-x left top;
}

footer p {
	font-size: 90%;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
}


