body 
{
	font-weight: normal; 
	font-size: 12px; 
	padding: 0px;
	margin: 0px; 
	color: #000; 
	background-color: #333;
	font-family: verdana,arial, helvetica, sans-serif;
}

img 
{ 
	border: 0;
}

a
{
	text-decoration: none;
	color: #096998;
	outline: none;
}

a:hover
{
	text-decoration: none;
	color: #cc0000;
}

#page 
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 880px;
}

#background
{
	
	position: absolute;
	top: 0;
	left: 0;
	margin: auto; 
	padding: 0;
	width: 100%;
	min-width: 880px;
	/*background: url(http://www.livesockets.com/wholesale/assets/background.jpg) #737373 repeat-x;*/
}

#contentHolder
{
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

/*******Begin Header********/
#header
{
	position: relative;
	float: left;
	height: 103px;
	width: 100%;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 10px;
}

#accountLinks
{
	position: absolute;
	top: 5px;
	left: 374px;
	color: #bbb;
}

	#accountLinks a
	{
		color: #bbb;
	}
	
	#accountLinks a:hover
	{
		color: #fff;
	}

#shoppingCart
{
	position: absolute;
	top: 44px;
	left: 645px;
	color: #fff;
}
	#shoppingCart a
	{
		font-weight: bold;
		color: #C2A42C;
	}
	
	#shoppingCart a:hover
	{
		font-weight: bold;
		color: #ffcc00;
	}
	
	#buttonCart
	{
		/*background: transparent url(http://www.247motoring.com/shop/assets/transparentButton.png) no-repeat;*/
		width: 180px;
		height: 22px;
		margin-top: 7px;
	}
	
	#buttonCartText
	{
		padding-top: 2px;
		text-align: center;
		/*width: 147px;*/
	}

/*******End Header********/

.navbar
{
	position: relative;
	float: left;
	height: 32px;
	width: 100%;
	color: #fff;
	background: url(http://www.247motoring.com/shop/assets/headerBackground.jpg) repeat-x;
	font-weight: bold;
}

	.navbarText
	{
		position: relative;
		float: left;
		padding-top: 7px;
		padding-left: 10px;
	}
	
	#navbarPhone
	{
		position: absolute;
		top: 6px;
		left: 146px;
		font-weight: normal;
	}
	
	#navbarSearch
	{
		position: absolute;
		top: 6px;
		left: 694px;
	}
	
	#navbarLinks
	{
		position: absolute;
		top: 3px;
		left: 371px;
	}

#main
{
	position: relative;
	float: left;
	width: 100%;
}

	#mainPromo
	{
		position: relative;
		float: left;
		width: 100%;
	}
	
	#mainLeft
	{
		position: relative;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		width: 300px;
		display: inline;
	}
	
	#mainRight
	{
		position: relative;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		width: 550px;
		display: inline;
		background: #fff;
		border: 2px solid #000;
	}

.menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li
{
	padding: 5px 5px 5px 10px;
	width: 285px;
	background: transparent url(http://www.247motoring.com/shop/assets/transparentBackground_white.png) repeat;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.menu ul li.subMenu
{
	/*padding: 5px 5px 5px 30px;
	width: 265px;*/
	background: transparent url(http://www.247motoring.com/shop/assets/transparentBackground.png) repeat;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.menu ul li a
{
	color: #ccc;
	text-decoration: none;
}

.menu ul li.subMenu a
{
	display: block;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}

.menu ul li.subMenu a:hover
{
	color: #fff;
	text-decoration: none;
}

/*********Begin Footer********/
#footer
{
	position: relative;
	float: left;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	width: 100%;
	background: transparent url(http://www.247motoring.com/shop/assets/transparentBackground.png) repeat;
	line-height: 14px;
	height: 60px;
}

#footer a
{
	font-size: 10px;
	font-weight: bold;
}

/*********End Footer********/

#productHolder
{
	float: left;
	position: relative;
	margin: 20px 0 0 5px;
}
	
	.product
	{
		float: left;
		position: relative;
		width: 150px;
		margin-left: 20px;
		padding-bottom: 20px;
		font-size: 11px;
		display: inline;
	}
	
	.productImage
	{
		padding-bottom: 5px;
	}
	
	.price
	{
		font-weight: bold;
		color: #ff0000;
	}

/*********Begin Generic Divs********/
.genericFloat
{
	position: relative;
	float: left;
}

.genericRow
{
	position: relative;
	float: left;
	width: 100%;
}

.spacer
{
	width: 100%;
	position: relative;
	float: left;
	height: 10px;
}
/*********End Generic Divs********/

.errorMessage
{
	color: #ff0000;
}

.displayPrice
{
	color: #ff0000;
}

.displayPriceOff
{
	color: #999;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(http://www.247motoring.com/shop/assets/transparentBackground.png) repeat;
	display: none;

}

#overlayProduct
{
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	background: #fff;
	height: 50%;
	overflow: auto;
}

.clear {
   clear: both;
} 

.headline
{
	font-weight: bold;
	font-size: 17px;
}