* {
    font-size : 1em;
    font-family : Gill Sans, Verdana;
    line-height: 1.0em;

    margin: 0;
    padding: 0;
}

hr.clear {
    clear : both;
    visibility : hidden;
}

/* ------------------------------------------------------------------ */
/*                         Structure                                  */
/* ------------------------------------------------------------------ */

body {
    background: #c78434 url(../gfx/bg.png) no-repeat top;
    font-family : Gill Sans, Verdana;
    line-height: 1.1em;
}

body a, a:hover, a:visited {
	color: #FFFFFF;
}

div#container {
    position: relative;

    background: url(../gfx/bg_shadow.png) repeat-y;

    width  : 810px;
    
    margin: 0 auto;

}
div#container_inner {
    position: relative;

    width  : 810px;
}
div#container_header {

    position: relative;
    z-index: 40;

    background : url(../gfx/head.png) no-repeat top left;

    margin: 0 auto;
    width  : 760px;
    height : 62px;
}
div#container_body {

    position: relative;

    margin: 0 auto;

    width: 760px;

    
    background: #FF9900 url(../gfx/body.png) no-repeat top left;
} 
div#container_body div#side {
    position: relative;
    float: left;
top:-10px;
    width:244px;
    min-height:450px;

    padding: 10px;
}
div#side div#container_panels {

    position: relative;
    margin-top: 70px;

}
div#side div#container_panels div#container_panels_inner {
    position: relative;
    
    width: 400px;
    right: 145px;
}

div#container_body div#body {

    position: relative;
    float: left;
    width:496px;
    top:-19px;
}
div#container_footer {

    position: relative;
	
    margin: 0 auto;
    
    width: 760px;
    height: 50px;
	
    background: #FF9900 url(../gfx/footer.png) no-repeat;
    background-position: 0 10px;
}
div#footer #linkhack {
  position: absolute;
  height: 12px;
  width: 100px;
  top: 2px;
  right: -110px;
}
div#footer #linkhack span {
  display: none;
}
div#footer {
    position: relative;

    width: 760px;
    height: 26px;

    background: white;
    margin: 0 auto;
    
}
div#footer img {
    margin-left: 100px;
    margin-right: -122px;
    margin-top: -8px;
}


/* ------------------------------------------------------------------ */
/*                        Navigation                                  */
/* ------------------------------------------------------------------ */

#navigation dt { display: none; }
#navigation * { margin:0; padding: 0; }
#navigation a.disabled { cursor: default; }

#navigation {

    position: relative;
    z-index: 60;

    height: 62px;
    width: 762px;

    margin: 0 auto;
}

#navigation ul {
    padding: 20px 0 0 0;
    list-style: none;
}
#navigation li,
#navigation li a {

    font-family: Arial;
    font-size: 0.9em;
}


#navigation li {
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	border-right: 1px solid #000;
}

#navigation ul li a {
	display: block;
	
    font-weight: bold;
    font-size: 0.9em;
    font-family: Verdana;

    text-decoration: none;

    color: black;
}
#navigation ul li div {
    position: absolute;
    bottom: 0;

    z-index: 60;

    width: 148px;
    height: 58px;
    
    background:  url(../gfx/bg_nav_tail.png) no-repeat top;
}
#navigation li.last { border: 0; }



#navigation ul li dl {

	position:absolute;
    left: 0px;
    display: none;
	text-align: left;
    margin: 0;
    padding: 0;

    padding-bottom: 58px;

    width: 148px;

    text-align: left;
    
    z-index: 99;


}
#navigation ul li ul {
    padding-right: 10px;
    background:  url(../gfx/bg_nav_tile.png) repeat-y top;
}

#navigation ul li ul li {

    float: none;

    height: 40px;
    width: 95%;
    
    text-align: left;
    padding-left: 1em;

    border: 0; 
}
#navigation ul li ul li a {
    display: block;
    
    width: 100%;
    height: 100%;
    
    color: black;
}

#navigation ul li>ul { top: auto; left: auto;}
#navigation ul li:hover dl,
#navigation ul li.over dl { position: absolute;	display: block; }
#navigation ul li a:hover, #navigation ul li.active a { color:#F29200; }
#navigation ul li.active ul li a { color:#000; }
#navigation ul li.active ul li a:hover,
#navigation ul li.active ul li.active a { color:#F29200; }

