
html { min-height:100%; position:relative; }
body { font-family:"open sans", sans-serif; font-size:14px; margin:0; color:#555; }

#top-bar { background-color:#f5f5f5; padding:5px 0; }
	#top-bar a { font-size:12px; color:#999; }

#header { padding:30px 0; }
	#header-left { float:left; width:25%; }
	#header-right { float:right; width:75%; text-align:right; }
		#header-right .nav { padding:5px 0 0 0; }
			#header-right .nav a { display:inline-block; padding:10px 30px; }

#banner { height:340px; background-color:#BB7778; /*#82B4B5*/ /*#d6d9c0*/ background-image:url('../images/fifsoft_bg3.jpg'); background-repeat:no-repeat; background-position:center; 
	/*box-shadow:0 0 5px #ccc;*/ border-top:1px solid #bbb; border-bottom:1px solid #bbb; }

#body { padding:30px 0 230px 0; }

#footer { position:absolute; bottom:0; height:200px; background-color:#444; width:100%; color:#ccc; padding:20px 0; font-size:13px; }
	#footer a { color:#eee; }
	#footer #footer-inner { }
		#footer #footer-inner ul { margin:0; padding:0; list-style:none; }
			#footer #footer-inner ul li.first a { color:#d55; }

.clear { clear:both; }
a { text-decoration:none; color:#b33; }
a:active, a:focus, a:hover { color:#d55; text-decoration:none; }

body.section-games #banner { background-color:#B8C599; background-image:url('../images/fifsoft_bg4.jpg'); } 
body.section-games a { text-decoration:none; color:#7F993A; }
body.section-games a:active, body.section-games  a:focus, body.section-games a:hover { color:#9EB759; text-decoration:none; }
body.section-games #footer #footer-inner ul li.first a { color:#A6C653; }

body.section-art #banner { background-color:#999999; background-image:url('../images/fifsoft_bg5.jpg'); } 
body.section-art a { text-decoration:none; color:#777; }
body.section-art a:active, body.section-art  a:focus, body.section-art a:hover { color:#999; text-decoration:none; }
body.section-art #footer #footer-inner ul li.first a { color:#999; }

body.section-apps #banner { background-color:#CFD3DC; background-image:url('../images/fifsoft_bg6.jpg'); } 
body.section-apps a { text-decoration:none; color:#7fa3cb; }
body.section-apps a:active, body.section-apps  a:focus, body.section-apps a:hover { color:#7cb1ed; text-decoration:none; }
body.section-apps #footer #footer-inner ul li.first a { color:#7cb1ed; }

#header .nav a { color:#333; }
#header .nav a:hover { color:#777; }


h1,h2,h3 { margin:0; padding:0; font-family:"open sans",sans-serif; }
h1 { font-size:36px; }
h2 { font-size:24px; }
body.home h1 { font-size:24px; }

hr { height:0; border:none; border-bottom:1px solid #ccc; margin:10px 0; padding:0; }

