/* 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; */
}


/*
	Komat'su / Red CSS
	
	
	TABLE OF CONTENTS
	
	#page
	#menu
		.primary-nav 
		.sub-nav
	#banner
	
*/

body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
}
strong {
font-weight: bold;
}
td {
	vertical-align: top;
}
th {
	vertical-align: bottom;
}
	
/* ////////////////////////////////////// */
/* // page					  */
/* ////////////////////////////////////// */

#page {
	margin: 5px auto 0 auto;
	background-color: #fff;
	width: 960px;
	padding-left: 8px;
	padding-right: 8px;
	/* background-image: url("/images/komatsu_page_bg.jpg"); */	
}

/* ////////////////////////////////////// */
/* // menu and sub nav					  */
/* ////////////////////////////////////// */

#menu {
	z-index: 2;
}
#menu .primary-nav {
	display: block;
	width: 960px;
	height: 51px;
	background-image: url("/images/komatsu_menu_bg.jpg");
}
	
#menu li {
	float: left;
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	position: relative;
}
#menu .sub-nav {
	display: none; 
} 	
#menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fffefe;	
	font-size: 14px;
}
#menu li.selected a,
#menu li a:hover {
	color: #f4c600;
}
#menu li a:hover .sub-nav {
	display: block;
}
#menu .sub-nav {
	position: absolute;
	top: 51px;
	left: 10px;
	padding-bottom: 5px;
	background-image: url("/images/komatsu_subnav_bg.jpg");		
}
#menu .sub-nav li {
	float: none;
	height: 20px;
	padding: 0;
	line-height: 20px;
	width: auto;
	padding: 0;
}
#menu .sub-nav li a {
	white-space: nowrap;
	text-transform: capitalize;
	display: block;
	padding: 0px 10px ;
}
#menu .sub-nav li a:hover {
	
}

/* ////////////////////////////////////// */
/* // banner							  */
/* ////////////////////////////////////// */

#banner {
	z-index: 1;
	width: 960px;
	height: 218px;
	overflow: hidden;
}

/* ////////////////////////////////////// */
/* // features							  */
/* ////////////////////////////////////// */

#features {
}

#features .features-banner {
	width: 248px;
	height: auto;
	background: #CA0000;
	color: #F5BFBD;
	margin-top: 24px;
	float: right;
}
#features .news {
	background: url('/images/news-bg.jpg') top left no-repeat;
	float: right;
	width: 248px;
	height: auto;
	padding: 70px 10px 0 10px;
	color: #7D7D7D;
	font-size: 11px;
	line-height: 1.75em;
	overflow: hidden;
}

#features .news h3 {
	text-transform: uppercase;
	color: #2B2184;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

#features .news  a span {
	text-decoration: underline;
}

#features .news  a span:hover {
	text-decoration: none;
}

#features .news h3 a {
	text-decoration: none;
	color: #2B2184;
}
#features .news a:hover {
	text-decoration: none;
}
#features .news .article {
	margin-bottom: 10px;
}
#features .news .read-more { 
	color: #2B2184;
	text-transform: lowercase;
	font-size: 11px;
	font-weight: normal;
}
#features .product-categories {
	height: auto;
	margin: 0;
	padding: 0;
	width: 681px;
}

#features .product-categories li {
	display: block;
	float: left;
	width: 170px;
	height: 177px;
}
#features .product-categories li a {
	display: block;
	width: 170px;
	height: 177px;
}
#features .product-categories li a span {
	display: none;
}
#features .product-categories .electric-fork {
	border-left: solid 1px #000; 
}
#features .product-categories .electric-fork a {
	background-image: url("/images/komatsu_electric_forklift.jpg");
}
#features .product-categories .ic-fork a {
	background-image: url("/images/komatsu_ic_forklift.jpg"); 
}
#features .product-categories .side-loaders a {
	background-image: url("/images/komatsu_side_loaders.jpg"); 
}
#features .product-categories .cranes a {
	background-image: url("/images/komatsu_cranes.jpg"); 
}
#features .product-categories li a:hover {
	background-position: 0 0;
}

#features .product-categories div {
	float: left;
	width: 335px;
	height: 81px;
	padding: 15px 0;
	border-top: 1px solid #DBDBDB;
}

#features .product-categories div.left_column {
	margin: 10px 10px 0 0;
}

#features .product-categories div.right_column {
	margin: 10px 0 0 0;
}

#features .product-categories  img {
	border: 1px solid #DBDBDB;
	float: left;
	margin: 0 11px 0 0;
}

#features .product-categories h3 {
	color: #2B2184;
	font: 14px/17px arial,sans-serif;
	margin: 0;
	padding: 0;
}

#features .product-categories h3 a {
	text-decoration: none;
}

