/*######## Common #########*/
body{
	margin:0px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	width:100%;
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/backgroundStripe.jpg);	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color:#e9e7d8;
}

.center{
	margin-left:auto;
	margin-right:auto;	
}

.bold{
	font-weight:900;
}

.pointer{
	cursor:pointer;
}

.defaultMouse{
	cursor:default;
}

.clearSides{
	clear:both;
}

.black{
	color:#424242;
}

.mainColor{
	color:#666666;
}

.noSelection{ 
	-moz-user-select:none; 
} 
