@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	paddng:0;
}

html {
	min-width: 915px;
}

body {
	padding: 0 20px;
	text-align: center;
	background-color:#FFFFFF;
	width:730px;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font-size:11px;
	line-height:1.4em;
	font-family: arial, helvetica, sans-serif;
}

td{
	font: 11px arial, helvetica, sans-serif;
	line-height:1.6em;
	padding-top:5px;
	padding-bottom:5px;
}

td a{text-decoration:none;
	color:#0099FF;
	margin-left:0;
	text-decoration:underline;
	
}

td a:hover{
	text-decoration:none;
	color:#0033FF;
}

td2 span{
	font-weight:bold;
}

#search-heading{
	background-color:#c9dfe5;
	font-size:12px;
}

.data{
	margin-left:25px;
	width:700px;
	margin-top:0;
}

.results-data{
	width:890px;
	margin-top:0;
	padding-left:5px;
}

.resultInput {
	width:40px;
	font-size:11px;
	line-height:14px;
	height:14px;
}

.rrpResultInput {
	width:60px;
	font-size:11px;
	line-height:14px;
	height:14px;
}


.addResultInput {
	width:20px;
	font-size:11px;
	line-height:14px;
	height:14px;
}

.qtyResultInput {
	width:30px;
	font-size:11px;
	line-height:14px;
	height:14px;
}

#results-gray{
	background-color:#EBEBEB;
}

#results-normal{
	background-color:#FFFFFF;
}


.product-price {
	color:#FF0000;
}

.product-price span {
	color:#FF0000;
	font-weight:normal;
}

.product-price-large {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}

.product-category{
	border:1px solid #cccccc;
	width:888px;
	
}


.product-category span{
	color:#669900;
	font-size:11px;
	text-indent:5px;
	font-weight:bold;
	line-height:2em;
}

.product-sub-category{
	/*float:left;
	width:888px;*/
	font-weight:bold;
	font-size:11px;
	background-color:#dddddd;
	margin-top:10px;
}

.short_field {
	width:20px;
}


/*** text formatting ***/

img {
	border: none;
}

p {
	line-height: 1.4;
	margin-bottom:10px;
}

a{ 
	color:#0099FF; 
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.logos{text-align:center;}

li {
	margin-bottom: 0.3em;
}

form {
	clear: left;
}


h1 {
	font-size: 18px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	/*text-indent:20px;*/
	color:#669900;
	word-spacing:-1px;
	margin-bottom:10px;
	margin-top:5px;
}

h1 span{
	color:#999999;
}

h2 {
	margin: 0 0 0px 0;
	font-size:14px;
	font-weight:bold;
	clear: left;
	color: #4E463F;
	margin-bottom:10px;
}

h3 {
	margin: 0 0 0px 0;
	font-size:14px;
	font-weight:bold;
	clear: left;
	color: #4E463F;
	margin-bottom:10px;
}

h2 span, h3 span {
	color: #999;
	white-space: nowrap;
}

h4 {
    clear: left;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.2em;
    color: #999;
	font-family: "Myriad Condensed", Arial;
	background-image:url(images/public-enquiries.gif) no-repeat;
}

h5{
	clear:both;
	font-size:14px;
	color:#669900;
	font-weight:bold;
	margin-top:10px;
}

h6{
	clear:both;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#669900;
	font-weight: normal;
	letter-spacing:-1px;
	word-spacing:-1px;
	
}

table{
	margin:0px 0 10px 0px; 
}

.menutable{
	margin:0;
}

.menutablecell{
	/*padding-right:5px;
	padding-bottom:20px;*/
	padding:10px;

}

table tr td p{
	margin:0; 
	padding:0;
	line-height:1.8em;
}

.product{
	width:310px;
	margin-left:-10px;
}

.web-link{
	clear:both;
	margin-top: 0;
	width:370px;
}

.product tr td p, .specifications tr td p{ 
	line-height:2.8em;
	margin:0;
	text-indent: 10px;
}

.table-row-1{
	background-color:#ebebeb;
	margin:0;
	padding:0;
}


/*** price list page styles ***/

.price-list-table{
}

.price-list-table p{
	padding:0;
	margin:0;
	line-height:1.8em;
}

.price-list-heading{
	font-weight:bold;
}

/*** category page styles ***/

#products1, #products2{
	margin-top:15px;
	float:left;
	width:380px;
}

