/**
 * @author [Cassette]
 * @copyright [2010] 
 * Software on this site is copyright 2010
 * Cassette Pty Ltd.
 * All Rights Reserved. Copying, Editing or
 * Distributing this software is strictly
 * forbidden without permission from
 * Cassette Pty Ltd.
 * for more information please contact
 * Cassette www.cassette.cc 
 */
 
 @charset "utf-8";
 
 /* ======= Global ======= */
 
  
html, body {
	height:100%;
    width: 100%;
	margin:0;
	padding:0;
    text-align: center;
    font-size: 12px;
    font-weight: normal; 
    font-style: normal; 
    line-height:normal; 

}

body
{
    font-family:Arial, sans-serif;
    margin:0;
	padding:0;
}

a
{
    outline:none;
    text-decoration: none;
}



p
{
    padding: 0px;
    margin:0px;
    padding-top:3px; 
    text-align: left;   
}

img{
	padding:0;
	margin:0;
    border: 0;
}


ul {
   	padding:0;
	margin:0;
} 


input[type=text]
{
    border: 1px solid rgb(45,40,34);
   color:rgb(147,141,135);
   width: 222px;
   font-size: 12px;
   padding-left:5px;
    
}

input[type=checkbox]
{
    margin-left:0px;
 }

table
{
  padding: 0px;
  margin: 0px;
}

#wrapper
{
    width: 100%;
    height: 100%;
}

.gap
{
    
}

/* top area */

#top
{
    width: 100%;
    height: 506px;
    background-color: black;    
    
}

#top-content
{
    position: relative;
    width: 952px;
    height: 506px;
    margin: 0 auto;
    color: white;
    text-align: left;
}

#top-bg
{
    width: 100%;
    height: 506px;
    background-image: url('../images/gui/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}


#logo
{
    position: absolute;
    width: 78px;
    height: 46px;
    left:20px;
    top:20px;
    z-index: 1;
}


    /* slideshow */

#slideshow
{
    position: absolute;
    width: 952px;
    height: 506px;
    left:0px;
    top:0px;
}

/* main area */

#main
{
    position: relative;
    width: 952px;
    margin: 0 auto;
    margin-top:10px;  
}

#main-content
{
    position: relative;
    width: 952px;
    height: 100%;
}



#iframe-content
{
    width: 952px;
    border: 0px;    
    
}

.col
{
    width: 198px;
    padding-right: 40px;
    float: left;
    text-align: left;    
}


.col.no-content
{
    height: 1px;    
}

.col.no-title
{
  margin-top:31px; 
    
}

.col.zoom
{
    position: relative;
    padding-right: 0px;
    width: 357px;    
}

.zoom-me
{
    position: absolute;
   top:0px;
   left:0px; 
   width: 23px;
   height: 23px;
   background-image: url('../images/gui/zoom.jpg');     
    
}

.copy-div
{
    display: none;   
}

.thumbnail
{
    width: 119px;
    text-align: right;    
    
}



/* menu */

#menu
{
    position: relative;
    width: 952px;
    height: 37px;
    margin-bottom:15px;
}

#menu ul
{
    list-style: none;
    width: 952px;
        
}

#menu ul li
{
    width: 119px;
    list-style: none;
    float: left;
    cursor: pointer;    
    
}

.sub-menu ul
{
    list-style: none;
        
}

.sub-menu ul li
{
    list-style: none;
    cursor: pointer;    
}

/* footer */

#footer
{
    width: 952px;
    height: 20px;
    font-size: 10px;
    color:rgb(147,141,135);
    position: relative;
}

#footer a
{
        color:rgb(147,141,135);
}


.footer-text
{
    position: absolute;
    right:57px;
    top:0px;
    
}

.footer-cassette-logo
{
    position: absolute;
    right:0px;
    top:0px;
    background:url(../images/cassette-logo-grey.jpg);
    background-repeat: no-repeat;	
	width:50px;
	height:10px;
}


.footer-cassette-logo-hover{
    background:url(../images/cassette-logo.jpg);
}




/* fonts */

.body_text
{
    font-family: Arial, sans-serif;
    font-size: 13px;
    color:rgb(147,141,135);
    letter-spacing: 0.0em;
    
}

.body_text a
{
  
   color:rgb(45,40,34);
  
}

.body_title
{
    font-family: Arial, sans-serif;
    font-size: 13px;
    color:rgb(45,40,34);
    letter-spacing: 0.0em;
}

.subtitle
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    color:rgb(45,40,34);
    letter-spacing: 0.0em;
}

.title
{
    padding-bottom:8px;
    text-align: left;    
    
}

.list
{
    width: 183px;
    padding-left: 15px;
}

.list li{
    list-style: disc;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color:rgb(147,141,135);
    letter-spacing: 0.0em;
    margin: 0px;
    padding: 0px;
    padding-bottom:8px;
} 

.list a
{
    color:rgb(147,141,135);
    text-decoration: none;
    outline:none;
    
    
}

.submit
{
    height: 20px;
    width: 60px;
    padding-top: 5px;
    color:white;
     font-size: 13px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(45,40,34);
    cursor: pointer;    
}

#load
{
   height: 11px;
}

.loading
{
   background-image: url('../images/gui/loading.gif');
   background-position: left;
   background-repeat: no-repeat;
}

