/* Gloabl settings */

html {
	margin:0px;
	padding:0px;
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;}

body {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;}
	
a { color:#666666; text-decoration:none;}

a:hover { color:#4a153b;}

hr {
	color:#8e7f87;
	height:3px;
	border-top:2px solid #CCCCCC;}

/* No borders on layout images */
img { border: 0; }

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.clearfix
{
    zoom: 1;
}