*{font-size: 100.01%;}
html{font-size: 62.5%;}
body{
    margin: 0;
    min-width: 806px;
    font: 1.2em Arial, Helvetica, sans-serif;
    color: #000;
    background: url(bg-body.gif) no-repeat 50% 0;
}
img{
    border: 0;
    vertical-align: top;
}
a{
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover{text-decoration: underline;}
.wrapper-box{
    width: 100%;
    background: url(bg-wrapper-box.gif) no-repeat 50% 100%;
}
/* wrapper */
#wrapper{
    margin: 0 auto;
    width:805px;
    position: relative;
    padding: 191px 0 0;
    overflow:hidden;
}
/* header */
#header{
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    padding: 12px 0 0;
}
#main,
.header-box{
    background: url(bg-page.gif) repeat-y -805px 0;
    width: 100%;
    padding: 1px 0 0;
    margin: 0 0 11px;
    float:left;
}
#main .holder,
.header-box .holder{
    background: url(bg-page.gif) no-repeat;
    width: 100%;
    margin: -13px 0 0;
    padding: 0 0 1px;
    position: relative;
    float:left;
}
#main .frame,
.header-box .frame{
    background: url(bg-page.gif) no-repeat -1610px 100%;
    margin: 0 0 -12px;
    position: relative;
    padding: 4px 0 5px;
    overflow: hidden;
    width: 100%;
    height:74px;
    float:left;
}
/* logo */
.logo{
    position: absolute;
    top: 68px;
    left: 10px;
    z-index: 10;
    background:url(acu-logo.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    width: 224px;
    height: 74px;
    margin: 0;
}
.logo a{
    display:block;
    height:100%;
}
/* add-logo */
.add-logo{
    float: right;
    background:url(add-logo.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    width: 242px;
    height: 48px;
    margin: 0 17px 0 0;
}
.add-logo a{
    display:block;
    height:100%;
}
/* nav */
#nav{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 10px;
    position:relative;
    float:left;
}
#nav li{float: left;}
#nav span{
    display: block;
    width:117px;
    margin: 0 -26px 0 0;
    overflow: hidden;
    position: relative;
    height:32px;
}
#nav a{
    display: block;
    width:88px;
    height:55px;
    color: #fff;
    padding: 9px 10px 0 19px;
    letter-spacing: -1px;
    cursor: pointer;
}
#nav .active a,
#nav a:hover{
    text-decoration: none;
    margin: -32px 0 0;
    font-weight: bold;
    padding-top: 41px;
}
.home{background: url(bg-home.png) no-repeat;}
.our-clinic{background: url(bg-our-clinic.png) no-repeat;}
.your-fertility{background: url(bg-your-fertility.png) no-repeat;}
.genetic-services{background: url(bg-genetic-services.png) no-repeat;}
.treatments{background: url(bg-treatments.png) no-repeat;}
.contact-us{background: url(bg-contact-us.png) no-repeat;}
/* main */
#main{float: none;}
#main:after{
    content: "";
    display: block;
    clear: both;
}
#main .frame{
    height: auto;
    padding: 20px 1px 0;
    min-height: 451px;
    width: 803px;
}
* html #main .frame{
    overflow:visible;
    height:451px;
}
/* content */
#content{
    width:635px;
    float: right;
}
.content-text{overflow: hidden;}
* html .content-text{
    overflow:visible;
    height:1%;
}
#content a {
  text-decoration:underline;
  color:#16345b;
}

#content h2 {
  font-size:1.3em;
  line-height:1.333em;
  margin:0 0 12px;
  color:#16345b;
}
#content h1 {
  font-size:1.5em;
  font-style:italic;
  line-height:1.333em;
  margin:0 0 12px;
  color:#16345b;
  padding-top:0;
  margin-top:-6px;
  
}
#content p {
  font-family:arial;
  font-size:1.2em;
  line-height:1.2em;
  margin:0 0 12px;
}

#content ul{
  font-family:arial;
  font-size:1.2em;
  line-height:1.2em;
}

/*
#content img{
    float: right;
    margin: -19px 0 0 4px;
    position: relative;
}
*/
#content #rcol{
    float: right;
    margin: -9px 0 0 4px;
    position: relative;
}

/* sidebar */
#sidebar{
    width: 163px;
    float: left;
}
/* menu */
#sidebar .menu{
    padding: 0 18px;
    font-size: 1.166em;
    line-height: 1.285em;
    margin: -7px 0 0;
    position: relative;
}
#sidebar .menu h2{
    margin: 0 0 10px;
    font-size: 1em;
    line-height: 1.285em;
    color: #069;
}
#sidebar .menu ul{
    margin: 0 -18px 20px;
    padding: 0;
    list-style: none;
}
#sidebar .menu li {
  border-bottom:1px solid #DDDDDD;
  border-top:1px solid white;
  border-left:0px solid white;
  border-right:1px solid white;
  padding:6px 0 6px 0;
}
#sidebar .menu a{
    color: #069;
    padding: 0 0 0 18px;
	display:block;
}
#sidebar .menu .active a,
#sidebar .menu a:hover{
    background: url(bullet-menu.gif) no-repeat 0 4px;
    text-decoration: none;
}
/* footer */
#footer{
    font-size: 0.833em;
    line-height: 1.2em;
    color: #16345b;
    text-align: center;
    padding: 66px 0 15px;
    width: 100%;
}
#footer p{margin: 0;}
#footer address{font-style: normal;}

