@charset "UTF-8";
@import "/css/reset.css";

/* CSS Document */

/*
	----------------------------
	HTML SELECTORS
	____________________________
*/

body {background-image:url('../media/layout/bkgfazio-page.jpg'); background-repeat:no-repeat; background-attachment:fixed; background-position:center top; font:12px/20px Arial, Helvetica, sans-serif; color:#333; }
img{border: 0px;}
a{color: #579bdc; text-decoration: none;}



/*
	----------------------------
	LAYOUT
	____________________________
*/

#wrapper { width:980px; margin: 20px auto; }

#header {height: 154px; background: url('../media/layout/header-bg.png') no-repeat; position: relative;}
	#logo{width: 343px; height: 99px; position: absolute; left: 20px; top: 10px;}
	
	#top-right{float: right;margin-top: 15px;}
	#top-right img{margin-top: -10px;}
	#entry-btn{height: 102px; position: absolute; right: 0px; bottom: 0px;}

#main {padding: 40px 0px 0px 40px;}
	
	.homepageBox{width: 425px; float: left; margin-right: 40px;margin-bottom: 40px;}
		.homepageBox h2{font-weight: normal; margin: 10px 0px 0px 10px; padding: 0px; font-size: 21px;line-height: 21px; font-family:"Times New Roman", Times, serif;}
		
		.homepageBox h2 a{color: #333;}

		.homepageBox img{float: left; width: 120px; height: 162px; margin-right: 20px;}
		.homepageBox ul{float: left; width: 220px;}
		.homepageBox ul li{padding: 0px 5px;}
		.homepageBox img.right{float: right; width: 10px; height: 162px;margin-right: 0px;}
		
		.homepageBox input{border: 1px solid #aaa; padding: 4px; width: 200px;}
		.homepageBox input.submit{float: right; width: 60px; margin-top: 5px;}
		
	#subheader{width: 800px; position: relative; text-align: right; color: #ababab;font-size: 21px;margin-top: -27px;}	
	#subheader a{color: #579bdc;}
	
	
	#content{width: 800px;font-size: 14px; line-height: 21px;}	
		
#footer {  }

/*
	----------------------------
	PAGE/SECTION SPECIFIC
	____________________________
*/


/*
	----------------------------
	CLASSES
	____________________________
*/
div.clear { overflow:hidden; height:1px; clear:both; }
img.alignRight { float:right; margin:0 0 15px 15px; }
img.alignLeft { float:left; margin:0 15px 15px 0; }
.error { color: red; }




 
