/* Start of CMSMS style sheet 'Screen Stylesheet' */
/*** Created with the help of the ClevaTreva CSS Generator 
     at www.thenoodleincident.com ***/


/* "Basic" Font Layout etc. */

body {
	font-family: arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	}
a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #d19838;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px; 
	}
li {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
table {
	border: 0;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px; 
	}
tbody {
	margin: 0;
	padding: 0;
	}
tr {
	margin: 0;
	padding: 0;
	}
td {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	}
h3  {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
	font-size: 1.0em;
}

h3 a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

h3 a:hover {
	color: #d19838;
	font-weight: bold;
	text-decoration: underline;
}

pre
{
	white-space: pre-wrap; /* CSS2.1 compliant */
	white-space: -moz-pre-wrap; /* Mozilla-based browsers */
	white-space: -o-pre-wrap; /* Opera 7+ */
}

#myframe { 
   min-height: auto; /* works in IE - only IE will pick this up */
}


/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0;}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
Pre-IE6 gets "width: 100%" and "overflow: hidden",
while IE6 gets "width: auto" and "overflow: visible,
which is the default, but explicitly stating it seems
to keep IE6 happy. IE6 also needs to see the
"height: 1%" to give it some kind of box dimension.
Browser coddling we call it. Finally, Bruno Fassino
found that "word-wrap: break-word;" disarranged the
justified text in IE5.5 and 6, so it is defaulted to
"normal" for this text.
If you don't need justified and italicized text then
forget all these fixes.
Although, ClevaTreva adds, I have seen some odd
behavior with normal justified text in IE, so
this may be worth remembering.
***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */

/* Page Layout CSS */ 

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  min-width:800px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
 }
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/


#fullheightcontainer{
  top:-15px; /*** Lift the container up by the value of the bottom
margin of the page. Makes the page 100% less xx px high ***/
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:800px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}

#fullheightcontainer-home{
  top:-15px; /*** Lift the container up by the value of the bottom
margin of the page. Makes the page 100% less xx px high ***/
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:800px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
}


#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
   
  background: #fff; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}

/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter-home{
  height:200px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheadercenter{
  height:145px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}

#clearfootercenter{
  height:40px; /*** needed to make room for footer in center column ... was -25px ***/
  overflow:hidden;
}

#footer-home{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:800px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:40px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:0px; /*** negative height ***/
}

#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:800px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:40px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-26px; /*** negative height ... one more than the height to remove the unnecessary scrollbar ***/
}
#subfooter1{
  background:#444424; /*** Background Color of Sub-footer #1 ***/
  color: #fff;
  font-size: 0.7em;
  padding-top: 5px;
  height:25px; /*** sub-footer row height ***/
}
#breadcrumb{
  float: left;
  margin-left: 10px;
}
#breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
#breadcrumb a:hover {
  color: #d19838;
  text-decoration: underline;
}
#copyright{
  float: right;
  margin-right: 10px;
}

.bottomtopmargin{
  background:#fff; /*** Background Color of Body ***/
  width:800px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  overflow:hidden;
}
#header-home{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:800px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:200px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights + rounded box heights ***/
  overflow:hidden;
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:800px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:145px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
#subheader1{
  background:#444424; /*** Background Color of Sub-header #1 ***/
  text-align:right;
  font-size: 0.8em;
  height:22px; /*** sub-header row height ***/
}

#subheader2{
  background:#fff; /*** Background Color of Sub-header #2 ***/
  padding: 5px 15px;
  height:73px; /*** sub-header row height ***/
}

#subheader2-home{
  background:#fff; /*** Background Color of Sub-header #2 ***/
  padding: 10px; /* was 20px but we now have 10px rounded corners */
  height:123px; /*** sub-header row height ***/
}

#topmargin{
  background:#444424;
  height:20px; /*** top margin height ***/
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:800px; /*** = Center Col Width ***/
  margin-left:0px; /*** = Left Col Width ***/
  background:#fff; /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}

/* image classes */

.logo-home {
  text-align:center; 
}

.logo-page {
  float:left;
}

.page-title {
  float:right;
  padding-top: 55px;
}

.img-home {
  float:left;
  margin:0;
  padding:0;
}

/* rounded corners on images */