#products2{
	width:300px;}

#products1 ul, #products2 ul{
	margin-left:37px;
	list-style-type:none;
}

#products1 ul li, #products2 ul li{
	margin-left:5px;
}

#products1 ul li a, #products2 ul li a{
	color:#666666;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
}

.category-heading, .category-heading-no-sub{ 
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
	margin-bottom:0;
	font-weight:bold;
	line-height:1.8em;
}

.category-heading-no-sub{text-indent:16px;}

.category-heading a, #products1 ul li a{text-decoration:none;}

.category-heading a:hover, #products1 ul li a:hover{text-decoration:underline;}

/******** promotions ***********/
#promotions{

}

#promotions img{
	position:absolute;
}


/*** product page styles ***/

#productrightbox{
	float:right;
	margin-right:80px;
	text-align:center;	
}

#productbox{
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:20px;
	min-height:220px;
	width:290px;
	vertical-align:middle;
	
}

.print{
	border:0;
	margin-left:0;
}

.form{
	margin:0;
	padding:0;
}

/***** Template ****/

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#container-print {
	text-align: left;
	margin: 0;
	width: 720px;
}

/*#wrapper {
	background: url(/images/main-back.gif) 0 0 no-repeat;
	padding: 15px 0 0 0;
	min-height: 200px;
	border: 1px solid #CC0099;
	width:930px;
	padding:15px;
}*/

/*** main content div ***/

#contents {
	clear:both;
	float:left;
	padding-right: 15px;
	padding-bottom:0px;
	/*background: #fff url(images/main-top-bg.gif) no-repeat;*/
	width:945px;
	min-height:100px;
}

#contents-dealershop{
	float:left;
	position:absolute;
	left:0;
	top:0;
	padding:10px;
	/*background: #ffffff url(images/contents-top-corners.gif) no-repeat;*/
	width:920px;
	
}

#contents-dealershop2{
	float:left;
	margin-left:-10px;
	padding-top:0px;
	background: #ffffff;
	width:560px;
	
}

#contents-dealershop-print{
	clear:both;
	float:left;
	padding-right: 15px;
	padding-bottom:0px;
	/*background: #ffffff url(images/contents-top-corners.gif) no-repeat;*/
	width:750px;
	min-height:100px;
}

/*** heading styles ***/

#header {
	background: #1B5790 url(images/leader-header-bg.jpg);
	background-repeat:no-repeat;
	color: #fff;
	float: left;
	width: 100%;
	height:55px;
}

#header a {
	color: #D2DCF3;
	text-decoration: none;
	font-size:12px;
}

#header a:hover, #header a:focus {
	color: #fff;
	text-decoration: underline;
}

#top-menu{font-weight:bold;}

/*** set feature img in right spot as top part of image is seperate as bg ***/

.feature-image{
	float:left;
	margin-top:23px;
}

/*** menu in heading only used in dealer shop or else defaults to not logged in on front page ***/

.side-header a, .not-logged-in{
	border-left: 1px solid #5481ac;
}

.side-header {
	float: right;
	padding-top:3px;
	position: relative;
	min-height: 40px;
}

.side-header ul{list-style-type:none; margin-right:10px;}

.side-header ul li{float:left;}

.side-header a, .not-logged-in{
	padding: 5px 10px 4px 10px;
	margin: 11px 0;
    display: block;
    float: left;
    line-height: 1;
    word-spacing: -0.1em;
	color: #D2DCF3;
	font-weight:bold;
}

