/* *************************** 
  Site - FUR-MAX
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#505153;
	text-decoration:none;
}
a:hover {
	color:#505153;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.lineheight {
	line-height:24px;
}
.alignright {
	text-align:right;
}
.blue {
	color:#023691;
    font-weight:bold;
}
.aligncenter {
	text-align:center;
}
.smallblue {
	font-size:10px;
    color:#023691;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Helvetica, Arial, sans-serif;
    background:url(../images/bg_body.png) center;
    color:#505153;
}
#wrapper {
	background:url(../images/bg_wrapper.png) top center repeat-x;
}
#container {
	width:920px;
    margin:0 auto;
    background:url(../images/bg_container.png) repeat-y;
    text-align:left;
    position:relative;    
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:278px;
    background:url(../images/bg_header.png) no-repeat;
    padding:0 10px;
    position:relative;
}
#header ul {
	position:absolute;
    bottom:0;
    left:10px;
}
#header li {
	float:left;
}
#header li a {
	float:left;
    height:63px;
    margin:0 32px;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
#header li#menu1 a {
	width:56px;
    background:url(../images/bg_menu.png) -42px 0 no-repeat;
}
#header li#menu1.selected a {
    background:url(../images/bg_menu.png) -42px -65px no-repeat;
}
#header li#menu2 a {
	width:97px;
    background:url(../images/bg_menu.png) -151px 0 no-repeat;
}
#header li#menu2.selected a {
    background:url(../images/bg_menu.png) -151px -65px no-repeat;
}
#header li#menu3 a {
	width:79px;
    background:url(../images/bg_menu.png) -303px 0 no-repeat;
}
#header li#menu3.selected a {
    background:url(../images/bg_menu.png) -303px -65px no-repeat;
}
#header li#menu4 a {
	width:92px;
    background:url(../images/bg_menu.png) -449px 0 no-repeat;
}
#header li#menu4.selected a {
    background:url(../images/bg_menu.png) -449px -65px no-repeat;
}
#header li#menu5 a {
	width:84px;
    background:url(../images/bg_menu.png) -609px 0 no-repeat;
}
#header li#menu5.selected a {
    background:url(../images/bg_menu.png) -609px -65px no-repeat;
}
#header li#menu6 a {
	width:88px;
    background:url(../images/bg_menu.png) -763px 0 no-repeat;
}
#header li#menu6.selected a {
    background:url(../images/bg_menu.png) -763px -65px no-repeat;
}


/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:920px;
	padding:0 10px;
    width/**/:/**/ 900px;
    overflow:hidden;
    
}
#bottom_truck {
	width:421px;
    height:284px;
    background:url(../images/bottom_truck.png) no-repeat;
    position:absolute;
    left:-28px;
    bottom:-60px;
    clear:both;
}
.column {
	width:300px;
    float:left;
    padding:10px 0;
}
.box {
	width:277px;
    padding-top:13px;
    margin:0 auto 10px auto;
    background:url(../images/bg_box_top.png) no-repeat;
}
.box_inner {
	padding-bottom:13px;
    background:url(../images/bg_box_bottom.png) bottom no-repeat;
}
.box_inner2 {
	padding-bottom:8px;
    background:url(../images/bg_box_bottom.png) bottom no-repeat;
}
.box_content {
	padding:7px 20px;
	background:url(../images/bg_box_content.png) repeat-y;
    position:relative;
    font-size:14px;
}
.box_content2 {
	padding:7px 8px 0 8px;
	background:url(../images/bg_box_content.png) repeat-y;
    position:relative;
    font-size:14px;
}
.box_content_inner {
	padding:0 12px;
}
#booking_form_link {
	font-size:14px;
    line-height:24px;
    height:76px;
}
#icon_bookinglink {
	width:136px;
    height:127px;
    background:url(../images/icon_bookinglink.png) no-repeat;
    position:absolute;
    top:-13px;
    right:-7px;
}
.banner_rightcolumn {
	width:281px;
    margin:0 auto;
}
.homepage .banner_rightcolumn {
	margin-bottom:20px;
}
.homepage .box_content p,
.homepage .box_content_inner p {
	margin-bottom:10px;
    line-height:18px;
}
#home_3rdcolumn {
	position:absolute;
    bottom:220px;
    right:320px;
    text-align:right;
}
#home_3rdcolumn img {
	margin-left:10px;
}

