/*	CSS Document for (Climate Solutions)
	Designed by The Cube Lab
	Designer name : (Steve)

/*	Colors used on site : 

footer : #
links : #
text : #
other :

*/

/*ie 6 overwrites:

* html #logo {
      background: url(../images/logosquare.jpg) no-repeat;
      width: 200px;
}

this will change a .png to a .jpg for a specific div or section */
/*------------------------------
			GLOBAL
-------------------------------*/

holding {
	width: 80%;
	text-align: left;
	font-size: 80%;
}

html {
	background: #cb1d10;

}


body {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	text-align: center;
	background: #333 url(../images/repeater.jpg) repeat-x top left;
	color: #333;
}

img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


/*------------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 920px;
	height: 130px;
	background: #000 url(../images/banner.jpg) repeat-x top left;
}

#ajaxmenu{
	float: left; 
	width: 920px;
	margin-top: 40px;
	margin-bottom: 15px;
}

#content {
	float: left;
	width: 920px;
	background: #fff;
	padding-bottom: 25px;
	background: #fff url(../images/repeater-content.jpg) repeat-y top left;

}

#internal {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
	width: 577px;

}
#content-top {
	float: left;
	width: 547px;
	background: #cb1d10 url(../images/repeater-content-top.jpg) repeat-x top left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#content-bottom {
	float: left;
	width: 607px;
	background: #fff url(../images/repeater-content-white.jpg) repeat-x top left;
	padding-bottom: 20px;
	padding-top: 30px;

}
body#home #content-bottom { 

	background: #fff;
	padding-top: 0px;

}


#sidebar {
	float: left;
	width: 213px;
	padding-left: 50px;
	padding-right: 50px;
	background: #000;
	padding-top: 30px;
		
}

#footer {	
	clear:both;
	background: #cb1d10 url(../images/bg-footer.jpg) no-repeat top left;
	padding-left: 30px;
	padding-top: 30px;

	
}

/*------------------------------
			NAVIGATION
-------------------------------*/


#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	margin-right: 40px;
	height: 29px;
	background: url(../images/tab-left.png) no-repeat left top;
}

	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 30px;
	line-height:16px;
	width: 240px;
	}

#ajaxmenu ul li a {
	color: #000;
	background:url(../images/tab-right.png) no-repeat right top;
	height: 29px;
}



/* Styles for Menu Items */

#ajaxmenu ul li.firstcategory {
	height: 29px;
	line-height: 29px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	height: 29px;
	line-height: 29px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 1px;

	}
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -222px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

#ajaxmenu ul li a:hover {
	color: #000;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 

#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */

#ajaxmenu li a, #ajaxmenu li.over a {
	color: #000;
	padding: 0 18px 0 10px;
	margin: 0 8px 0 10px;
	display: block;
}

/*the dropdown hover over*/

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #fd5500;
	background-position: left;
	text-indent: 4pt;
	border: none;
}

/* set dropdown */
/*the dropdown appearing before hover over*/

#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #000;
	background-repeat: no-repeat !important;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-right: 20px;
	width: 240px;
	background-color: #ffa400;
	background-position: left center;
	text-indent: 4pt;
	line-height: 26px;
	background-image: none;
	
}

#ajaxmenu li li {
	border-bottom: 2px solid #fd3B00;
}


#ajaxmenu li ul li a {
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block;
} /* The pop */

xx#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	position: absolute;
	z-index: 1000;
}

#myajaxmenu {
	margin: 0 auto;
	display: block;
	z-index: 1000;
}


.active {
	background-color: #ffa400;
	
	
}


/*------------------------------
			LINKS
-------------------------------*/

a:link {
	color: #000;
	
}

a:visited {
	color: #000;
}

a:hover {
	color: #cb1d10;

}

a:active {
	color: #000;

}

#footer a:link {
	color: #fff;
	
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #000;

}

#footer a:active {
	color: #fff;

}

h4 a:hover {
	color: #FFF;
}


/*------------------------------
			HEADINGS
-------------------------------*/

h1, h2, h3, h4 {

	margin-top: 15px; 
	margin-bottom: 12px;
	font-weight: bold;
}

h1 {
	font-size: 19px;
}