#features .product-categories p {
	color: #7D7D7D;
	font: 11px/17px arial,sans-serif;
	margin: 0 15px 0 0;
	padding: 0;
}

#features .product-categories a {
	 color: #2B2184;
}

#features .product-categories a:hover {
	text-decoration: none;
}



/* ////////////////////////////////////// */
/* // footer							  */
/* ////////////////////////////////////// */

#footer {
	width: 942px; /* 960px */
	height: 72px;
	border-top: solid 10px #ffffff;
	padding-right: 18px;
	padding-top: 20px;
	background-image: url("/images/komatsu_footer_bg.jpg");
	color: #ddd;
	font-size: 11px;
	text-align: right;
	clear: both;
}
#footer p {
	margin-bottom: 10px;
}
#footer ul {
	clear: both;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	padding: 0 6px 0 2px;
	line-height: 8px;
	background-image: url("/images/komatsu_footer_link_bg.jpg");
	background-repeat: no-repeat;
	background-position: 100% 3px;
}
#footer li.last {
	background-image: none;
	padding-right: 0;
}
#footer a {
	color: #51528a;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer li a {
	line-height: 8px;
	color: #9495bd;
	text-decoration: underline;
}

/* ////////////////////////////////////// */
/* // content							  */
/* ////////////////////////////////////// */
#content {
	float: right;
	width: 765px; /* 790px */
	padding-left: 25px;
	margin-top: 18px;
	font-size: 13px;
	color: #3e4346;
	line-height: 1.25em;
}
#content.full-width {
	width: 950px;	
	padding-left: 10px;
}
#content h1 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #707577;
	line-height: 28px;
	text-shadow: 1px 1px 4px #ccc;	
}
#content h2 {
	clear: both;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #707577;
}
#content h3 {
	clear: both;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.5em;
	color: #2d2e81;
}
#content p {
	margin-bottom: 1em;
}
#content ul {
	list-style: disc;
	margin-bottom: 1em;
}
#content ol {
	list-style: decimal;
	margin-bottom: 1em;
}
#content li {
	margin-left: 1.5em;
}
#content th {
font-weight: bold;
}
#content td,
#content th {
	padding: 2px 0px 2px 6px;
}
	
#content a {
	color: #2d2e81;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .other-news {
	margin-top: 10px;
}
#content .other-news a {
	text-transform: uppercase;
	font-size:  10px;
	font-weight: bold;
	text-decoration: none;
}

#content .news-summary {
	margin-bottom: 1.5em;
	clear: both;
	text-align: justify;
}
#content .news-summary h3 a {
	color: #6e797f;
}
#content .news-summary a {
	text-decoration: none;
}
#content .news-summary a:hover {
	text-decoration: underline;
}
#content p.news-summary-date {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#content .news-summary .read-more {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
#content .news-summary .thumbnail {
	float: right;
	width: 110px;
	height: 95px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .news-summary img {

}
/* ////////////////////////////////////// */
/* // side-bar							  */
/* ////////////////////////////////////// */
#side-bar {
	float: left;
	margin-top: 18px;
	width: 170px;
	padding-top: 35px;
	background-image: url("/images/komatsu_side_products_bg.jpg");
	background-repeat: no-repeat;
}
	
#side-bar .product-categories {
	width: 170px;
}
#side-bar .product-categories li {
	display: block;
	width: 170px;
	height: 120px;
	margin-bottom: 10px;
}
#side-bar .product-categories li a {
	display: block;
	width: 170px;
	height: 120px;
}
#side-bar .product-categories li a span {
	display: none;
}
#features .product-categories .electric-fork {
	border-left: solid 1px #000; 
}
#side-bar .product-categories .electric-fork a {
	background-image: url("/images/komatsu_sidebar_electric_fork.jpg");
}
#side-bar .product-categories .ic-fork a {
	background-image: url("/images/komatsu_sidebar_ic_fork.jpg"); 
}
#side-bar .product-categories .side-loaders a {
	background-image: url("/images/komatsu_sidebar_loaders.jpg"); 
}
#side-bar .product-categories .cranes a {
	background-image: url("/images/komatsu_sidebar_cranes.jpg"); 
}
#side-bar .product-categories li a:hover {
	background-position: 0 0;
}
	

/* ////////////////////////////////////// */
/* // forms								  */
/* ////////////////////////////////////// */
fieldset {
	border: solid 1px #d4d4d7;
	margin-bottom: 10px;
	padding-top: 10px;
}
legend {
	clear: both;
	color: #1e1f69;
	font-weight: bold;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 5px;
}
fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 185px;
	padding-right: 5px;
	text-align: right;
	padding-top: 2px;
}
#content fieldset .field {
	float: left;
	border: solid 1px #999;
	width: 190px;
}
#content fieldset .field:focus {
	border: solid 1px #5281f9;
}
#content fieldset ol {
	list-style: none;
}
#content fieldset li {
	margin: 0;
	margin-bottom: 5px;
	height: 2em;
	clear: both;
}


