/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets 
*/
div {
	position: relative;
}

textarea {
font-family: inherit;
}

/*
	EPG Engines CSS
	
	2009-05-27
	Stephen Munn
	Hinterlands Consultancy
	
	TABLE OF CONTENTS
	
	#body
		#page
			#header
			#menu
				#menu-list
			#crumb
			#content
				#column1
					.article		(for Home page multiple articles)
						.title-bar
							span
					.article-page	(for full page articles, eg "services" and "about" pages)
						.title-bar
							.title-text
						.content
					.accordion
						h3[.first]	(tab header)
						div.content	(tab content)						
				#column2
					.block .xyz
				#columnFull
				forms / fieldset
			#footer
	
*/


body {
	background-color: #e3e3e3;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #444;
}

a { 
	color: #0a558a;	
	text-decoration: underline;
}
a:hover {
	color: #017ac3;
	text-decoration: underline;
}
p {
	margin-bottom: 1.25em;
	line-height: 1.25em;
}
td {
	line-height: 1.25em;
}
strong {
	font-weight: bold;
}
#page {
	width: 1000px;
	padding: 0 8px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url("img/epg_engines_page_bg.jpg");
	margin-top: 10px;
}

#header {
	width: 100%; /* 100% page width */
	height: 135px;
	background: url("/img/epg_engines_header_bg.jpg") no-repeat white;
	background-position: 0 3px;
}
#header h1 {
	position: absolute;	
	top: 18px;
	left: 20px;
}
#header #header-links {
	position: absolute;
	top: 52px;
	height: 28px;
	width: 100%;
}
.dealer-login,
.locate-a-dealer {
	display: block;
	width: 170px;
	height: 28px;
}
.locate-a-dealer { background-image: url("/img/epg_engines_locate_dealer.jpg"); }
.dealer-login { background-image: url("/img/epg_engines_dealer_login.jpg"); }

.dealer-login:hover,
.locate-a-dealer:hover {
	background-position: 0 -28px;
}
.dealer-login span,
.locate-a-dealer span {
	display: none; 
}
#header .dealer-login,
#header .locate-a-dealer {
	float: right;
	margin-right: 30px;
}
#header .dealer-login {
	margin-right: 0;
}

#content {
	height: auto;
	padding: 26px;
	min-height:450px;
}
#footer {
	height: 25px;	/* 35px */
	background-color: #ffffff; /* theme */
}


#menu {
	height: 26px;

	background-color: #ffffff;
}
#menu #menu-list {
display: block;
width: 1015px;
height: 26px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; 	
background-image: url("/img/epg_engines_menu_bg-border.gif");
overflow:hidden;	
text-align:center;
}


#menu #menu-list li {
	display: block;
	/*width: 166px;*/
	height: 26px;
	float: left;
	text-align: center;
	padding: 0px;
margin-right: 1px;

}

#menu #menu-list a {
	display: block;
	padding: 0 27px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	background-image: url("/img/epg_engines_menu_bg2.jpg");
	background-repeat: no-repeat;
	color: #ffffff;	
}
#menu #menu-list a:hover {
	color: #ffffff;
}
#menu #menu-list a.menu-item-1 { background-position: 0px 0px; }  
#menu #menu-list a.menu-item-2 { background-position: -234px 0px; }  
#menu #menu-list a.menu-item-3 { background-position: -434px 0px; }
#menu #menu-list a.menu-item-4 { background-position: -434px 0px; }
#menu #menu-list a.menu-item-5 { background-position: -634px 0px; }
#menu #menu-list a.menu-item-6 { background-position: -234px 0px; }  
#menu #menu-list a.menu-item-7 { background-position: right 0px; }
#menu #menu-list a.menu-item-1:hover { background-position: 0px -26px; }  
#menu #menu-list a.menu-item-2:hover { background-position: -234px -26px; }  
#menu #menu-list a.menu-item-3:hover { background-position: -434px -26px; } 
#menu #menu-list a.menu-item-4:hover { background-position: -434px -26px; } 
#menu #menu-list a.menu-item-5:hover { background-position: -634px -26px; } 
#menu #menu-list a.menu-item-6:hover { background-position: -434px -26px; }  
#menu #menu-list a.menu-item-7:hover { background-position: right -26px; }
#menu #menu-list li.selected a.menu-item-1 { background-position: 0px -26px; }  
#menu #menu-list li.selected a.menu-item-2 { background-position: -234px -26px; }  
#menu #menu-list li.selected a.menu-item-3 { background-position: -434px -26px; } 
#menu #menu-list li.selected a.menu-item-4 { background-position: -434px -26px; } 
#menu #menu-list li.selected a.menu-item-5 { background-position: -634px -26px; } 
#menu #menu-list li.selected a.menu-item-6 { background-position: -434px -26px; } 
#menu #menu-list li.selected a.menu-item-7 { background-position: right -26px; }