.side-header ul li a.top:hover{text-decoration:underline; color:#FFFFFF;}

.not-logged-in strong{
	padding: 5px 16px 3px 5px;
	display: block;
	height: 15px;
}

/* main top menu under heading */

#main-top-menu{
	float: left;
	width: 100%;
	font-size: 14px;
	background: #eaeaea url(images/menu-bg.gif) no-repeat;
	background-position:bottom;
	height:33px;
	margin-bottom:10px;
}

#main-top-menu ul {
	float:left;
	padding:0;
	list-style: none;
	margin-left:10px;
}

#main-top-menu li{
	float: left;
	margin: 4px 0 5px 0;
	position: relative;
}

#main-top-menu li a{
	color: #333333;
	line-height: 1em;
	position: relative;
	display: block;
	float: left;
	text-decoration:none;
}

#main-top-menu li a:link, #main-top-menu li a:visited{
	padding: 5px 5px;
	white-space: nowrap;

	border-left:1px solid #dcdcdc;
}

#main-top-menu li.first{border-left:0px;}

#main-top-menu a:hover{
	text-decoration: none;
	color: #000;
}

#main-top-menu a:hover,
#main-top-menu a:focus {
	background-color: #dedfdf;
	border-left:1px solid #cccccc;
}

#main-top-menu a:hover.header-all{border-left:1px solid #000000;}

/* advanced search bar not used for front page only dealer shop */

/*#advanced-search {
	clear: none;
	background:url(images/advanced-search-bg.gif) no-repeat;
	margin-bottom:10px;
	height:41px;
}

#advanced-search ul, #advanced-search li {
	display: inline;
	list-style: none;
}

#advanced-search ul {
	margin-left:50px;
	display: block;
	padding: 11px 0 0 12px;
	height: 23px;
	line-height: 1.3em;
}

#advanced-search ul li{
	font-family:arial, tahoma, sans-serif;
}
#advanced-search ul li a {
	text-decoration: none;
	font-size:11px;
	margin-left:15px;
	vertical-align:middle;
	color:#0099FF;
}

#advanced-search ul li a:hover, #advanced-search ul li a:focus {
	text-decoration: underline;
	color:#0099FF;
}*/

.search-form{
vertical-align:middle;
margin-right:10px;
width: 150px;
}

.search-button{
vertical-align:middle;
border:0;
}

/*** side bar containing login and registration details */

.sidebar {
	float: right;
	width: 177px;	
}

.sidebar2 {
	float: right;
	width: 178px;
	clear: left;
	margin: 0 5px 0 20px;
	min-height: 200px;
	position:absolute;
	right:100px;
	bottom:0px;
	top:800px;
}


.sidebar-short {
	float: right;
	width: 340px;
	clear: left;
	min-height: 300px;
}

.side-container {
	float:left;
	padding: 10px 0 0 0;
	font-size: 100%;
}

.side-container h2 {
	margin: 0 0 3px 0px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
}

.side-container h4 {
    clear: left;
	font-size: 100%;
	background-image:url(images/public-enquiries.gif) no-repeat;
	margin-top:10px;
	margin-bottom:5px;
}

.side-container h4 span{display:none;}

.side-container p {
	font-size:11px;
	margin-left:0px;
}

.side-container p.attention{
	font-weight:bold;
	margin-bottom:10px;
}

.side-container p.conditions{
	color:#666666;
}

.side-container p.conditions a:link, .side-container p.conditions a:visited{
	color:#0099cc; 
	text-decoration:none;
}

.side-container p.conditions a:hover{
	text-decoration:underline;
}

#contentwrapper {
  width:720px;
  float:left;
}

/*** Log In Styles ***/

#login-box{
	background:url(images/box-bg-small.jpg) #ebf1ff no-repeat;
	width:177px;
	margin-bottom:10px;
	margin-right:10px;
	
}

#login-box h2{
	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:normal;
	line-height:1.6em;
	font-weight:normal;
	margin-bottom:15px;
	/*margin-left:-20px;*/
	text-align:center;
	
}