#contactList td {
	padding-top: 1em;
	padding-bottom: 1.5em;
}
#contactList .state td {
	border-bottom: solid 1px #d4d4d7;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.2em;
	color: #707577;
}


#content .series-table {
width: 100%;
}
#content .series-table td {
background-color: #e7e7e8;
padding: 5px;
color: #3e4346;
}
#content .series-table tr.bling td {
background-color: #f5f6f6;
}
#content .series-table strong {
color: #2d2e81;
}


#content .products-table {
border-left: solid 1px #cfd0d1;
border-top: solid 1px #cfd0d1;
margin-bottom: 15px;
}
#content .products-table th {
background-color: #3e4346;
color: #fff;
text-align: center;
border-right: solid 1px #fff;
font-size: 12px;
vertical-align: top;
padding: 8px 5px;
}
#content .products-table td {
font-size: 12px;
text-align: center;
border-right: solid 1px #cfd0d1;
border-bottom: solid 1px #cfd0d1;
padding: 8px 5px;
}
#content .products-table tr.bling td {
background-color: #e7e7e8;
}

#content .series-images {
	width: 280px;
	float: right;
	margin-left: 10px;
}
#content .series-images .large {
	width: 278px; /* 280px */
	height: 278px; /* 280px */
	border: solid 1px #cfd0d1;
	overflow: hidden;
	background-color: #e7e7e8;
	position: relative;
}
#content .series-images .large a {
	display: block;
	width: 278px; /* 280px */
	height: 278px; /* 280px */
	position: absolute;
	top: 0;
	left: 0;
}
#content .series-images .large img.zoom-icon {
	position: absolute;
	bottom: 2px;
	right: 2px;
}
#content .series-images .small {
	display: block;
	width: 84px; /* 85px */
	height: 84px; /* 85px */
	border: solid 1px #cfd0d1;
	overflow: hidden;
	float: left;
	margin-right: 11px;
	margin-top: 10px;
	background-color: #e7e7e8;
	cursor: pointer;
}
#content .series-images .last {
	margin-right: 0;
}
#content .series-images .small img {
	width: 84px;
}
#content .series-images .no-lightbox {
	cursor: default;
}
#reseller-image {
	float: right;
}

hr {
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #fff;
	margin: 30px 0;
	height: 0;
	padding: 0;
	clear: both;
	}

	
	
#content .used-list td {
	border-collapse: none;
	border: solid 1px #fff;
	border-width: 1px 1px 0 0;
	font-size: 9pt;
 }
#content .used-list tr.used-heading td {
	font-size: 11pt;
	color: #2C2D7F;
	font-weight: bold;
}
#content .used-list tr.used-footer td {
	font-size: 8pt;
	border-width: 1px 1px 10px 0;
}
#content .used-list .image  {
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
#content .used-list label  {
	color: #666;
font-weight: bold;

}
#content .used-list td.centre {
	text-align: center;
}
	
	
#content .used-detail thead th,
#content .used-detail thead td	{
	color: #2D2E80;
	font-size: 11pt;
}
#content .used-detail tr.section th,
#content .used-detail tr.section td {
	padding-top: 22px;
}
#content .used-detail td,
#content .used-detail th {
	vertical-align: top;
}
	
.hide {
	display: none;
}
.vodafone-news {
	position: relative;
	display: block;
	width: 248px;
	height: 150px;
	background: url('/images/team_voda_news.jpg') no-repeat;
	text-decoration: none;
	color: #ca0000;
	font-size: 11px;
	overflow: hidden;
}
.vodafone-news-title {
	position: absolute;
	width: 238px;
	padding: 5px 5px 0px 5px;
	text-transform: uppercase;
	color: #F5BFBD;
	font-weight: bold;
	margin-top: 45px;
	height: 40px;
	overflow: hidden;
}

.vodafone-news-summary {
	color: #F5BFBD;
	position: absolute;
	width: 238px;
	height: 55px;
	padding: 5px 5px 0 5px;
	line-height: 1.3em;
	margin-top: 85px;
	background: #CA0000;
	
}

.vodafone-news div {
	cursor: pointer;
}

#features .news .features-banner .vodafone-news .vodafone-news-summary .read-more {
	color: #F5BFBD;
}

.introduction {
	width: 681px;
	color: #7D7D7D;
}

.introduction h1 {
	font: 30px/32px arial, sans-serif;
	margin: 10px 0;
}

.introduction h2 {
	font: 14px/21px arial, sans-serif;
	margin: 8px 0;
}

.introduction h2 a {
	color: #2B2184;
}

.introduction h2 a:hover {
	text-decoration: none;
}
