/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/
body {
	background: url('../cssimages/body_bg.jpg') repeat-x scroll 0 0;
	background-color:#32505a;
	font-family:arial, helvetica, sans-serif, georgia;
}

#wrapper {
	margin:0 auto;
	background:url('../cssimages/content_bg.png') repeat-y -1px 0;
	width:975px;
}

/*===================================================================
BANNER
===================================================================*/

#header {
	position:relative;
	width:975px;
	height:125px;
}

#logo {
	position:absolute;
	left:50px;
	top:15px;
}

#logo a {
	display: block;
	width:358px;
	height:108px;
	text-indent:-9999px;
	background:url('../cssimages/logo.png') no-repeat;
}

#phone_number {
	background:url('../cssimages/phone_number.png') no-repeat;
	width:190px;
	height:60px;
	text-indent:-9999px;
	position:absolute;
	right:50px;
	top:40px;
}

/*===================================================================
NAVIGATION 1
===================================================================*/

#nav_1 {
	width:975px;
	margin:0 0 0 30px;
}

#nav_1 li a {
	background:url('../cssimages/top_nav.png') no-repeat 0 0;
	height:35px;
	display:block;
	text-indent:-9999px;
}

#nav_1 li {
	float:left;
	list-style:none;
}

#nav_1 li a#kitchens {
	background-position:-20px 0;
	width:89px;
}

#nav_1 li a#bathrooms {
	background-position:-108px 0;
	width:103px;
}

#nav_1 li a#extensions {
	background-position:-211px 0;
	width:105px;
}

#nav_1 li a#loft_conversions {
	background-position:-317px 0;
	width:159px;
}

#nav_1 li a#flooring {
	background-position:-476px 0;
	width:103px;
}

#nav_1 li a#landscapes {
	background-position:-580px 0;
	width:110px;
}

#nav_1 li a#roofing {
	background-position:-690px 0;
	width:104px;
}

#nav_1 li a#refurbishments {
	background-position:-794px 0;
	width:160px;
}


/*===================================================================
HEADER BANNER
===================================================================*/

#header_banner {
	background:url('../cssimages/nav_block.png') no-repeat;
	height:300px;
	width:975px;
	position:relative;
}

#header_banner img{
	padding:23px 0 0 18px;
}

#header_banner #project_box {
	background:url('../cssimages/banner_project_box.png') repeat;
	bottom:80px;
	height:100px;
	padding:20px 0 0 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	right:30px;
	width:260px;
}

#header_banner #project_box img {
	padding:0px;
}

/*===================================================================
NAVIGATION 2
===================================================================*/
#nav_2_container {
	position: relative;
	z-index: 999;
	height:56px;
	width:975px;
}

#nav_2 {
	width:975px;
	margin:0 0 0 18px;
}

#nav_2 li a {
	background:url('../cssimages/nav2_bg.jpg') repeat-x;
	border-right:3px solid #2A3F46;
	color:#FFFFFF;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	height:13px;
	letter-spacing:2px;
	text-transform: uppercase; /* force text to uppercase */
	padding:7px 0;
	text-align:center;
	width:132px;
}

#nav_2 li {
	float:left;
	list-style:none;
}

#nav_2 li a.page7 {
	border-right:none;
	width:130px;
}
/*===================================================================
Sub Navigation
===================================================================*/

/*first level of the sub nav*/

#nav_2_container ul#nav_2 li ul.submenu_2{
	margin:0;
	display:none;
	position:absolute;
	top:auto;
}

/* on hover of main nav button show sub nav ul */

#nav_2_container ul#nav_2 li:hover ul.submenu_2, #nav_2_container ul#nav_2 li:hover ul.submenu_2 li:hover, ul#nav_2 li a:hover, #nav_2_container ul#nav_2 li.msieFix ul.submenu_2,#nav_2_container ul#nav_2 li.msieFix ul.submenu_2 li.msieFix,#nav_2_container ul#nav_2 li.msieFix{
	display:block;
	visibility:visible;
}
/*button Styling for second level subnav*/

#nav_2_container ul#nav_2 li ul.submenu_2 li {
	color:#fff;
	float:left;
	clear:both;
	position:relative;
	z-index:1;
	
}

#nav_2_container ul#nav_2 li ul.submenu_2 li a{
	color:#fff;
	font-size:0.8em;
	height:1%;
	padding:5px 10px;
	background:#50808F;
	z-index:1;
	border-right:none;
	border-bottom:1px solid #2A3F46;
	display:block;
	font-weight:normal;
	letter-spacing:2px;
	text-transform: uppercase; /* force text to uppercase */
	text-align:left;
}

#nav_2_container ul#nav_2 li ul.submenu_2 li a:hover{
	background:#333;
}

/*button Styling for third level subnav*/

