/**
 * @created on 08/02/2007
 * @author Mike Kelly
 * @contact mike@whatsthat.co.nz
 *
 **/

/* CSS Document */

/* Elements */

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

body {
	background-color: #E9E9E9;
	}

a {
	color: #ab4e31;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000099;
	}

h1,
h1 a {
	color: #106FB3;
	font-size: 24px;
	font-weight: normal;
	}

h1 a:hover {
	text-decoration: underline;
	}

h2,
h2 a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

h2 a:hover {
	text-decoration: underline;
	}

h3,
h3 a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	}

h3 a:hover {
	text-decoration: underline;
	}

h4,
h4 a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	}

h4 a:hover {
	text-decoration: underline;
	}

h5,
h5 a {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	}

h5 a:hover {
	text-decoration: underline;
	}

p,
h1,
h2,
h3,
h4,
h5,
table {
	margin-bottom: 10px;
	}

img {
	border: 0px;
	}
p {
	line-height: 150%;
}

hr {
	border-top: 1px solid #cfcfcf;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 1px;
	}

.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.clr_both {
	clear: both;
}

/* Specific stuff */

/* Major */

li
	{
	margin-left:30px;
	}

#page {

	}

#header {
	margin-top:0px;
	background:#FFFFFF url(images/bg.header.gif) no-repeat 0px 0px;
	background-position:bottom center;
	align:center;
	margin-bottom:0px;
	}

#main {
	margin-top:0px;
	padding-top:10px;
	background-color:#FFFFFF;
	/*background: #E9E9E9 url(images/bg.main.gif) repeat-y 0px 0px;*/
	}

html[xmlns] #main {

	}

#footer {
	color:#E9E9E9;
	position:relative;
	top:0px;
	}

html[xmlns] #footer {

	}

.rightbox
	{
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	background-color:#E0E0E0;
	width:80%;
	hieght:100px;
	}
.rightbox h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}


.rightboxtext
	{
	line-height:15px;
	color:#000000;
	font-size: 11px;
	}

.rightboxheading
	{
	line-height:25px;
	font-size:22px;
	color:#B89D34;
	}

.rightboxsubheading
	{
	line-height:20px;
	color:#000000;
	font-size:16px;
	font-weight: bold;
	}

.rightboxbold
	{
	line-height:20px;
	color:#000000;
	font-weight:bold;
	font-size: 11px;
	}

.rightbarbreak
	{
	margin-top:20px;
	width:100%;
	background: transparent url(images/bg.rightbarbreak.gif) repeat-x 0px 0px;
	height:2px;
	margin-bottom:20px;
	}

.leftbox
	{
	float:right;
	background-color:#FFFFFF;
	width:175px;
	hieght:100px;
	}

/* Minor */

/* Homepage boxes */

#lefthomebox
	{
	color:#FFFFFF;
	background: #FFFFFF url(images/page.leftboxbg.gif) no-repeat 0px 0px;
	float:left;
	width:222px;
	height:187px;
	}

html[xmlns] #lefthomebox
	{
	}

#righthomebox
	{
	color:#FFFFFF;
	background: #FFFFFF url(images/page.rightboxbg.gif) no-repeat 0px 0px;
	float:left;
	margin-left:10px;
	width:222px;
	height:187px;
	}

html[xmlns] #righthomebox
	{
	margin-left:12px;
	}

.homeboxcontent
	{
	color:#FFFFFF;
	margin-top:10px;
	margin-left:15px;
	}

.homeboxtitle
	{
	font-size:20px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.homeboxtext
	{
	line-height:13px;
	font-size:11px;
	color:#FFFFFF;
	}

.homeboxul
	{
	margin-bottom:5px;
	vertical-align:bottom;
	}
	
.homeboxbullets
	{
	list-style-image:url(images/bullet.homebox.gif);
	color:#FFFFFF;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

html[xmlns] .homeboxbullets
	{
	margin-left:25px;
	}

/* Header */

#header #logo a,
#header #logo a span {
	display: block;
	width: 100%;
	height: 100%;
	}

#header #search {
	z-index: 100;
	}

#header #search .content .fm_txt {
	width: 125px;
	}

#header #nav_alpha {

	}

#header #nav_alpha .content {
	padding: 10px;
	padding-top: 0px;
	}

#header #nav_alpha .content ul {
	list-style: none;
	}

#header #nav_alpha .content ul li {
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	background: transparent url(images/bullet.cross.white.gif) no-repeat 0px 3px;
	}

#header #nav_alpha .content ul li.first {
	padding-left: 0px;
	background-image: none;
	}

#header #nav_alpha .content ul li.last {

	}

#header #nav_alpha .content ul li a {
	text-transform: uppercase;
	color: #fff;
	}

#header #nav_alpha .content ul li a:hover {
	text-decoration: underline;
	}

#header #auth {

	}

#header #auth .content {
	padding: 10px;
	text-align: right;
	}