/* ------------------------------------------------------------------ */
/*                        Content                                     */
/* ------------------------------------------------------------------ */



div#body {

    margin: 0;
    padding: 0;
}

div#body h3 {
    font-size: 0.9em;
    margin-top: 1em;
    margin-left: 1em;
}

div#body h2, .contentheading {

    font-size: 1.0em;
    padding-left: 0.8em;
    font-weight: bolder;

}
div#body h1,
div#body h1 img{
    position:relative;
    z-index:30;
}
div#body h1 img {

    margin-bottom: 0.7em;
}
div#body p a {
   text-decoration: underline;
   color: white;
}
div#body p {
    margin-left: 1em;
    margin-right: 2.5em;
    font-family : Gill Sans, Verdana;
    line-height: 1.1em;
    font-size: 0.85em;

}
div#body p.intro {
    color: white;
    margin-bottom: 1em;
}

div#body img {

    margin-top: 1em;
    margin-left: 1em;
}
div#body ul,
div#body ol {
    font-family : Gill Sans, Verdana;
    line-height: 1.1em;

    font-size: 0.85em;

    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}

/* ------------------------------------------------------------------ */
/*                        Sidebar                                     */
/* ------------------------------------------------------------------ */


div#side div.logo {

    position: relative;

    width  : 62px;
    height : 62px;

    background : url(../gfx/logo_btn.png) no-repeat;            
    margin-left: 100px;
    margin-top: -30px;

    z-index: 40;
}

div#side dl {
    position: relative;
    top: 32px;
}
div#side dl dt {
    width  : 237px;
    height : 90px;
    background : url(../gfx/logo_txt_verbose.png) no-repeat;
}
div#side dl dt span { display : none; }




div#side dl * {
    margin: 0;
    padding: 0;
}

div#side ul {

    position: relative;

    list-style: none;
    text-align: right;

    margin-top: 2em;
    margin-right: 1em;
}

div#side ul li {
    margin-top: 1em;
}

div#side ul a {
    color: white;
    text-decoration: none;
    display: block;
    font-family: Arial;
    width: 100%;
    height: 100%;
    font-size: 1em;
    font-weight: bold;

}
div#side ul li.active a {
    color: black;
}


/* ------------------------------------------------------------------ */
/*                        Panels                                      */
/* ------------------------------------------------------------------ */        

div#side div#container_panels a span { display : none; }
div#side div#container_panels .action,
div#side div#container_panels .signup,
div#side div#container_panels .collega,
div#side div#container_panels .programs,
div#side div#container_panels .fakepanel,
div#side div#container_panels .instructor,
div#side div#container_panels .newsletter {

    position: relative;
    display: block;
    float: right;
}

div#side div#container_panels .action {
    background:url('../gfx/panel_action.png') no-repeat;
    width: 376px;
    height: 232px;
}
div#side div#container_panels .collega {
    background:url('../gfx/panel_collega.png') no-repeat;
    width: 362px;
    height: 120px;
}
div#side div#container_panels .fakepanel {
    background:url('../gfx/panel_fakepanel.png') no-repeat;
    width: 241px;
    height: 100px;
}
div#side div#container_panels .instructor {
    background:url('../gfx/panel_instructor.png') no-repeat;
    width: 297px;
    height: 183px;
}
div#side div#container_panels .newsletter {
    background:url('../gfx/panel_newsletter.png') no-repeat;
    width: 364px;
    height: 139px;
position: relative;
    left: -12px;
}
div#side div#container_panels .signup {
    background:url('../gfx/panel_signup.png') no-repeat;
    width: 376px;
    height: 147px;
}
div#side div#container_panels .programs {
    background:url('../gfx/panel_products.png') no-repeat;
    width: 376px;
    height: 221px;
}
div#side div#container_panels .xperience {
    background:url('../gfx/Panel-Xperience.png') no-repeat;
    width: 376px;
    height: 100px;
position: relative;
    left: 29px;
}
div#side div#container_panels .programs span#link1,
div#side div#container_panels .programs span#link2,
div#side div#container_panels .programs span#link3 {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 243px;
    height: 39px;
    right: 19px;
    z-index: 80;
}
div#side div#container_panels .programs span#link1 {
    top: 70px;
}
div#side div#container_panels .programs span#link2 {
    top: 110px;
}
div#side div#container_panels .programs span#link3 {
    top: 150px;
}
/* ------------------------------------------------------------------ */
/*                        Toolbar Specific                            */
/* ------------------------------------------------------------------ */


