/* Horizon - Purple Haze Style */

/* 

-----------------------------------------------
Copyright (C) Horizon MG. All Rights Reserved.
Author Matthew Holmes
Version 0.1
-----------------------------------------------

*/

/* general styles */

body
{
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1
{
	display: none;
}

hr
{
	border-top: 1px solid #D8D8D8;
}

h2
{
	margin: 30px 0 12px 0;
	border-bottom: 1px solid #D8D8D8;
	color: #3A1133;
	font-size: 20px;
}

/* links */

a
{
	color: #3A1133;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a.cat_link
{
	font-size: 15px;
	font-weight: bold;
}

/* layout styles */

#container
{
	position: relative;
	width: 100%;
	background: url(images/webimages/bg-content.gif) repeat-y;
}

#header
{
	position: relative;
	width: 100%;
	height: 128px;
	background-color: #3A1133;
}

/*** LOGO ***/

#header .logo
{
	float: left;
	width: 184px;
	height: 128px;
	background: url(images/webimages/horizon-logo.gif) no-repeat;
	cursor: pointer;
}

/*** PICTURE ***/

#header .picture
{
	position: relative;
	float: left;
	width: 610px;
	height: 128px;
	background: url(images/webimages/bg-pic.jpg) no-repeat;
}

#header .slogan
{
	position: absolute;
	color: #FFF;
	top: 100px;
	left: 27px;
}

/*** CONTENT ***/

table.products_table
{
	padding: 8px;
}

#content
{
	position: relative;
	width: 794px;
	background: url(images/webimages/fadepic.jpg) left bottom no-repeat;
}
#content .contentarea
{
	float: right;
	margin: 0 0 0 -3px;
	width: 610px;
}
#content .banner
{
	padding: 27px;
	background-color: #FFF;
}
#content .banner .bannerarea
{
	padding: 10px;
	background-color: #EEE6A4;
	color: #3A1133;
	font-size: 13px;
	font-weight: bold;
}


#content .leftCol
{
	float: left;
	padding: 0 27px 27px 27px;
	width: 556px;
}

.buy_field
{
	border: 1px solid #D8D8D8;
}
.buy_button
{
	text-decoration: underline;
}

.prod_list, .prod_list_special, .prod, .prod_special
{
	color: #63365B;
	font-weight: bold;
}

.ptab_off, .ptab_on
{
	padding: 5px 10px 5px 10px;
	background-color: #D8D8D8;
	border-right: 1px solid #FFF;
	text-decoration: underline;
}

.ptab_on
{
	text-decoration: none;
}

.list th, .plain th
{
	padding: 5px;
	background-color: #E5E5E5;
}
.list td, .plain td
{
	padding: 5px;
	border: 1px solid #E5E5E5;
}

.form th
{
	font-size: 11px;
	text-align: left;
}

.input_large_off, .input_large_on, .textarea_small_off, .textarea_small_on
{
	width: 400px;
	border: 1px solid #D8D8D8;
}
.input_large_on, .textarea_small_on
{
	border: 1px solid #3A1133;
}

.input_medium_off, .input_medium_on
{
	width: 200px;
	border: 1px solid #D8D8D8;
}
.input_medium_on
{
	border: 1px solid #3A1133;
}

.input_small_off, .input_small_on
{
	width: 50px;
	border: 1px solid #D8D8D8;
}
.input_small_on
{
	border: 1px solid #3A1133;
}

.workshops img
{
	padding: 0 5px 0 0;
}
.workshoptable
{
	padding-bottom: 5px;
	font-size: 11px;
}
.workshoptable a
{
	font-size: 13px;
	font-weight: bold;
}

img
{
	border: none;
}

/*** SEARCH ***/

.search
{
	padding: 12px 0 12px 0;
}
.search form
{
	margin: 0;
	padding: 0;
}
.searchfield
{
	width: 190px;
	border: 1px solid #D8D8D8;
}
.searchbutton, .submit, .button
{
	height: 20px;
	border-style: none;
	background-color: #3A1133;
	color: #FFF;
	font-size: 10px;
}

.userfield, .passfield
{
	border: 1px solid #D8D8D8;
}

.mainsearch
{
	border: 1px solid #D8D8D8;
}

/*** MAIN NAVIGATION ***/

#content .nav
{
	padding: 27px 22px 120px 20px;
	width: 140px;
}
.nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}
.nav li a
{
	display: block;
	padding: 6px 6px 6px 18px;
	border-bottom: 1px solid #CCC;
	background: url(images/webimages/arrow.gif) 0px 8px no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover
{
	text-decoration: underline;
}
li.navOn a
{
	color: #63365B;
	text-decoration: underline;
}

.secnav li a
{
	color: #666666;
}

li.nothing a, li.mainnavOn a
{
	display: block;
	padding: 4px 6px 4px 18px;
	background: none;
	font-size: 11px;
}

li.mainnavOn a
{
	color: #63365B;
	text-decoration: underline;
}	

.title1
{
	font-size: 18px;
	font-weight: bold;
}

#footer
{
	position: relative;
	clear: both;
	width: 100%;
	border-top: 1px solid #D8D8D8;
}

/*** FOOTER CREDITS ***/

#footer .footercredits
{
	position: absolute;
	padding-bottom: 12px;
	font-size: 10px;
	top: 12px;
	left: 210px;
}

#footer .footercredits ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#footer .footercredits li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#footer .footercredits li a
{
	color: #3A1133;
	text-decoration: underline;
}
#footer .footercredits li a:hover
{
	text-decoration: none;
}

#footer .footercredits a
{
	color: #666666;
	text-decoration: underline;
}
#footer .footercredits a:hover
{
	text-decoration: none;
}

/* Dealer Link
 * Do not remove
---------------------------------------------------------------*/
a.dealer_link, a.dealers_link:hover
{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}   

a.dealer_link:hover
{
	text-decoration: none;
} 


/* -------- START ALL MAP HOTSPOTS --------- */
/* @author Matthew Holmes
 * @version 0.1 11th March 2005
 *
 * Please do not remove or change anything below
 * without consent from the author. The following
 * styles are critical to the dealers2 module.
 * Removal could result in server meltdown.
 */

/* Australian Map Only 
---------------------------------------------------------------*/

div#aqueensland
{
	position: absolute;
	top: 90px;
	left: 260px;
}

div#aqueensland a, 
div#aqueensland a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#aqueensland a:hover
{
	text-decoration: underline;
}

div#answ
{
	position: absolute;
	top: 160px;
	left: 285px;
}

div#answ a, 
div#answ a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#answ a:hover
{
	text-decoration: underline;
}

div#aact
{
	position: absolute;
	top: 210px;
	left: 330px;
}

div#aact a, 
div#aact a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#aact a:hover
{
	text-decoration: underline;
}

div#avic
{
	position: absolute;
	top: 220px;
	left: 275px;
}

div#avic a, 
div#avic a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#avic a:hover
{
	text-decoration: underline;
}

div#atas
{
	position: absolute;
	top: 270px;
	left: 310px;
}

div#atas a, 
div#atas a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#atas a:hover
{
	text-decoration: underline;
}

div#asa
{
	position: absolute;
	top: 140px;
	left: 195px;
}

div#asa a, 
div#asa a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#asa a:hover
{
	text-decoration: underline;
}

div#awa
{
	position: absolute;
	top: 110px;
	left: 90px;
}

div#awa a, 
div#awa a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#awa a:hover
{
	text-decoration: underline;
}

div#ant
{
	position: absolute;
	top: 65px;
	left: 185px;
}

div#ant a, 
div#ant a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

div#ant a:hover
{
	text-decoration: underline;
}

div#anz
{
	display: none;
	position: absolute;
	top: 260px;
	left: 380px;
}

div#anz a, 
div#anz a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #0B94D7;
	text-decoration: none;
}

div#anz a:hover
{
	text-decoration: underline;
}

/* Assessment Styles: = Cascading Map
---------------------------------------------------------------*/
.active_box,
.inactive_box,
.semi_active_box
{
	width: 200px;
	padding: 8px;
	background: green url('images/webimages/page_fold.jpg') no-repeat bottom right;
	color: #FFF;
	font-weight: bold;
}

.inactive_box
{
	background-color: #e5e5e5;
	background-image: none;
	color: #ccc;
}

.semi_active_box
{
	background-color: #CCC;
	background-image: none;
}

a.active_link,
a.active_link:hover,
a.semi_active_link,
a.semi_active_link:hover
{
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a.semi_active_link
{
	color: #336699;
}

a.active_link:hover,
a.semi_active_link:hover
{
	text-decoration: none;
}


/* This used for product listing */
span.prod_catlist_column
{
	float: left;
	width: auto;
	margin: 0px;
	padding: 0 9px;
}

span.prod_list_column
{
	float: left;
	width: auto;
	margin: 0px;
	padding: 0 9px;
}

span.prod_buy_field input
{
	display: block;
	float: left;
	width: 50px;
	margin: 0;
	padding: 0;
}

span.prod_buy_button
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

span.spacer
{
	display: block;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
}

.progress_inner
{
	background-color: #3A1133;
}

.progress_outer
{
	border: 1px #D6D6D6 solid;
	line-height: 1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	clip: rect( );
}

#product_tabs
{
	position: relative;
	display: block;
	height: 24px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DDD;
}
#product_tabs ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#product_tabs li
{
	float: left;
	display: block;
	margin: 0 3px 0 0;
}
#product_tabs li a
{
	float: left;
	display: block;
	padding: 7px 20px 4px 20px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #eee;
	color: #bbb;
	font-size: 11px;
	text-decoration: none;
} 
* html #product_tabs li a
{
	position: relative;
	top: 1px;
	padding: 7px 20px 4px 20px;
}
#product_tabs li a:hover
{
	text-decoration: none;
}

#product_tabs li a.current
{
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	background: none;
	color: #666666;
}

.assessment_title
{
	/* Assessment Title */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000066;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.assessment_sectiontitle
{
	/* Assessment Section Title */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #6699cc;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.assessment_sectioncaption
{
	/* Assessment Section Caption */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #6699cc;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.assessment_questiontext
{
	/* Assessment Question Text */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000066;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.assessment_subquestiontext
{
	/* Assessment Sub-Question Text */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000066;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

.assessment_answertext
{
	/* Assessment Answer Text */
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.assessment_groupedtable
{
	/* Assessment Grouped Table */
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid black;
}

.assessment_groupedtable td
{
	/* Assessment Grouped Table Rows */
	font-family: tahoma, arial, helvetica, sans-serif;
	border: 1px solid #DDDDDD;
	padding: 2px;
	height: 26px;
}

.assessment_groupedtable th
{
	/* Assessment Grouped Table Header */
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	background-color: #DDDDDD;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
}