#header #auth .content h2 {
	float: left;
	}

#header #auth .content .fm_txt {
	width: 100px;
	}

#header #auth .content ul {
	list-style: none;
	margin-top: 5px;
	}

#header #auth .content ul li {
	list-style: none;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #ab4e31;
	}

#header #auth .content ul li.first {
	padding-right: 0px;
	}

#header #auth .content ul li.last {
	border-left: 0px;
	}

#header #auth .content ul li a {
	text-transform: lowercase;
	}

/* Main */

/* Col Left */

#main #col_left .box_sml,
#main #col_left .box_sml_head {
	margin-left: 20px;
	}

/* Col Centre */

#main #col_centre .box_lrg_head h1 {
	margin-bottom: 20px;
	}

#main #col_centre .content {
	margin-right:0px;
	margin-left:0px;
	}

html[xmlns] #main #col_centre .content {
	margin-right:0px;
	margin-left:0px;
	}

#main #col_centre .title {
	margin-right:50px;
	margin-left:30px;
	}

/* Col Right */

#main #col_right .box_sml,
#main #col_right .box_sml_head {
	margin-left: 15px;
	}

/* Footer */

#footer #nav_gamma {

	}

#footer #nav_gamma .content {
	padding: 0px;
	padding-top: 0px;
	}

#footer #nav_gamma .content ul {
	list-style: none;
	text-align: center;
	}

#footer #nav_gamma .content ul li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	padding-right: 10px;
	background: transparent url(images/bullet.cross.grey.gif) no-repeat 0px 3px;
	}

#footer #nav_gamma .content ul li.first {
	padding-left: 0px;
	background-image: none;
	}

#footer #nav_gamma .content ul li.last {

	}

#footer #nav_gamma .content ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	}

#footer #nav_gamma .content ul li a:hover {
	text-decoration: underline;
	}

#footer #copyright,
#footer #copyright p {
	text-align: center;
	color: #FFFFFF;
	}

/* Begin Bits */

/* information list */

.info {
	list-style: none outside;
	}

.info .title {
	color: #000099;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 38%;
	padding-right: 4%;
	}

.info .value {
	width: 55%;
	padding-bottom: 10px;
	}

/* information table */

.obj_list {
	margin-top: 10px;
	}

.obj_list table {
	width: 100%;
	}

.obj_list th {
	color: #ab4e31;
	padding: 3px;
	text-align: left;
	}

.obj_list td {
	padding: 3px;
	}

.obj_list .odd td {
	background-color: #F1EFED;
	}

.obj_list .action {
	text-align: center;
	}

/* box sml and box sml with header */
.box_sml,
.box_sml_head {
	background: transparent url(images/bg.box.sml.middle.gif) repeat-y 0px 0px;
	}

.box_sml .content,
.box_sml_head .content {
	padding: 10px;
	padding-top: 5px;
	padding-right: 25px;
	}

.box_sml .content {
	background: transparent url(images/bg.box.sml.top.gif) no-repeat 0px 0px;
	}

.box_sml_head .content {
	background: transparent url(images/bg.box.sml.header.gif) no-repeat 0px 0px;
	}

.box_sml .bottom,
.box_sml_head .bottom {
	background: transparent url(images/bg.box.sml.bottom.gif) no-repeat 0px 0px;
	height: 22px;
	}

.box_sml_head h1,
.box_sml_head h1 a {
	color: #fff;
	font-size: 14px;
	}

.box_sml_head h1 a:hover {
	text-decoration: underline;
	}

/* box sml transparent (no head exists) */
.box_sml_trans {
	/*background: transparent url(images/bg.box.sml.complete.png) no-repeat 0px 0px;*/
	}

.box_sml_trans .content {
	padding: 10px;
	padding-right: 20px;
	}

/* box lrg and box lrg with header */
.box_lrg,
.box_lrg_head {
	background: transparent url(images/bg.box.lrg.middle.gif) repeat-y 0px 0px;
	}

.box_lrg .content,
.box_lrg_head .content {
	padding: 10px;
	padding-top: 5px;
	padding-right: 25px;
	}

.box_lrg .content {
	background: transparent url(images/bg.box.lrg.top.gif) no-repeat 0px 0px;
	}

.box_lrg_head .content {
	background: transparent url(images/bg.box.lrg.header.gif) no-repeat 0px 0px;
	}

.box_lrg .bottom,
.box_lrg_head .bottom {
	background: transparent url(images/bg.box.lrg.bottom.gif) no-repeat 0px 0px;
	height: 22px;
	}

.box_lrg_head h1,
.box_lrg_head h1 a {
	color: #fff;
	font-size: 14px;
	}

.box_sml_head h1 a:hover {
	text-decoration: underline;
	}

/* Specific stuff for installation */

/* eCommerce */

