/*-----------------------------------------------------------------------------
Global Style Sheet (for Capital Solar http://www.capitalsolaruk.co.uk)

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
 	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
	height: 16px;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Trebuchet MS", Arial, Tahoma, "Times New Roman";
	background: #fff url(../img/bg.jpg) repeat-x;
	margin: 0 0 0px 0;
	padding: 0;
}



/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: Bold; 		
}
h1 {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 279px;
	height: 193px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;display: block;
	height: 193px;
	background: url(../img/logo.gif) no-repeat;
}
h2 {
	font-size: 110%;
}
h3 {
	clear: left;
	margin: 0 10px;
	font-size: 1.6em;
	color: #fff; 
	border-top: dashed 1px #ED008C;
	border-bottom: dashed 1px #ED008C;
	text-transform: uppercase;
}
h4 {
	font-size: 130%;
	color: #000; 
}


/* =Links
-----------------------------------------------------------------------------*/

a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #d61e1e;
	background: inherit;
}



/* =Images
-----------------------------------------------------------------------------*/

img.float-right {
  margin: 5px 0px 10px 10px;  
  border: 1px solid #666666;
}
img.float-left {
  margin: 5px 10px 10px 0px;
  border: 1px solid #666666;
}
img.no-float {
  margin: 5px 10px 10px 0px;
  border: 1px solid #666666;
}
img.companylogos {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}


h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 80px;
	padding: 0 20px;
	color: #000;
}
ul span, ol span {
	color: #666666;
}


/* =Bullets and Quotes
-----------------------------------------------------------------------------*/
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
}
acronym {
 	cursor: help;
 	border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../img/quote.gif) no-repeat 5px 5px;    
}

/* =Form Elements
-----------------------------------------------------------------------------*/

form {
	margin:10px 50px; padding: 0 5px;

}
label {
	display:block;
	font-weight:bold;
	padding:5px 0 0 80px;
	
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;

}
textarea {
	width:400px;
	padding:2px;

	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000h;
}


input.button { 
	margin: 0px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #000;
	color: #fff;
}
input.button:hover { 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #F47320;
	color: #fff;
}


/* =Layout and Branding
-----------------------------------------------------------------------------*/
#container {
	width: 927px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#header {
	width: 927px;
	height: 207px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #FFF;
}
#logo {
	float: left;
	width: 279px;
	margin: 0;
	padding: 0;
}





/* =Main Nav - Main menu
-----------------------------------------------------------------------------*/

#menu {
	float: right;
	width: 648px;
	position: relative;
	font: bold 16px/26px "Trebuchet MS", Arial, Tahoma, "Times New Roman";
	height: 136px;
	background-color: #000;
}
#menu ul {
	float: left;
	height: 42px;
	list-style: none;
	margin:93px 0px 0px 0px;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 18px;
	color: #F47320;	
	text-decoration: none;
	height: 42px;
	border-right: dashed 1px #F47320;
}
#menu ul li a:hover {
	color: #000;
	background: #F47320;
}
#menu ul li a.end {
	border: none;	
}
#menu ul li#current a {	
	color: #fff;
}



/* =Sub Nav - Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	position: relative;
	float: right;
	width: 235px;
}
.smallbox {
	width: 235px;
	background:#fff url(../img/sbox-mid.jpg) repeat-y;
}
.smallbox-top {
	width: 235px;
	height: 11px;
	background:#fff url(../img/sbox-top.jpg) no-repeat;
}
.smallbox-footer {
	width: 235px;
	height: 11px;
	background:#fff url(../img/sbox-footer.jpg) no-repeat;
}
.smallbox-content {
	padding: 0px 11px;
}
#greybox h2 {
	font-size: 2em;
	color: #00478B;
	background: url(../img/largearrow.jpg) no-repeat 15px 5px;
	padding: 20px 0 0 60px;
	height: 41px;
}
#orangebox {
	background-color: #F47320;
}
#orangebox a {
	color: #fff;
	text-decoration:underline;
}
#orangebox a:hover {
	color: #000;
}
#orangebox h2 {
	font-size: 1.4em;
	color: #fff;
	background: url(../img/bluetabbg.gif) no-repeat 11px 11px;
	padding: 15px 0 0 18px;
	height: 31px;
	margin: 0;
}
/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	clear: both;
	float: left;
	position: relative;
	padding: 0; 
	background-color: #fff;
	margin-bottom: 20px;
}

#content p {
	color: #000;
	font: 1.2em/1.6 "Trebuchet MS", Arial, Tahoma, "Times New Roman";
	padding: 8px;
}

#maincontent h2 {
	background: url(../img/h2sun.gif) no-repeat 4px 4px;
	color: #00478B;
	padding: 38px 0px 0px 100px;
	font-size: 2em;
	margin: 0px;
}
#maincontent p {
	margin: 0px;
	font-size: 1.3em;
}
#pinkbox {
	background-color: #ed008c;
}


#contentpageleft {
	position: relative;
	float: left;

	border-right: dashed 1px #fff;
}
#contentpageleft li {
	font-size: 1.2em;
}

#contentpageright {
	position: relative;
	float: right;
	width: 180px;
	height: 100px;
}
#contentfoot {
	clear: both}

/* =Boxes
-----------------------------------------------------------------------------*/
.largebox {
	width: 671px;
	background:#fff url(../img/lbox-mid.jpg) repeat-y;
}
.largebox-top {
	width: 671px;
	height: 11px;
	background:#fff url(../img/lbox-top.jpg) no-repeat;
}
.largebox-footer {
	width: 671px;
	height: 11px;
	background:#fff url(../img/lbox-footer.jpg) no-repeat;
}
.largebox-content {

	margin: 0px 11px;
	background-color: #F0EFEF;
}

	


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	clear: both;
	padding: 30px;
	border-top: solid 5px #999;
	margin: 0px;
	background-color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
}
#footer a { 
	text-decoration: none; 
	font-weight: normal;
	color: #fff; 
}

#footer a:hover { 
	text-decoration: none; 
	color: #F47320; 
}

.highlight {
	color: #ed008c;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
 	border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =Gallery
-----------------------------------------------------------------------------*/

#gallerydivide {
	background-image: url(../img/thumb_divide2.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 80px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#galldesc {font-size: 1em; line-height: 14px; color: #fff;}


/* =Alignment Classes
-----------------------------------------------------------------------------*/

.float-left  {  float: left;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* =Misc 1
-----------------------------------------------------------------------------*/
.clear { clear: both; }
.gray { color: #CCC; }

/* =Price Boxes
-----------------------------------------------------------------------------*/
.pricebox {
	float: left;
	width: 30%;
	color: #fff;
	background-color: #000;
	padding: 10px;
	position: relative;
}
.pricebox2 {
	float: left;
	width: 97%;
	color: #fff;
	background-color: #000;
	padding: 10px;
	position: relative;
}




/* =Microformats hCard,
-----------------------------------------------------------------------------*/
.org {font-weight:bold;}
.tel {font-weight:bold;}


/* =Tooltips
-----------------------------------------------------------------------------*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;/*-moz-border-radius:5px;*/ }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#ed008c;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }