/********** GENERAL **********/

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	}

body{
	background:#fff;
	}

img{
	border:none;
	margin:0;
	padding:0;
	}
	
.ed_button{
	background:#f0f0f0;
	font-size:10px;
	color:#272d24;
	border-bottom:1px #5a5a5a solid;
	border-right:1px #878787 solid;
	border-left:1px #dfdfdf solid;
	border-top:1px #dfdfdf solid;
	margin:3px 2px 2px 0;
	padding:0 2px 0 2px;
	}
	
div, img, input, a, li, p{
	behavior: url(/css/iepngfix.htc);
	}
	
/********** CONTENT **********/
	
div#wrap{
	width:926px;
	margin:0 auto;
	background:#fff;
	}
	
div#structure{
	margin:0 auto;
	width:926px;
	background:#fff;
	}
	
div#top{
	height:75px;
	}	
	
div#language{
	float:right;
	margin:10px 0 22px 0;
	padding:2px 0 2px 0;
	}
	
div#language ul li{
	float:left;
	height:8px;
	line-height:8px;
	*line-height:18px;
	}	

div#language ul li.spacer{
	padding:0 5px 0 5px;	
	}
	
div#language ul li a{
	font-size:9px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	}
	
div#language ul li a:hover{
	color:#666666;
	text-decoration:underline;
	}
			
div#logo{

	}
	
div#menu{
	margin-top:10px;
	}
	
div#menu li{
	float:left;
	height:14px;
	line-height:14px;
	}
	
div#menu li.spacer{
	padding:0 10px 0 10px;	
	}
	
div#menu li a{
	font-size:11px; 
	text-transform:uppercase;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	}	
	
div#menu li a:hover{
	text-decoration:underline;
	}
	
div#content{
	width:926px;	
	clear:both;
	}
	
div#featured_home{
	margin-bottom:6px;
	}
	
div#breadcrumb{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	text-transform:uppercase;
	padding:6px 0 6px 0;
	margin:0 0 9px 0;
	}
	
div#breadcrumb div{
	font-size:10px;
	}
	
div#breadcrumb a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	}
	
div#breadcrumb a:hover{
	text-decoration:underline;
	}	
	
div.column_home{
	width:166px;
	margin-right:24px;
	font-size:10px;
	color:#666666;
	float:left;
	}
	
div.column_home_search{
	width:166px;
	margin-right:0;
	font-size:10px;
	color:#666666;
	float:right;
	}
	
div.column_home p, div.column_home_search p{
	margin:9px 0 0 0;
	}

div.column_home a, div.column_home a:hover{
	font-size:10px;
	color:#993333;
	text-decoration:underline;
	font-weight:normal;
	}
	
div#footer{
	border-top:1px solid #808080;
	height:30px;
	padding:10px 0 10px 0;
	margin:11px 0 11px 0;
	}
	
div#footer p{
	font-size:11px;
	}
	
div#footer li{
	float:left;
	height:10px;
	line-height:10px;
	*line-height:16px;
	}
		
div#footer li.spacer{
	padding:0 4px 0 4px;	
	}
	
div#footer li a{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	}
	
div#footer li a:hover{
	text-decoration:underline;
	}
		
.clear_both{
	clear:both;
	}
	
.left{
	text-align:left;
	}
	
.right{
	text-align:right;
	}

.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}

.small{
	font-size:10px;
	}
	
.center{
	text-align:center;
	}
	
/************ FONTS ************/

.bold{
	font-weight:bold;
	}
	
.title_section, .title_section a:link, .title_section a:visited, .title_section a:hover, .title_section a:visited:hover{
	font-size:11px;
	font-weight:bold;
	color:#993333;
	text-transform:uppercase;
	}
	
p.title_section_box, p.title_section_box a:link, p.title_section_box a:visited, p.title_section_box a:hover, p.title_section_box a:visited:hover{
	font-size:11px;
	font-weight:bold;
	color:#933;
	text-transform:uppercase;
	text-decoration:none;
	}
	
.subtitle_section, .subtitle_section a:link, .subtitle_section a:visited, .subtitle_section a:hover, .subtitle_section a:visited:hover{
	font-size:10px;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
	}
	
.featured_text{
	font-size:18px;
	}
	
/************ LINKS ************/

/*a:link, a:visited{
	color:#993333;
	font-weight:bold;
	text-decoration:underline;
	}*/
	
a:hover, a:visited:hover{
	text-decoration:underline;
	}
	
a.tags:link, a.tags:visited{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	}
	
a.tags:hover, a.tags:visited:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	}

a.tags_1:link, a.tags_1:visited{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	}
	
a.tags_1:hover, a.tags_1:visited:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	font-size:14px;
	}
	
a.tags_2:link, a.tags_2:visited{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:18px;
	}
	
a.tags_2:hover, a.tags_2:visited:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	font-size:18px;
	}
	
a.tags_3:link, a.tags_3:visited{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:22px;
	}
	
a.tags_3:hover, a.tags_3:visited:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	font-size:22px;
	}

/********** 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 */