#nav_2_container ul#nav_2 li ul.submenu_2 li ul.submenu_3{
	visibility:hidden;
	left:100%;
	margin-top:1px;
	position:absolute;
	top:0;
}

#nav_2_container ul#nav_2 li ul.submenu_3 li {
	color:#fff;
	float:left;
	clear:both;
	position:relative;
	z-index:1;
}

#nav_2_container ul#nav_2 li ul.submenu_2 li ul.submenu_3 li a {
	display:block;
	background:#50808F;
	z-index:1;
	padding:5px 10px;
	border-bottom:1px solid #2A3F46;
	border-left:1px solid #2A3F46;
}

#nav_2_container ul#nav_2 li ul.submenu_2 li ul.submenu_3 li a:hover{
	background:#333;
}

#nav_2_container ul#nav_2 li ul.submenu_2 li a:hover, #nav_2_container ul#nav_2 li ul.submenu_2 li:hover ul.submenu_3 li, #nav_2_container ul#nav_2 li ul.submenu_2 li.msieFix ul.submenu_3 li{
	visibility:visible;
}



/*===================================================================
CONTENT
===================================================================*/

#content {
	background:#252525 none repeat scroll 0 0;
	margin:-9px 0 0 20px;
	padding:2px 0 125px;
	position:relative;
	width:936px;
}

/*===================================================================
left column
===================================================================*/

#left_column_container {
	background: #111b20 url('../cssimages/left_column_bg.jpg') repeat-x;
	width:648px;
	margin:0 0 40px 24px;
	-moz-border-radius:10px;
	color:#fff;
	float:left;
}
#left_column img {
	width:215px;
}

#left_column {
	width:600px;
	color:#fff;
}

#left_column p {
	width:615px;
	padding:0 0 0 10px;
	font-size:1.1em;
}
#left_column a {
	color:#fff;
	text-decoration:underline;
}

#left_column h1 {
	background:url('../cssimages/h1_bg.jpg') repeat-x;
	margin:15px 0 0;
	padding:10px;
	width:628px;
	height:52px;
}

#left_column h2 {
	margin:15px 0 0;
	padding:10px;
	width:628px;
}

#left_column img {
	border: 5px #fff solid;
	margin: 10px;
}
#left_column ul {
	margin:0 10px;
	padding:10px;
}
#left_column li {
	margin:10px;
}

#left_column h4 {
	padding:10px;
}

/*home page*/

body#page #left_column, body#page1 #left_column {
	width:380px;
	float:left;
	color:#fff;
}

body#page #left_column p, body#page1 #left_column p {
	width:380px;
	float:left;
}
body#page #left_column h1, body#page1 #left_column h1 {
	background:none;
	width:auto;
	height:auto;
}

/*===================================================================
our services page
===================================================================*/
body#page3 #left_column {
	width:648px;
	margin:0 0 30px;
}

body#page3 #left_column div.section {
	background:url('../cssimages/services_section_bg.jpg') repeat-x;
	margin:0 0 5px 0;
	padding:0 0;
	position:relative;
	width:648px;
	height:182px;
}

body#page3 #left_column div.section div.section_info_left {
	position:absolute;
	top:10px;
	float:left;
	left:10px;
}

body#page3 #left_column div.section div.section_info_right {
	position:absolute;
	top:10px;
	float:left;
	left:275px;
}

body#page3 #left_column div.section p {
	width:355px;
	float:left;
	margin:0;
	font-size:0.9em;
}

body#page3 #left_column div.section img.section_image_right {
	border:none;
	float:left;
	position:absolute;
	right:0;
	top:5px;
}

body#page3 #left_column div.section img.section_image_left {
	border:none;
	float:left;
	position:absolute;
	left:0;
	top:5px;
}

body#page3 #left_column div.section a.find_out_more {
	background:url('../cssimages/find_out_more.png') no-repeat;
	text-indent:-9999px;
	width:150px;
	height:20px;
	position:absolute;
	top:130px;
	float:left;
	height:20px;
	left:10px;
}

body#page3 #left_column div.section h2 {
	margin:0;
	font-size:2.2em;
	padding:0 0 0 10px;
}
/*===================================================================
center column
===================================================================*/

#left_column_container div#center_column {
	width:268px;
	float:left;
}

#left_column a#view_portfolio {
	background: url('../cssimages/view_portfolio.png') no-repeat;
	text-indent:-9999px;
	width:268px;
	height:100px;
	margin:20px 0;
	display:block;
}

#left_column a#view_gallery {
	background: url('../cssimages/view_gallery.png') no-repeat;
	text-indent:-9999px;
	width:268px;
	height:100px;
	margin:20px 0;
	display:block;
}

#left_column_container div#center_column #home_gallery_clips {
	margin:35px 0 0 10px;
}
/*===================================================================
right column
===================================================================*/

#right_column {
	width:233px;
	float:left;
	margin:0 0 20px 10px;
}

