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

/* CSS Document */

/* Elements */

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

body {
	background-color: #020098;
	}

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

a:hover {
	color: #000099;
	}

h1,
h1 a {
	color: #000099;
	font-size: 20px;
	font-weight: bold;
	}

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

h2,
h2 a {
	color: #000099;
	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;
	}

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 */

#page {

	}

#header {
	background: #ffffff url(images/bg.header.jpg) no-repeat 0% 0%;
	}

#main {
	background-color: #ffffff;
	}

#footer {
	background: transparent url(images/bg.footer.gif) no-repeat 0% 100%;
	padding-bottom: 30px;
	}

/* Minor */

/* 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: 10px;
	}

/* Col Centre */

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

/* 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: 10px;
	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: #d0d0d0;
	font-weight: normal;
	}

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

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

/* 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/bg.box.lrg.header.gif) no-repeat 0px 0px;
	}

#ecom_category_children .spare,
#ecom_category_products .spare,
#search_results .spare {
	background: transparent url(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;
	}