body,td,th, h1, h2, h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 145%;
    margin:0; padding:0;
    color: #333333;
}

h1,h2,h3{
	color:#336666;
	font-weight:normal;
}

a{
    color:#999999;
    text-decoration:none;
	 outline: none;
}

a:hover{
    color:#336666;
}

a.nav_link_active{
	 color:#336666;
}

a.arrow{
    padding-right:20px;
    background: url(../images/arrow_blue.gif) right no-repeat;
}

a.arrow_r{
    padding-left:20px;
    background: url(../images/arrow_blue_r.gif) left no-repeat;
}

a img{
    border:0;
}

a h1,a h3{
    cursor: pointer;
}

p{
    margin:0;
    padding: 0 0 10px 0;
}
 
     a.enter_button{
        display:block;
        width: 54px;
        height: 15px;
        text-indent:-999px;
        line-height:1px;
        background-image: url(../images/button_enter.gif);
    }
    a.enter_button:hover{
      background-position:bottom;
    }
	 
	 a.contact_button{
        display:block;
        width: 207px;
        height: 18px;
        text-indent:-999px;
        line-height:1px;
        background-image: url(../images/button_contact.gif);
    }
    a.contact_button:hover{
      background-position:bottom;
    }
    
#wrapper{
    margin: 32px 28px;
    position:relative;
}    
    
#main{
    text-align: left;
}

#logo{
	position:absolute;
	left:0;
	top:0;
}
    
#left_col{
   
}    
    
#mid_col{

}    

#mid_col_wide{
 	position:relative;
	left:280px;
}

.rte_content{
	
}

#right_col{

}    
    
#menu{
   position:absolute;
	left:280px;
	top:1px;
}    
    
#content{        
	position:absolute;
	left:0;
	top:88px;
	}    
    
#menu ul {
    list-style-type:none;
    margin:0; padding:0;
	
}
#menu ul li {margin:0 0 0 0 ; padding:0 16px 0 0; float:left;}
#menu ul li a { display:block; text-transform:uppercase; line-height:12px; overflow:hidden; text-decoration:none; }

.nav_link:hover, .nav_link_active{
	background-position: bottom;
}

#menu ul li ul.sub_menu {
	position:absolute;
	left:0px;
	top:20px;
}

#menu ul li ul.sub_menu li{
	padding:0 12px 0 0;
}

#menu ul li ul.sub_menu li a{
	text-transform:none;
}

#menu ul li ul.sub_menu li.sub_nav_spacer{
	height:0px;
	line-height: 0px;
	padding:5px 0 0 0;margin:0;
}


#slidewrap{
  overflow:hidden;
  position:relative;
  width:170px;
  }

#images{    
    width:150000px;
}

.image_block{
    width: 170px;
	 float:left;
}

#slidewrap_wide{
 overflow:hidden;
  position:absolute;
  width:200px;
	left:280px;
}

#images_wide{    
    width:1500000px;
}

.image_block_wide{
    width: 200px;	
	 float:left;
}

.imagelink{
	padding-left:3px;
}


#status{
  position:absolute;
  width:50px;
  left:500px;
 color:#999999;
}


#browsebuttons{
  position:absolute;
  width:170px;
  left:565px;
  top:2px;
}

#browsebuttons a{
	display:block; float:left;
	width: 28px; height:14px;
	margin-right:8px;
	text-indent: -999px;
}
#browsebuttons a:hover{
	background-position: bottom;
}
#next_link{
	background: url(../images/next.gif) no-repeat top left;
}
#prev_link{
	background: url(../images/previous.gif) no-repeat top left;
}

#headline{
	position: absolute;
	width: 250px;
}

#headline h2{
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
}

#info_wrap{
	position:absolute;
	width: 1000px;
	top:640px;
}

#singleimage, #frontimage{
	width:1000px;
	height:580px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left:0;
	background-repeat: no-repeat;
}

#footer{
	clear:both;
	padding-top:50px;
	color:#999999;
	font-size:11px;
}

