/*
*
*
--------------------------------------------------------------------------------------------------
##
##
##        Inbox Design    http://www.inboxdesign.co.nz
##
##                 Sheldon Lendrum
##
##                    2006
##
##
--------------------------------------------------------------------------------------------------
*
*
*/

html {
	margin: 0;
	padding: 0;
}

* html body{
    height: 100%;
}
	
html,body {
   margin: 0;
   padding: 0;
   text-align: center;
   font-size: 12px;
   color: #000000; 
   font-family: "Trade Gothic Bold Condensed", Verdana, Arial, Helvetica, sans-serif;
   background: #cccccc url(../images/mainbg.jpg) repeat-y center;
}



	
/*
---------------------------------------
layout
---------------------------------------
 */	


a {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px #888888 dotted;
}

	
a:hover{
    color: #FFDD22;
	text-decoration: underline;
	border: 0;
}

#column_container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0 20px 100px 20px;
}
	
.main_column {
	text-align: left;
	width: 585px;
	float: right;
	padding-right: 12px;
}
	
.side_column {
	width: 160px;
	float: left;
	text-align: left;
	margin-top: 0;
	padding-bottom: 30px;
	
}
	
#footer{
    padding-top: 70px;
}

/*
---------------------------------------
nav
---------------------------------------
 */
 
#navigation{
   margin: 0;
   padding: 0;
   height: 360px;
   text-align: left;
   font-size: 14px;
   color: #000000; 
   background: #222222 url(../images/navbg.jpg) no-repeat top center;
}

#navigation li{
    list-style: none;
    margin-top: 9;
    margin-left: -40px;
    margin-bottom: 20px;
    background:  url(../images/menuoff.png) no-repeat;
    border-right: 12px #A5A912 solid;
    border-left: 1px #A5A912 solid;
    border-bottom: 1px #A5A912 solid;
    border-top: 1px #A5A912 solid;
    width: 145px;
    padding: 8px;
}

#navigation li:hover{
    list-style: none;
    margin: 9;
    background: #aaaaaa;
    border-top: 1px #FFD200 solid;
    border-bottom: 1px #FFD200 solid;
    border-left: 1px #FFD200 solid;
    border-right: 12px #FFD200 solid;
    width: 145px;
    padding: 8px;
    text-decoration:none;
}

#navigation li a{
   position:relative;
   display:block;
   color: #000000;
   text-decoration:none;
   border: 0;
}

#navigation li a:hover{
   position:relative;
   display:block;
   color: #FFD200;
   text-decoration:none;
   border: 0;
}

/*
---------------------------------------
main block
---------------------------------------
 */
 
.floatleft{
    float: left;
} 

.floatright{
    float: right;
}

.bold{
    font-weight: bold;
}

.red {
    color: #aa0011;
}

#main a,
#main a:hover,
#main a:visited,
#main a:active {
	color: #A5A912;
}
/*
---------------------------------------
specifications
---------------------------------------
 */
 
#specs li{
    list-style: square;
    margin-left: -24px;
}



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

.flashbox{
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    /*
    border: 1px #222222 solid;
    */
    border: 0;
}

 
/*
---------------------------------------
contact
---------------------------------------
 */

label {
    display: block;
    float: left;
    width: 100px;
}

feildset {
    display: block;
    background: #ffffff;
    border: 0;
}
    
.textbox {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 540px;
    border: 1px #222222 solid;
}

.input{
    width: 420px;
    color: #A5A912;
    /* 
    background:  url(../images/menuoff.png) no-repeat;
    */
    background-color: #ffffff;
    border-top: 1px #ffffff dotted;
    border-left: 1px #ffffff dotted;
    border-right: 1px #ffffff dotted;
    border-bottom: 1px #A5A912 solid;
}

.input:hover{
    width: 420px;
    color: #222222; 
    /* 
    background:  url(../images/menuoff.png) no-repeat;
    */
    background-color: #ffffff;
    border-top: 1px #222222 dotted;
    border-left: 1px #222222 dotted;
    border-right: 1px #222222 dotted;
    border-bottom: 1px #222222 solid;
}

.button{
    border-style: double;
    border-width: 4px;
    border-color: #A5A912;
    background-color: transparent;
    width: 120px;
}
/*
.button{ border: 4px double #a5a912; width:120px}
*/
.button:hover{
    border-style: double;
    border-width: 4px;
    border-color: #ffdd22;
    background-color: #cccccc;
    width: 120px;
}

.letter{
    color: #A5A912;
    width: 20px;
    display: inline;
}

#legend{
    width: 420px;
    text-align: center;
    border: 1px #A5A912 dotted;
    padding: 8px;
}


/* filmstrip */
.Large #filmstrip {
	width: 450px;
}
.Large #filmstrip #thumbnails {
	width: 450px;
}
.Large #filmstrip #moveContainer {
	width: 450px;
}
#filmstrip #photos {
	margin: 5px auto;
	text-align: center;
}
#filmstrip #moveContainer {
	width: 450px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	padding-top: 5px;
}
#filmstrip #leftMove {
	cursor: pointer;
	left: 0;
	position: absolute;
	height: 100px;
	width: 25px;
			background: url(/img/filmstrip_left_black.png) no-repeat;
		}
#filmstrip #rightMove {
	cursor: pointer;
	float: right;
	height: 100px;
	width: 25px;
			background: url(/img/filmstrip_right_black.png) no-repeat;
		}
#filmstrip #thumbnails {
	position: absolute;
	left: 25px;
	overflow: hidden;
	width: 450px;
	height: 102px;
	margin: 0 auto;
}
#filmstrip #thumbnails .photo {
	position: absolute;
	width: 115px;
	text-align: center;
}