#crumb p {
	padding:0 0 0 27px;
	margin:15px 0 0 0;
	font-size:11px;
	color: #0a558a;	
}
#crumb p a {
	text-decoration:none;
}

.article-page .title-bar {
	height: 215px;
	background-color: #017ac3;	/* theme */
}
.article-page .title-bar .title-text {
	position:absolute;
	top: 165px;
	margin-left: 20px;
	color: #fff;	/* theme */
	font-size: 35px;
	text-transform: uppercase;
}

.article-page .content {
	margin-bottom: 10px;
	padding: 75px 10px 65px 20px;
	background-color: #ffffff;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #04568f;
	margin-bottom: 1.0em;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f57921;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
#content h2.rule {
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}
#content h3 {
	font-size: inherit;
	font-weight: bold;
	color: #004677;
	margin-bottom: 1.25em;
	padding-top: 0.5em;
}
#content h1.big-logo {
	float: left;
	margin-right: 20px;
}
#content p {
	margin-bottom: 1.25em;
	line-height: 1.25em;
}

#content ul,
#content ol {
	margin-left: 2em;
	margin-bottom: 1.25em;
}
#content ul li {
	list-style-image: url("img/epg_engines_bullet.jpg");
	margin-bottom: 0.25em;	
}
#content ol li {
	list-style: decimal;
	margin-left: 2em;
	margin-bottom: 1.0em;
}

/* //////////////////////////// */
/* // Forms						*/
/* //////////////////////////// */
#content form ol, #content form ul {margin-left: 0px; }

#content fieldset li div.date input.text{
	border: none;
	width: 33px;
	padding: 1px 10px 1px 15px;	

}
#content fieldset li div.date{
	display: inline-block;
	border: solid 1px #a0a0a9;
	width: 200px;
	background-color: #fff; 
}

#content fieldset li table{ width: 375px; table-layout:fixed; }
#content fieldset li table th { text-align: center; }
#content fieldset li table td { margin: 5px;}
#content fieldset li table td.rht { text-align:right; padding-right: 5px; }
#content fieldset li table input { width: 86%; display: table-cell; text-align: center; border: solid 1px #a0a0a9; }

#content fieldset li table input { margin: 5px; }

#content fieldset li label sub {font-size: 10px; font-weight: normal; }


#content fieldset {
	width: 600px;
}
#content fieldset ol li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 2px;
	padding: 3px 5px;
	background-color: #f8f8fa;
}
#content fieldset label {
	display: block;
	float: left;
	width: 175px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	color: #40404a;
}
#content fieldset input.text,
#content fieldset textarea,
#content fieldset select {
	border: solid 1px #a0a0a9;
	width: 200px;
}
#content fieldset textarea { width: 375px;}
#content fieldset select { width: auto; }
#content fieldset input.postcode {	width: 4em; }
#content fieldset label em {
	position: absolute;
	margin-left: 3px;
}

#content fieldset .button {
	border: none;
	padding-bottom: 2px;
	width: 70px;
	background-color: #04568f;
	color: #ffffff;
	font-weight: bold;
}
#content fieldset .button:hover {
	background-color: #f57921;
	color: #ffffff;
	cursor: pointer;
}

#content #more_parts_table {
	display:none;
}

/* //////////////////////////// */
/* // Footer					*/
/* //////////////////////////// */

#footer span {
	font-style: italic;
	font-size: 10px;
	color: #888;
}
#footer #footer-list {
	float: left;
	margin-right: 20px;
	margin-left: 80px;
}
#footer #footer-list li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #a6bbca;
	line-height: 1.0em;
}
#footer #footer-list li.last {
	border: none;
}
#footer #footer-list a {
	text-decoration: none;
}			
#footer #footer-list a:hover {
	text-decoration: underline;
}			

#showcase {
	border: solid 1px #fff;
}
#showcase div.small {
	border: solid 1px #fff;
	width: 220px;
	height: 130px;
	margin: 10px;
	clear: both;
	overflow: hidden;
}
#showcase .large {
	width: 690px;
	height: 414px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: solid 1px #fff;
	background-color: white;
}
#showcase #showcase-box-mouse {
	background-color: transparent;
	border: none;
	z-index: 1010;
}
#showcase div img {
	position: absolute;	
}
#showcase img.animated-image {
	position: absolute;	
	display: none;
	z-index: 1000;
}

