@charset "utf-8";
object a {display: none;} object {margin-left: auto; margin-right: auto; display block;}


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: 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-color: #141410;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/a2z-background.gif);
	background-repeat: repeat;
}
a:link {
	color: #C49D76;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C49D76;
	text-decoration: underline;
}
a:active {
	color: #C49D76;
	text-decoration: underline;
}
a:visited {
	color: #C49D76;
}
#containerindex {
	width: 1100px;
	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-color: #000;
}
#horznav {
	height: 31px;
}

#sidebar1index {
	float: left; /* since this element is floated, a width must be given */
	width: 875px;
	margin: 0px;
	padding: 0px;
}
#sidebar2index {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	height: 325px;
}
#mainContentindex {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #C49D76;
}
.indexcatbox {
	width: 400px;
	float: left;
	color: #FFF;
	text-align: left;
	font-size: 1em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.indexcatbox h2 img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.indexcatbox h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #C49D76;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEC8B1;
}
.indexcatbox p {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-top: 10px;
}






#container {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #C49D76;
	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-color: #DEC8B1;
	background-image: url(images/a2z-container-back.gif);
	background-repeat: repeat;
	background-position: center top;
} 
#header {
	background-color: #261C11;
	height: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/a2z-header-background.jpg);
} 
#cdbox {
	float: right;
	margin: 0px;
	padding: 0px;
}

#header p a img{
	text-align: center;

}

#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
#headlogo {
	float: left;
	width: 250px;
	margin: 0px;
	height: 170px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#serving {
	background-color: #000;
	margin: 0px;
	width: 1100px;
	color: #DEC8B1;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: italic;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fourboxcontainer {
	padding: 0px;
	float: left;
	width: 864px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.fourbox {
	width: 172px;
	float: left;
	height: 350px;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/4box-back-single.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fourbox p a {
	font-weight: bold;
	font-size: 1.2em;
}

.fourbox h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #C49D76;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1;
}
.fourbox p {
	margin: 0px;
	padding-bottom: 10px;
	font-size: .65em;
}


#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #261C11;
}
#mainContent .hassle {
	color: #ED1B24;
}

#mainContent .breadcrumb {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 2.3;
}
#mainContent .breadcrumbCurrent {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 2;
	color: #261C11;
}


#mainContent h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #261C11;
}
#mainContent h2.gallery {
	margin: 0px;
	padding-bottom: 15px;
}

#mainContent p {
	margin: 0px;
	font-size: 1em;
	line-height: 1.3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent p.testimonial {
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent p.nametest {
	padding-bottom: 15px;
}


#footer {
	padding: 0 10px 0 20px;
	background-color: #261C11;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 0.8em;
}
#footer .footlinks{
	width: 165px;
	color: #FFF;
	text-align: left;
	padding-top: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer .footlinks p{
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer .footlinks p a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer .footlinks h2{
	font-weight: bold;
	color: #C49D76;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
.portboxrt {
	font-style: normal;
	text-align: center;
	float: right;
	width: 280px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 0px;
}
#mainContent .portbox{
	font-style: normal;
	text-align: center;
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .portbox p{
	font-size: 0.85em;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2;
}
#pgallery  {
	padding: 0px;
	width: 850px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#pgallery p  {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #261C11;
	margin: 0px;
}







.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;
}
.current {
	color: #261C11;
	cursor: default;
}
.wdpagebox {
	font-style: normal;
	text-align: center;
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.9em;
	line-height: 1.3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #C49D76;
}
.wdpagebox p a {
	font-weight: bold;
	color: #261C11;
}
.wdpagebox p a:hover {
	color: #DEC8B1;
	text-decoration: underline;
}
#headerland {
	background-color: #261C11;
	height: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(images/a2z-land-header-back.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#headlandtext {
	padding: 10px;
	float: left;
	width: 580px;
	color: #DEC8B1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#landcontact {
	background-color: #EDE1D6;
	float: right;
	width: 460px;
	background-image: url(images/land-contact-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-left: 20px;
}
#headerlandbay {
	background-color: #261C11;
	height: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(images/a2z-land-header-back-bay.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#headlandbaytext {
	padding: 10px;
	float: left;
	width: 580px;
	color: #DEC8B1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerlanddoor {
	background-color: #261C11;
	height: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(images/a2z-land-header-back-door.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#headlanddoortext {
	padding: 10px;
	float: left;
	width: 580px;
	color: #DEC8B1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerlanddrape {
	background-color: #261C11;
	height: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(images/a2z-land-header-back-drapes.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#headlanddrapetext {
	padding: 10px;
	float: left;
	width: 580px;
	color: #DEC8B1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#landcoupon {
	float: right;
	height: 200px;
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.award {
	width: 170px;
	float: right;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Somfy CSS */
.somfy-band {
	background: #e28417;
	margin-top: 25px;
	padding: 5px;
	width: 9.5em;
}
.somfy-band img { width: 100%; }
.somfy-band p {
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 100% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: normal;
}
.somfy-band a {
	background: #000000;
	padding: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 100% !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
