/*
Theme Name: jfelectrical
Theme URI: http://www.jfelectrical.net/
Description: secondary content CSS file.
Version: 1.0
Author: Wayne Humphrey
Author URI: http://www.whwebdesign.co.uk/
*/

/*Global Reset
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}			
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

body{
	font:85%/150% Arial, Verdana, sans-serif;
	background:#000 url(../img/bg-wires-40.jpg) no-repeat center top;
		}
	
/*Container Styles
*********************************************************/
	
.container{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
		
/*Header Styles
*********************************************************/
#header a#logo span, a#callnow span{
			display:none;
			}
#header{
	margin-top:30px;
	padding:19px 0 18px  0;
	background:url(../img/bg-orange-header.png);
	border-bottom:1px solid #444;
	}
	#header a#logo{
		width:285px;
		height:63px;
		overflow:hidden;
		display:block;
		float:left;
		background:url(../img/jonathan-fridlington.png) no-repeat 0 0;
		}
	#header a#callnow{
		width:436px;
		height:65px;
		overflow:hidden;
		display:block;
		float:right;
		background:url(../img/callnow.gif) no-repeat 0 0;
		}
#nav ul{
	margin:62px 15px 0 0;
	padding:15px;
	}
	#nav ul li{
			color:#FFF;
			float:left;
			width:auto;
			padding-left:10px;
			font-size:1.6em;
			}
			#nav ul li a{
				color:#fff;
				text-decoration:none;
				font-size:.85em;
				display:inline;
				}
				#nav ul li a:hover{
				color:#ffcc00;
				}					
#content{ 
		margin:20px;
		}
	#carousel{
		position:relative;
		overflow:scroll;
		width:930px;
		height:365px;
		border:3px solid #000;
		background-color:#000;
		}
		.carouselinner{
			position:absolute;
			left:0;
			top:0;
			}
#privacy{
		clear:both;
		position:relative;
		overflow:hidden;
		width:930px;
		height:auto;
		padding-bottom:20px;
		border:3px solid #000;
		background:url(../img/bg-opacity-1px2nd.png) repeat !important;
		}
		#privacy h1, h2, h3, h4, li, p{
			color:#FFF !important;
			}
			#privacy h1{
				font-size:1.3em;
				margin:10px 0 5px 20px;
				}
			#privacy h2,h4{
				font-size:1.1em;
				margin:0 20px 5px 20px;
				}
				#privacy h3{
					font-size:1em;
					margin:0 20px 10px 20px;
				}
				#privacy p{
					line-height:1.3em;
					font-size:.95em;
					margin:0 20px 5px 20px;
					}
				#privacy li{
					padding-left:30px;
					line-height:1.3em;
					font-size:1em;
					margin:0 20px 5px 20px;
				}
				#privacy h2, p, a{
					color:#fff;
					text-decoration:none;
				}
				#privacy h2, p, a:hover{
					color:#ffcc00;
				}
#statement{
	margin-top:50px;
	text-align:center;
	}
	#state{
		font-size:2.2em;
		line-height:2.2em;
		color:#FFF;
		}
#footer a#napit1 span, a#checkatrade span, a#napit2 span{
			display:none;
			}
#footer{
	margin-top:30px;
	padding:19px 0 18px  0;
	background:url(../img/bg-orange-header.png);
	border-bottom:1px solid #444;
	}
	#footer a#napit1{
		margin-left:240px;
		width:45px;
		height:75px;
		overflow:hidden;
		display:block;
		float:left;
		background:url(../img/napit1.png) no-repeat 0 0;
		}
	#footer a#checkatrade{
		margin-left:37px;
		width:263px;
		height:75px;
		overflow:hidden;
		display:block;
		float:left;
		background:url(../img/checkatrade.png) no-repeat 0 0;
		}
	#footer a#napit2{
		margin-right:240px;
		width:56px;
		height:75px;
		overflow:hidden;
		display:block;
		float:right;
		background:url(../img/napit2.png) no-repeat 0 0;
		}
#info{
	clear:both;
	color:#fff;
	padding:5px 0 5px 0;
	}
	#info p{
		
		padding-left:20px;
		float:left;
		color:#fff;	
		}
		#info p a{
			color:#fff;
			text-decoration:none;
			font-size:.85em;
			display:inline;
				}
				#info p a:hover{
				color:#ffcc00;
				}
#info ul{
	color:#fff;
	float:right;
	text-align:right;
	}
		#info ul li {
			padding:0 20px 0 20px;
			border-left:1px;
			float:left;
			color:#fff;
			text-decoration:none;
			font-size:.85em;
			display:inline;
				}
			#info ul li a:hover{
				color:#ffcc00;
				}