/*
Theme Name: eefssolutions
Theme URI: 
Author: Ivan Glautier
Author URI: 
Description: Modified Twenty Eleven wordpress theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {margin: 0;}
html,body {height: 100%; }
/* =Structure
----------------------------------------------- */

#wrapper {position: relative;background: #ffffff;margin-left: auto; margin-right: auto;  width: 1000px; min-height: 100%; height: auto !important;  height: 100%;margin-bottom: 50px; }
.push{height: 50px;clear: both;}
#header {position: relative; top:0px; width: 1000px; height: 100px; background: url('http://www.eefss.co.uk/wp-content/uploads/2011/12/banner.png') no-repeat; }
.left-bar{
position: relative;
width: 200px;
float: left;
margin-bottom: 10px;
}
#menu {width: 200px; position: relative; float: left; margin-bottom: 10px;}
	#menu-menu a {color: #1b2551}
	ul#menu-menu   li {/* padding-bottom: 20px;*/ }
	ul#menu-menu {list-style-type: none;}
		ul#menu-menu   li a {width: 180px; float: left; padding: 10px 10px 10px 10px;text-decoration:none; background-color:#bbcb44; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px; }
			ul#menu-menu   a strong { color:#fff; font-size:16px; display: inline; font-weight: normal;}
			ul#menu-menu  li ul { background: url(images/dropdown-bottom.png) no-repeat bottom left; width: 181px; padding: 12px 0; text-align: center; z-index: 9999; }
				
			span.dropdown-top { background: url(images/dropdown-top.png) no-repeat; display: block; width: 181px; height: 14px; position: absolute; top: -14px; left: 0; }
	ul#menu-menu   li a:hover	{ background-color:#525252;	}
	
#quote{position: relative;float: left; width: 200px;  }

#content {width: 570px; position: relative; margin-left: 210px; padding-bottom: 50px; padding-top: 20px; padding-left: 10px; padding-right: 10px;   height: auto;}
	.entry-header {height: 30px; padding: 0 0 20px 0;}
	.entry-header h1 { font-size: 150%; color: #1b2551}


#footer {position: relative; width: 1000px; background-color:#bbcb44; height: 50px;  margin-left: auto; margin-right: auto; clear: both;#margin-top: 1300px;}
	#footer-text { position: relative; left: 200px; top: 15px; width: 700px;}
	

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000000;
	font: 15px Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}



/* Headings */

h1,h2,h3,h4,h5,h6 {
color: #1b2551;
}
h2
{font-size: 120%; color:#1b2551; padding-bottom: 10px;#margin-top: 40px;}
.page-id-68 h2{#margin-top:0px;}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 0;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1b2551;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */

.service {
width: 560px; border: solid 1px #000000; padding: 5px; margin-bottom: 10px;
}
#side-bar {
float: right;
width: 170px;
}
.home-content {
width: 570px; position: relative;  top: 20px;  margin-left: 210px; padding-bottom: 50px; padding-top: 20px; padding-left: 10px; padding-right: 10px;   height: auto; }
.service-pic {
float: left;
position: relative;
padding-right: 5px;
padding-bottom: 5px;
}
.slide-shows {
margin-top: 10px;
}
.logos {
margin-top: 10px;
}
.testimonial {
width: 570px; margin-bottom: 10px;position: relative;
}
.service-detail {
width: 270px;
position:relative;
float: left;
margin-bottom: 30px;
}
.service-left {
margin-right: 30px;
}
.more-info {
margin-top: 50px;
width: 570px;
position:relative;
margin-left: auto;
margin-right: auto;
text-align: center;
clear: both;
border: 1px solid #000;
}
/*Quote Forms*/

input {
width: 60px;
}
#submit {
width: 120px;
}
#input {
margin-bottom: 20px;
}
#output {
margin-bottom: 20px;
}
table
{
border-collapse:collapse;
width: 100%;
position: relative;
}
h1 {
color: #98BF21;
}
table,th, td
{
border: 1px solid #98BF21;
text-align: center;
}
th {
background: #BBCB44;
color: #fff;
padding: 5px;
}
td {
padding: 5px;
color: #1B2551;
}
.noBorder {
border: none;
}
#update {
position: relative;
width: 600px;
}
#update input {
width: 80%;
}
.hidden {
display:none;
}

.long {
width: 150px;
}