/*==========================================================================

	Template Elements Stylesheet
	____________________________________________________________

	Client:		ETMS
	Date:		23rd August 2012
	Author:		Edge Marketing Solutions
	Website:	www.etms.com.au
	Version:	3.2

===========================================================================*/

	/* [Universal Styles] */

	.wrapper
	{
		float: left;
		width: 100%;
		clear: both;
		padding: 20px 0;

		border-top: 1px dashed #DC460B;
		border-bottom: 1px dashed #DC460B;
	}

/*=========================================================================*/

	/* [Template Homepage Styles] */

	.title-homepage
	{
		float: left;
		width: 519px;
		height: 232px;

		background-image: url(../images/bg-title-homepage.png);
		background-repeat: no-repeat;
	}

		.title-homepage h1
		{
			margin: 0;
			padding: 0 0 0 25px;
			text-align: left;
		}

	.body-homepage
	{
		float: right;
		width: 370px;
	}

/*=========================================================================*/

	/* [Template Subpage Styles] */

	#default .features
	{
		border-top: 15px solid #CB511D;
		background-color: #CB511D;
	}

	#default .features .item
	{
		border-top: 1px dashed #F09D79;
	}

/*=========================================================================*/

	/* [Template Header Styles] */

	#header .search-form
	{
		float: right;
		position: relative;
		width: 348px;
	}

		#header .search-form form
		{
			float: right;
		}

		#header .search-form label
		{
			position: absolute;
			top: 5px;
			left: 8px;
		}

		#header .search-form input.input-search
		{
			padding: 6px 4px 6px 4px;
			width: 258px;
			height: 16px;
			float: left;
			margin: 0;

			background-color: #ffffff;
			border: none;

			color: #5F5252;
		}

		#header .search-form input.btn-search
		{
			width: 44px;
			height: 28px;
			margin:0;
			float: right;

			background-color: #CCC1C0;
			border: none;

			color: #ffffff;

			cursor: pointer;
		}

		#header .search-form input.btn-search:hover
		{
			background-color: #9F8C8A;
		}

	.h-statement
	{
		float: left;
		margin: 62px 0 0 50px;

		font-size: 30px;
		color: #ffffff;
		font-weight: 100;
	}

		.h-statement strong
		{
			font-weight: 500;
		}

	.h-contacts
	{
		float: right;
		clear: right;
		margin: 40px 26px 0 0;

		font-size: 26px;
		color: #DC460B;
		text-align: right;
	}

		.h-contacts strong
		{
			font-weight: 500;
			color: #000000;
		}

		.h-contacts a:link,
		.h-contacts a:visited
		{
			font-size: 16px;
			color: #9A8887;
			text-decoration: none;
		}

		.h-contacts a:hover
		{
			color: #9F8C8A;
			text-decoration: underline;
		}

	a.h-logo
	{
		display: block;
		float: left;
		width: 307px;
		height: 121px;
		clear: left;

		background-image: url(../images/logo-etms-large.png);
		background-repeat: no-repeat;

		text-indent: -3000px;
		letter-spacing: -2999px;
		text-decoration: none;
	}

	#header .wrapper
	{
		width: 927px;
		float: left;
		margin: 34px 0 0 56px;
	}

/*=========================================================================*/

	/* [Template Feature Banner Styles] */

	.features
	{
		float: left;
		width: 100%;
	}

		.features .item
		{
			float: left;
			width: 309px;
			height: 111px;

			background-repeat: no-repeat;
		}

			.features .style1
			{
				background-image: url(../images/bg-feature-orange.png);
			}

			.features .style1-subpage
			{
				background-image: url(../images/bg-feature-orange-subpage.png);
			}

			.features .style2
			{
				background-image: url(../images/bg-feature-black.png);
			}

		.features .item h2
		{
			margin: 14px 0 0 20px;

			color: #ffffff;
			font-size: 26px;
			font-weight: 100;
		}

			.features .item h2 strong
			{
				color: #DC460B;
				font-weight: 500;
			}

				.features .style1 h2 strong
				{
					color: #000000;
				}

		.features .item a:link,
		.features .item a:visited
		{
			color: #ffffff;
			text-decoration: none;
		}

	.features .item p
	{
		display: block;
		float: left;
		margin: 23px 0 0 20px;

		font-size: 14px;
	}

