@import "reset.css";

html {
	position:relative;
	margin:0px;
	padding:0px;
	height:100%;
	overflow:auto;
}

body 	{
  position:relative;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:0px;
	background-color:#272727;
	line-height:1.2;
	height:100%;
	}
  
ul {
  padding-left:30px;
}

h1 {
  font-size:1.3em;
  text-transform:uppercase;
  font-weight:bold;
  color:#222;
	}
h2 {
	}
h3 {
	}
h4 {
	}


/* H1 REPLACE
------------------------------*/
h1 {
	}

/* LAYOUT
------------------------------*/
#all {
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:0px;
  margin-top:20px;
}

#all #uhead {
	position:relative;
	width:970px;
  height:123px;
	margin:0px;
	padding:15px 15px 0px 15px;
  background: url(../gfx/bg_hd.png) no-repeat; 
}

#all #canvas {
	position:relative;
	width:970px;
	margin:0px;
	padding:0px 15px;
  background: url(../gfx/bg_md.png) repeat-y; 
}

#all #canvas #body {
	position:relative;
  color:#000;
  font-size:1.2em;
	width:810px;
	margin:0px;
	padding:35px 80px;
  text-align:justify;
}

#all #canvas #body img.ill {
	position:relative;
  float:right;
	padding:0px;
  padding-left:40px;
  padding-bottom:50px;
}

#all #ufoot {
	position:relative;
	width:970px;
  height:101px;
	margin:0px;
	padding:11px 15px 21px 15px;
  background: url(../gfx/bg_ft.png) no-repeat; 
}

#all #ufoot #body {
	position:relative;
  color:#75b828;
  font-size:1.2em;
  line-height:1.3;
	width:810px;
  height:61px;
	margin:0px;
	padding:20px 80px;
  background: url(../gfx/ft_bg.png) repeat-x; 
}

#all #ufoot #body #copyr {
	position:absolute;
  color:#666;
  font-size:0.8em;
	width:100px;
  left:810px;
  top:60px;
}

#all #ufoot #body #copyr a {
  color:#666;
  text-decoration:none;
}

#all #ufoot #body a {
	color:#DDD;
  text-decoration:none; 
}

#all #ufoot #body a:hover {
	color:#FFF;
  text-decoration:none; 
}

#all #canvas ul#topmenu {
	position:relative;    
	display:block;
  float:left;
	margin:0px;
	padding:0px;
  padding-left:35px;
  width:690px;
  height:26px;
	list-style:none;
	list-style-type:none;
	text-align:center;
  background: url(../gfx/mm_bg.png) repeat-x; 
}

#all #canvas ul#topmenu li {  
	display:inline;         
}

#all #canvas ul#topmenu li.separator {  
	display:inline-block;
  float:left;
  width:5px;
  height:20px;
  margin:3px 20px;    
  background: url(../gfx/mm_sep.png) no-repeat;      
}



#all #canvas ul#topmenu li.wide {  
	display:inline-block;
  float:left;
  width:330px;
  height:20px;      
}

#all #canvas ul#topmenu li.wideen {  
	display:inline-block;
  float:left;
  width:290px;
  height:20px;      
}

#all #canvas ul#topmenu li a {
	clear:right;
	float:left;    
	display:inline-block;
	height:19px;
  color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	padding:3px 0px 4px 0px;
	margin:0px;
	text-align:center;
}

#all #canvas ul#topmenu li a:hover,
#all #canvas ul#topmenu li a:focus {
	color:#CCCCCC;
	text-decoration:none;
	}

#all #canvas ul#topmenu2 {
	position:relative;    
	display:block;
  float:right;
	margin:0px;
	padding:0px;
  padding-right:35px;
  width:210px;
  height:26px;
	list-style:none;
	list-style-type:none;
	text-align:center;
  background: url(../gfx/mm_bg.png) repeat-x; 
}

#all #canvas ul#topmenu2 li {  
	display:inline;         
}

#all #canvas ul#topmenu2 li.separator {  
	display:inline-block;
  float:right;
  width:5px;
  height:20px;
  margin:3px 20px;    
  background: url(../gfx/mm_sep.png) no-repeat;      
}

#all #canvas ul#topmenu2 li a {
	clear:left;
	float:right;    
	display:inline-block;
	height:19px;
  color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	padding:3px 0px 4px 0px;
	margin:0px;
	text-align:center;
}

#all #canvas ul#topmenu2 li a:hover,
#all #canvas ul#topmenu2 li a:focus {
	color:#CCCCCC;
	text-decoration:none;
	}



br.cleaner {
	clear:both;
}

	
