 /*   
Name: Eireka
Description: Specialising in Construction, Agricultural, Mining and Forestry Equipment Sales 
Author URI: http://www.eireka.com.au
Version: 1.0
Tags: Trucks, contruction, agricultural, mining, telehandlers, excavators, backhoes, loaders, skidteers, tractors
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* 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, 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%;
	}

	ul {list-style:none;}
	
/* Base
-------------------------------------------------------------- */

body {
	background: #FFF url(i/bodybg.jpg) repeat-x;
	margin: 0;
	text-align: center;
	max-width:100%;
	clear:both;
}

#pagewrap {
	/*background:#e6e6e6 url(i/centerbg.png) top repeat-x;*/
	width: 978px;
	max-width: 96%;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
}


/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	background: #eee;
	float: left;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

/************************************************************************************
HEADER
*************************************************************************************/

.logo{
	border-bottom: 1px #137100 solid;
	border-left: 1px #137100 solid;
	float:left;
	position:relative;
}
.logo img {
	max-width:100%;
	height:auto;
	margin: 0 0;
}
.topmenu {
	text-align:right;
	min-height:50px;
	background:#fff url(i/headertopbg.png) repeat-x bottom;
	padding:27px 15px 0;
}
.topmenu a {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#6f6f6f;
	text-decoration:none;
}
.topmenu a:hover {
	color:#999;
	text-decoration:underline;
}
.subtitle {
	background:#006600;
	line-height:40px;
}
.headerslogan{
	font:12px Tahoma, Geneva, sans-serif;
	color:#fff;
	line-height:40px;
	padding-right:10px;
	text-align:left;
}
.topcontact{
	font:bold 14px Tahoma, Geneva, sans-serif;
	color:#ffff00;
	padding-left:10px;
	text-align:right;
}
.leftmenu {
	font:12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	line-height:27px;
	background:#299913;
	padding: 10px 0 0 0;
	margin: 0 0;
	text-align:left;
	box-shadow: 0px 0px 5px 1px #0fcd37;
	border: 1px #157103 solid;
}


.leftmenu ul{
	display: inline;
	text-decoration:none;
	}
	
.leftmenu ul a{
	background: url(i/bullet.png) no-repeat;
	color: #fff;
	text-decoration:none;
	padding-left:35px;
	display:block;
	border-bottom:1px #238010 solid;
	border-top:1px #4aaa36 solid;
	}
	
.leftmenu a:hover{
	color: #a6da1d;
	text-decoration:none;
	}
	
.enquire {
	margin:10px;
	background:#6baf00 url(i/enquirebuttbg.png) top repeat-x;
	border-radius: 10px;
	text-align:center;
	padding:3%;
}

/***************************************************************
Content
****************************************************************/
.sliderplcr {
	background: url(i/sliderbg.png) top repeat-x;
	width:709px;
	height:397px;
	padding:17px;
	padding-bottom:0;
	position:relative;
}

.headerplcr {
	background: url(i/sliderbg.png) top repeat-x;
	width:709px;
	padding:17px;
	position:relative;
	overflow:hidden;
}

.headerplcr_cream {
	background: url(i/sliderbg_cream.png) top repeat-x;
	width:709px;
	padding:17px;
	position:relative;
	overflow:hidden;
}

.slider {
	width:707px;
	height:394px;
	margin:auto;
	border:1px #FFFFFF solid;
}

.slider img {
	max-width:100%;
	height:auto;
	margin: 0 0;
}

.content {
		background: url(i/contentbg.png) center repeat-y;
		width: 742px;
		text-align:center;
		float:left;
		display:block;
		overflow:auto;
}

.content_cream {
		background: url(i/contentbg_cream.png) center repeat-y;
		width: 743px;
		text-align:center;
		float:left;
		display:block;
		overflow:auto;
}

.product {
	width:709px;
	min-height:340px;
	margin:auto 17px;
	padding-top:10px;
	float:left;
}

.content2 {
	background:#FFF;
	width:709px;
	min-height:340px;
	margin:auto 17px;
	padding-top:15px;
	box-shadow: 0px 0px 3px 1px #d3d3d3;
	float:left;
	overflow: auto !important;
}

.contentinside2 {
	background:#FFF;
	width:709px;
	min-height:340px;
	padding-top:15px;
	box-shadow: 0px 0px 3px 1px #d3d3d3;
	float:left;
	overflow: auto !important;
}

.contentinside3 {
	background:#FFF;
	width:709px;
	height:100px;
	padding-top:15px;
	box-shadow: 0px 0px 3px 1px #d3d3d3;
	float:left;
	overflow: hidden;
}

.maincontent {
	background:#FFF;
	width:669px;
	font: 13px Tahoma, Geneva, sans-serif;
	color:#7f7f7f;
	line-height:18px;
	margin:15px 17px;
	padding:20px;	
	text-align:left;
	float:left
}

.maincontent img {
	margin:0 0 20px 20px;
}

.thumb {
	width:114px;
	margin:0 0 13px 3px;
	float:left;
	font: 14px  Tahoma, Geneva, sans-serif;
	line-height:25px;

}

.content_tn {
	width:219px;
	margin:0 0 13px 13px;
	float:left;
	font: 14px  Tahoma, Geneva, sans-serif;
	line-height:25px;

}

.content_tn img {
		border: double 1px #FFF;
		outline: solid 1px #e0e0e0;	
}

.product_tn {
	background:#FFF url(i/productdescbgdark.png) top repeat-x;
	width:217px;
	height:210px;
	margin:0 4px 12px 3px;
	padding:0 5px 6px 5px;
	float:left;
	font: 14px  Tahoma, Geneva, sans-serif;
	line-height:25px;
	border:1px #bbb solid;
	text-align:left;
	position:relative;
}

.product_tn img {
		margin-top:7px;
		border: double 1px #FFF;
		outline: solid 1px #bbb;	
}

.pagetitle {
	font:bold 24px Tahoma, Geneva, sans-serif;
	color:#090;
	text-align:center;
	padding:0 12px 7px 0;
}

.productdesc {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-align:center;
	padding:5px;
	line-height:15px;
}

.productdesc_large {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ececec;
	text-align:center;
	padding:5px;
	line-height:15px;
}

.img1 {
	margin-top:10px;
	float:left;
	width:490px;
}
.img1 img {
	float:right;
}
	
.content1 {
	margin-top:10px;
	padding:0 30px 0 0;
	width:420px;
	float:right;
	text-align:left;
}