/* styling the sub categories and products box */
#ecom_category_children,
#ecom_category_products,
#search_results {
	background: transparent url(images/bg.box.lrg.middle.gif) repeat-y 0px 0px;
	}

#ecom_category_children .content,
#ecom_category_products .content,
#search_results .content {
	padding: 10px;
	padding-top: 5px;
	padding-right: 18px;
	}

#ecom_category_children .content,
#ecom_category_products .content,
#search_results .content {
	background: transparent url(images/images/bg.box.lrg.header.gif) no-repeat 0px 0px;
	}

#ecom_category_children .spare,
#ecom_category_products .spare,
#search_results .spare {
	background: transparent url(images/images/bg.box.lrg.bottom.gif) no-repeat 0px 0px;
	height: 22px;
	clear: both;
	}

#ecom_category_children h2,
#ecom_category_products h2,
#search_results h2 {
	color: #fff;
	font-size: 14px;
	}

.shoppingCartTable
	{
	width:90%;
	border:solid 1px #656565;
	background-color:#E0E0E0;
	}

.shoppingCartTableCellEven
	{
	margin-top:3px;
	border-bottom:solid 1px #656565;
	background-color:#F7DFA9;
	padding-top:5px;
	padding-bottom:5px;
	}
	
.shoppingCartTableCellOdd
	{
	margin-top:3px;
	border-bottom:solid 1px #656565;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	}

.shoppingCartTableCell
	{
	border:solid 1px #656565;
	background-color:#FFFFFF;
	}

#loginbox
	{
	background: #E0E0E0 url(images/bg.loginbox.gif) repeat-y 0px 0px;
	background-position:top right;
	}

#loginbox_content
	{
	background: #E0E0E0 url(images/bg.loginbox.gif) repeat-y 0px 0px;
	background-position:top right;
	margin-left:15px;
	}

.ourpeoplebox
	{
	border-top:solid 1px #000000;
	margin-top:20px;
	}

.agentPhotoBox
	{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	text-align:center;
	}

.agentContentBox
	{
	min-height:150px;
	}

.listingTitle
	{
	font-weight:bold;
	color:#000000;
	font-size:12pt;
	}

.listingPrice
	{
	font-weight:bold;
	color:#417896;
	font-size:12pt;
	}

.listingMore
	{
	color:#417896;
	}

#listingPhotos
	{
	
	}

#listingDetails
	{
	
	}

.openHomeTitle
	{
	color:#417896;
	font-size:14pt;
	}

.homeboxMargin
	{
	margin-left:15px;
	}

.homeboxButton
	{
	margin-left:25px;
	}

#homepageContent
	{
	width:330px;
	}
	
html[xmlns] #homepageContent
	{
	width:350px;
	}

.imageBorder
	{
	/*border:solid 1px #12584D; //border on category images removed*/
	width:590px;
	}

.homepageBox
	{
	margin-left:8px;
	margin-top:10px;
	border:solid 1px #12584D;
	float:left;
	}

.homepageBoxFirst
	{
	margin-left:0px;
	margin-top:10px;
	border:solid 1px #12584D;
	float:left;
	}

.homepageBoxImage
	{
	}

.homepageBoxText
	{
	background-color:#F7DEA8;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#12584D;
	border-top:solid 1px #12584D;
	}

.productBox
	{
	margin-left:8px;
	margin-top:20px;
	float:left;
	}

html[xmlns] .productBox
	{
	margin-left:12px;
	}

.productBoxFirst
	{
	margin-left:8px;
	margin-top:20px;
	float:left;
	}

html[xmlns] .productBoxFirst
	{
	margin-left:12px;
	}
	
.productBoxImage
	{
	}

.productBoxText
	{
	font-size:14px;
	text-align:center;
	color:#12584D;
	}

.productBoxText a
	{
	font-weight:normal;
	font-size:14px;
	text-align:center;
	color:#12584D;
	}

#productViewMainImage
	{
	border-right:solid 2px #12584D;
	height:200px;
	float:left;
	width:270px;
	text-align:center;
	vertical-align:middle;
	}

#productViewDetails
	{
	margin-left:35px;
	height:200px;
	float:left;
	width:275px;
	}

#productViewthumbs
	{
	width:270px;
	}

.productViewThumbImage
	{
	float:left;
	margin-top:15px;
	margin-left:15px;
	width:100px;
	border:solid 1px #12584D;
	}

.productViewTitle
	{
	font-size:16px;
	color:#12584D;
	}

.productViewCategory
	{
	font-weight:bold;
	font-size:12px;
	color:#12584D;
	}

.productViewDescription
	{
	font-size:13px;
	color:#000000;
	}

.productViewPrice
	{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	}

.productViewPriceLine
	{
	text-decoration:line-through;
	font-weight:bold;
	font-size:15px;
	color:#000000;
	}

.productViewPriceSpecial
	{
	margin-left:5px;
	font-weight:bold;
	font-size:15px;
	color:#FF0000;
	}