#showcase .text	{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;	/* 310px */
	padding: 10px;
	padding-top: 0;
}
#showcase p {
	font-weight: normal;
	color: #000;
	font-size: 10pt;
}
#showcase h2 img {
	position: relative;
}

/* //////////////////////////// */
/* // Table formatting 			*/
/* //////////////////////////// */

/* textual-layout : used for layout of text in columns */ 
#content table.textual-layout td {
	padding-right: 20px;
}
#content table.formatted,
#result table {
	margin-bottom: 1.5em;
}
#content table.formatted th,
#result th {
	padding: 5px;
	color: #276699;
	text-transform: uppercase;
	font-weight: bold;

}
#content table.formatted td,
#content #result td {
	vertical-align: top;
	padding: 3px 5px;
	background-color: #f6f6f6;
	border-bottom: solid 3px #ffffff;
}
#content #result td {
	padding: 8px 10px 6px 5px;;
	color: #5e5e5e;
}
#content #result tr.expert td {
	background-color: #e9e9e9;
}
#content table.formatted a {
	text-decoration: none;
}
#content table.formatted a:hover {
	text-decoration: underline;
}
#content #result td.dealer-name {
	font-weight: bold;
}
#content #result td img {
	margin-right: 8px;
}
/* //////////////////////////// */
/* // Page numbering and links	*/
/* //////////////////////////// */

#pagination {
	padding: 6px;
}
#pagination a {
}
#pagination .page-number {
	float: left;
	margin-right: 10px;
}
#pagination a.previous,
#pagination a.next {
	display: block;
	width: 45px;
	height: 16px;
	float: left;
	background-position: 0 0;
	text-decoration: none;
	margin-right: 10px;
}
#pagination .previous:hover ,
#pagination .next:hover { 
	background-position: 0 -16px;
}
#pagination .previous span ,
#pagination .next span { 
	display:block; 
	width: 45px; 
	height: 16px;
	/* text-indent:-999px;  */ 
} 	
#pagination .previous { background-image: url(/img/epg_engines_previous.jpg); }
#pagination .next { background-image: url(/img/epg_engines_next.jpg); }



/* //////////////////////////// */
/* // Sub Brand		*/
/* //////////////////////////// */

#content a.sub_cat {
	display:block;
	float:left;
	width:260px;
	height:270px;
	padding-top:30px;
	background:url(/img/epg_epgines_brand_box.jpg) no-repeat;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	text-align:center;
}

#content a.sub_cat:hover {
	background:url(/img/epg_epgines_brand_box_hover.jpg) no-repeat;
}

#content a.sub_cat img {	
	border:0;
}




/* //////////////////////////// */
/* // Brand products			*/
/* //////////////////////////// */

#products a {
	text-decoration: none;
	color: #000;
}
#products a.product {
	display: block;
	position: relative;
	width: 222px;
	height: 202px;
	background-color: #eee;
	background-image: url(/img/epg_engines_product_bg.jpg);
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
}
#products a img {
	margin-top: 4px;
}
#products .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	font-weight: bold;
	color: #3c5668;
	font-family: verdana, arial, sans-serif;
}
#products .blurb {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/img/epg_engines_product_blurb_bg.jpg);
	width: 202px;
	height: 128px;
	padding: 10px;
	opacity: 0.75;
	text-align: left;
	display: none;
	color: #0c123e;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
}
#products .blurb .more {
	position: absolute;
	bottom: 2px;
	right: 4px;
	width: 48px;
	height: 16px;
	background-image: url(/img/epg_engines_more.jpg); 		
}
#products .more:hover {
	background-position: 0 -16px;
}
#products .blurb .more span {
	display: none;
}

/* //////////////////////////// */
/* // Dealer Locator page		*/
/* //////////////////////////// */

#locator {
	width: 450px;
	float: left;
	margin-right: 20px;
}
#locator fieldset {
	width: 100%;
}
#locator-instructions {
	width: 425px;
	float: left;
}

.dealer-result  #locator {
	float: none;
	display: none;
}
#search-again {
	display: block;
	width: 97px;
	height: 16px;
	background-image: url(/img/epg_engines_refine_search.jpg);
	/* margin-bottom: 15px; */
}
#search-again:hover {
	background-position: 0 -16px;
}
#search-again span {
	display: none;
}



#enquiry-form-link {
	display: block;
	width: 160px;
	height: 22px;
	float: right;
	background-position: 0 0;
	background-image: url(/img/epg_engines_enquiry_form.jpg);
}
#enquiry-form-link:hover { background-position: 0 -22px; }
#enquiry-form-link span { display: none; } 	



