@charset "utf-8";
/* CSS Document */

body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 1em;
	background-image: url(../images/background.jpg);
	position: absolute;
}

.BasicparagraphText {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 10px}

.thrColLiqHdr #container {
	width: 99.8%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/background.jpg);
} 
.thrColLiqHdr #header {
	background: #DDDDDD;
	padding: 0 10px;  /* 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. */
	background-image: url(images/log-cabin-background.jpg);
} 
.thrColLiqHdr #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 */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	position: absolute;
	left: 0; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 2px;
	width: 185px;
	padding-top: 0px;
	list-style-position: inside;
	margin-top: 0px;
	top: auto;
	font-size: 10px;
}
.thrColLiqHdr #sidebar2 {
	position: absolute;
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	right: 0px;
	color: #000;
	background-color: #FFF;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(/images/background.jpg);
}

.thrColLiqHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 100%;
	background-image: url(images/background.jpg);
	border: 1px;
	border-color: #000000;
} 
.thrColLiqHdr #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 */
	width:100%;
	clear:both;
	
	bottom:0px;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
ul.NoBullet {
  list-style-type: none;
  margin-left: 5px;
  padding-left: 0px;}
  
  #navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1ems;
	color:#CC6600;
	text-align:left;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
	border-top: 1px solid #993300;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 98%;
	background-color: #990000;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
	background-image: url(images/log-cabin-background.jpg);
}

#navcontainer a:link, #navlist a:visited
{
	color: #993300;
	text-decoration: none;
	font-size: 0.8em;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
}

#navcontainer a:hover
{
	color: #FFFFFF;
	font-size: 1em;
	border-bottom: 1px solid #993300;
	border:2px solid #993300;
}

/* center content                     */
#centercontent {
	margin-left:5%;
	display: block;
}

/* end center content                     */

//* START CONTAINER FOR INDEX */
#summerhouses a {
	text-decoration: none;
	color: #000066;
	}
#summerhouses a:hover{
	background-color: #FFFFFF;
}

.summerhouse-products {
	text-align:center;
	background-color: #FFFFCC;
	width: 160px;
	float: left;
	margin: 6px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/indez-bk.jpg);
	height: 160px;	
}


.summerhouse-products-check {
	text-align:center;
	background-color: #009;
	width: 160px;
	float: left;
	margin: 6px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-transform:capitalize;
	background-image: url(../images/indez-bk.jpg);
	height: 160px;
}
#summer_house {
	width:100%;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
//* END CONTAINER FOR INDEX */


#summer_house {
	width:100%;
	clear: both;
	
}
.thrColLiqHdr #container #header b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFCC00;
	background-color: #993300;
	width: 100%;
}
.SmallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E737B;
}
.speclist {
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#008000;
	text-align: left;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}



#promo a {
	text-decoration: none;
	color: #000066;
	}
#promo a:hover{
	text-decoration: underline;
	background-color: #FFFFFF;
}

.promo-products {
	text-align:center;
	background-color: #99CCFF;
	height: auto;
	width: 95%;
	float:left;
	margin: 3px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
.promp-products-title {
	text-align:center;
	background-color: #FFFFFF;
	background-image:url(images/log-cabin-background.jpg);
	font:Arial, Helvetica, sans-serif;
	color:#F00;
	text-align:justify;
	width: 130px;
	
}

/* START DB SPACIFIC INPUT */
.product-name-index
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#900;
	font-size:12px;
}
.product-name-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #83572C;
	font-weight: bolder;
}
#product-price-index
{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	font-size:14px;
	background-color:#FFF;
}

#product-price-index2
{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	font-size:9px;
	background-color:#FFF;
}

#product-price-detail
{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	font-size:20px;
	background-color:#FFF;
}

/* END DB SPACIFIC INPUT */

.clearfix {
	clear: both;
}



.style1 {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
/* START CONTACT FORM */
#wrapper {
	width:500px;
	margin:0 auto;
}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {
	text-align:right;
	background-color: #E2E2E2;
}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}
/* END CONTACT FORM */ 
h2 
{ font:Arial, Helvetica, sans-serif;
color:#900;
text-transform:capitalize;
font-weight:bold;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColLiqHdr #container #sidebar2 p .promo-products-title {
	color: #900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* START CONTAINER FOR INDEX */
#productlist a {
	text-decoration: none;
	color: #000066;
	}
#productlist a:hover{
	text-decoration: underline;
	background-color: #FFFFFF;
}

.productlist-products {
	background-color: #FFFFCC;
	text-align:center;
	width: 90%;
	float: left;
	clear:right;
	margin: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#product_list {
	width:100%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* END CONTAINER FOR INDEX */



#r-menu a:hover{
	background-color: #FFFFFF;
}

.r-menu-products {
	float: left;
	width: 165px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#r_menu {
	width:100%;
	float: left;
	clear: both;
}

.rstrike-through {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #F00;
	text-decoration: line-through;
}


/* END RIGHT MENU CONTACT FORM */ 

#navlist ul
{
		list-style-type: none;
		font-weight:bold;
padding: 0;
margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	color:#CC6600;
	text-align:left;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
	border-top: 1px solid #993300;
	padding: 0;
	margin: 0;
}

#navlist a
{
			font-weight:bold;

		list-style-type: none;
		padding: 0;
		margin-left: 0;
		display: block;
	padding: 0px;
	background-color: #990000;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
	background-image: url(images/log-cabin-background.jpg);
	margin: 0px;
	list-style-type: square;
		font-size: 13px;
}

#navlist a:link, #navlist a:visited
{
				font-weight:bold;

		list-style-type: none;
		padding: 0;
		margin-left: 0;
	color: #993300;
	text-decoration: none;
		font-size: 13px;
	border-bottom: 1px solid #993300;
	border-right:2px solid #993300;
}

#navlist a:hover
{
			font-weight:bold;

	list-style-type: none;
	margin-left: 2;
	color: #FFFFFF;
		font-size: 13px;
	border-bottom: 1px solid #993300;
	border:2px solid #993300;
	width: 190px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2;
	left: 2px;
}
#navlist {
	font-weight:bold;
	padding: 0;
	margin-left: 0;
	font-size: 13px;
	width: 190px;
	list-style:none;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	margin-top: auto;
	

}

/* RIGHT MENU CONTACT FORM */ 

#r-menu a:hover{
	background-color: #FFFFFF;
}

.r-menu-products {
	float: left;
	width: 165px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#r_menu {
	width:100%;
	float: left;
	clear: both;
}

.rstrike-through {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #F00;
	text-decoration: line-through;
}


/* END RIGHT MENU CONTACT FORM */

address p {
	text-align:center;
	line-height:normal;
	padding:0px;
	margin:0px;
	font-variant:normal;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}