/* Start of CMSMS style sheet 'EcoFurn Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   border-style: none;
}


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #000; 
}

a:visited {
   background-color: inherit;
   text-decoration: underline;
  color: #000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #000;
}



/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;
   margin:0; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
width: 960px;
   background-color: #fff;;
   color: #333;

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 150px; /* adjust according your image size */
   background: #fff;           
}

div#header h1 {
/* you can set your own image here */
   background: #fff url(images/layout/ecofurn-header-02.jpg) no-repeat 0 5px; 
   display: block; 
   height: 140px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header h1 a {
/* you can set your own image here */
   display: block; 
   height: 135px;             /* adjust according your image size */
width: 180px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
background: transparent;

}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: -185px 20px 0px 0px;
}

div.breadcrumbs {
   padding: .8em 0 1em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 0em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px solid #fff;
text-indent: 10px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: .5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 230px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 0; /* and some air on the right */
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 220px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
background: #eee;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}


div#promo {width: 670px; background: #b9d83c; float: left; display: inline; height: 278px;}

div#promo img {margin-right: 10px;}

div#cat1 {width: 328px; background: transparent url(uploads/images/homepage/cat1.jpg) no-repeat 0 27px; height: 258px; float: left; display: inline; margin: 10px 0px 10px 0px; 
border-top: 1px dotted #888;
border-left: 1px dotted #888;
border-right: 1px dotted #888;
}

div#cat2 {width: 328px; background: transparent url(uploads/images/homepage/cat2.jpg) no-repeat 0 27px; height: 258px; float: left; display: inline; margin: 10px 0px 10px 10px; 
border-top: 1px dotted #888;
border-left: 1px dotted #888;
border-right: 1px dotted #888;
}

div.catfooter {display: block; background: transparent url(images/layout/greycatbox.png) repeat-x 0 0 scroll; margin-top: 10px; height: 31px; width: 330px; color: #fff; 
;
}

div.catfooter a {color: #fff; margin-left: 10px; font-size: 1em; vertical-align: text-bottom; line-height: 2.4em;}

div#rightpanel {
background: #3c5327; 
float: right; 
width: 260px; 
display: inline; 
padding: 10px 10px 0px 10px; 
color: #fff; 
margin-bottom: 10px;  
}

div#contentCol1 {float: left; display: inline; border: 0px solid #ccc; margin: 10px 0 0 0; padding: 0px; width: 600px;}

div#contentCol2 {float: right; display: inline; border: 0px solid #ccc; margin: 0px 0 0 0; padding: 10px; width: 280px; background-color: #fff;}

div#products-template {float: left; display: inline; border: 0px solid red; width: 700px;}

div#products-rightpanel {float: right; display: inline; border: 1px solid #ccc; margin: 54px 0 0 0; padding: 10px; background-color: /* #f6f6f6 */ #3c5327; color: #fff;}

div#products-rightpanel a {color:#b9d83c; }
div#products-rightpanel a:hover {color:#fff;}

div#products-image {float: left; width: 400px; display: inline; margin: 0 10px 10px 0; }

div#products-text {float: right; display: inline; width: 300px; margin: 0 10px 0 0; }

div#products-text h2 {padding-bottom: 10px; padding-top: 0; margin-top: 0;}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background: #fff url(images/layout/footer-back.jpg) repeat-x 0 0; 
height: 55px;
}

div#footer p {
   font-size: 1em;
   padding: 1em;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em 0em;
   border-bottom: 1px solid #ddd;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
display: none;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content { margin-left: 10px;

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
  /* color: #b9d83c; */
   color: #354923;
   font-size: 2em; 
   text-align: left; 
line-height: 100%;
font-weight: normal;
padding: 0.5em 0 0.5em 0;

}

div#content div#contentCol1 h2 {
padding: 0em 0em 0.8em 0em ; 

}

div#content div#products-template h2 {
padding: 0.5em 0em 0.8em 0em ; 

}

/* NEW HOME PAGE BITS */

div#promotext {width: 410px; margin: 20px 0 0 10px; float: left; display: inline;}
div#promopics {width: 398px; height: 278px;  margin: -30px 0 0 100px; border: 0px solid #eee; float: left; display: inline;}

div#content div#simpleslider ul li {list-style-type: none; background-image: none; padding: 0; margin: 0;}
ul#simplesliderContent {padding: 0; margin: 0;}
li.simplesliderImage{padding: 0; margin: 0;}
.simplesliderImage span.bottom {display:none; padding: 0; margin: 0; height: 0; width: 0;}

div#treeaid {width: 670px; padding: 0px 10px 0px 10px; background: #b9d83c; margin: 0px 0 10px 0; float: left; display: inline; color: #000;} 