ul.toolbar {
    position: absolute;
    height: 20px;
    top: 3px;

    right: 5px;
}
ul.toolbar li {
    text-align: right;
    width: 200px;
    float: right;
	font-size: 12px;
}
ul.toolbar span a {
    text-decoration: none;
    color: black;
	font-size: 12px;
}
ul.toolbar li.generic {
    color: black;
    list-style:none;
}


/* ------------------------------------------------------------------ */
/*                        Form Specific                               */
/* ------------------------------------------------------------------ */        

form {

    background: url(../gfx/bg_form.png) no-repeat top;
    border: 0;
    width: 589px;
    margin-top: 1em;
    height: 390px;
    font-family: Verdana;
    font-size: 0.75em;
    margin-left: 1em;
}
fieldset {

   position: relative;
   top: 12px;
   left: 12px;
   border: 0;

}
fieldset textarea,
fieldset input[type=text] {


    margin: 0;
    border: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background: url(../gfx/bg_form_input.png) no-repeat top;
    width: 304px;
    height: 26px;
}
fieldset textarea {
    background: url(../gfx/bg_form_textarea.png) no-repeat top;
    width: 288px;
    float: left;
    height: 90px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 15px;
}

fieldset input[type=submit] {
    background: url(../gfx/bg_form_submit.png) no-repeat top;
    width: 70px;
    z-index: 99;
    height: 10px;
    text-size:0;
    border: 0;
    position: absolute;
    top: 330px;
    left: 368px;
}
fieldset input.city {
    background: url(../gfx/bg_form_input_city.png) no-repeat top;
    width: 181px;
}
fieldset input.postcode {
    background: url(../gfx/bg_form_input_postcode.png) no-repeat top;
    width: 95px;
}
fieldset label {
    position: relative;
    display: block;
    height: 28px;
    padding-top: 5px;
}
fieldset label span {
    position: relative;
    display: block;
    height: 26px;
    width: 150px;
    float: left;
    padding-top: 3px;
    text-align: right;
}
fieldset label div.error,
fieldset label span.error {
    color: white;
    font-weight: bold;
}
fieldset label span div {
    display: inline;
}
fieldset legend {
    display: none;
}

/* ------------------------------------------------------------------ */
/*                        Table                                       */
/* ------------------------------------------------------------------ */        

div.table {
    position: relative; 
    
    background: url(../gfx/bg_table_head.png) no-repeat;

    margin: 1em;
    margin-right: 0;
    padding-top: 29px;

    width: 589px;
}
div.table div {
    border-left: 1px solid white;
    border-right: 1px solid white;
}
div.table div.footer {
    border: 0;
    background: url(../gfx/bg_table_footer.png) no-repeat;
    height: 60px;
    padding-top: .25em;
    padding-left: 2em;
}
div.table div.footer a {
    color: white;
    font-size: .9em;
    text-decoration: none;
}
div.table table {
    border-collapse: collapse;

    width: 479px;
    text-align: left;
}
        
div.table table ,
div.table table * {
    margin: 0;
    padding: 0;
}
div.table table th {
    background : #C78435;
    
    font-size: .8em;
    color: white;
    
    padding: .2em;
    padding-left: 1em;
}

div.table table td {
    padding-left: 1.5em;
    font-size: .8em;
}

div.table table tr:first-child td {
    padding-top: .50em;
    padding-bottom: .25em;
}
div.table table tr:last-child td {

    padding-top: .25em;
    padding-bottom: .50em;
}

div.table table th a {
    color: white;
}
div.table table td a {
    color: black;
}
div.table table td a,
div.table table th a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}



/* ------------------------------------------------------------------ */
/*                        Photoboek gallery                           */
/* ------------------------------------------------------------------ */        

div#gallery_container {

    width  : 252px;
    
    padding-top: 30px;
    margin-top: -13px;
    
    
    background: url(../gfx/bg_nav_gallery_head.png) no-repeat;
}

div#gallery_container div.footer {

    width  : 249px;
    height : 60px;

    background: url(../gfx/bg_nav_gallery_footer.png) no-repeat;
}

