body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#3c2a12;
	font:0.8em Arial, Helvetica, sans-serif; 
}

#wrapper {
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid white;
}

.clear {
	clear:both;
}

img {
	border:none;
}

a:active {
  outline:none;
}

a:focus {
  outline:none;
}

/*---------- HEADER STYLES ----------*/

#header {
	width:100%;
	height:250px;
} 

#logo-and-text {
	width:350px;
	float:left;
}

#logo-and-text img {
	margin:20px 20px 15px 20px;
}

#logo-and-text h2 {
	font-size:1.3em;
	color:#999999;
	margin-left:20px;
	margin-top:10px;
}

#strength { 
	width:315px;
	height:35px;
	background-image:url(pix/building_in_strength.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:20px;
}

#flashy {
	float:right;
	background-position:top right;
	background-repeat:no-repeat;
	width:540px;
	height:250px;
}

/*---------- TOP HORIZ NAVIGATION ----------*/

#navigation {
	background-color:#ff9933;
	border-bottom:2px solid black;
	margin-bottom:20px;
}

.menu {margin-left:20px;width:900px; height:30px; font-size:0.85em; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; font-weight:bold;}
.menu ul ul {width:149px;  }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px;  padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ff9933;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#ff9933;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px; text-transform:uppercase;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:0px; border-bottom:5px solid black; border-right:1px solid #fff;}

/* position the third level flyout menu */
.menu ul ul ul{left:148px; top:0px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background-color:#ff9933; color:#fff; border-bottom:1px solid #fff; border-right:1px solid white; height:auto; line-height:1em; padding:10px; width:128px; font-weight:bold;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; }
.menu :hover > a, .menu ul ul :hover > a {color:#fff; text-decoration:underline;  }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/*---------- CENTER CONTENT ----------*/

#center-content {
	width:680px;
	float:left;
	padding:0px 10px 10px 20px;
	line-height:1.5em;
	text-align:justify;
}

#center-content img {
	margin:5px;
/*	border:1px solid #FF6600;*/
}

#center-content h1 {	
	font-size:1.3em;
	color:#cc6600;
	margin:0 0 10px 0;
}

#center-content h2 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#center-content h3 {
	font-size:1em;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#center-content h6 {
	padding:15px 15px 15px 50px;
	background-color:#FFFFCC;
	border:2px solid #FF3300;
	font-size:1em;
	font-weight:normal;
	background-image:url(pix/shop_icon.gif);
	background-position: 10px 10px;
	background-repeat:no-repeat;
} 

#center-content a, #center-content a:visited {
	color:#000;
	text-decoration:underline;
}


#center-content a img {
	border : none;
}
/*---------- RIGHT CONTENT ----------*/

#right-content {
	width:210px;
	float:right;
	background-image:url(pix/right_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	min-height:450px;
}

#right-content h2 {
	background-color:#ccc;
	padding:5px;
	font-size:1.1em;
	text-transform:uppercase;
	border-bottom:5px solid #FF6600;
	color:#fff;
	margin-top:0;
}

#right-content h3 {
	text-transform:uppercase;
	font-size:1.1em;
}

#right-content a, #right-content a:visited {
	color:#000;
}

#scm-sidebar-news-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#scm-sidebar-news-sidebar ul li {
	background-image:url(pix/news_sidebar_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:10px;
}

#scm-sidebar-news-sidebar ul li a, #scm-sidebar-news-sidebar ul li a:visited {
	color:#000000;
	text-decoration:underline;
}

/*---------- FOOTER ----------*/

#footer {
	width:930px;
	background-color:#CCCCCC;
	border-top:2px solid #FF6600;
	padding:10px;
}

#footer a, #footer a:visited {
	color:#000;
	text-decoration:underline;
}

.footer-left {
	float:left;
}

.footer-right {
	float:right;
}

#credit-cards {
	padding-left:18px;
}

/*----- homepage layout -----*/

#home-container {
	width:680px;
	height:450px;
	margin-bottom:10px;
}

#home-left {
	width:390px;
	float:left;
}

#home-left img {
	margin-bottom:40px;
}

#home-right {
	width:270px;
	float:right;
	background-image:url(pix/homepage_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:470px;
	border-left:1px solid #FF6600;
	padding-left:10px;
}

#home-right h2 {
	margin-top:0;
	padding-top:0;
}

hr {
	color:#FF6600;
	background-color:#FF6600;
	height:1px;
} 

/*------- SERVICE BLOCKS -------*/

.service {
	width:215px;
	height:150px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	background-color:#efefef;
}

.service a, .service a:visited {
	color:#fff;
}

.service h4 {
	margin:0;
	padding:5px;
	background-color:#ff9933; 
	font-size:1em;
	border-bottom:2px solid black;
}


#eco_friendly h4 {
	background-color:#66CC66;
}

#eco_friendly {
	background-image:url(pix/services/ecofriendly.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#regeneration {
	background-image:url(pix/services/regeneration.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#new_build {
	background-image:url(pix/services/newbuild.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#special_projects {
	background-image:url(pix/services/special.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#home_improvement {
	background-image:url(pix/services/homeimprovement.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#dyynamix {
	background-image:url(pix/services/dyynamix.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

a[href$=".pdf"] {
	background:url(pix/pdf.gif) no-repeat right top;
	padding-right:30px;
	padding-bottom:3px;
}

