html, body{height:100%; min-height:520px;}
body{
  background : #fff url(../images/bg.png) repeat-x;
  margin: 0;
  padding : 0;
  font-family: Helvetica, Arial, Verdana, serif;
  font-weight: normal;
}
a, a:link, a:visited{
  text-decoration : none;
  color : #000;
}
img{border:0;}
a:hover{ color:grey;}
h1, h2, h3, h4, h5{margin-bottom : 0;}
small{ font-size : .8em;}
.clear{clear:both; display:block;}
.mainbody{
  display : block;
  position : relative;
  min-height: 540px;
  height : 100%;
  background : url(../images/frame_shadow_01.jpg) 50% 518px no-repeat;
}

/* LAYOUT */
#layout{
  width : 920px;
  height : 519px;
  overflow : hidden;
  display:block;
  position : relative;
  margin : 20px auto 0 auto;
}
#layout #logo{
  width : 100%;
  height: 59px;
}
#logo .logo{
  background : url(../images/logo.jpg) no-repeat;
  width : 250px;
  height: 50px;
}
#logo .line{
  width : 100%;
  height: 9px;
  background : url(../images/line.gif) no-repeat;
}
#layout .frame{
  background : url(../images/frame.jpg) no-repeat;
  width : 100%;
  height: 460px;
  overflow : hidden;
}

/* CONTAINER */
#container{
  display : block;
  width : 900px;
  height : 450px;
  overflow : hidden;
  position : relative;
  margin : 10px auto 0 auto;
}

.content{
  padding : 0;
  margin : 0;
  margin-left : 50px;
  width : 756px;
  height : 448px;
  overflow : auto;
/*   border : 1px solid red; */
  position : relative;
}

.inner{
  padding : 10px;
  color : #707070;
  font-size: 0.85em;
}

/* KWICKS */
ul#kwicks{
  width : 910px;
  height: 450px;
  display : block;
  margin : 0;
  padding : 0;
  border : 0;
  list-style : none;
  position : relative;
  overflow: hidden;
}
ul#kwicks li.kwick{
  float : left;
  width : 225px;
  height: 450px;
  display : block;
  padding : 0;
  margin : 0;
  position : relative;
}
ul#kwicks li.fr1{
  background : url(../images/frame_01.jpg) no-repeat;
}
ul#kwicks li.fr2{
  background : url(../images/frame_02.jpg) no-repeat;
}
ul#kwicks li.fr3{
  background : url(../images/frame_03.jpg) no-repeat;
}
ul#kwicks li.fr4{
  background : url(../images/frame_04.jpg) no-repeat;
}

/* TABS */
#tabBox {
  width: 95%;
  background: url(../images/tab-off-l.png) 10px 0 no-repeat;
/*   padding-left : 10px; */
}
#tabBox .tabSet {
  margin: 0;
  margin-left : 20px;
  padding: 0 10px 0 6px;
  height: 36px;
  width: auto;
  background: url(../images/tab-off-r.png) top right no-repeat;
  float:left;
}

#tabBox .tabSet li:before {
  content: "" !important;
}

#tabBox .tabSet li {
  list-style-type: none;
  background: url(../images/tab-off.png) top left repeat-x;
  float: left !important;
  margin: 0 2px 0 0 !important;
  padding: 0 0 0 18px !important;
  cursor: pointer;
}
#tabBox .tabSet li a {
  background: url(../images/tab-off.png) top left repeat-x;
  display: block !important;
  float: left !important;
  height: 36px !important;
  line-height: 44px;
  *overflow: hidden !important;
  color: #D0D0D0;
  font-family: arial !important;
  font-size: .85em !important;
  font-weight: bold !important;
  padding: 2px 18px 0 0 !important;
  text-decoration: none !important;
}

#tabBox .tabSet li.on {
  background: url(../images/tab-on-l.png) top left no-repeat !important;
}
#tabBox .tabSet li.on a {
  background: url(../images/tab-on-r.png) top right no-repeat !important;
  color: #000;
  line-height: 36px;
}

#tabBox .panelSet {
  padding: 10px;
  border-top:solid 1px #ccc;
/*   border-top: 0px; */
  background: transparent;
}

#tabBox .panel{
  font-weight : normal;
  font-size : 0.8em;
}

#tabBox .panelSet dt.stretchtoggle div.dtRight {
  background: #fff url(/wp-content/themes/clientsidev2/art/acdn-headr-back.gif) right no-repeat;
}


.spot{
  width:120px;
  height:140px;
  border:1px solid grey;
  position:absolute;
  top :10px;
  right:45px;
  overflow : hidden;
  display : none;
}

#fr2inner div.content, #fr3inner div.content{
  overflow : hidden;
}


#fr4inner ul{
  list-style : none;
  padding : 5px;
  margin : 0;
}
#fr4inner ul.form{
  margin : 3px;
  border-top : 1px solid #C8C8C8;
}
.rows{ clear:block; display: block; overflow:hidden;}
.rows li{
  font-size : .8em;
  display : block;
  margin-top : 10px;
}
.rows li h1{*font-size: 1.5em;}
.rows li h2{*font-size: 1.3em;}
.rows .cols{
  float : left;
  width : 33%;
  height : 415px;
  display : block;
}
.rows .c3b{
  border-left : 1px solid #C8C8C8;
  border-right : 1px solid #C8C8C8;
}
.rows .cols img{
  border : 5px solid #fff;
  max-width : 320px;
}

#fr4inner input.text, #fr4inner textarea{
  width   : 99%;
  border  : 1px solid #646464;
  padding : 5px;
  color   : #464646;
  font-family : Helvetica, Arial, Verdana, serif;
  font-size   : .85em;
  letter-spacing : .15em;
}
#fr4inner textarea{
  height : 8em;
}

.footer{
  width : 920px;
  overflow : hidden;
  display:block;
  position : relative;
  margin : 5px auto;
  font-size:.7em;
  color : #323232;
  text-transform: uppercase;
  padding : 0;
  border-bottom:1px solid #C8C8C8;
}
.footer a{ color:#323232;}
.footer a:hover{ color: #000;}
.footer .left, .footer .right{
  float : left;
  width : 49%;
}
.footer .left{text-align: left;}
.footer .right{text-align: right;}