/*
-----------------------------------------------
Layout 1606: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background:#f3f3f3 url(http://best-test-electrical.co.uk/s/img/bg_top.jpg) repeat-x top;
}


/*  Container
----------------------------------------------- */

#container {
	margin: 0 auto;
	width: 975px;
}

/*  Header
----------------------------------------------- */

#header {
	width:975px;
	height:358px;
	background:url(http://best-test-electrical.co.uk/s/img/bg_header.png) no-repeat top;
	position:relative;
}

#header .overlay {
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	z-index:10;
}

#header .round_corner_left_top {
	background-image:url(http://best-test-electrical.co.uk/s/img/round_corner_left_top.png);
	left:105px;
	top:43px;
}

#header .round_corner_right_top {
	background-image:url(http://best-test-electrical.co.uk/s/img/round_corner_right_top.png);
	left:874px;
	top:43px;
}

#header .round_corner_left_bottom {
	background-image:url(http://best-test-electrical.co.uk/s/img/round_corner_left_bottom.png);
	left:105px;
	top:271px;
}


#header .round_corner_right_bottom {
	background-image:url(http://best-test-electrical.co.uk/s/img/round_corner_right_bottom.png);
	left:874px;
	top:271px;
}

/* Emotionheader */
#header div#emotion-header {
	width:788px;
	height:248px;
	position:absolute;
	top:43px;
	left:105px;
}

/* Keyvisual */
#header img#emotion-header-img {
}


/*  Navigation
----------------------------------------------- */

#navigation .middle {
	background:url(http://best-test-electrical.co.uk/s/img/bg_navi.jpg) repeat-y;
}

#navigation .bottom {
	background:url(http://best-test-electrical.co.uk/s/img/footer_navi.jpg) no-repeat bottom left;
	width:312px;
	height:70px;
}

#mainNav1,
#mainNav2,
#mainNav3 {
	list-style:none;
	margin:0;
}

#mainNav2,
#mainNav3 {
	padding:0;
}

/* level 1 */

#mainNav1 {
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
	position:relative;
	left:39px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	margin-left: 10px;
}
.middle div h2 {
	margin-left: 49px;
}

#mainNav1 li {
	*display:inline; /* IE7 Whitespace bug */
	list-style-type: disc;
	list-style-position: inside;
}

#mainNav1 a {
	display:block;
	background-image:url(http://best-test-electrical.co.uk/s/img/bg_nav_lev1.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
	color:#5c5c5c;
	font-size:11px;
	*zoom:1;
}

#mainNav1 a span {
	display:block;
	background-image:url(http://best-test-electrical.co.uk/s/img/ico-arrow-gray.png);
	background-position:45px 11px;
	padding:5px 0 6px 58px;
	background-repeat:no-repeat;
	word-wrap:break-word;
}

#mainNav1 a:hover,
#mainNav1 a:active,
#mainNav1 a:focus,
#mainNav1 a.current {
	background-image:url(http://best-test-electrical.co.uk/s/img/bg_nav_current.jpg);
	color:#fff;
	font-weight:bold;
}

#mainNav1 a:hover span,
#mainNav1 a:active span,
#mainNav1 a:focus span,
#mainNav1 a.current span {
	background-image:url(http://best-test-electrical.co.uk/s/img/ico-arrow-white.png);
}

/* Level2 */

#mainNav2 a {
	background-image:url(http://best-test-electrical.co.uk/s/img/bg_nav_lev2.jpg);
	color:#fff;
}

#mainNav2 a span {
	background-image:url(http://best-test-electrical.co.uk/s/img/ico-arrow-white.png);
	background-position:55px  11px;
	padding-left:68px;
}

/* Level3 */

#mainNav3 a {
	background:url(http://best-test-electrical.co.uk/s/img/bg_nav_lev3.jpg) top left repeat-y;
}

#mainNav3 a span {
	padding-left:79px;
	background-position:66px 11px;
}




/*  Content
----------------------------------------------- */

#wrapper {
	background:url(http://best-test-electrical.co.uk/s/img/bg_sidebar.jpg) repeat-y left;
}

#content {
	width:703px;
	float:right;
	/*background:url(http://best-test-electrical.co.uk/s/img/drop_shadow_left.png) repeat-y;*/
	position:relative;
}

#mainContent {
	padding:0 104px 20px 87px;
	margin-top:-39px;
}


/*  Sidebar
----------------------------------------------- */
#sidebar {
	width:272px;
	float:left;
	position:relative;
}



/*  SubContent
----------------------------------------------- */

#subContent {
	padding:0 0 0 93px;
}

/*  Footer
----------------------------------------------- */

#footer {
	background:url(http://best-test-electrical.co.uk/s/img/bg_footer.jpg) no-repeat;
	height:161px;
	padding:31px 123px 0 329px;
}

#footer a {
	text-decoration:underline;
	color:#000;
}

div#footer div#contentfooter div.leftrow {
	width: 80%;
	font-size: 11px;
	text-align: right;
}

div#footer div#contentfooter div.rightrow {
	width: 20%;
}

/*  Misc
----------------------------------------------- */

img, a img {
	border: 0;
}
img {
	display: block;
}

/*  Clearing
----------------------------------------------- */

.c {
	clear: both;
}

/* Initial Color & Font Theme ( h1-h3, p, a)
----------------------------------------------- */

body,p,td {
	color:#5c5c5c;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:11px;
}
h1, h2, h3, h4, h5 {
	color:#5c5c5c;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

a,
a:link,
a:visited {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:11px;
	color:#867e5c;
	text-decoration:underline;
}

a:hover,
a:focus {
	text-decoration:none;
}



/* Title Text */
#header div#emotion-header-title {
	font-size:20px;
	color:#5c5c5c;
}

div.hr {
	border-color:#5c5c5c;
}