div.calendar { position: relative; z-index:15000; -webkit-box-shadow:rgba(0,0,0,.40) 0px 2px 7px;-moz-box-shadow:rgba(0,0,0,.40) 0px 2px 7px ;-webkit-border-radius:11px;-moz-border-radius:11px;}
.calendar table {cursor:pointer;font-size: 11px;color: #000;border:1px solid #ccc;background: #fff;-webkit-border-radius:11px;-moz-border-radius:11px;}
.calendar .button { text-align: center;    padding:2px 0 3px 0;}
.calendar .question{-webkit-border-top-left-radius:11px;-moz-border-radius-topleft:11px;}
.calendar .close{-webkit-border-top-right-radius:11px;-moz-border-radius-topright:11px;}
.calendar thead .title { font-weight: bold; text-align: center;background: #fff;color: #000;font-size:12px;padding: 3px 0;}
.calendar thead .headrow { background: #dedede;color: #333;font-weight:bold;}.calendar thead .daynames { background: #f5f5f5;color:#333;}
.calendar thead .name { padding: 2px;text-align: center;color: #000;border-bottom:1px solid #dedede;}.calendar thead .weekend { color: #666;background:#dedede;}
.calendar thead .hilite { background-color: #444;color: #fff;padding: 1px;}.calendar thead .active { background-color: #d12f19;color:#fff;}
.calendar tbody .day { width:2em;color: #222;text-align: right;padding: 1px;border: 1px solid #fff;}
.calendar tbody .day.othermonth {font-size: 80%;color: #bbb;}.calendar tbody .day.othermonth.oweekend {color: #fbb;}
.calendar table .wn {padding: 2px 2px 2px 2px;border-right: 1px solid #000;background: #666;}
.calendar tbody .rowhilite td, .calendar tbody .rowhilite td.wn{background: #ddd;}
.calendar tbody td.hilite { background:#444 !important;color:#fff !important;}
.calendar tbody td.active { color:#529214;background: #529214 !important;}
.calendar tbody td.selected { font-weight: bold;border: 1px solid #888;padding: 1px;background: #f5f5f5 !important;color: #222 !important;}
.calendar tbody td.weekend { color: #666;}
.calendar tbody td.today {  font-weight: bold;color: #529214;background:#D9EFC2;}
.calendar tbody .disabled { color: #999; }
.calendar tbody .emptycell { visibility: hidden;}
.calendar tbody .emptyrow { display: none;}
.calendar tfoot .footrow { text-align: center;background: #556;color: #fff;}
.calendar tfoot .ttip { background: #222;color: #fff;font-size:10px;border-top: 1px solid #dedede;padding: 3px;-webkit-border-bottom-right-radius:11px;-moz-border-radius-bottomright:11px;-webkit-border-bottom-left-radius:11px;-moz-border-radius-bottomleft:11px;}
.calendar tfoot .hilite { background: #aaf;border: 1px solid #04f;color: #000;padding: 1px;}
.calendar tfoot .active { background: #77c;padding: 2px 0px 0px 2px;}
.calendar .combo {position: absolute;display: none;top: 0px;left: 0px;width: 4em;border: 1px solid #ccc;background: #f5f5f5;color: #222;font-size: 90%;z-index: 100;}
.calendar .combo .label,.calendar .combo .label-IEfix {text-align: center;padding: 1px;}
.calendar .combo .label-IEfix {width: 4em;}.calendar .combo .hilite {background: #444;color:#fff;}
.calendar .combo .active {border-top: 1px solid #999;border-bottom: 1px solid #999;background: #dedede;font-weight: bold;}



/* //////////////////////////// */
/* // News						*/
/* //////////////////////////// */
#page.news #content img.news_image { float: right; margin: 0 0 15px 15px; }
#page.news #content h2 { font-size: 16px; border-bottom: 1px solid #ddd; margin-top:30px; }
#page.news #content h1 a { text-decoration: none; } 
#page.news #content h2 a { color: #f57921; text-decoration: none; 	}
#page.news #content .date { font-style: italic; }


/* news Flash block */

#newsflash {
border: 1px solid #888;
width: 300px;
padding: 10px;
float: right;
margin-left: 10px;
z-index:999;
}

#newsflash h3 { line-height: 1.2; padding:0;margin:0; margin-bottom:4px; text-decoration:none;} 
#newsflash p.small { font-size: 10px; padding:0; margin:0; font-style:italic;}
#newsflash h3 a { text-decoration:none; }
#newsflash p { font-size: 12px; margin:0; margin:10px 0; }


/* Warranty Claim */
#warranty_claim li.error label {
color:red;
}