/*home page*/
#right_column #budget_container {
	background:#191919;
	width:233px;
	padding:5px;
	-moz-border-radius:10px;
	color:#fff;
	margin:0 0 10px 0;
}

#right_column #budget {
	background:#191919 url('../cssimages/pi_usa.png') no-repeat 15px 10px;;
	text-indent:-9999px;
	height:100px;
	padding:5px;
	display:block;
}

#right_column #contact_us_container {
	background:#191919;
	width:233px;
	padding:5px;
	-moz-border-radius:10px;
	color:#fff;
}

#right_column .contact_us {
	background:#191919 url('../cssimages/contact_us.png') no-repeat 10px 10px;
	text-indent:-9999px;
	padding:5px;
	height:80px;
}

#right_column #contact_us_container #contact_form {
	margin:20px 0 20px 20px;
	color:#fff;
}

#right_column #contact_us_container #contact_form dt, #right_column #contact_us_container #contact_form dd {
	margin:10px 0 0 0;
}

#right_column #contact_us_container #contact_form #NHsubmit {
	float:left;
	margin:0 0 0 0;
	background:#fff;
	padding:5px;
	border:#8c8c8d;
	color:#000;
}

#right_column #contact_us_container h2.response_form {
	color:#FFFFFF;
	font-size:1em;
	padding:0 20px;
	margin:10px 0 0 0;
}

#right_column #contact_us_container h2.warning {
	color:red;
	font-size:1.1em;
	padding:10px 20px 0;
}

#right_column #contact_us_container #contact_form input, #right_column #contact_us_container #contact_form textarea {
	background:#8c8c8d;
	border:none;
	color:#000;
	padding:5px;
}

/*===================================================================
RIGHT COLUMN IMAGES
===================================================================*/

#sidebar_images {
	margin: 10px 0 0 0;
}

/*===================================================================
downloads
===================================================================*/

#downloads li {
	margin:0 0 0 40px;
}
#downloads li a{
	color:#fff;
}

#downloads h2 {
	margin:0 0 0 20px;
}
/*===================================================================
blog Styling
===================================================================*/

body#pageblog #left_column a {
	color:#ccc;
	font-size:0.9em;
	line-height:2.2em;
	text-decoration:underline;
}

body#pageblog #left_column h2 a {
	color:#fff;
	text-decoration:underline;
}

body#pageblog #right_column a {
	color:#ccc;
	font-size:0.9em;
	line-height:2.2em;
	text-decoration:underline;
}

body#pageblog #right_column h2 a {
	color:#fff;
	text-decoration:underline;
}

body#pageblog #right_column {
	background: #111b20 url('../cssimages/left_column_bg.jpg') repeat-x;
	margin:0 0 40px 15px;
	padding:0 0 0 20px;
	width:220px;
	-moz-border-radius:10px;
	color:#fff;
	float:left;
}
body#pageblog #right_column h2 {
	margin:5px 0;
}
body#pageblog #right_column ul#main_list {
	margin:20px 0 20px 0;
}

body#pageblog #right_column ul#main_list li {
	list-style:none;
}


body#pageblog #right_column #searchsubmit {
	background:#000;
	border:1px solid #fff;
	color:#fff;
}


/*===================================================================
footer
===================================================================*/

#footer {
	background:url('../cssimages/footer_bg.png') no-repeat 0 0;
	float:left;
	height:149px;
	position:absolute;
	bottom:0;
	left:-2px;
}

#footer h2#logo_2 {
	background:url('../cssimages/logo_2.png') no-repeat;
	height:80px;
	left:55px;
	position:relative;
	text-indent:-9999px;
	top:20px;
	width:80px;
}

#footer div#footer_info {
	width:938px;
}

#footer p {
	color:#fff;
	margin:30px 0 0 30px;
	width:315px;
	float:left;
}

#footer ul#sub_nav {
	float:left;
	margin:30px 0 0 0;
}

#footer ul#sub_nav li {
	list-style:none;
	float:left;
	color:#fff;
	margin:0 0 0 20px;
}
#footer ul#sub_nav a{
	color:#fff;
}

#strawberrysoup {
/*	background:url('../cssimages/strawberrysoup.png') no-repeat;*/
	color:#FFFFFF;
	float:left;
	height:25px;
	margin:30px 0 0 30px;
	width:195px;
}

#strawberrysoup a {
	color:#fff;
}

#strawberrysoup a:hover {
	text-decoration:underline;
}

/*===================================================================
SUBNAV
===================================================================*/

#sub_navigation ul li li{
	padding-left:20px;
}

#subnav li.subnav_level_1 a {
	margin: 3px;
}

#subnav li.subnav_level_2 a {
	margin: 3px;
	width: 160px;
	margin-left: 23px;
}

#subnav li.subnav_level_3 a {
	margin: 3px;;
	width: 140px;
	margin-left: 43px;	
}