
/*--- Reset ---*/
@import "yui-reset.css";
@import "fonts.css";

/*--- General settings ---*/
body {font-family:Century Gothic; font-size:62.5%; color:white; background:url("../images/bkg-fade.png") repeat-x scroll center bottom #DF701E;}
#container {width:1000px; margin:0 auto;}
a {color:white; text-decoration:none;}
h1 {font-size:2.4em; margin-bottom:10px; text-transform:uppercase;}
h2 {font-size:1.8em; margin-bottom:8px;}
p {font-size:1.6em; line-height:1.1em; word-spacing:1px;}

/*--- Header settings ---*/
#header {position:relative; height:240px; position:relative;}
#logotype {display:block; width:349px; height:124px; margin:0 auto; padding-top:20px;}
#arrow {position:absolute; right:16px; top:20px;}
#menu {bottom:0; left:220px; position:absolute; text-transform:uppercase;}
	#menu li {float:left; margin-left:40px;}
	#menu li.active {background:url("../images/menu-active.png") no-repeat scroll center top transparent;}
	#menu li.first {margin:0;}
		#menu li a {display:block; font-size:2.2em; font-weight:bold; margin-top:40px;}
		#menu li.active a {color:black;}
		
/*--- Content settings ---*/
#content {margin:60px 218px;}
ul.list li {font-size:2.4em; margin-bottom:20px; text-transform:uppercase;}
li.odd a {color:black;}

/*--- Footer settings ---*/
#footer {height:200px; width:100%;}
	#footer img {float:left;}
	#footer p {font-size:2em; margin:0 auto; padding-top:100px; width:400px; text-transform:uppercase;}