div#gallery {
    position: relative;

    background: white;
    
    padding-left: 5px;
    padding-top: 2px;

    
    height : 296px;
    width : 242px;
    
    border-left: 1px solid white;
    border-right: 1px solid white;
}
div#gallery div {
    position: relative;

    width  : 55px;
    height : 55px;
    
    margin: 2px;
    
    background : #808080;
    
    float : left;
}

div#gallery div a img {
    
    border: 0;
    
    width  : 55px;
    height : 55px;
}

div#gallery_preview {

    background: white;
    
    border: 0;

    width  : 479px;
    height : 300px;
    
    text-align : center;
    
}
div#gallery_preview img {
    margin : 0;
    padding : 0;
    height : 300px;
    border: 0;
}

div#gallery_container div.footer div.page {

    position: absolute;
    bottom: 2.3em;
    right: 2em;
}
div#gallery_container div.footer div.page a, 
div#gallery_container div.footer div.page a span {
    color: white;
    text-decoration:none;
}
div#gallery_container div.footer div.page a.active span {
    color: black;
}

a.btn_close span,
a.btn_prev span,
a.btn_next span {
    display: none;
}
a.btn_prev,
a.btn_close,
a.btn_next {
    position: absolute;
    display: block;
    width: 43px;
    height: 42px;
}
a.btn_close {
    background:url(../gfx/btn_close.png);    
}
a.btn_prev {
    background:url(../gfx/btn_up.png);
    right:  40px;
    top: 31px;
}
a.btn_next {
    background:url(../gfx/btn_down.png);
    right: 40px;
    bottom: 55px;
}



/* ------------------------------------------------------------------ */
/*                        Body Specific                               */
/* ------------------------------------------------------------------ */        



body#landing div#side dl {

    position: relative;
    top: 190px;
    background:url(../gfx/logo_txt_verbose.png) no-repeat;
}
body#landing div#side dl li {
  visibility: hidden;
}
body#landing div#side div#container_panels {
    margin-top: 200px;
}
body#landing div#side div.logo {
    position: relative;
    top: 150px;
    z-index: 98;
}

body#landing h1 img {
    position: relative;

    top  : 12.5px;
    left : -272px;
    margin-right : -272px;
}



body#table div.table {
    background: url(../gfx/bg_table_head_long.png) no-repeat;

    margin-left: -262px;
    width: 862px;
}
body#table div.table div.footer {
    border: 0;
    background: url(../gfx/bg_table_footer_long.png) no-repeat;
    height: 60px;
}
body#table div.table table {
    border-collapse: collapse;
    width: 757px;
    text-align: left;
}

body#table div.table table th {
    background: none;
}

body#table div.table table tr.odd td {
    background: #C78435;
}


body#table div.table table tr:first-child td,
body#table div.table table tr:last-child td {
    padding: 1em;

}
body#table div.table table td {
    padding: 1em;
}
body#photobook_category div#gallery_container {
	position:relative;
	top:38px;
}
body#photobook_category div#container_panels #container_panels_inner a,
body#table div#container_panels {
    display: none;
}
body#photobook div#side dd {
    display: none;
}
body#photobook h2 {

    margin-bottom: 1em;
}

body#photobook div#body h2 {
    color: white;
}
body#photobook_category div#body p span {
    float : left;
    font-weight:bold;
    width: 33%;
}
body#photobook_category div#body h2 {
    color: white;
    margin-bottom: 0.5em;
}
body#photobook_category div.table {
margin-top:3.3em;
}

/* ------------------------------------------------------------------ */
/*                        Overlay                                     */
/* ------------------------------------------------------------------ */        


div#itrends_overlay {
    display: none;
    position: absolute;
    clear: none;
    top:50%;
    margin-top: -369px;
    left:-112px;
    width: 1001px;
    z-index: 99;
    height: 712px;
    background: url(../gfx/overlay_bg.png) no-repeat;
    text-align: center;
}
div#itrends_overlay div {
    position: relative;
    margin: 16px auto;
    width: 694px;
    height: 659px;
    text-align: center;
}
div#itrends_overlay div img {
    position: relative;
    top: 50%;
}


div#itrends_overlay a.btn_close {
    right: 65px;
    top: 75px;

}
div#itrends_overlay a.btn_prev {
    top: 290px;
    right: 65px;
}
div#itrends_overlay a.btn_next {
    top: 495px;
    right: 65px;
}



