/* CSS Document */

/*
orange: #00aeef;
dark purple: #00aeef;
light purple: #c8bddd;
*/

body{
	background-color: #fff;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
}

p{
	line-height:2.0em;
	padding-top:0;
	margin:0 0 1.5em 0;
}

div#banner{
	background: url(/sites/www.tech-elec-services.co.uk/images/header_bgr.png) no-repeat;
}

div#banner p a.email { position:absolute; top:120px; right:47px; display:block; width:310px; height:17px; }

h1,h2,h3,h4,h5,h6 {
	color:#00aeef;
	clear: both;
}

h1 {
	font-weight:normal;
	font-size: 1.5em;
}

h2{
	font-size: 1.2em;
	margin-bottom:1.1em;
	font-weight:normal;
	font-style: italic;
	border-bottom: 1px solid #00aeef;
	padding-bottom: 5px;
}

#main_copy h3{
	font-size: 1.0em;
	margin:20px 0 0.5em 0;
	border-bottom: 1px solid #c8bddd;
	padding-bottom:0.5em;
}

h4{
	font-size: 1.0em;
}

table{
	border-collapse:collapse;
	font-size:0.9em;
	width:500px;
}

table td, table th{
	border: 1px solid #ff9a16;
	padding:3px 6px;
}


a:link{
	color:#0083a9;
}

a:visited{
	color:#0083a9;
}

a:hover{
	color:#0083a9;;
}

a:active{
	color:#0083a9;;
}
a:focus {
	outline:none;
}

div#container {
	background: url(/sites/www.tech-elec-services.co.uk/images/container_bgr.png) repeat-y;
	position: relative;
	margin-top:0;
}

/*
div#banner {
	background: url(/sites/www.tech-elec-services.co.uk/images/header_bgr.jpg) no-repeat;
}
*/


div#main_content {
	padding:20px 53px 60px 60px;
	margin-right:7px;
	background: url(/sites/www.tech-elec-services.co.uk/images/main_watermark.png) no-repeat right;
}

div#main_content blockquote {
	background: none;
	color:#0083a9;
	font-style: italic;
	padding: 0 0 0 15px;
	width:auto;
	margin:0;
	float:right;
	line-height:1.7em;
	font-size:0.95em;
}

div#main_content blockquote p {
	margin-bottom:0.7em;
}

div#main_copy ul {
	margin:0 0 2.0em 0;
}

div#main_copy ul li{
/* 	background: url(/sites/www.tech-elec-services.co.uk/images/bullet.gif) no-repeat left; */
	padding: 0;
	list-style:outside;
	line-height:2.0em;
}


div#testimonial {
	background: #fff url(/sites/www.tech-elec-services.co.uk/images/sidebar_bottom.png) bottom no-repeat;
}

div#testimonial {
	font-size:0.9em;
/*	padding: 10px 10px 40px 10px;*/
	width:198px;
	background:#fff;
	margin: 23px;
	color:#0083a9;
}

div#testimonial blockquote {
	background: #fff url(/sites/www.tech-elec-services.co.uk/images/open_quotes.png) top left no-repeat;
	font-style: italic;
	padding: 30px 10px 10px 20px;
	width:168px;
	margin:0;
	line-height:1.5em;
}

div#testimonial cite {
	background: #fff url(/sites/www.tech-elec-services.co.uk/images/close_quotes.png) bottom no-repeat;
	width:168px;
	height:71px;
	text-align: right;
	display:block;
	padding: 0 30px 20px 0;
	font-style: normal;
	margin:20px 0  0 0;
	color: #000;
}

ul#primary_navigation{
	background: transparent;
}

ul#primary_navigation li {
	border-bottom:1px solid #fff;
}


ul#primary_navigation li a{
	color:#fff;
	font-weight:bold;
}

ul#primary_navigation li a:hover{
	color:#333;
	background: none;
}


div#subsidiary {
	background:  url(/sites/www.tech-elec-services.co.uk/images/sidebar_watermark.png) no-repeat;
	margin-left:6px;
}


ul#breadcrumb li {
	color:#000;
}
ul#breadcrumb li a{
	color:#0083a9;;
}


ul#footer_navigation{
	padding-top:45px;
	background: #fff url(/sites/www.tech-elec-services.co.uk/images/footer_bgr.png) no-repeat;
}

ul#footer_navigation li a{
	color:#fff;
	text-decoration:none;
}

ul#footer_navigation li a:hover{
	color:#fff;
}

ul#company_details {
	padding-bottom: 20px;
}

ul#company_details li{
	color:#000;
}
	
ul#company_details li{
	margin: 0 10px 0 0;
}

ul#company_details li a{
	color:#0083a9;
}


div#share h3{
	color:#e56e05;
	border-bottom: 2px #e56e05 solid;
}

div#call_to_action{
	background: url(/sites/www.tech-elec-services.co.uk/images/call_bgr.png) repeat-y;
	color:#fff;
	font-size:1.0em;

}

div#call_to_action_top{
	background: url(/sites/www.tech-elec-services.co.uk/images/call_top.png) no-repeat;
}

div#call_to_action_end{
	background: url(/sites/www.tech-elec-services.co.uk/images/call_bottom.png) no-repeat;
	height:44px;
}

div#call_to_action p{
	text-align:center;
	margin:-60px 0 0 0;
	font-size:1.3em;
	line-height: 1.5em;
}

/*div#call_to_action{
	background:red;
}

div#call_to_action_top{
	background: green;
	
}

div#call_to_action_end{
	background: blue;
}

*/
img{
	/*border:2px solid #fe9915;*/
}

img.center{
	text-align:center;
	margin: 0 20px;
}

img.right{
	float:right;
}

img.left{
	float:left;
}

p.clear{
	clear:both;
}

span.large{
	font-size:1.4em;
}