.wai{
    display:none;
}


/*  site's CSS */

body{
    font-size:.9em;
    text-align:left;
    background: #fff;
	font-family: helvetica, arial, sans-serif;
}
#page{
	width: 100%;
	background:#fff;
	padding:0;
    position:relative;
    margin:0px auto 0 auto;
    overflow:hidden;
    height:100%;
}

/*  the header  */
#header {
	height: 144px;
    background:#fff;
    position:absolute;
    top:0px;
    width:945px;
}
#logo{
    display:none;
}


/*  upper address  */
#header address{
    border-bottom:1px solid #feb913;
    width:100%;
    line-height:140%;
    color:#000;
    font-style: normal;
    font-size:110%;
    padding-bottom:15px;
}
#header address span{
    padding:0 3px;
}
#header address strong{
    font-size:110%;
}
#header address a{
    color:#000;
}

/* top navigation*/
ul#topnav{
    display:none;
}

/*  the stage  */
ul.stage{
   display:none;
}

/*  the wrapper  */
#wrapper{
    background: #fff;
    color:#000;
    width:100%;
    margin-top:80px;
    clear:both;
}

#wrapper h2{
    padding:0px;
    height:35px;
    line-height:35px;
    font-size:170%;
}

/*  content  */
#content{
    background:#fff;
    line-height:140%;
    width:100%;
    margin-left:0px;
    display:inline;
}
#content.small{
    width:100%!important;
}
.index-content{
    background: none;
}
.sliding-doors-content{
    background:none;
}
.gallery-content{
    background: none;
}

#content h3{
    font-size:115%;
    padding:10px 0;
}
#content a{
    color:#46166b;
    text-decoration:underline;
}
#content a:hover{
   text-decoration:none;
}

/*  gallery  */

ul.gallery-list{
    margin-top:25px;
    width:100%;
    float:left;
}
ul.gallery-list li{
    float:left;
    width:131px;
    margin-left:25px;
    display:inline;
}
ul.gallery-list li.first{
    margin-left:0px !important;
}
ul.gallery-list li a img{
    height:106px;
    width:131px;
    float:left;
}
ul.gallery-list li a {
    text-decoration:none !important;
}
ul.gallery-list li a span{
    color:#46166b;
    background: url("../img/arrow.gif") no-repeat right center;
    padding-right:20px;
    font-size:85%;
    clear:both;
}
ul.gallery-list li a:hover{
    text-decoration:none !important;
}

/* contact page */
.contactaddress{
    font-style:normal;
}

form#contactform{
    display:none;
}


/* left menu */
ul#leftmenu {
    display:none;
}


/* window page */
.detailed-view{
    float:right;
    width:330px;
    margin-top:-30px;
    margin-bottom:30px;
}
ul.action-list{
    width:200px;
    margin:0 auto 0 auto;
    padding-bottom:30px;
    overflow:auto;
}
ul.action-list li{
    float:left;
    width:100%;
    padding-bottom:5px;
}
ul.action-list li a{
    background: url("../img/action-list-arrows.gif") no-repeat right top;
    height:13px;
    color:#46166b;
    display:block;
    text-decoration:none !important;
    line-height:13px;
}
ul.action-list li a:hover{
    background: url("../img/action-list-arrows.gif") no-repeat right bottom;
    height:13px;
    color:#9053a1 !important;
}
.detailed-view img{
    margin: 0px auto 0 auto;
    display:block;
    clear:left;
}
/* the tables */

.specifications{
    float:left;
    width:270px;
    clear:left;
    font-size:90%;
}
.specifications thead{
    background-color:#efefef;
    border-bottom:1px solid #9f87b2;
    font-size:90%;
}
.specifications thead th.firstcol{
    border-right:1px solid #9f87b2;
}
.specifications td{
    background-color:#efefef;
    border-bottom:1px solid #9f87b2;
    color:#532776;
    padding:2px 5px;
}
td.firstcol{
    border-right:1px solid #9f87b2;
    color:#413d3e;
    text-align:right;
    width:160px;
}
td.heading{
    background-color:#ffe293;
}
td.option-checked{
    background: #fff;
    text-indent:0px;
    overflow:hidden;
}
td.option-not-checked{
    text-indent:-5000px;
    overflow:hidden;
}
/*footer style */

#footer{
    display:none;
}


#underfooter{
    display:none;
}



