/********** GENERAL **********/

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
	
/********** CONTENT **********/
	
div#container{
	width:640px;
	clear:both;
	}
	
div#footer{ 
	padding:20px 0; 
	width:600px;
	clear:both; 
	margin:0 20px;
	}
	
div#footer div{
	font-size:11px;
	line-height:1.5em;
	}
	
div#footer div strong{
	font-size:11px;
	text-transform:uppercase;
	}

div#structure{
	width:640px;
	clear:both;
	margin:0 auto;
	}
	
.clear_both{
	clear:both;
	}
	
.fix_vertical {
	display:inline-block;
	vertical-align:middle;
	border-left:1px;
	}
	
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}
	
.margin_top_10{
	margin:10px 0 0 0;
	}
	
/************ FONTS ************/

.bold{
	font-weight:bold;
	}
	
p#breadcrumb{
	margin:0 0 30px 0;
	font-size:11px;
	color:#333;
	}
	
.text_upper{
	text-transform:uppercase;
	}
	
.text_upper_bigger{
	text-transform:uppercase;
	font-size:14px;
	}
	
.bigger{
	font-size:14px;
	}
	
.title_box{
	font-size:18px;
	}

.title_large{
	font-size:22px;
	color:#444;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.title_large_2{
	font-size:19px;
	color:#444;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.title_medium{
	font-size:16px;
	}
	
.title_small{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	}
	
/*********** TABLES ***********/

td.title_space{
	font-weight:bold;
	background:#eee;
	padding:20px 0 19px 0;
	}
	
td.cell_space{
	padding:15px 0;
	border-top:1px #eee solid;
	}

/********** CLEARFIX **********/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* End hide from IE-mac */