/**
 * Copyright: 2007-2014, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 

*/

/*
 =============
 === Boxes ===
 =============
*/

body
{
	background-color: #c0c0c0;
	color: #000000;
}

/* Encompasses the entire site */
.alpha-1
{
	background-position: center top;
					}

	/* Encompasses the header and navigation */
	.beta-1
	{
		
	}

		/* Header */
		.box1
		{
			
		}
			.box1 .inside
			{
				background-color: #fafafa;
			}
		
		/* Navigation */
		.box2
		{
			
		}
			.box2 .inside-wrapper
			{
				background-color: #fafafa;
			}
				.box2 .inside
				{
					background-image: url('https://sites.liftkit.click/images/c011063f/navigation-background.png');
					background-repeat: repeat-x;
				}
					.box2 .inside .container
					{
						
					}

	/* Encompasses the rest of the site */
	.beta-2
	{
		
	}

		/* Main body */
		.box3
		{
			
		}
			.box3 .inside
			{
				background-color: #fafafa;
			}

		/* Footer */
		.box4
		{
			
		}
			.box4 .inside
			{
				background-color: #fafafa;
			}
		
		/* Main content */
		.boxmain
		{
			
		}
			.boxmain .inside
			{
				background-color: #fafafa;
			}

/*
 =============
 === Links ===
 =============
*/
a
{
	text-decoration: none;
	border: 0;
}
a:link, a:visited
{
	color: #d20e15;
}
a:hover, a:active
{
	color: #888888;
}
.box4 a:hover, .box4 a:active
{
	color: #888888;
}

/*
 ===============
 === Special ===
 ===============
*/
.AV-backtotop-full
{
	background-image: url('https://sites.liftkit.click/images/c011063f/top.png');
	width: 43px;
	height: 24px;
}

/*
 ===============
 === Sprites ===
 ===============
*/
.sprite
{
	background-image: url('https://sites.liftkit.click/images/c011063f/sprites.png');
}
.sprite-inventory-list
{
	background-image: url('https://sites.liftkit.click/images/c011063f/sprites-inventory-list.png');
}
.sprite-inventory-view
{
	background-image: url('https://sites.liftkit.click/images/c011063f/sprites-inventory-view.png');
}
	.sprite-inventory-list-fr
	{
		background-image: url('https://sites.liftkit.click/images/c011063f/sprites-inventory-list-fr.png');
	}
	.sprite-inventory-view-fr
	{
		background-image: url('https://sites.liftkit.click/images/c011063f/sprites-inventory-view-fr.png');
	}
.sprite-inventory-hbacks
{
	background-image: url('https://sites.liftkit.click/images/c011063f/sprites-inventory-hbacks.png');
}

/*
 ===============
 === Buttons ===
 ===============
*/

/* Main button */
.button-readmore
{
	background-color: #d20e15 !important;
	background-image: -moz-linear-gradient(#e5202b, #d20e15) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5202b), to(#d20e15)) !important;
	background-image: -webkit-linear-gradient(#e5202b, #d20e15) !important;
	background-image: -o-linear-gradient(#e5202b, #d20e15) !important;
	background-image: -ms-linear-gradient(#e5202b, #d20e15) !important;
	background-image: linear-gradient(#e5202b, #d20e15) !important;
	color: #ffffff !important;
}

/* Main button, hovered */
.button-readmore:hover
{
	background: #606060;
	background: -moz-linear-gradient(#606060, #3e3e3e) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#3e3e3e)) !important;
	background: -webkit-linear-gradient(#606060, #3e3e3e) !important;
	background: -o-linear-gradient(#606060, #3e3e3e) !important;
	background: -ms-linear-gradient(#606060, #3e3e3e) !important;
	background: linear-gradient(#606060, #3e3e3e) !important;
	color: #ffffff !important;
}

/*
 ===================
 === WNavigation ===
 ===================
*/

/* The main navigation text, when NOT hovered or selected */
.AV-WNavigation-2 a
{
	color: #ffffff;
}

/* The main navigation text, when hovered or selected */
.AV-WNavigation-2 li:hover > a, .AV-WNavigation-2 li.current > a
{
	color: #ffffff;
}

/* The main navigation background, when hovered or selected */
.AV-WNavigation-2 > li:hover, .AV-WNavigation-2 > li.current
{
	background: #d20e15;
	background-image: -moz-linear-gradient(#e5202b,  #d20e15);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5202b), to(#d20e15));
	background-image: -webkit-linear-gradient(#e5202b, #d20e15);
	background-image: -o-linear-gradient(#e5202b, #d20e15);
	background-image: -ms-linear-gradient(#e5202b, #d20e15);
	background-image: linear-gradient(#e5202b, #d20e15);
}

/* Sub-navigation body */
.AV-WNavigation-2 ul
{
	border: 1px solid #282a2d;
	background-color: #606060;
	background: -moz-linear-gradient(#606060, #3e3e3e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#3e3e3e));
	background: -webkit-linear-gradient(#606060, #3e3e3e);    
	background: -o-linear-gradient(#606060, #3e3e3e);	
	background: -ms-linear-gradient(#606060, #3e3e3e);	
	background: linear-gradient(#606060, #3e3e3e);
}

/* Sub-navigations, when NOT hovered or selected */
.AV-WNavigation-2 ul a
{
	color: #ffffff;
}

/* Sub-navigations, when hovered or selected */
.AV-WNavigation-2 ul a:hover, .AV-WNavigation-2 ul a.current
{
	color: #ffffff;
	background: #d20e15;
	background-image: -moz-linear-gradient(#e5202b,  #d20e15);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5202b), to(#d20e15));
	background-image: -webkit-linear-gradient(#e5202b, #d20e15);
	background-image: -o-linear-gradient(#e5202b, #d20e15);
	background-image: -ms-linear-gradient(#e5202b, #d20e15);
	background-image: linear-gradient(#e5202b, #d20e15);
}

/*
 ================
 === Featured ===
 ================
*/
.AV-WFeatured-6 .featured-vehicle .featured-inside .title span
{
	color: #d20e15;
}
.AV-WFeatured-6 .bx-pager a.pager-active
{
	background: none repeat scroll 0 0 #d20e15;
}