/*=========================================================================*/

	/* [Template Subnavivation Styles] */

	.subnav
	{
		width: 100%;
		padding: 60px 0 25px 0;

		background-image: url(../images/bg-feature-orange-arrow.png);
		background-repeat: no-repeat;
		background-color: #ECE6E5;
	}

		.subnav ul
		{
			margin: 10px 0 0 24px;
			padding: 0;
			width: 260px;

			border-top: 1px dashed #999999;
			list-style-type: none;
		}

			.subnav ul li
			{
				background-image: url(../images/bg-subnav-hover.png);
				background-repeat: no-repeat;
				background-position: 15px 9px;
				border-bottom: 1px dashed #999999;
			}

			.subnav ul li:hover,
			.subnav ul li.active
			{
				background-position: 15px -101px;
			}

			.subnav ul li a:link,
			.subnav ul li a:visited
			{
				display: block;
				padding: 10px 0 10px 40px;

				color: #000000;
				font-size: 14px;
				text-decoration: none;
			}

			.subnav ul li a:hover
			{
				color: #CB511D;
			}

/*=========================================================================*/

	/* [Template Cart Styles] */

	.cart
	{
		margin: 20px 0;
		border: 1px dashed #D0C1BF;

		font-size: 14px;
	}

		.cart h2
		{
			margin: 0 0 10px 0;

			font-size: 26px;
			color: #000000;
			font-weight: normal;
		}

			.cart h2 strong
			{
				color: #CB511D;
				font-weight: 500;
			}

		.cart a:link,
		.cart a:visited
		{
			color: #CB511D;
		}

/*=========================================================================*/

	/* [Template Breadcrumb Styles] */

	.breadcrumbs
	{
		width: 590px;
		float: left;
		padding: 26px 0 26px 28px;

		border-bottom: 1px dashed #999999;

		color: #B09F9F;
		font-size: 11px;
	}

		.breadcrumbs a:link,
		.breadcrumbs a:visited
		{
			color: #B09F9F;
		}

/*=========================================================================*/

	/* [Template Listing Styles] */

	.product
	{
		float: left;
		width: 255px;
		height: 368px;
		display: block;
		overflow: hidden;
		padding: 20px 30px 20px 0;

		border-bottom: 1px dashed #D04A11;
		border-right: 1px dashed #D04A11;
	}

		.product-even
		{
			padding: 20px 0 20px 30px;

			border-right: none;
		}

		.product h2
		{
			margin: 0 0 10px;

			font-size: 22px;
			color: #D04A11;
			font-weight: 100;
			overflow: hidden;
		}

			.product h2 a:link,
			.product h2 a:visited
			{
				color: #D04A11;
				text-decoration: none;
			}

			.product h2 a:hover
			{
				color: #000000;
			}

		.product h3
		{
			margin: 0 0 10px 0;

			font-size: 15px;
			color: #D04A11;
			font-weight: 500;
		}

		.product .thumbnail
		{
			width: 255px;
			height: 181px;

			padding: 10px 0 15px;
		}

		.product ul
		{
			padding: 0 0 0 13px;
		}

		p.extract
		{
			height: 60px;
			max-height: 200px;
			overflow: hidden;
			display: block;
		}

		a.product-btn:link,
		a.product-btn:visited
		{
			padding: 10px 10px;
			margin: 0 5px 0 0;
			float: left;

			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;

			font-size: 13px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}

	.download
	{
		float: left;
		width: 255px;
		height: 420px;
		display: block;
		overflow: hidden;
		padding: 20px 30px 20px 0;

		border-bottom: 1px dashed #D04A11;
		border-right: 1px dashed #D04A11;
	}

		.download-even
		{
			padding: 20px 0 20px 30px;

			border-right: none;
		}

		.download h2
		{
			margin: 0 0 10px;

			font-size: 15px;
			color: #D04A11;
			font-weight: 100;
			overflow: hidden;

			text-align: center;
		}

			.download h2 a:link,
			.download h2 a:visited
			{
				color: #D04A11;
				text-decoration: none;
				line-height: 1.2em;
			}

			.download h2 a:hover
			{
				color: #000000;
			}

		.download h3
		{
			margin: 0 0 10px 0;

			font-size: 15px;
			color: #D04A11;
			font-weight: 500;
		}

		.download .thumbnail
		{
			width: 255px;
			height: 318px;

			padding: 10px 0 15px 10px;
		}

		.download-cover
		{
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;

			border: solid 1px #ccc;
		}

		a.download-btn:link,
		a.download-btn:visited
		{
			padding: 10px 10px;
			margin: 0 0 0 45px;
			float: left;

			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;

			font-size: 13px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}

			a.btnInfo:link,
			a.btnInfo:visited
			{
				background-color: #666666;
			}

			a.btnInfo:hover
			{
				background-color: #414141;
			}

			a.btnQuote:link,
			a.btnQuote:visited
			{
				background-color: #CB511D;
			}

			a.btnQuote:hover
			{
				background-color: #813312;
			}