div#treeaidtext h2 {color: #fff;}
div#treeaidtext {width: 465px; float: left; display: inline;border: 0px solid red;} 
div#treeaidpic { width: 200px; float: left; display: inline;border: 0px solid red; margin: 30px 0 0 0;} 

/* END NEW HOME PAGE BITS */

div#promo h2 {
   color: #fff; 
   padding: 0em 0.5em 0.8em 0.5em ; 
   margin: 0em; 
}

div#promo h2 a{
   color: #fff; 
}

div#main h2 {
   padding: 0em 0.5em 0.8em 0em ; 
   margin: 0em; 
}

div#rightpanel h2 {color: #fff; margin-bottom: 10px; line-height: 120%;}


div#content h3 {
   color: #b9d83c; 
   font-size: 1.4em;
   line-height: 100%;
   margin: 0 0 .5em 0;
}

h3.h3newssummarylink  a{
   color: #b9d83c; 
   line-height: 100%;
   margin: 0 0 .5em 0;
}

div#content div#products-template h3 {
   color: #b9d83c; 
   font-size: 1.4em;
   line-height: 120%;
   margin: 0 0 .5em 0;
}

div#content div#products-template h3 a{
   color: #b9d83c; 

}

 h3 a{
   color: #b9d83c; 

}

 h3 a:hover {
   color: #3A5125; 
text-decoration:none;
border: 0;
}

table.productlist a h3 {   text-decoration: underline; }
table.productlist h3 a {   color: #b9d83c; }

div#content div#cat1 h3, div#content div#cat2 h3 {margin: 10px 10px 0px 10px;}

div#content div#cat2 h3 a {
   color: #b9d83c; 
text-decoration:underline;
border: 0;
}

div#content div#cat2 h3 a:hover {
   color: #3A5125; 
text-decoration:none;
border: 0;
}

div#content div#cat1 h3 a, div#content div#cat1 h3 a:link, div#content div#cat1 h3 a:visited{
   color: #b9d83c; 
text-decoration:underline;
border: 0;
}

div#content div#cat1 h3 a:hover {
   color: #3A5125; 
text-decoration:none;
border: 0;
}

div#content div#products-template h3 a:hover{
   color: #3A5125; 

}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.6em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#content ul li {
   list-style-type: none;
   background: transparent url(images/layout/list-picon-lg.gif) no-repeat left 5px;
   padding-left: 16px;
   margin-bottom: 0.5em;
   line-height: 1.5em;
}

div#content div#treeaid ul li {
   list-style-type: none;
   background: transparent url(images/layout/list-picon-dg.gif) no-repeat left 5px;
   padding-left: 16px;
   margin-bottom: 0.5em;
   line-height: 1.5em;
}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/* TABLE */

table {border-bottom: 1px solid #ccc; border-collapse:collapse; border-left: 1px solid #ccc; width: 80%;}

td {border-top: 1px solid #ccc; border-collapse:collapse; border-right: 1px solid #ccc; padding: 10px;}

table.productlist {margin-bottom: 20px; width: 685px;}

table.features {width: 300px; margin-bottom: 10px; border: none; padding: 10px;}

table.features td {border-top: none; border-right: none; border-bottom: 1px solid #ccc; padding: 10px; }

table.features th {border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight: normal; padding: 10px;}


/* CONTACT FORM */

div.contactform {margin: 10px 10px 10px 10px; width: 440px;}

.contactform fieldset {padding: 10px 0 10px 0; background-color: transparent; border: 0;} 
.contactform fieldset legend {font-weight: bold; display: none;} 
.contactform div {width: 440px; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 140px; text-align: right; float: left; margin-right: 8px; height: 22px; line-height: 22px;} 
.contactform div.required {color: #111;} 
.contactform div.required input, textarea {width: 270px;} 
.contactform div.submit { margin: 0px 0px 10px 120px; padding: 10px 0px 10px 0px; width: 220px; 
text-align: right;} 

.contactform div.captcha {margin-left: 150px; width:270px;}
.contactform div.captcha img{border: 1px solid #333; margin: 0px 70px 5px 0px; }
.contactform div.captcha input{width:270px; margin-top: 5px;}


table.beds td {color: #555; text-align: center;}
table.beds th {color: #555; text-align: center;}

div#content table.beds td h3{color: #555; font-size: 14px;}


/* END CONTACT FORM */

/* LIGHTBOX */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
	}
	

/* END LIGHTBOX */


#mapForm{

padding:0px 0px 8px 0px;
}

/* End of 'EcoFurn Layout: Top menu + 2 columns' */

