@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #3c391b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.fade{
	height:440px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-nsp{
	height:550px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-nsp2{
	height:715px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-home{
	height:560px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-residential{
	height:600px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-residential2{
	height:620px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}
.fade-residential3{
	height:735px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-choose{
	height:540px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-choose-big{
	height:680px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-custom{
	height:900px;
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-shop{
	width:800px;
	background-color:#FFFFFF
	margin-top:10px;
	border: double #251C1C 5px;

}

.fade-top{
	height:120x;
	width:800px;
	background:transparent;
	/* border: double #251C1C 5px; */
}
.fade-bottom{
	height:70px;
	width:800px;
	background-color:#d6d4a5;
	margin-top:-10px;
	border: double #251C1C 5px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	background-color:#3c391b;
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:253px;
	padding: 30px 0px 5px 5px;
	border-top: double #000000 3px;
	border-right: double #000000 3px;
	border-bottom: double #000000 3px;
	margin-top:10px;
	margin-left:-15px;
}

.twoColFixLtHdr #sidebar-nsp {
	background-color:#3c391b;
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:253px;
	padding: 30px 0px 5px 5px;
	border-top: double #000000 3px;
	border-right: double #000000 3px;
	border-bottom: double #000000 3px;
	margin-top:10px;
	margin-left:-15px;
	position: relative;
	top: -42px;
}


.twoColFixLtHdr #mainContent { 
	margin: -7px 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.body-text {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-left: 3px;
}
.body-text-p {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-top:-57px;
	margin-left: 3px;
	text-align:justify;
}
.body-text-r {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-top:-50px;
	margin-left: 3px;
	text-align:justify;
}
.body-text-residential {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-left: 3px;
}

.body-text-residential2 {
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-style:italic;
	font-weight:bold;
	position:relative;
	top:-43px;
	left:30px;
}
.body-text-commercial2 {
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-style:italic;
	font-weight:bold;
	position:relative;
	left:30px;
}
.shopping-text {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-left: 5px;
}


.body-text-first-letter {
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	margin-left: 0px;
}

.body-header {
font-size:25px;
font-family:Helvetica, Arial, sans-serif;
color:#000000;
}

.body-header-shop {
font-size:25px;
font-family:Helvetica, Arial, sans-serif;
color:#006600;
font-weight:bold;
}



.copyright {
font-size:10px;
font-family:Helvetica, Arial, sans-serif;
color:#999999;
}

.border-outside {
background-color:#d6d4a5;
z-index:-1;
}

.welcome-to-greenwich {
width:100%;
height:47px;
margin-top:5px;
}

.nav-bar {
	font-size: 10px;
	font-family: georgia;
	color: #006600;
	text-decoration: none;
	font-weight:bold;
	margin-top: -10px;
}

.price {font-size: 11px; font-family: Helvetica; color: #0000cc; text-decoration: none; font-weight:bold;}

.breaks {font-size: 7px;}

.bigger-breaks {font-size: 10px;}

a.nav-bar-products:link {font-size: 12 ; font-family: georgia; color: #006600; text-decoration: none;}
a.nav-bar-products:visited {font-size: 12 ; font-family: georgia; color: #006600; text-decoration: none;}
a.nav-bar-products:hover {font-size: 12 ; font-family: georgia; color: #00cc00; text-decoration: underline;}
a.nav-bar-products:active {font-size: 12 ; font-family: georgia;  color: #006600; text-decoration: none;}

a.nav-bar:link {font-size: 10px; font-family: georgia; color: #006600; text-decoration: none; font-weight:bold;}
a.nav-bar:visited {font-size: 10px; font-family: georgia; color: #006600; text-decoration: none; font-weight:bold;}
a.nav-bar:hover {font-size: 10px; font-family: georgia; color: #00cc00; text-decoration: underline; font-weight:bold;}
a.nav-bar:active {font-size: 10px; font-family: georgia;  color: #006600; text-decoration: none; font-weight:bold;}

a.nav-bar-cart:link {font-size: 10px; font-family: georgia; color: #006600; text-decoration: none; font-weight:bold;}
a.nav-bar-cart:visited {font-size: 10px; font-family: georgia; color: #006600; text-decoration: none; font-weight:bold;}
a.nav-bar-cart:hover {font-size: 10px; font-family: georgia; color: #00cc00; text-decoration: underline; font-weight:bold;}
a.nav-bar-cart:active {font-size: 10px; font-family: georgia;  color: #006600; text-decoration: none; font-weight:bold;}

.incline {color: #666666; font-size: 9px; font-family: verdana; margin-top:-55px; margin-left:5px;}

.email-us {width:85px; height: 50px; color: #666666; font-size: 9px; font-family: verdana; margin-top:-50px; margin-left:690px;}

a.incline:link {font-size: 9px; font-family: verdana; color: #666666; text-decoration: none;}
a.incline:visited {font-size: 9px; font-family: verdana; color: #666666;  text-decoration: none;}
a.incline:hover {font-size: 9px; font-family: verdana; color: #666666; text-decoration: underline;}
a.incline:active {font-size: 9px; font-family: verdana; color: #666666; text-decoration: none;}

.shoppinglinks {font-size: 15px; font-family: geneva; color: #006600; text-decoration: none; font-weight:bold;}

a.shoppinglinks:link {font-size: 15px; font-family: geneva; color: #006600; text-decoration: none; font-weight:bold;}
a.shoppinglinks:visited {font-size: 15px; font-family: geneva; color: #006600; text-decoration: none; font-weight:bold;}
a.shoppinglinks:hover {font-size: 15px; font-family: geneva; color: #00cc00; text-decoration: underline; font-weight:bold;}
a.shoppinglinks:active {font-size: 15px; font-family: geneva;  color: #006600; text-decoration: none; font-weight:bold;}

a.price:link {font-size: 11px; font-family: Helvetica; color: #0000cc; text-decoration: none; font-weight:bold;}
a.price:visited {font-size: 11px; font-family: Helvetica; color: #0000cc; text-decoration: none; font-weight:bold;}
a.price:hover {font-size: 11px; font-family: Helvetica; color: #00cc00; text-decoration: underline; font-weight:bold;}
a.price:active {font-size: 11px; font-family: Helvetica;  color: #0000cc; text-decoration: none; font-weight:bold;}

a.shoppingpages:link {font-size: 11px; font-family: Helvetica; color: #000099; text-decoration: none; font-weight:normal;}
a.shoppingpages:visited {font-size: 11px; font-family: Helvetica; color: #000099; text-decoration: none; font-weight:normal;}
a.shoppingpages:hover {font-size: 11px; font-family: Helvetica; color: #000099; text-decoration: underline; font-weight:bold; }
a.shoppingpages:active {font-size: 11px; font-family: Helvetica;  color: #0000cc; text-decoration: none; font-weight:bold;}

.shoppingpages {font-size: 11px; font-family: Helvetica; color: #000099; text-decoration: none; font-weight:normal;}

.shoppingpages-selected {font-size: 12px; font-family: Helvetica; color: #000000; text-decoration: none; font-weight:bold;}

.fadedlink {font-size: 11px; font-family: Helvetica; color: #999999; text-decoration: none; font-weight:normal;}

.product-features {font-size: 11px; font-family: Helvetica; color: #000000; text-decoration: none; font-weight:normal;}

.body-header-products {font-size: 20px; font-family: Helvetica; color: #006600; text-decoration: none; font-weight:bold;}

* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
ul#nav, ul {
	margin: 0;
	margin-top:-30px;
	padding: 0;
	list-style: none;
	width:150px;
}
ul#nav li {
	position: relative;
	width:150px;
	float:left;
	clear:left;
}

#nav li ul {
	position: absolute;
	top: 0;
	margin-left:-999em;
	min-height:0;
}
/* Styles for Menu Items */
ul#nav li a {
	display:block;
	text-decoration: none;
	color: #cccccc;
	line-height:35px;
	height:35px;
	padding:0 5px;
	width:145px;
	border: 1px solid #cccccc;
	border-right:none;
	border-left:none;
	border-top:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	

}
* html ul#nav a {
	width:145px;	
	w\idth:138px;
}

/* this sets all hovered lists to the rollover color*/
#nav li:hover a,#nav li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
	color: #ffffff;
	background-color: #9EA395;
	background-image:none;
		/*opacity for IE5+*/
  filter: alpha(opacity=95);
  /*opacity for older Mozilla browsers*/
  -moz-opacity: 0.95;
  /*opacity for mozilla/safari*/
  opacity: 0.95;

	
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
   color: #000000;
   background-color: #6A764F;
   background-image:none;
   margin-left:9px;
   	/*opacity for IE5+*/
  filter: alpha(opacity=83);
  /*opacity for older Mozilla browsers*/
  -moz-opacity: 0.83;
  /*opacity for mozilla/safari*/
  opacity: 0.83;
  font-weight:bold;
   
}
#nav li ul li a {  } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul { margin-left:149px;     margin-top:0px; } 

.pic {width:220px; height:175px; border:#000000 thin solid; float:right; margin:12px; position:relative; top:7px; left:5px;}

a.srollover {display: block; width: 100px; height: 44px; background: url("images/email-rollover.png") 0 0 no-repeat;text-decoration: none;}
	  
a:hover.srollover {background-position: -100px 0;}


a.news-rollover {display: block; width: 375px; height: 34px; background: url("images/watch-us.png") 0 0 no-repeat;text-decoration: none;}
	  
a:hover.news-rollover {background-position: -375px 0;}

#popup{
	width: 620px;
	height: 230px;
	background-color: #d6d4a5;
	border: double #251C1C 5px;	
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: justify;
	position: relative;
	top: 20px;
}



a.banner:link {font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #003300; text-decoration: none; font-weight:bold;}
a.banner:visited {font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #003300; text-decoration: none; font-weight:bold;}
a.banner:hover {font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #003300; text-decoration: underline; font-weight:bold;}
a.banner:active {font-size: 14px; font-family: Helvetica, Arial, sans-serif;  color: #003300; text-decoration: none; font-weight:bold;}

.underbanner {
font-size:14px;
font-weight: normal;
}


a.project-links:link {color: #000000; text-decoration: none; font-weight:bold;}
a.project-links:visited {color: #000000; text-decoration: none; font-weight:bold;}
a.project-links:hover {color: #000000; text-decoration: underline; font-weight:bold;}
a.nproject-links:active {color: #000000; text-decoration: none; font-weight:bold;