#login-box p{
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-indent:16px;
}

#login-box p a{
	font-size:11px; 
	text-decoration:none;
	color:#0099cc;
}

#login-box p a:hover{
	text-decoration:underline;
}

.input{margin-left:15px;}

.loginInput {
	width:135px;
	margin-left:15px;
	
	
}

.loginCheck {
	margin-top:5px;
	margin-left:5px;
}

.login{
	margin-left: 50px;
	margin-top:10px;
}

.forgot{
	margin-left:15px;
}

#login-box p.errorLoggedOut {
	font-size: 12px;
	color:#CC0000;
	text-indent:0px;
	text-align:center;
	
}

/** catalogues image styling ***/

#catalogues{
	float:left;
	margin:10px 8px 0 25px;
}

#catalogues h2 {
	margin-bottom:15px;
}

#catalogues h2 span{
	display:none;
}

.catalogue1{margin-right:20px; border:0;}
.catalogue2{margin-right:0px; border:0;}

/*** cashback offer text and image styling ***/

#cash-back{
	float:left;
	margin:10px 25px 0 0px;
	width:534px;
}

#cash-back h2{
	margin-bottom:5px;
	margin-left:4px;
	
}

#cash-back h2 span{
	display:none;
	
}

#cash-back th {
	width: 171px;
	padding: 4px;
	margin-left:0;
}

#cash-back td {
	width: 171px;
	vertical-align:top;
	padding: 4px 4px 4px 4px;
	margin-left:0;

}

#

#cash-back table {
	
	
}

#cash-back strong {
	text-decoration: none;
}

#cash-back p{
	text-indent:0;
	margin:0;
	color:#666666;
	font-size:11px;
	font-family:Arial, tahoma;
	
}

#cash-back p a:link, #cash-back p a:visited{ 
	text-decoration: none; 
	color:#0099cc;
}

#cash-back a:link, #cash-back a:visited{ 
	text-decoration: none; 
	color:#0099cc;
}

#cash-back p a:hover{ 
	text-decoration:underline; 
	color:#0099cc;
}

#cash-back a:hover{ 
	text-decoration:underline; 
	color:#0099cc;
}

.pad {
	padding:5px;
	vertical-align:top;
	text-align:right;

}

/*** DealerShop Styles ***/

#searchheading.first-field{text-indent:5px;}

#searchheading a, #searchheading td.table-heading, #searchheading td a{
	color:#333333;
	text-indent:5px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
	text-indent:0;
	
}

.emailfield{

	margin-bottom:10px;
	width:250px;
}

.notefield{
	margin-bottom:10px;
	width:250px;
	height:100px;

}

/*** warranty info styles ***/

#warranty-info {
	background:url(images/box-bg-small.jpg) #ebf1ff no-repeat;
	background-color:#f5f8ff;
	width:178px;
	float: left;
	margin-bottom: 20px;
}

#warranty-info h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:normal;
	line-height:1.6em;
	font-weight:normal;
	margin-bottom:15px;
	text-align:center;
	margin-left:-20px;
}

#warranty-info p{
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin-left:16px;
	line-height:1.8em;
}

#warranty-info p span{
	font-weight:bold;
}

#warranty-info p a{
	font-size:11px; 
	text-decoration:none;
	color:#0099cc;
}

#warranty-info p a:hover{
	text-decoration:underline;
}


/*** account manager styles ***/

#account-manager, #order-status, #sales-tool, #related-product, #price-lists, #leader-configurator{
	background:url(images/box-bg-small.jpg) #ebf1ff no-repeat;
	width:177px;
	float: left;
	margin-bottom: 20px;
}

#account-manager h2, #order-status h2, #sales-tool h2, #related-product h2, #price-lists h2, #leader-configurator h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:normal;
	line-height:1.6em;
	font-weight:normal;
	margin-bottom:15px;
	/*margin-left:-20px;*/
	text-align:center;
	
}