#home_logos {
	position:absolute;
    bottom:15px;
    right:325px;
    width:260px;
    text-align:right;
}
#home_logos img {
	margin-left:10px;
}
.box_content p,
.box_content_inner p {
	margin-bottom:15px;
    line-height:18px;
}
.box_content p.bluelink a {
	font-weight:bold;
    color:#023792;
}
.box_content p.phonenumber {
	font-size:18px;
    font-weight:bold;
}
#bookingform {
	padding:7px 0 0 12px;
	font-size:13px;
		color:#ff0000;
}
#bookingform form p {
	line-height:16px;
  margin-bottom:5px;
  color:#333333;
}
#bookingform form p label {
	float:left;
    width:134px;
    font-weight:bold;
    font-size:13px;
    padding-top:0px;
}
#bookingform form p label span {
	font-weight:normal;
}

#bookingform form p input {
	width:144px;
    height:17px;
		font-size:13px;
    font-family:Helvetica, Arial, sans-serif;
    border:none;
    background:url(../images/bg_input.png) no-repeat;
}
#bookingform form p textarea {
	width:144px;
    height:44px;
    border:none;
    font-size:13px;
    font-family:Helvetica, Arial, sans-serif;
    background:url(../images/bg_textarea.png) no-repeat;
}
#bookingform form div {
	text-align:right;
    padding-right:20px;
}
#box_didyouknow {
	height:400px;
    background:url(../images/bg_box_didyouknow.jpg) bottom no-repeat;
    padding:0 12px;
}
#box_didyouknow h3 {
	font-size:14px;
    margin-bottom:15px;
}
#box_didyouknow p {
	margin-bottom:15px;
    line-height:22px;
    padding-left:10px;
}
#content h1 {
	font-size:28px;
    margin-bottom:12px;
}
.column .paddingleft {
	padding-left:30px;
}
.column .paddingleft h1 {
	margin-bottom:6px;
}
.column .paddingleft p {
	margin-bottom:15px;
}
.box_content .blueheading {
	color:#64c3f8;
    font-size:18px;
    line-height:22px;
}
#icon_digitalthermostats {
	width:177px;
    height:152px;
    background:url(../images/icon_digitalthermostats.png) no-repeat;
    position:absolute;
    bottom:-23px;
    right:-8px;
}

#icon_firesafetyalarm {
	width:168px;
    height:163px;
    background:url(../images/icon_firesafetyalarm.png) no-repeat;
    position:absolute;
    bottom:-10px;
    right:8px;
}

