/* RESET CSS */
body {
    margin: 0;
    padding: 0;
    background:#fff;
}
h1, h2, h3, h4, h5, h6,form, p, ol, ul, li , dl, dt, dd, blockquote,fieldset,legend {
    margin: 0px;
    padding: 0px;
}
ol, ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img{
	border:0px;
}

.wai{
    display:none;
}
.cb{
    clear:both;
}
.cl{
    clear:left;
}

/* Lush css */

a { outline:0; }
/* Lush css */

body{
    background:#fff;
    font-size:12px;
}


#page{
    width:100%;
}

/*  the header  */
#header{
    display:none;
}


/* main navigation */
#mainnav{
    display:none;
}

/* submenu */
#subnav{
    display:none;
}

/* subsubmenu */
#sidesubnav{
    display:none;
}

/* right sidebar */
.r_sidebar{
    float:right;
    width:210px;
}
.advert{
    width:100%;
    padding-top:8px;
    font-size:130%;
    line-height:145%;
    margin-bottom:20px;
}
.ad_content{
    background:#fff;
    padding:0 20px 0px 20px;
}
.ad_footer{
    height:9px;
}

.advert h3{
    font-size:160%;
    padding:10px 0;
    line-height:105%;
}
.advert h4{
    font-size:110%;
    padding:10px 0;
}
.advert h5{
    font-size:100%;
    color:#58595B;
    padding-top:5px;
}



/* fix for ie6 */
* html .r_sidebar{
    margin-bottom:200px;
    margin-left:30px;
}


/* wrapper has the background */
#wrapper{
    width:100%;
    clear:both;
    overflow:hidden;height:100%;
    color:#58595b;
    padding-bottom:20px;
}

#wrapper a.link{
    font-weight:bold;
    color:#007eb1;
}

#wrapper p{
    padding:5px 0;
    line-height:140%;
}


/*  content area  */
#content{
    padding:0 10px;
    overflow:hidden;
    font-size:130%;
}

#content h1{
    padding:25px 0 15px 0;
    font-size:130%;
    font-family:georgia;
    font-weight:normal;
}
#content h1 span{
    font-size:90%;
    display:block;
    margin-top:-5px;
}
#content h3{
    padding:25px 0 15px 0;
    font-size:100%;
    font-family:verdana;
}
#content h4{
    font-size:85%;
    padding-top:10px;
    font-family:verdana;
}

/*  link with the arrow  */
.moreinfo{
    font-weight:bold;
    color:#007eb1;
    padding-right:15px;
    line-height:17px;
}
.moreinfo_big{
    font-weight:bold;
    color:#007eb1;
    padding-right:25px;
    line-height:20px;
}

/*  a simple bulleted list in the content  */
.simplelist{
    list-style-type:disc;
    margin:10px;
}
.simplelist li{
    padding:5px 0;
}

/*  for a two column content */
.halfwidth{
    width:45%;
    float:left;
}
.threequarters{
    width:60%;
    float:left;
}
.onequarter{
    width:25%;
    margin-top:80px;
    float:right;
}

/* testimonials menu*/
.testimonials{
    font-size:80%;
    font-family:arial;
    margin:0px 20px;
    color:#fff;
    width:160px;
    float:left;
}
.testimonials li{
    float:left;
    width:100%;
    padding:3px 0;
}
.testimonials li a{
    color:#fff !important;
}

.testimonials li.clicked a{
      color:#58595b !important;
}
.testimonials li.clicked{
      color:#58595b !important;
      list-style-type: disc !important;
}

/* testimonials content */
.testimonialcontent{
    font-size:115%;
}
.testimonialcontent p strong{
    font-size:90%;
    line-height:120%;
}

/* bookstore page */
.book-list{
    font-size:75%;
    float:left;
    margin:20px 0;
    width:100%;
    border-top:1px solid #86bed6;
}

.book-list li{
    float:left;
    border-top:1px solid #86bed6;
    padding:5px 30px 15px 0;
    width:112px;
}

.book-list img{
    width:45px;
    height:68px;
    float:left;
    clear:both;
    margin:3px 0;
}
.book-list a{
    color:#58595b;
}
.book-list a.buy-amazon{
    width:100%;
    height:18px;
    display:block;
    margin:3px 0 4px 0;
    text-indent:0px;
}

/* contact page */
address.contactadd{
    font-style:normal;
    font-size:90%;
}
address.contactadd a{
    color:#fff !important;
}

.highlight{
    color:#ff0000;
}

form#contactform{
    display:none;
}

/* booking area */
#purchase_form{
    display:none;
}

/*  footer area  */
#footer{
	display:none;