
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
    text-decoration: none;
    color: #999;
}

a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-type: square;
}

acronym
{
    cursor: help;
}

body
{
    background: #1a1a1a;
    font: normal 12px Arial, sans-serif;
    line-height: 15px;
    color: #f4f4f4;
    text-align: center;
    margin: 0px;
    letter-spacing: 0.01em;
}

h1
{
    font: normal 18px 'Arial Narrow', 'Arial', sans-serif;
    margin: 10px 0px 15px 0px;
	text-transform: uppercase;	
	letter-spacing: 2px;
}

h2
{
    font: normal 16px 'Arial Narrow', 'Arial', sans-serif;
    margin: 10px 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h3
{
    font: normal 14px 'Arial Narrow', 'Arial', sans-serif;
    margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4
{
    font: bold 12px Arial, sans-serif;
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

p
{
    font: normal 12px Arial, sans-serif;
    line-height: 20px;
}

li
{
    font: normal 12px Arial, sans-serif;
    line-height: 20px;	
}

.intro
{
    font: normal 14px 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
}

td
{
    font: normal 11px Arial, sans-serif;
    vertical-align: top;
    color: black;
}

td p
{
    margin-top: 2px;
}

th
{
    font: bold 11px Arial, sans-serif;
    vertical-align: top;
    color: black;
}

address
{
    font: normal 11px Arial, sans-serif;
    line-height: 15px;
}

hr
{
    border: none;
    color: none;
    background: none;
}

preformatted
{

}

.cat-table,
.item-table
{
	color: #666;
	width: 280px;
	padding-right: 40px;
}

.cat-table h2,
.item-table h2
{
	color: #666;
}

.cat-table img,
.item-table img
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #666;

}

.cat-table h3
{
	font-size: 12px;	
}

#news img
{
	float: left;
	clear: left;
	border: 1px solid #666;
	margin: 0px 15px 30px 0px;	
}

#item-text
{
	float: right;
	width: 350px;	
}

#price
{
	text-align: right;
	margin-top: 50px;	
}

h2#nzmade
{
	float: right;
	padding-right: 0px;
	height: 40px;
	color: #666;		
}

h2#nzmade.Made
{
	background: url(/images/layout/kiwi.png) top right no-repeat;
	padding-right: 40px;
}

.selector
{
	display: block;
	margin-left: 100px;
		
}

.title-link
{
	font-size: 60%;	
}

#price-table
{
	margin: 0px;	
}

#featured
{
	float: left;
	width: 280px;
	padding-right: 20px;	
}

/* Form defaults
****************/
input, textarea
{
    border: 1px solid #ccc;
}

input[type="image"]
{
    border: none;
}

.block
{
    display: block;
}

pre
{
    color: black;
}
/* Text Page Styles
*******************/
.text
{
    background: white;
    color: black;
    padding: 20px 10px 20px 20px;
    width: 605px;
}

.picture
{
    border-left: 15px solid black;
    width: 250px;
    height: 90px;
    margin-bottom: 50px;
    paddding: 0px;
}

.left-footer
{
    background: url(/images/layout/footer-back.gif) repeat-x;
    height: 45px;
    width: 495px;
    border-top: 8px solid black;
    padding: 20px;
}

.right-footer
{
    display: block;
    border-left: 15px solid black;
    border-top: 8px solid black;
}



/* Layout defaults
******************/
#outer-wrap
{
    background: black;
}

#wrap
{
    background: black;
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#logo
{
    float: right;
    clear: right;
    border: none;
}

#header
{
}

#page
{
    margin: 0px;
    padding: 0px 0px 20px 0px;
    width: 640px;
}

#page-home
{
    margin: 0px;
    padding-bottom: 50px;
}

#page-white
{
	background: white;
	padding: 30px;
	color: #666;
}

#search
{
	float: right;
	width: 300px;
	background: #333;
	padding: 3px 10px 3px 10px;	
}

#search input
{
	border: none;
	background: none;
	letter-spacing: 0.05em;	
}

#search input.search-text
{
	width: 200px;
	color: #999999;	
}

#search input#submit
{
	color: #333333;	
}

a:link.hover-text,
a:visited.hover-text
{
    display: block;
    height: 309px;
    padding-top: 1px;
    color: black;
    text-decoration: none;
}

a:link.hover-text div,
a:visited.hover-text div
{
    display: none;
}

a:hover.hover-text div
{
    display: block;
    margin: 20px 5px 5px 10px;
    color: white;
}

a:hover.hover-text
{
    display: block;
    background: black;
    filter: alpha(opacity=80);-moz-opacity:.80;opacity:.80;
    height: 309px;
    padding-top: 1px;
}

#right-box
{
    float: right;
    width: 265px;
    height: 400px;
    padding: 0px 25px;
    background: black;
    color: #eee;
}

#cmsPage
{
    background: white;
    color: black;
    padding: 20px 10px 20px 20px;
    width: 505px !important;
    width/**/: 525px;
}

.page-img img
{
    display: block;
    float: right;
    margin-right: 10px;
}

#thumb-hold
{
    background: black;
    width: 540px;
    padding-left: 5px;
}

#image-hold
{
    background: black;
}

#image-hold img
{
    background: black;
}

#footer-wrap
{
	background: #1a1a1a;
    border-top: 1px solid #333;
    color: #999;
	clear: both;
}

#footer-content
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#footer-content td 
{
    color: #666;
}

#footer-content a:link,
#footer-content a:visited
{
	color: #999;
}

#footer-content a:hover
{
	color: white;
}

#footer-featured
{
	width: 640px;
}


#footer-news
{
	padding-right: 8px;
	width: 200px	
}

/* Navigation
**************/
#navigation
{
	margin: 0px;
	padding: 90px 0px 0px 0px;
	height: 75px;
}

#navigation li
{
	margin: 0px;
	padding: 0px;	
	list-style: none;
	display: inline;
	font: normal 15px 'Arial Narrow', 'Arial', san-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 25px;
}

#navigation a:link,
#navigation a:visited
{
	color: #999;
	font-weight: light;
}

#navigation a:hover
{
	color: white;
	text-decoration: none;
}

#sub-nav
{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 240px;
	text-align: right;	
	list-style: none;
}

#sub-nav li a:link,
#sub-nav li a:visited
{
	margin: 0px;
	padding: 0px;
	font: normal 12px 'Arial Narrow', Arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	list-style: none;
	line-height: 2.0em;
	text-align: left;
}

#sub-nav li.selected a
{
	color: white;
	font-weight: bold;	
}

#sub-nav li.selected ul li a
{
	font-weight: normal;
	font-size: 90%;	
}

#sub-nav li a:hover,
#sub-nav li ul li a:hover
{
	margin: 0px;
	padding: 0px;
	color: white;
	text-decoration: none;
	list-style: none;
}

#sub-nav li ul
{
	list-style: none;	
	padding: 0px;
}

#sub-nav li ul li ul
{
	padding: 0px 0px 0px 7px;
	margin: 0px;	
}

#slideshow
{
	background: (/images/slideshow/slideshow-3.jpg) no-repeat;
}

#slideshow img
{
	border: 1px solid #666;
}

#homestaging
{
    background: url(/images/nav/homestage-ro.gif);
    width: 90px;
    height: 185px;
}

#intdesign
{
    background: url(/images/nav/intdesign-ro.gif);
    width: 90px;
    height: 185px;
}

#retail
{
    background: url(/images/nav/retail-ro.gif);
    width: 90px;
    height: 185px;
}

#unithire
{
    background: url(/images/nav/unithire-ro.gif);
    width: 90px;
    height: 185px;
}

#whatsnew
{
    background: url(/images/nav/whatsnew-ro.gif);
    width: 90px;
    height: 185px;
}

#contactus
{
    background: url(/images/nav/contactus-ho.gif);
    width: 90px;
    height: 185px;
}

#contact-table td
{
	width: 220px;
}

#contact-form th,
#contact-form td
{
	color: white;
}

#contact-form
{
    clear: left;
    margin: 10px 10px 50px 0px;
    color: white;
}

#contact-form input,
#contact-form textarea
{
    width: 265px;
    margin-left: 35px;
    color: white;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

/* Home staging
***************/
.project-text
{
    background: #1C1C1C;
    float: right;
    width: 250px;
    margin-right: 10px;
    padding-bottom: 0px;
}

#project-text-top
{
    height: 300px;
    padding-left: 10px;
    border-bottom: 10px solid #000;
}

.project-thumb
{
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

/* forms
************/

fieldset
{
	color: black;
	background: white;
	border: none;
	width: 595px;
	padding: 20px;	
	margin: 10px 0px 10px 0px;
}

fieldset label
{
	float: left;	
	width: 95px;
}

fieldset input.textinput,
fieldset textarea
{
	display: block;
	margin-left: 100px;
}