#link_furtherinfo {
	width:80px;
    padding:40px 0 20px 0;
    font-weight:bold;
}
#bottom_text {
	width:90px;
}
#icon_detectors {
	width:108px;
    height:178px;
    background:url(../images/icon_detectors.png) no-repeat;
    position:absolute;
    bottom:-40px;
    right:-0px;
}
#creditcard_icons {
	text-align:center;
    margin-bottom:20px;
}
#creditcard_icons img {
    margin:40px 0 20px 0;
}
#icon_generalaire {
	width:172px;
    height:208px;
    background:url(../images/icon_generalaire.png) no-repeat;
    position:absolute;
    bottom:8px;
    right:-10px;
}
.paddingleft2 {
	padding-left:10px;
}
#icon_electragold {
	width:249px;
    height:178px;
    background:url(../images/icon_electragold.png) no-repeat;
    position:absolute;
    left:7px;
    bottom:0;
}
#icon_zap {
	width:107px;
    height:140px;
    background:url(../images/icon_zap.png) no-repeat;
    position:absolute;
    bottom:0px;
    right:12px;
}
.greybg {
	background:#e9e9e9;
}
.greybg .box {
	width:277px;
    padding-top:13px;
    margin:0 auto 10px auto;
    background:url(../images/bg_box_topgrey.png) no-repeat;
}
.greybg .box_inner {
	padding-bottom:13px;
    background:url(../images/bg_box_bottomgrey.png) bottom no-repeat;
}
.greybg .box_content {
	padding:7px 20px;
	background:url(../images/bg_box_contentgrey.png) repeat-y;
    position:relative;
    font-size:14px;
}
.greybg .box_content2 {
	padding:7px 8px;
	background:url(../images/bg_box_contentgrey.png) repeat-y;
    position:relative;
    font-size:14px;
}
.alignmiddle {
	vertical-align:middle;
}
h2 {
	font-size:18px;
}
#icon_heatpump {
	width:103px;
    height:84px;
    background:url(../images/icon_heatpump.png) no-repeat;
    position:absolute;
    bottom:-12px;
    right:-5px;
}
#icon_heatpump2 {
	width:106px;
    height:84px;
    background:url(../images/icon_heatpump2.png) no-repeat;
    position:absolute;
    bottom:-12px;
    right:-7px;
}
#icon_alarm {
	width:93px;
    height:93px;
    background:url(../images/icon_alarm.png) no-repeat;
    position:absolute;
    bottom:-12px;
    right:-5px;
}
#icon_alarm2 {
	width:95px;
    height:94px;
    background:url(../images/icon_alarm2.png) no-repeat;
    position:absolute;
    bottom:-12px;
    right:-5px;
}
#icon_humidifier {
	width:86px;
    height:115px;
    background:url(../images/icon_humidifier.png) no-repeat;
    position:absolute;
    bottom:-12px;
    right:-5px;
}
.banners {
	text-align:center;
    margin-bottom:10px;
}
.bottom_text {
	width:263px;
    margin:0 auto;
    font-weight:bold;
    font-size:18px;
    line-height:22px;
    padding-bottom:10px;
}
#icon_pdf {
	position:absolute;
    bottom:10px;
    right:20px;
}
#heading_usedequipment {
	text-align:center;
    margin-top:-15px;
}
.box2 {
	width:237px;
    margin:0 auto;
    font-size:14px;
    line-height:16px;
}
.box2 p {
	margin-bottom:12px;
}
.bluebox {
	width:277px;
    padding-top:15px;
    margin:0 auto 10px auto;
    background:url(../images/bg_bluebox_top.png) no-repeat;
}
.bluebox_inner {
	padding-bottom:15px;
    background:url(../images/bg_bluebox_bottom.png) bottom no-repeat;
}
.bluebox_content {
	padding:7px 20px;
	background:url(../images/bg_bluebox_content.png) repeat-y;
    font-size:14px;
}
.bluebox_content p {
	margin-bottom:12px;
}
.smallfont {
	font-size:12px;
}
#orderform {
	width:264px;
    margin:15px auto;
}
#orderform p {
	padding-bottom:15px;
    line-height:20px;
}
#orderform form p {
	line-height:16px;
    margin-bottom:8px;
    padding-bottom:0;
}
#orderform form p label {
	float:left;
    width:115px;
    font-weight:bold;
    font-size:14px;
    padding-top:2px;
}
#orderform form p label span {
	font-weight:normal;
}
#orderform form p input {
	width:143px;
    height:17px;
    border:none;
    background:url(../images/bg_input.png) no-repeat;
}
#orderform form p textarea {
	width:143px;
    height:44px;
    border:none;
    background:url(../images/bg_textarea.png) no-repeat;
}
#orderform form div {
	text-align:right;
}
.textindent {
	text-indent:40px;
    font-size:12px;
}
.aboutpage .box_content p {
	padding-bottom:15px;
    margin-bottom:0;
    line-height:18px;
}
.aboutpage .box_content p span.textindent {
	display:block;
    line-height:17px;
}
#confirmation_message {
	padding:50px;
    min-height:200px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
}



/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:920px;
    height:59px;
    padding:12px 20px 0 20px;
    width/**/:/**/ 880px;
    height/**/:/**/ 47px;
    background:url(../images/bg_footer.png) no-repeat;
    margin:0 auto;
}
#footer img {
	float:right;
}
#footer_counter {
	float:left;
	padding-top:10px;
}

#bullets ul li{
list-style-type:disc;
}