div.roundedimage {
	margin:0px;
	position:relative;
	/* float:left;*/
	vertical-align:top;
}
div.roundedimage img{	
	/* float:left; */
	border:0 none;
}
div.roundedimage div{	
	position:absolute;
	left:0;
	height:10px;
	width:100%;
}
div.roundedimage div.tl{
	background:transparent url(images/tl.png) top left no-repeat;
	top:0;
}
div.roundedimage div.tr{
	background:transparent url(images/tr.png) top right no-repeat;
	top:0;
}
div.roundedimage div.bl{
	background:transparent url(images/bl.png) bottom left no-repeat;
	bottom:0;
}
div.roundedimage div.br{
	background:transparent url(images/br.png) bottom right no-repeat;
	bottom:0;
}

/* rounded corners for content */

.roundedcorner {
   background: #ffffff;
}
.roundedcorner_top div {
   background: url(images/tl.png) no-repeat top left;
}
.roundedcorner_top {
   background: url(images/tr.png) no-repeat top right;
}
.roundedcorner_bottom div {
   background: url(images/bl.png) no-repeat bottom left;
}
.roundedcorner_bottom {
   background: url(images/br.png) no-repeat bottom right;
}

.roundedcorner_top div, .roundedcorner_top1, 
.roundedcorner_bottom div, .roundedcorner_bottom1 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcorner_content { margin: 0px; }

/* Non-Default Text Styles */

/* Logo Images - Embedded in a h1 tag */

h1.home {
  margin-left: 250px; /* hmmm ... a hack to center the image */
  _margin-left: 125px; /* IE6 only */
  width: 300px;
  height: 110px;
  background: url(images/ewilogo-home.gif) no-repeat;
  text-indent: -100.0em; 
  overflow: hidden;
}

h1.home a{ 
  display: block; 
  line-height: 110px; /* match to h1.home height */ 
}

h1 {
  float: left;
  width: 200px;
  height: 73px;
  margin: 0;
  padding: 0;
  background: url(images/ewilogo.gif) no-repeat;
  text-indent: -100.0em; 
  overflow: hidden;
}

h1 a{ 
  display: block; 
  line-height: 73px; /* match to h1 height */ 
}

/* Top-most menu - generated by CMSMS Menu Manager */

#subheader1 ul.clearfix {
  display: inline;
  margin-right: 10px;
}

#subheader1 ul.clearfix li{
  display: inline;
  margin: 0 1px 0 10px; /* top, right, bottom, left */
}
#subheader1 ul.clearfix li a{
  color: #fff;
  text-decoration: none;
}

#subheader1 ul.clearfix li a:hover{
  color: #fff;
  text-decoration: underline;
}

#subheader1 ul.clearfix li a.currentpage {
  color: #d19838;
  text-decoration: none;
}


/* Content Menu - for displaying choices of architecture and furniture */

#content-menu {
  float: left;
  width: 800px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
}

#content-menu ul.clearfix {
  display: inline;
  margin-left: 10px;
}

#content-menu ul.clearfix li.first{
  display: inline;
  padding-left: 20px;
  background: none;
}

#content-menu ul.clearfix li{
  display: inline;
  float:left;
  padding-left: 10px;
  padding-right: 2px;
  background: url(images/bullet.gif) no-repeat center left;
  line-height: 1.5em;
}

#content-menu ul.clearfix li a{
  display: block;
  color: #000;
  text-decoration: underline;
}

#content-menu ul.clearfix li a:hover{
  color: #d19838;
  text-decoration: underline;
}

#content-menu ul.clearfix li a.currentpage {
  color: #d19838;
  font-weight: bold;
  text-decoration: none;
}

/* Google Map Lists */

ul.gmapSidebar {
 display: none; 
 /* list-style: none; */
}

p.map-description {
/*  font-size: 0.8em;
  margin-top: -10px;
  text-align: center;
  text-style: bold; */
  display: none;
}

/* Home Page */

.home-thumb {
  float: right;
  width:200px;
  clear: both;
  margin-bottom: 10px;
  margin-right: 20px;
}

.home-thumb img {
  margin-bottom: 10px;
}

/* Products Page */

.products-thumb {
  clear: both;
  margin-bottom: 10px;
  margin-right: 20px;
}

.products-thumb img {
	float: right;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.products-thumb a img {
	border-color: #ccc;
}

.products-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}


/* Architecture/Furniture Lead Pages */

.child-info {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
}

/* -- Child thumbnails ------------------ */

.child-info img {
	float: right;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 4px;
	margin: 1px;
	-moz-border-radius: 2px;
}

.child-info a img {
	border-color: #ccc;
}

.child-info a:hover img {
	border-width: 1px;
	border-color: #38c;
	margin: 0;
	padding: 5px;
	-moz-border-radius: 4px;
}

/* Contact Form */

.contact-item img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
margin-top: 10px;
	-moz-border-radius: 3px;
}


/* End of 'Screen Stylesheet' */

