@charset "utf-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	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;
	background: #512616 url(images/largemarble.jpg) repeat-x scroll left top;
}
a:link{
	text-decoration:underline;
	color:#FFE2D5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
}
a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:#FFFFFF;
	text-decoration: underline;
	}
	
a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FFE2D5;
	text-decoration: underline;
	}

#container {
	width: 958px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #DDE0D8;
	height: 1200px;
	background-attachment: scroll;
	background-image: url(images/beautifulcupboard.jpg);
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containertwo {
	width: 958px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #DDE0D8;
	background-attachment: scroll;
	background-image: url(images/Really-large-door.jpg);
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header { 
	background: #DDDDDD; 
	padding: 20px 20px 0 0px;  /* 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. */
}

#email{
	margin-left:200px;
	padding-bottom:50px;}
	
#contact { 
	margin-left: 0px; /* 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. */
	margin-right: 20px;
	margin-top:250px;
	padding-bottom:30px;
}

#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 */
}
#location { 
	margin-left: 50px; /* 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. */
	margin-right: 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:30px;
	padding-bottom:30px;
}

#sidebar {
	margin-left:140px;
	width:300px;
	margin-top:10px;
	font-size: 18px;
	color: #FFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #fff8f2;

}
h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #DDE0D8;
	font-weight: bold;
	text-align: center;
	}

h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
	h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #DDE0D8;
	font-weight: bold;
	text-align: center;
	}
	.cabinet{
	text-align: center;
		}
		
#addressinfo{
	margin-left:450px;
	margin-top:-100px;
	font-weight: normal;
	color: #FFFFFF;
}
		
#commContent {
	margin-left: 0px; /* 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. */
	margin-right: 0px;
	margin-top:-20px;
	color: #EDC9B8;
}
#commercial{
	margin-left:250px;
	text-align: left;
	color: #DDE0D8;
}

	
#mainContent {
	margin-left: 140px; /* 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. */
	margin-right: 10px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:420px;
	width: 724px;
	background: url(none) repeat;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
}
#productcontent {
	margin-left: 170px; /* 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. */
	margin-right: 10px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:420px;
	width: 680px;
	color: #DDE0D8;
	font-weight: normal;
	font-size: 18px;
}
#cabinetContent {
	margin-left: 20px; /* 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. */
	margin-right: 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-55px;
	padding-bottom:30px;
	color: #DDE0D8;
}
#sizescontent {
	margin-left: 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. */
	margin-right: 10px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:430px;
	width: 720px;
	color: #DDE0D8;
	font-weight: normal;
	font-size: 18px;
}
 

#footer {
	padding-top: 15px;
	padding-bottom:10px;
	
} 

#footertwo {
	padding-top: 0px;
	padding-bottom:3px;
	
} 
#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 on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#footer p a:link{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7BAAB;
}
#footer p a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffc297;
	font-weight: bolder;
	
}
#footer p a:visited{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7BAAB;
}
#photoContent { 
	margin-left: 10px; /* 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. */
	margin-right: 10px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-35px;
	padding-bottom:30px;
}

.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;
}

#firstmenu{
	margin-left:0px;
	margin-top:325px;}
	
#mainpage{
	margin-left:77px;
	margin-top:420px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#D0D1C2;
	font-weight: bold;
}
#ladybird{
	margin-left:140px;
	margin-top:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7BAAB;
}
#ladybird a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7BAAB;
}
#ladybird a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D6D6D6;
}
#ladybird a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7BAAB;
}


#sitemap{
	margin-left:740px;
	margin-top:-30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#sitemap a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#sitemap a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: ##D3D3A9;
}
#sitemap a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#sitemaptwo{
	margin-left:710px;
	margin-top:-180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#sitemaptwo a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#sitemaptwo a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: ##D3D3A9;
}
#sitemaptwo a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#sliders{}

#twosliders{
	margin-right:950px;
	}
#community{
	margin-left:70px;
	margin-top:20px;}