/*=========================================================================*/

	/* [Template News Styles] */

	.article
	{
		float: left;
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;

		border-bottom: 1px dashed #999999;
	}

		.article h2
		{
			margin: 0;
		}

		.article .article-details
		{
			float: left;
			width: 100%;
			margin: 0 0 10px 0;
		}

		.article .blog-image
		{
			float: left;
			width: 100%;
		}

		.article .blog-image .feature-image
		{
			float: left;
			width: 245px;
		}

		.article .blog-image .abstract
		{
			float: right;
			width: 320px;
			margin: 25px 0 0 0;
		}
/*=========================================================================*/
	/* [Template Gallery  Styles] */
	ul.search_results
{
	margin: 0;
	padding: 0;
		list-style-type: none;
}
		ul.search_results li
	{
		margin: 0 0 20px 0;
		padding: 15px;
			border: 1px solid #cccccc;
	}

/*=========================================================================*/

	/* [Template Gallery  Styles] */

	.gallery-group
	{
		float: left;
		width: 100%;
		clear: both;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;

		border-bottom: 1px dashed #999999;
	}

		a.gallery-thumbnail
		{
			display: block;
			float: left;
			margin: 0 5px 5px 0;
			width: 100px;
			height: 75px;
		}

		a.gallery-thumbnail img
		{
			width: 100px;
			height: 75px;
		}

/*=========================================================================*/

	/* [Template Footer Styles] */

	#footer div
	{
		position: absolute;
		top: 55px;
	}

	.f-contacts
	{
		left: 27px;
		width: 440px;

		line-height: 1.4em;
	}

		.f-contacts dl.half
		{
			margin: 0;
		}

		.f-contacts dl.half dt
		{
			margin: 0;
			padding: 0;
		}

		.f-contacts dl.half dd
		{
			margin: 0;
			padding: 0;
		}

	.f-navigation
	{
		right: 26px;
	}

		.f-navigation ul
		{
			float: left;
			margin: 0 0 0 50px;
			padding: 0;

			list-style-type: none;
		}

		.f-navigation ul li
		{
			line-height: 1.4em;
		}

		.f-navigation ul li a:link,
		.f-navigation ul li a:visited
		{
			color: #615354;
			text-decoration: none;
		}

		.f-navigation ul li a:hover
		{
			color: #CB511D;
			text-decoration: underline;
		}

/*=========================================================================*/

	/* [Slider Styles] */

	#slider
	{
		width: 927px;
		height: 411px;
		float: left;
		position: relative;
	}

	.slider-wrapper
	{
		float: left;
		width: 927px;
		height: 411px;
		position: relative;
		margin: 0 0;
	}

	.theme-default .nivoSlider
	{
		position:relative;
		background:#fff url(../images/slider-loading.gif) no-repeat 50% 50%;
		margin-bottom:50px;
	}

	.theme-default .nivoSlider img
	{
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}

	.theme-default .nivoSlider a
	{
		border:0;
		display: block;
	}

	.theme-default .nivo-controlNav
	{
		position:absolute;
		left:50%;
		margin-left:-80px; /* Tweak this to center bullets */
		bottom: 0;
	}

	.theme-default .nivo-controlNav a
	{
		display:block;
		width:22px;
		height:22px;
		background:url(../images/slider-bullets.png) no-repeat;
		text-indent:-9999px;
		border:0;
		margin-right:3px;
		float:left;
	}

	.theme-default .nivo-controlNav a.active
	{
		background-position:0 -22px;
	}

	.theme-default .nivo-directionNav a
	{
		display:block;
		width:30px;
		height:30px;
		background:url(../images/slider-arrows.png) no-repeat;
		text-indent:-9999px;
		border:0;
	}

	.theme-default a.nivo-nextNav
	{
		background-position:-30px 0;
		right:15px;
	}

	.theme-default a.nivo-prevNav
	{
		left:15px;
	}

	.theme-default .nivo-caption
	{
		font-family: Helvetica, Arial, sans-serif;
	}

	.theme-default .nivo-caption a
	{
		color:#fff;
		border-bottom:1px dotted #fff;
	}

	.theme-default .nivo-caption a:hover
	{
		color:#fff;
	}

	/*===== Table in Contents =====*/
	.lvhpage td {
    padding: 5px;
    border: 1px solid !important;
}
.lvhpage tbody {
    text-align: center !important;
}