#account-manager p, #order-status p, #price-lists p,  #leader-configurator p {
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin-left:16px;
	line-height:1.8em;
}

#account-manager p span, #order-status p span, #price-lists p span,  #leader-configurator p span{
	font-weight:bold;
}

#account-manager p a, #order-status p a, #price-lists p a,  #leader-configurator p a {
	font-size:11px; 
	text-decoration:none;
	color:#0099cc;
}

#account-manager p a:hover, #order-status p a:hover{
	text-decoration:underline;
}


#sales-tool, #related-product{
	background:url(images/box-bg-small.jpg) #ebf1ff no-repeat;
	margin-bottom: 20px;
}

#sales-tool p, #related-product p{
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin-left:16px;
	line-height:1.8em;
}

#sales-tool p span, #related-product p span{
	font-weight:bold;
}

#sales-tool p a, #related-product p a{
	font-size:11px; 
	text-decoration:none;
	color:#0099cc;
}

#sales-tool p a:hover, #related-product p a:hover{
	text-decoration:underline;
}

.sales-tool {
	margin-left:15px;
}

.sales-tool a, .related-product a {
	font-size:11px;
}

/*** orders bar on right of top menu ***/

#orders{
	margin-top:7px;
	margin-right:15px;
	float:right;
	font-family:Arial, Tahoma, sans-serif;
	font-size:13px;
}

#orders span{
	font-weight:bold;
}

#orders a{ 
	text-decoration:none;
	color:#0099FF;
	font-weight:bold;
}

#orders a:hover{ 
	text-decoration:underline;
	background:none;
	border:none;
	color:#0099FF;
}

/*** contact page ***/
.map, .building{
	margin-right:20px;
	float:left;
	border:1px solid #cccccc;
	padding:5px;
}

/* system config classes */

.system-links{
	font-size:1.4em; text-align:center; float:left; padding-left:50px; padding-right:50px; margin-top:50px;
}
.system-links a, .system-links a:link, .system-links a:hover, .system-links a:visited{
	color:#333333; text-decoration:none;
}
.system-links a:hover{text-decoration:underline;}

.system-links img{border:none; padding-bottom:10px;}

.system-name{background-image:url(configurators/images/h2-bg.jpg);}

#product-image{ width:190px; text-align:center; margin:auto;}

#components .product-image{	float:left; margin:10px;}
#components .package{ }
#components .price{	font-size: 1.5em;}
#components .specifications{ margin-left:10px; padding-left:10px;}
#components .specifications p{ margin:0; margin-top:10px;}

.package, .price, .configure, .specifications, .purchase{
	padding:0;
	font-family: Arial, "Trebuchet MS", tahoma, sans-serif;
	
}

.package{
	color:#666666;
	font-size:1.5em;
}

.price{
	font-size: 2em; 
	color:#ff6600;
}

#value h2, #mid h2, #high h2, #extreme h2{padding:0; margin:0; margin-bottom:20px;} 

.configure, .configure a:link, .configure a:visited{
	text-decoration:none;
	font-size: 1.1em; 
	color:#00cc00;
}

.configure a:hover{color:#0066ff;}

.configure-button, .purchase-button{margin-left:-10px; border:0px;}

.specifications{
	float:left;
	color:#666666;
}

.specifications ul{ 
	margin:0; 
	padding:0; 
	list-style-type:none;
}

/*** footer styling ***/

#footer{
	float:left;
	clear:both;
	background:url(images/footer.gif) no-repeat;
	width:960px;
	height:28px;
}

#footer p{
	text-indent:25px;
	font-size:11px;
	color:#666666;
	padding-top:5px;
}

#footer p a:link, #footer p a:visited{
	color:#666666;
	text-decoration:none;
}

#footer p a:hover{
	text-decoration:underline;
}

#product-catalogue, #menu-container, #header, #advanced-search ul{
	/*margin-top:-9999px;*/
	float:left;
	visibility:hidden;
	height:1px;
	overflow:hidden;
	border:1px solid #000000;
}