#content-top h1 {
	color: #fff;
	text-transform: uppercase;
}

#content-bottom h1 {
	background: #cb1d10 url(../images/topshadow.jpg) repeat-x top left;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 12px 0;
}

h2 {
	font-size: 16px;

}

h3 {
	font-size: 14px;


}

h4 {
	font-size: 1.0em;

}

#content-bottom h4 {
	background: #CB1D10;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-weight: normal;
}

.shadow {
	background: url(../images/topshadow.jpg) top left repeat-x #CB1D10;
	padding: 0;
	margin: 0;
	padding: 20px 0 10px 30px;
	color: #fff;
	font-weight: normal;
	font-size: 19px;
	text-transform:uppercase;
}

#content-bottom h1, h2, h3, h4 {
	padding-left: 30px;
}

#content-bottom p {
	padding-left: 30px;
}


/*------------------------------
			LISTS
-------------------------------*/
ul#buttons li a {
	width: 212px; 
	display: block;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	height: 102px;
	margin-bottom: 50px;
	text-indent: -99999px;
	
	
}

ul#buttons li a#solar {

	background-image: url(../images/side-solar-hot-water.png);

}
ul#buttons li a#boilers {

	background-image: url(../images/side-boilers.png);

}
ul#buttons li a#central {

	background-image: url(../images/side-central.png);

}
ul#buttons li a#plumbing {

	background-image: url(../images/side-plumbing.png);

}
ul#buttons li a#air {

	background-image: url(../images/side-air.png);

}
ul#buttons li a#bathrooms {

	background-image: url(../images/side-bathrooms.png);

}
ul#buttons li a#services {

	background-image: url(../images/side-services.png);

}

ul#buttons li a:hover {
	background-position: 0 -102px;
	color: #cb1d10; 
	
}

#content-bottom ul li {
	padding: 6px 0 6px 28px;
	margin: 6px 0px 0px 5px;
	background: url(../images/tick2.gif) no-repeat 0 40%;
	color: #333;
}

#content-bottom ul {
	margin: 0px 40px 0px 25px;

}


/*------------------------------
			FORMS
-------------------------------*/
label {
	margin: 0; 
	padding: 0;
	width: 190px;
	float: left;
	text-align: left;
	display: block;
	margin-right: 10px;

}

fieldset {

}

form {
	font-size: 90%;

}


/*------------------------------
			MISC
-------------------------------*/

p {
	font-size: 15px;
	line-height: 150%;
	padding-top: 8px; 
	padding-bottom: 8px;
}
#content-top p {
	color: #fff;
}

.bold {
	font-weight: bold;
}

#content-bottom table {
	margin:0 auto;
}

#content-bottom td {
	padding: 5px 10px 5px 0px;
}
/*------------------------------
           FOOTER
-------------------------------*/

#footer {
	background: url(../images/repeater-footer.jpg) repeat-x left top;
	clear: both;
	padding:0;
	margin:0;
}

#container1 {
	position: relative;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
	line-height: 150%;
}


.address {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}



.contact {
	position: absolute;
	left: 300px;
	top: 0;
	color: #fff;
}

.logos {
	position: absolute;
	right: 0;
	width: 312px;
	height: 160px;
	top: 0;
	color: #fff;
	background: url(../images/bg-footer.jpg) no-repeat right bottom;
}

.logos li {
	float: left;
	padding: 10px;
}
	
/*------------------------------
			FORMS
-------------------------------*/

fieldset {
	border: none;
}

form {
	width: 430px;
	margin: 0;
	padding: 0;
}

form p {
	margin: 2px;
}

label {
	display:  block;
	padding-left: 0;
}

.spam {
	padding-left: 130px;
}

input {
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 5px;
	padding-right: 0;
	width:  276px;
	height: 23px;
	color: #000;
	background: #ffa400;
	border-style: none;
}
textarea {
	font-family: Helvetica, Georgia, serif;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 5px;
	width: 273px;
	height: 88px;
	color: #000;
	background: #ffa400;
	border-style: none;
}

input.btn {
	width: 120px;
	height: 30px;
	background: #ffa400;
	color: #000;
	margin-left: 130px;
}

/*------------------------------
			IMAGES
-------------------------------*/

.examples {
	margin: 20px;
}



